This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 01305db842e1 Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/user [...] new 471a739a47aa PCI: PM: Avoid skipping bus-level PM on platforms without ACPI new 2407e486066b Merge tag 'pm-5.2-rc7' of git://git.kernel.org/pub/scm/lin [...] new 18df7577adae efi/memreserve: deal with memreserve entries in unmapped memory new a483fcab38b4 efi/bgrt: Drop BGRT status field reserved bits check new 919aef44d73d x86/efi: fix a -Wtype-limits compilation warning new 975a6166a858 efibc: Replace variable set function in notifier call new 48c7d73b2362 Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/lin [...] new a7211bc9f3d5 Merge branch 'efi-urgent-for-linus' of git://git.kernel.or [...] new db56c5128e66 irqchip/irq-csky-mpintc: Support auto irq deliver to all cpus new eb737b8f4460 irqchip/ti-sci-inta: Fix kernel crash if irq_create_fwspec [...] new 6d4d367d0e9f irqchip/mips-gic: Use the correct local interrupt map registers new a050fa5476d4 irqchip/gic-v3-its: Fix command queue pointer comparison bug new a52548dd0491 Merge tag 'irqchip-5.2-2' of git://git.kernel.org/pub/scm/ [...] new eed7d30e126d Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...] new 085ebfe937d7 perf/core: Fix perf_sample_regs_user() mm check new 913a90bc5a3a perf/ioctl: Add check for the sample_period value new e321d02db87a perf/x86: Disable extended registers for non-supported PMUs new 90d424915ab6 perf/x86/regs: Check reserved bits new dce86ac75d77 perf/x86: Clean up PEBS_XMM_REGS new cd6b984f6d8c perf/x86: Remove pmu->pebs_no_xmm_regs new 8b12b812f536 perf/x86/regs: Use PERF_REG_EXTENDED_MASK new 57103eb7c6ca Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 5423f5ce5ca4 x86/microcode: Fix the microcode load on CPU hotplug for real new 32f010deab57 x86/resctrl: Prevent possible overrun during bitmap operations new ea136a112d89 x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz new 81c7ed296dcd x86/boot/64: Fix crash if kernel image crosses page table [...] new c1887159eb48 x86/boot/64: Add missing fixup_pointer() for next_early_pg [...] new 432c833218dd x86/mm: Handle physical-virtual alignment mismatch in phys [...] new c1f7fec1eb6a x86/speculation: Allow guests to use SSBD even if host does not new 83f44ae0f8af perf/x86: Always store regs->ip in perf_callchain_kernel() new ae6a45a08689 x86/unwind/orc: Fall back to using frame pointers for gene [...] new 728254541ebc Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 32 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/mips/include/asm/mips-gic.h | 30 +++++++++++++++++++++++++ arch/x86/events/core.c | 16 ++++++------- arch/x86/events/intel/ds.c | 9 ++++---- arch/x86/events/perf_event.h | 21 +---------------- arch/x86/include/uapi/asm/perf_regs.h | 3 +++ arch/x86/kernel/apic/apic.c | 3 ++- arch/x86/kernel/cpu/bugs.c | 11 ++++++++- arch/x86/kernel/cpu/microcode/core.c | 15 ++++++++----- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 35 +++++++++++++---------------- arch/x86/kernel/head64.c | 20 +++++++++-------- arch/x86/kernel/perf_regs.c | 7 ++++-- arch/x86/kernel/unwind_orc.c | 26 +++++++++++++++++---- arch/x86/mm/init_64.c | 24 +++++++++++--------- arch/x86/platform/efi/quirks.c | 2 +- drivers/firmware/efi/efi-bgrt.c | 5 ----- drivers/firmware/efi/efi.c | 12 ++++++++-- drivers/firmware/efi/efibc.c | 12 +++++----- drivers/irqchip/irq-csky-mpintc.c | 15 +++++++++++-- drivers/irqchip/irq-gic-v3-its.c | 35 ++++++++++++++++++++--------- drivers/irqchip/irq-mips-gic.c | 4 ++-- drivers/irqchip/irq-ti-sci-inta.c | 4 ++-- drivers/pci/pci-driver.c | 8 +++---- include/linux/perf_event.h | 1 + include/linux/perf_regs.h | 8 +++++++ include/linux/suspend.h | 26 +++++++++++++++++++-- kernel/events/core.c | 23 ++++++++++++++----- kernel/power/suspend.c | 3 +++ tools/arch/x86/include/uapi/asm/perf_regs.h | 3 +++ tools/perf/arch/x86/include/perf_regs.h | 1 - tools/perf/arch/x86/util/perf_regs.c | 4 ++-- 30 files changed, 257 insertions(+), 129 deletions(-)