-
- Downloads
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "Most of these are CC'd for stable, but there are a few fixing issues introduced during the recent merge window too. There's also a fix for the xgene PMU driver, but it seemed daft to send as a separate pull request, so I've included it here with the rest of the fixes. - Fix ACPI boot due to recent broken NUMA changes - Fix remote enabling of CPU features requiring PSTATE bit manipulation - Add address range check when emulating user cache maintenance - Fix LL/SC loops that allow compiler to introduce memory accesses - Fix recently added write_sysreg_s macro - Ensure MDCR_EL2 is initialised on qemu targets without a PMU - Avoid kaslr breakage due to MODVERSIONs and DYNAMIC_FTRACE - Correctly drive recent ld when building relocatable Image - Remove junk IS_ERR check from xgene PMU driver added during merge window - pr_cont fixes after core changes in the merge window" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: remove pr_cont abuse from mem_init arm64: fix show_regs fallout from KERN_CONT changes arm64: kernel: force ET_DYN ELF type for CONFIG_RELOCATABLE=y arm64: suspend: Reconfigure PSTATE after resume from idle arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call arm64: cpufeature: Schedule enable() calls instead of calling them via IPI arm64: Cortex-A53 errata workaround: check for kernel addresses arm64: percpu: rewrite ll/sc loops in assembly arm64: swp emulation: bound LL/SC retries before rescheduling arm64: sysreg: Fix use of XZR in write_sysreg_s arm64: kaslr: keep modules close to the kernel when DYNAMIC_FTRACE=y arm64: kernel: Init MDCR_EL2 even in the absence of a PMU perf: xgene: Remove bogus IS_ERR() check arm64: kernel: numa: fix ACPI boot cpu numa node mapping arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=y
Showing
- arch/arm64/Kconfig 1 addition, 1 deletionarch/arm64/Kconfig
- arch/arm64/Makefile 1 addition, 1 deletionarch/arm64/Makefile
- arch/arm64/include/asm/cpufeature.h 1 addition, 1 deletionarch/arm64/include/asm/cpufeature.h
- arch/arm64/include/asm/exec.h 3 additions, 0 deletionsarch/arm64/include/asm/exec.h
- arch/arm64/include/asm/module.h 5 additions, 0 deletionsarch/arm64/include/asm/module.h
- arch/arm64/include/asm/percpu.h 56 additions, 64 deletionsarch/arm64/include/asm/percpu.h
- arch/arm64/include/asm/processor.h 3 additions, 3 deletionsarch/arm64/include/asm/processor.h
- arch/arm64/include/asm/sysreg.h 1 addition, 1 deletionarch/arm64/include/asm/sysreg.h
- arch/arm64/include/asm/uaccess.h 8 additions, 0 deletionsarch/arm64/include/asm/uaccess.h
- arch/arm64/kernel/armv8_deprecated.c 22 additions, 14 deletionsarch/arm64/kernel/armv8_deprecated.c
- arch/arm64/kernel/cpu_errata.c 2 additions, 1 deletionarch/arm64/kernel/cpu_errata.c
- arch/arm64/kernel/cpufeature.c 9 additions, 1 deletionarch/arm64/kernel/cpufeature.c
- arch/arm64/kernel/head.S 2 additions, 1 deletionarch/arm64/kernel/head.S
- arch/arm64/kernel/process.c 14 additions, 4 deletionsarch/arm64/kernel/process.c
- arch/arm64/kernel/smp.c 1 addition, 0 deletionsarch/arm64/kernel/smp.c
- arch/arm64/kernel/suspend.c 11 additions, 0 deletionsarch/arm64/kernel/suspend.c
- arch/arm64/kernel/traps.c 17 additions, 13 deletionsarch/arm64/kernel/traps.c
- arch/arm64/mm/fault.c 13 additions, 2 deletionsarch/arm64/mm/fault.c
- arch/arm64/mm/init.c 13 additions, 13 deletionsarch/arm64/mm/init.c
- drivers/perf/xgene_pmu.c 1 addition, 1 deletiondrivers/perf/xgene_pmu.c
Loading
Please register or sign in to comment