-
- Downloads
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Catalin Marinas: "Mostly PMU fixes and a reworking of the pseudo-NMI disabling on broken MediaTek firmware: - Move the MediaTek GIC quirk handling from irqchip to core. Before the merging window commit 44bd78dd ("irqchip/gic-v3: Disable pseudo NMIs on MediaTek devices w/ firmware issues") temporarily addressed this issue. Fixed now at a deeper level in the arch code - Reject events meant for other PMUs in the CoreSight PMU driver, otherwise some of the core PMU events would disappear - Fix the Armv8 PMUv3 driver driver to not truncate 64-bit registers, causing some events to be invisible - Remove duplicate declaration of __arm64_sys##name following the patch to avoid prototype warning for syscalls - Typos in the elf_hwcap documentation" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64/syscall: Remove duplicate declaration Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW" arm64: Move MediaTek GIC quirk handling from irqchip to core arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registers perf: arm_cspmu: Reject events meant for other PMUs Documentation/arm64: Fix typos in elf_hwcaps
Showing
- Documentation/arch/arm64/elf_hwcaps.rst 3 additions, 3 deletionsDocumentation/arch/arm64/elf_hwcaps.rst
- arch/arm/include/asm/arm_pmuv3.h 23 additions, 25 deletionsarch/arm/include/asm/arm_pmuv3.h
- arch/arm64/include/asm/arm_pmuv3.h 5 additions, 20 deletionsarch/arm64/include/asm/arm_pmuv3.h
- arch/arm64/include/asm/syscall_wrapper.h 0 additions, 1 deletionarch/arm64/include/asm/syscall_wrapper.h
- arch/arm64/kernel/cpufeature.c 38 additions, 8 deletionsarch/arm64/kernel/cpufeature.c
- arch/arm64/kernel/smp.c 1 addition, 4 deletionsarch/arm64/kernel/smp.c
- drivers/irqchip/irq-gic-v3.c 2 additions, 22 deletionsdrivers/irqchip/irq-gic-v3.c
- drivers/perf/arm_cspmu/arm_cspmu.c 3 additions, 0 deletionsdrivers/perf/arm_cspmu/arm_cspmu.c
- drivers/perf/arm_pmuv3.c 3 additions, 3 deletionsdrivers/perf/arm_pmuv3.c
Loading
Please register or sign in to comment