Tags give the ability to mark specific points in history as being important
-
asahi-soc-dt-5.17
bf2c05b6 · ·Apple SoC DT updates for 5.17: - Separate DTs for all t8103 platforms - Add i2c and cd321x nodes - Bindings for apple,wdt - PMGR bindings and DT updates to instantiate it - WiFi MAC address DT handling This also includes the MAINTAINERS change for the PMGR driver itself, to avoid merge issues; the driver will be sent in a different pull. Manual fixups: Added i2c power domain references to the PMGR DT commit, since a prior commit added the i2c nodes.
-
asahi-soc-pmgr-5.17
6df9d38f · ·Apple SoC PMGR driver for 5.17 Adds the new PMGR driver. This includes the driver only; DT and MAINTAINERS changes are part of the DT pull. Minor change from v3: added `depends on PM` to the Kconfig to fix COMPILE_TEST randconfig failures.
-
-
timers_urgent_for_v5.16_rc4
53e87e3c · ·- Prevent a tick storm when a dedicated timekeeper CPU in nohz_full mode runs for prolonged periods with interrupts disabled and ends up programming the next tick in the past, leading to that storm
-
sched_urgent_for_v5.16_rc4
315c4f88 · ·- Properly init uclamp_flags of a runqueue, on first enqueuing - Fix preempt= callback return values - Correct utime/stime resource usage reporting on nohz_full to return the proper times instead of shorter ones
-
x86_urgent_for_v5.16_rc4
5c8f6a2e · ·- Fix a couple of SWAPGS fencing issues in the x86 entry code - Use the proper operand types in __{get,put}_user() to prevent truncation in SEV-ES string io - Make sure the kernel mappings are present in trampoline_pgd in order to prevent any potential accesses to unmapped memory after switching to it - Fix a trivial list corruption in objtool's pv_ops validation - Disable the clocksource watchdog for TSC on platforms which claim that the TSC is constant, doesn't stop in sleep states, CPU has TSC adjust and the number of sockets of the platform are max 2, to prevent erroneous markings of the TSC as unstable. - Make sure TSC adjust is always checked not only when going idle - Prevent a stack leak by initializing struct _fpx_sw_bytes properly in the FPU code - Fix INTEL_FAM6_RAPTORLAKE define naming to adhere to the convention -
-
-
xfs-5.16-fixes-2
e4459765 · ·Fixes for 5.16-rc3: - Remove an unnecessary (and backwards) rename flags check that duplicates a VFS level check.
-
asahi-soc-fixes-5.16
0668639e · ·Asahi SoC DT/binding fixes for 5.16. Just some minor DT fixups we found after things got merged.
-
-
-
-
-
-
x86-urgent-2021-11-28
c0f2077b · ·A single fix for a missing __init annotation of prepare_command_line().
-
sched-urgent-2021-11-28
dce1ca05 · ·A single scheduler fix to ensure that there is no stale KASAN shadow state left on the idle task's stack when a CPU is brought up after it was brought down before.
-
perf-urgent-2021-11-28
73743c3b · ·A single fix for perf to prevent that it sends SIGTRAP to another task from a trace point event as it's not possible to deliver a synchronous signal to a different task from there.
-
locking-urgent-2021-11-28
14c24048 · ·Two regression fixes for reader writer semaphores: - Plug a race in the lock handoff which is caused by inconsistency of the reader and writer path and can lead to corruption of the underlying counter. - down_read_trylock() is suboptimal when the lock is contended and multiple readers trylock concurrently. That's due to the initial value being read non-atomically which results in at least two compare exchange loops. Making the initial readout atomic reduces this significantly. Whith 40 readers by 11% in a benchmark which enforces contention on mmap_sem.
-