This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 84aca3ca6a42 Merge tag 'core-urgent-2025-04-18' of git://git.kernel.org [...] new cf761e3dacc6 PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads new fbb429ddff5c net/niu: Niu requires MSIX ENTRY_DATA fields touch before [...] new 28e89cdac648 irqchip/renesas-rzv2h: Prevent TINT spurious interrupt new 9b3ae50cb902 irqchip/irq-bcm2712-mip: Enable driver when ARCH_BCM2835 i [...] new b0c3bc35a549 Merge tag 'irq-urgent-2025-04-18' of git://git.kernel.org/ [...] new 96a720db59ab perf/x86/intel/uncore: Fix the scale of IIO free running c [...] new 32c7f1150225 perf/x86/intel/uncore: Fix the scale of IIO free running c [...] new 506f981ab40f perf/x86/intel/uncore: Fix the scale of IIO free running c [...] new a5f5e1238f4f perf/x86/intel: Don't clear perf metrics overflow bit unco [...] new 71dcc11c2cd9 perf/x86/intel: Allow to update user space GPRs from PEBS records new 7950de14ff5f perf/x86/intel: Add Panther Lake support new b372359fbc4a Merge tag 'perf-urgent-2025-04-18' of git://git.kernel.org [...] new 3940f5349b47 x86/i8253: Call clockevent_i8253_disable() with interrupts [...] new ac85740edf05 Merge tag 'timers-urgent-2025-04-18' of git://git.kernel.o [...] new 164a9f712fa5 x86/xen: Fix __xen_hypercall_setfunc() new 805b743fc163 x86/microcode/AMD: Extend the SHA check to Zen5, block loa [...] new d466304c4322 x86/cpu: Add CPU model number for Bartlett Lake CPUs with [...] new 263e55949d89 x86/cpu/amd: Fix workaround for erratum 1054 new d54d610243a4 x86/boot/sev: Avoid shared GHCB page for early memory acceptance new 3088d26962e8 Merge tag 'x86-urgent-2025-04-18' of git://git.kernel.org/ [...]
The 20 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/boot/compressed/mem.c | 5 +- arch/x86/boot/compressed/sev.c | 67 +++++----------------- arch/x86/boot/compressed/sev.h | 2 + arch/x86/events/intel/core.c | 24 ++++++-- arch/x86/events/intel/ds.c | 8 ++- arch/x86/events/intel/uncore_snbep.c | 107 ++++------------------------------- arch/x86/include/asm/intel-family.h | 2 + arch/x86/kernel/cpu/amd.c | 19 ++++--- arch/x86/kernel/cpu/microcode/amd.c | 9 ++- arch/x86/kernel/i8253.c | 3 +- arch/x86/xen/enlighten.c | 7 +-- drivers/irqchip/Kconfig | 4 +- drivers/irqchip/irq-renesas-rzv2h.c | 8 +++ drivers/net/ethernet/sun/niu.c | 2 + drivers/pci/msi/msi.c | 3 + include/linux/pci.h | 2 + 16 files changed, 97 insertions(+), 175 deletions(-)