This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bcc8eda6d349 Merge tag 'turbostat-2024.11.30' of git://git.kernel.org/p [...] new 9022ed0e7e65 strscpy: write destination buffer only once new d9bb40544653 x86/cpu: Fix PPIN initialization new f1d84b59cbb9 x86/mm: Carve out INVLPG inline asm for use by others new c809b0d0e52d x86/microcode/AMD: Flush patch buffer mapping after application new be4ca6c53e66 x86/Documentation: Update algo in init_size description of [...] new ff6cdc407f41 x86/CPU/AMD: Terminate the erratum_1386_microcode array new 58ac609b99db Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.o [...] new 12aaf67584cf irqchip/irq-mvebu-sei: Move misplaced select() callback to [...] new f82e62d470cc irqchip/gicv3-its: Add workaround for hip09 ITS erratum 162100801 new cc47268cb484 irqchip: Switch back to struct platform_driver::remove() new 63f4993b792e Merge tag 'irq_urgent_for_v6.13_rc1' of git://git.kernel.o [...] new f5807b0606da ntp: Remove invalid cast in time offset math new 4d17c25eaf5d delay: Fix ndelay() spuriously treated as udelay() new 63dffecfba3e posix-timers: Target group sigqueue to current task only i [...] new f788b5ef1ca9 Merge tag 'timers_urgent_for_v6.13_rc1' of git://git.kerne [...]
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/arch/arm64/silicon-errata.rst | 2 ++ Documentation/arch/x86/boot.rst | 17 +++++++--- arch/arm64/Kconfig | 11 +++++++ arch/x86/include/asm/tlb.h | 4 +++ arch/x86/kernel/cpu/amd.c | 1 + arch/x86/kernel/cpu/common.c | 2 +- arch/x86/kernel/cpu/microcode/amd.c | 25 ++++++++++++--- arch/x86/mm/tlb.c | 3 +- drivers/irqchip/irq-gic-v3-its.c | 50 ++++++++++++++++++++++------- drivers/irqchip/irq-imgpdc.c | 2 +- drivers/irqchip/irq-imx-intmux.c | 2 +- drivers/irqchip/irq-imx-irqsteer.c | 2 +- drivers/irqchip/irq-keystone.c | 2 +- drivers/irqchip/irq-ls-scfg-msi.c | 2 +- drivers/irqchip/irq-madera.c | 2 +- drivers/irqchip/irq-mvebu-pic.c | 2 +- drivers/irqchip/irq-mvebu-sei.c | 2 +- drivers/irqchip/irq-pruss-intc.c | 2 +- drivers/irqchip/irq-renesas-intc-irqpin.c | 2 +- drivers/irqchip/irq-renesas-irqc.c | 2 +- drivers/irqchip/irq-renesas-rza1.c | 2 +- drivers/irqchip/irq-ts4800.c | 2 +- include/asm-generic/delay.h | 4 +-- kernel/signal.c | 7 ++-- kernel/time/ntp.c | 2 +- lib/string.c | 23 +++++++++---- 26 files changed, 130 insertions(+), 47 deletions(-)