Tags give the ability to mark specific points in history as being important
-
timers-urgent-2020-04-19
94d440d6 · ·An update for the proc interface of time namespaces: Use symbolic names instead of clockid numbers. The usability nuisance of numbers was noticed by Michael when polishing the man page.
-
sched-urgent-2020-04-19
e0d648f9 · ·Two fixes for the scheduler: - Work around an uninitializaed variable warning where GCC can't figure it out. - Allow 'isolcpus=' to skip unknown subparameters so that older kernels work with the commandline of a newer kernel. Improve the error output while at it.
-
perf-urgent-2020-04-19
cd094335 · ·Perf updates and fixes: - Fix the header line of perf stat output for '--metric-only --per-socket' - Fix the python build with clang - The usual tools UAPI header synchronization
-
irq-urgent-2020-04-19
b5963029 · ·A set of fixes/updates for the interrupt subsystem: - Remove setup_irq() and remove_irq(). All users have been converted so remove them before new users surface. - A set of bugfixes for various interrupt chip drivers - Add a few missing static attributes to address sparse warnings.
-
core-urgent-2020-04-19
40e7d7bd · ·A single bugfix for RCU to prevent taking a lock in NMI context.
-
pm-5.7-rc2
Power management update for 5.7-rc2 Allow the operating performance points (OPP) core to be used in the case when the same driver is used on different platforms, some of which have an OPP table and some of which have a clock node (Rajendra Nayak).
-
xfs-5.7-fixes-3
f0f7a674 · ·Fixes for 5.7: - Fix a partially uninitialized variable. - Teach the background gc threads to apply for fsfreeze protection. - Fix some scaling problems when multiple threads try to flush the filesystem when we're about to hit ENOSPC.
-
-
-
-
efi-urgent-2020-04-15
a088b858 · ·Misc EFI fixes, including the boot failure regression caused by the BSS section not being cleared.
-
xfs-5.7-fixes-1
c142932c · ·Fixes for 5.7: - Fix a partially uninitialized variable. - Teach the background gc threads to apply for fsfreeze protection.