Tags give the ability to mark specific points in history as being important
-
core_urgent_for_v6.2_rc4
cad90e53 · ·- Have objtool ignore STT_NOTYPE symbols at the end of a section
-
x86_urgent_for_v6.2_rc4
26ce6ec3 · ·- Make sure the poking PGD is pinned for Xen PV as it requires it this way - Fixes for two resctrl races when moving a task or creating a new monitoring group - Fix SEV-SNP guests running under HyperV where MTRRs are disabled to not return a UC- type mapping type on memremap() and thus cause a serious slowdown - Fix insn mnemonics in bioscall.S now that binutils is starting to fix confusing insn suffixes
-
-
-
-
-
-
-
timers-urgent-2023-01-12
f3cb8080 · ·- Fix various DocBook formatting errors in kernel/time/ that generated (justified) warnings during a kernel-doc build. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
perf-urgent-2023-01-12
5268a284 · ·- More hardware-enablement for Intel Meteor Lake & Emerald Rapid systems: pure model ID enumeration additions that do not affect other systems. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
sched-urgent-2023-01-12
9a5418bc · ·- Fix scheduler frequency invariance bug related to overly long tickless periods triggering an integer overflow and disabling the feature. - Fix use-after-free bug in dup_user_cpus_ptr(). - Fix do_set_cpus_allowed() deadlock scenarios related to calling kfree() with the pi_lock held. NOTE: the rcu_free() is the 'lazy' solution here - we looked at patches to free the structure after the pi_lock got dropped, but that looked quite a bit messier - and none of this is truly performance critical. We can revisit this if it's too lazy of a solution ... Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
core-urgent-2023-01-12
cad90e53 · ·- Fix objtool to be more permissive with hand-written assembly that uses non-function symbols in executable sections. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-
-
-
-
-
-
-
-