Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Catalin Marinas: - support for nr_cpus= command line argument (maxcpus was previously changed to allow secondary CPUs to be hot-plugged) - ARM PMU interrupt handling fix - fix potential TLB conflict in the hibernate code - improved handling of EL1 instruction aborts (better error reporting) - removal of useless jprobes code for stack saving/restoring - defconfig updates * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: defconfig: enable CONFIG_LOCALVERSION_AUTO arm64: defconfig: add options for virtualization and containers arm64: hibernate: handle allocation failures arm64: hibernate: avoid potential TLB conflict arm64: Handle el1 synchronous instruction aborts cleanly arm64: Remove stack duplicating code from jprobes drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" property drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlock arm64: Support hard limit of cpu count by nr_cpus
No related branches found
No related tags found
Showing
- arch/arm64/configs/defconfig 46 additions, 7 deletionsarch/arm64/configs/defconfig
- arch/arm64/include/asm/kprobes.h 0 additions, 2 deletionsarch/arm64/include/asm/kprobes.h
- arch/arm64/kernel/entry.S 7 additions, 0 deletionsarch/arm64/kernel/entry.S
- arch/arm64/kernel/hibernate.c 49 additions, 33 deletionsarch/arm64/kernel/hibernate.c
- arch/arm64/kernel/probes/kprobes.c 5 additions, 26 deletionsarch/arm64/kernel/probes/kprobes.c
- arch/arm64/kernel/smp.c 4 additions, 4 deletionsarch/arm64/kernel/smp.c
- arch/arm64/mm/fault.c 12 additions, 2 deletionsarch/arm64/mm/fault.c
- drivers/perf/arm_pmu.c 13 additions, 12 deletionsdrivers/perf/arm_pmu.c
Loading
Please register or sign in to comment