Tags give the ability to mark specific points in history as being important
-
4.9.216-71
f1854c7f · · -
xfs-5.7-merge-12
5833112d · ·(More) new code for 5.7: - Validate the realtime geometry in the superblock when mounting - Refactor a bunch of tricky flag handling in the log code - Flush the CIL more judiciously so that we don't wait until there are millions of log items consuming a lot of memory. - Throttle transaction commits to prevent the xfs frontend from flooding the CIL with too many log items. - Account metadata buffers correctly for memory reclaim. - Mark slabs properly for memory reclaim. These should help reclaim run more effectively when XFS is using a lot of memory. - Don't write a garbage log record at unmount time if we're trying to trigger summary counter recalculation at next mount. - Don't block the AIL on locked dquot/inode buffers; instead trigger its backoff mechanism to give the lock holder a chance to finish up. - Ratelimit writeback flushing when buffered writes encounter ENOSPC. - Other minor cleanups. - Make reflink a synchronous operation when the fs is mounted with wsync or sync, which means that now we force the log to disk to record the changes.
-
acpi-5.7-rc1-2
33ae7f71 · ·Additional ACPI updates for 5.7-rc1 - Update the ACPICA code in the kernel to upstream revision 20200326 including: * Fix for a typo in a comment field (Bob Moore). * acpiExec namespace init file fixes (Bob Moore). * Addition of NHLT to the known tables list (Cezary Rojewski). * Conversion of PlatformCommChannel ASL keyword to PCC (Erik Kaneda). * acpiexec cleanup (Erik Kaneda). * WSMT-related typo fix (Erik Kaneda). * sprintf() utility function fix (John Levon). * IVRS IVHD type 11h parsing implementation (Michał Żygowski). * IVRS IVHD type 10h reserved field name fix (Michał Żygowski). - Fix ACPI-related CPU hotplug deadlock on x86 (Qian Cai). - Fix Intel Tiger Lake ACPI device IDs in several places (Gayatri Kammela). - Add ACPI backlight blacklist entry for Acer Aspire 5783z (Hans de Goede). - Fix documentation of the "acpi_backlight" kernel command line switch (Randy Dunlap). - Clean up the acpi_get_psd_map() CPPC library routine (Liguang Zhang). -
pm-5.7-rc1-2
54032b86 · ·Additional power management updates for 5.7-rc1 - Fix corner-case suspend-to-idle wakeup issue on systems where the ACPI SCI is shared with another wakeup source (Hans de Goede). - Add document describing system-wide suspend and resume code flows to the admin guide (Rafael Wysocki). - Add kernel command line option to set pm_debug_messages (Chen Yu). - Choose schedutil as the preferred scaling governor by default on ARM big.LITTLE systems and on x86 systems using the intel_pstate driver in the passive mode (Linus Walleij, Rafael Wysocki). - Drop racy and redundant checks from the PM core's device_prepare() routine (Rafael Wysocki). - Make resume from hibernation take the hibernation_restore() return value into account (Dexuan Cui).
-
timers-urgent-2020-04-05
760a5376 · ·Two timer subsystem fixes: - Prevent a use after free in the new lockdep state tracking for hrtimers - Add missing parenthesis in the VF pit timer driver -
perf-urgent-2020-04-05
7dc41b9b · ·perf updates all over the place: core: - Support for cgroup tracking in samples to allow cgroup based analysis tools: - Support for cgroup analysis - Commandline option and hotkey for perf top to change the sort order - A set of fixes all over the place - Various build system related improvements - Updates of the X86 pmu event JSON data - Documentation updates -
irq-urgent-2020-04-05
a67cd1fb · ·Two reverts addressing regressions of the Xilinx interrupt controller driver which affected the PPC users.
-
-
iomap-5.7-merge-3
457df33e · ·Bug fixes for 5.7: - Fix a problem in readahead where we can crash if we can't allocate a full bio due to GFP_NORETRY.
-
xfs-5.7-merge-11
d9fdd0ad · ·(More) new code for 5.7: - Validate the realtime geometry in the superblock when mounting - Refactor a bunch of tricky flag handling in the log code - Flush the CIL more judiciously so that we don't wait until there are millions of log items consuming a lot of memory. - Throttle transaction commits to prevent the xfs frontend from flooding the CIL with too many log items. - Account metadata buffers correctly for memory reclaim. - Mark slabs properly for memory reclaim. These should help reclaim run more effectively when XFS is using a lot of memory. - Don't write a garbage log record at unmount time if we're trying to trigger summary counter recalculation at next mount. - Don't block the AIL on locked dquot/inode buffers; instead trigger its backoff mechanism to give the lock holder a chance to finish up. - Ratelimit writeback flushing when buffered writes encounter ENOSPC. - Other minor cleanups.
-
x86-urgent-2020-04-02
1651e700 · ·A single fix addressing Sparse warnings. <asm/bitops.h> is changed non-trivially to avoid the warnings, but generated code is not supposed to be affected. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
x86-asm-2020-04-02
1651e700 · ·Only a single change, which fixes Sparse warnings. Signed-off-by: Ingo Molnar <mingo@kernel.org>