Tags give the ability to mark specific points in history as being important
-
locking-urgent-2020-12-06
4d916140 · ·A tiny build fix for a recent change in the intel_idle driver which missed a CONFIG dependency and broke the build for certain configurations.
-
irq-urgent-2020-12-06
9ea69a55 · ·A set of updates for the interrupt subsystem: - Make multiqueue devices which use the managed interrupt affinity infrastructure work on PowerPC/Pseries. PowerPC does not use the generic infrastructure for setting up PCI/MSI interrupts and the multiqueue changes failed to update the legacy PCI/MSI infrastructure. Make this work by passing the affinity setup information down to the mapping and allocation functions. - Move Jason Cooper from MAINTAINERS to CREDITS as his mail is bouncing and he's not reachable. We hope all is well with him and say thanks for his work over the years. -
-
-
4.9.236-106
643b16ad · · -
4.9.236-60
643b16ad · · -
-
-
-
-
-
-
-
locking-urgent-2020-11-29
6e1d2bc6 · ·Yet two more places which invoke tracing from RCU disabled regions in the idle path. Similar to the entry path the low level idle functions have to be non-instrumentable.
-
irq-urgent-2020-11-29
7032908c · ·Two fixes for irqchip drivers: - Save and restore the GICV3 ITS state unconditionally on suspend/resume to handle firmware which fails to do so. - Use the correct index into the fwspec parameters to read the irq trigger type in the EXIU chip driver. -
x86_urgent_for_v5.10-rc6
25bc65d8 · ·- Two resctrl fixes to prevent refcount leaks when manipulating the resctrl fs (Xiaochen Shen) - Correct prctl(PR_GET_SPECULATION_CTRL) reporting (Anand K Mistry) - A fix to not lose already seen MCE severity which determines whether the machine can recover (Gabriele Paoloni)
-
-
-
-
efi-urgent-for-v5.10-rc5
36a23752 · ·More EFI fixes for v5.10-rc: - revert efivarfs kmemleak fix again - it was a false positive; - make CONFIG_EFI_EARLYCON depend on CONFIG_EFI explicitly so it does not pull in other dependencies unnecessarily if CONFIG_EFI is not set - defer attempts to load SSDT overrides from EFI vars until after the efivar layer is up.