This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2c8159388952 Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for- [...] new c26591afd33a irqchip/gic-v3-its: Prevent double free on error new 8d62e9bf2875 Merge tag 'irq-urgent-2024-04-28' of git://git.kernel.org/ [...] new e70316d17f6a x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handler new 2718a7fdf292 x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range new b53c6bd5d271 x86/cpu: Fix check for RDPKRU in __show_regs() new a0a8d15a798b x86/tdx: Preserve shared bit on mprotect() new fe42754b94a4 cpu: Re-enable CPU mitigations by default for !X86 architectures new ce0abef6a1d5 cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n new aec147c18856 Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/ [...] new 11b1b8bc2b98 sched/eevdf: Always update V if se->on_rq when reweighting new afae8002b4fd sched/eevdf: Fix miscalculation in reweight_entity() when [...] new 1560d1f6eb6b sched/eevdf: Prevent vlag from going out of bounds in rewe [...] new 5097cbcb38e6 sched/isolation: Prevent boot crash when the boot CPU is n [...] new 257bf89d8412 sched/isolation: Fix boot crash when maxcpus < first house [...] new 245c8e81741b Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.or [...]
The 15 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 3 +++ Documentation/timers/no_hz.rst | 7 ++--- arch/Kconfig | 8 ++++++ arch/x86/Kconfig | 19 +++++++++----- arch/x86/include/asm/coco.h | 1 + arch/x86/include/asm/pgtable_types.h | 3 ++- arch/x86/kernel/cpu/amd.c | 3 +-- arch/x86/kernel/process_64.c | 2 +- arch/x86/kernel/sev-shared.c | 6 +++-- drivers/irqchip/irq-gic-v3-its.c | 9 ++----- include/linux/cpu.h | 11 ++++++++ kernel/cpu.c | 14 +++++++--- kernel/sched/fair.c | 34 +++++++++++++++---------- kernel/sched/isolation.c | 18 +++++++++++-- 14 files changed, 93 insertions(+), 45 deletions(-)