Tags give the ability to mark specific points in history as being important
-
acpi-5.8-rc4
ef0c44c3 · ·ACPI updates for 5.8-rc4 Add a new device ID for Intel Tiger Lake to the DPTF battery participant driver (Srinivas Pandruvada) and fix the Tiger Lake fan device ID (Sumeet Pawnikar).
-
xfs-5.8-fixes-1
c7f87f39 · ·Changes for 5.8-rc4: - Fix a use-after-free bug when the fs shuts down.
-
3.16.85-52
64c8062a · · -
3.16.85-62
64c8062a · · -
timers-urgent-2020-06-28
f097eb38 · ·A single DocBook fix. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
perf-urgent-2020-06-28
16accae3 · ·A single Kbuild dependency fix. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
efi-urgent-2020-06-28
2a55280a · ·- Fix build regression on v4.8 and older - Robustness fix for TPM log parsing code - kobject refcount fix for the ESRT parsing code - Two efivarfs fixes to make it behave more like an ordinary file system - Style fixup for zero length arrays - Fix a regression in path separator handling in the initrd loader - Fix a missing prototype warning - Add some kerneldoc headers for newly introduced stub routines - Allow support for SSDT overrides via EFI variables to be disabled - Report CPU mode and MMU state upon entry for 32-bit ARM - Use the correct stack pointer alignment when entering from mixed mode Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
sched_urgent_for_5.8_rc3
e21cf434 · ·Peter Zijlstra says: The most anticipated fix in this pull request is probably the horrible build fix for the RANDSTRUCT fail that didn't make -rc2. Also included is the cleanup that removes those BUILD_BUG_ON()s and replaces it with ugly unions. Also included is the try_to_wake_up() race fix that was first triggered by Paul's RCU-torture runs, but was independently hit by Dave Chinner's fstest runs as well.