Merge tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
Pull ARM64 fixes from Catalin Marinas: - Remove preempt_count modifications in the arm64 IRQ handling code since that's already dealt with in generic irq_enter/irq_exit - PTE_PROT_NONE bit moved higher up to avoid overlapping with the hardware bits (for PROT_NONE mappings which are pte_present) - Big-endian fixes for ptrace support - Asynchronous aborts unmasking while in the kernel - pgprot_writecombine() change to create Normal NonCacheable memory rather than Device GRE * tag 'arm64-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64: arm64: Move PTE_PROT_NONE higher up arm64: Use Normal NonCacheable memory for writecombine arm64: debug: make aarch32 bkpt checking endian clean arm64: ptrace: fix compat registes get/set to be endian clean arm64: Unmask asynchronous aborts when in kernel mode arm64: dts: Reserve the memory used for secondary CPU release address arm64: let the core code deal with preempt_count
No related branches found
No related tags found
Showing
- arch/arm64/boot/dts/foundation-v8.dts 2 additions, 0 deletionsarch/arm64/boot/dts/foundation-v8.dts
- arch/arm64/include/asm/irqflags.h 3 additions, 0 deletionsarch/arm64/include/asm/irqflags.h
- arch/arm64/include/asm/pgtable.h 18 additions, 15 deletionsarch/arm64/include/asm/pgtable.h
- arch/arm64/kernel/debug-monitors.c 12 additions, 8 deletionsarch/arm64/kernel/debug-monitors.c
- arch/arm64/kernel/entry.S 7 additions, 22 deletionsarch/arm64/kernel/entry.S
- arch/arm64/kernel/ptrace.c 19 additions, 21 deletionsarch/arm64/kernel/ptrace.c
- arch/arm64/kernel/setup.c 5 additions, 0 deletionsarch/arm64/kernel/setup.c
- arch/arm64/kernel/smp.c 1 addition, 0 deletionsarch/arm64/kernel/smp.c
Loading
Please register or sign in to comment