Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
sched-psi-2022-10-14
34f26a15 · ·PSI updates for v6.1: - Various performance optimizations, resulting in a 4%-9% speedup in the mmtests/config-scheduler-perfpipe micro-benchmark. - New interface to turn PSI on/off on a per cgroup level. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
-
-
-
-
-
-
-
irq-core-2022-10-12
b8d49bcd · ·Interrupt subsystem updates: - Core code: - Provide a generic wrapper which can be utilized in drivers to handle the problem of force threaded demultiplex interrupts on RT enabled kernels. This avoids conditionals and horrible quirks in drivers all over the place. - Fix up affected pinctrl and GPIO drivers to make them cleanly RT safe. - Interrupt drivers: - A new driver for the FSL MU platform specific MSI implementation. - Make irqchip_init() available for pure ACPI based systems. - Provide a functional DT binding for the Realtek RTL interrupt chip. - The usual DT updates and small code improvements all over the place. -
-
-
-
-
xfs-6.1-for-linus
e033f40b · ·xfs: changes for 6.1-rc1 This update contains: - fixes for filesystem shutdown procedure during a DAX memory failure notification - bug fixes - logic cleanups - log message cleanups - updates to use vfs{g,u}id_t helpers where appropriate Signed-off-by: Dave Chinner <david@fromorbit.com> -