This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 431c1646e1f8 Linux 6.11-rc6 new 4d936f10ff80 irqchip/sifive-plic: Probe plic driver early for Allwinner [...] new f97fd458763a irqchip/gic-v4: Fix ordering between vmapp and vpe locks new efe81b7bdf7d irqchip/riscv-aplic: Fix an IS_ERR() vs NULL bug in probe() new c5af2c90ba56 irqchip/gic-v2m: Fix refcount leak in gicv2m_of_init() new 71c8e2a7c822 irqchip/gic-v3: Init SRE before poking sysregs new 880799fc7a3a irqchip/irq-msi-lib: Check for NULL ops in msi_lib_irq_dom [...] new 9a754292e88f Merge tag 'irq-urgent-2024-08-25' of git://git.kernel.org/ [...] new d33d26036a02 rtmutex: Drop rt_mutex::wait_lock before scheduling new 51859c5aa6da Merge tag 'locking-urgent-2024-08-25' of git://git.kernel. [...] new 25dfc9e357af perf/x86/intel: Limit the period on Haswell new 3df9427f351a Merge tag 'perf-urgent-2024-09-01' of git://git.kernel.org [...] new 0ecc5be200c8 x86/apic: Make x2apic_disable() work correctly new 2848ff28d180 x86/fpu: Avoid writing LBR bit to IA32_XSS unless supported new ea72ce5da228 x86/kaslr: Expose and use the end of the physical memory a [...] new b6fb565a2d15 x86/tdx: Fix data leak in mmio_read() new a547a5880cba x86/resctrl: Fix arch_mbm_* array overrun on SNC new c9f016e72b5c Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/ [...]
The 17 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: arch/x86/coco/tdx/tdx.c | 1 - arch/x86/events/intel/core.c | 23 ++++++- arch/x86/include/asm/fpu/types.h | 7 ++ arch/x86/include/asm/page_64.h | 1 + arch/x86/include/asm/pgtable_64_types.h | 4 ++ arch/x86/include/asm/resctrl.h | 6 -- arch/x86/kernel/apic/apic.c | 11 +-- arch/x86/kernel/cpu/resctrl/core.c | 8 +++ arch/x86/kernel/fpu/xstate.c | 3 + arch/x86/kernel/fpu/xstate.h | 4 +- arch/x86/mm/init_64.c | 4 ++ arch/x86/mm/kaslr.c | 32 +++++++-- drivers/irqchip/irq-gic-v2m.c | 6 +- drivers/irqchip/irq-gic-v3-its.c | 16 +++-- drivers/irqchip/irq-gic-v3.c | 21 ++++-- drivers/irqchip/irq-msi-lib.c | 5 +- drivers/irqchip/irq-riscv-aplic-main.c | 4 +- drivers/irqchip/irq-sifive-plic.c | 115 ++++++++++++++++++++------------ include/linux/mm.h | 4 ++ include/linux/resctrl.h | 1 + kernel/locking/rtmutex.c | 9 +-- kernel/resource.c | 6 +- mm/memory_hotplug.c | 2 +- mm/sparse.c | 2 +- 24 files changed, 200 insertions(+), 95 deletions(-)