-
- Downloads
Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: "A handful of fixes, mostly for new code: - some reworking of the new STRICT_KERNEL_RWX support to make sure we also remove executable permission from __init memory before it's freed. - a fix to some recent optimisations to the hypercall entry where we were clobbering r12, this was breaking nested guests (PR KVM). - a fix for the recent patch to opal_configure_cores(). This could break booting on bare metal Power8 boxes if the kernel was built without CONFIG_JUMP_LABEL_FEATURE_CHECK_DEBUG. - .. and finally a workaround for spurious PMU interrupts on Power9 DD2. Thanks to: Nicholas Piggin, Anton Blanchard, Balbir Singh" * tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y powerpc/mm/hash: Refactor hash__mark_rodata_ro() powerpc/mm/radix: Refactor radix__mark_rodata_ro() powerpc/64s: Fix hypercall entry clobbering r12 input powerpc/perf: Avoid spurious PMU interrupts after idle powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores()
No related branches found
No related tags found
Showing
- arch/powerpc/include/asm/book3s/64/hash.h 1 addition, 0 deletionsarch/powerpc/include/asm/book3s/64/hash.h
- arch/powerpc/include/asm/book3s/64/pgtable.h 1 addition, 0 deletionsarch/powerpc/include/asm/book3s/64/pgtable.h
- arch/powerpc/include/asm/book3s/64/radix.h 1 addition, 0 deletionsarch/powerpc/include/asm/book3s/64/radix.h
- arch/powerpc/include/asm/pgtable.h 7 additions, 0 deletionsarch/powerpc/include/asm/pgtable.h
- arch/powerpc/kernel/exceptions-64s.S 14 additions, 14 deletionsarch/powerpc/kernel/exceptions-64s.S
- arch/powerpc/kernel/idle_book3s.S 14 additions, 1 deletionarch/powerpc/kernel/idle_book3s.S
- arch/powerpc/mm/mem.c 1 addition, 0 deletionsarch/powerpc/mm/mem.c
- arch/powerpc/mm/pgtable-hash64.c 31 additions, 13 deletionsarch/powerpc/mm/pgtable-hash64.c
- arch/powerpc/mm/pgtable-radix.c 23 additions, 5 deletionsarch/powerpc/mm/pgtable-radix.c
- arch/powerpc/mm/pgtable_64.c 8 additions, 0 deletionsarch/powerpc/mm/pgtable_64.c
- arch/powerpc/platforms/powernv/opal.c 1 addition, 1 deletionarch/powerpc/platforms/powernv/opal.c
Loading
Please register or sign in to comment