-
- Downloads
Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: "mm/radix (Aneesh Kumar K.V): - Update to tlb functions ric argument - Flush page walk cache when freeing page table - Update Radix tree size as per ISA 3.0 mm/hash (Aneesh Kumar K.V): - Use the correct PPP mask when updating HPTE - Don't add memory coherence if cache inhibited is set eeh (Gavin Shan): - Fix invalid cached PE primary bus bpf/jit (Naveen N. Rao): - Disable classic BPF JIT on ppc64le .. and fix faults caused by radix patching of SLB miss handler (Michael Ellerman)" * tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/bpf/jit: Disable classic BPF JIT on ppc64le powerpc: Fix faults caused by radix patching of SLB miss handler powerpc/eeh: Fix invalid cached PE primary bus powerpc/mm/radix: Update Radix tree size as per ISA 3.0 powerpc/mm/hash: Don't add memory coherence if cache inhibited is set powerpc/mm/hash: Use the correct PPP mask when updating HPTE powerpc/mm/radix: Flush page walk cache when freeing page table powerpc/mm/radix: Update to tlb functions ric argument
No related branches found
No related tags found
Showing
- arch/powerpc/Kconfig 1 addition, 1 deletionarch/powerpc/Kconfig
- arch/powerpc/include/asm/book3s/32/pgalloc.h 0 additions, 1 deletionarch/powerpc/include/asm/book3s/32/pgalloc.h
- arch/powerpc/include/asm/book3s/64/mmu-hash.h 1 addition, 0 deletionsarch/powerpc/include/asm/book3s/64/mmu-hash.h
- arch/powerpc/include/asm/book3s/64/pgalloc.h 15 additions, 1 deletionarch/powerpc/include/asm/book3s/64/pgalloc.h
- arch/powerpc/include/asm/book3s/64/radix.h 15 additions, 0 deletionsarch/powerpc/include/asm/book3s/64/radix.h
- arch/powerpc/include/asm/book3s/64/tlbflush-radix.h 3 additions, 0 deletionsarch/powerpc/include/asm/book3s/64/tlbflush-radix.h
- arch/powerpc/include/asm/book3s/64/tlbflush.h 14 additions, 0 deletionsarch/powerpc/include/asm/book3s/64/tlbflush.h
- arch/powerpc/include/asm/book3s/pgalloc.h 0 additions, 5 deletionsarch/powerpc/include/asm/book3s/pgalloc.h
- arch/powerpc/kernel/eeh_driver.c 4 additions, 3 deletionsarch/powerpc/kernel/eeh_driver.c
- arch/powerpc/kernel/exceptions-64s.S 4 additions, 3 deletionsarch/powerpc/kernel/exceptions-64s.S
- arch/powerpc/mm/hash_native_64.c 4 additions, 4 deletionsarch/powerpc/mm/hash_native_64.c
- arch/powerpc/mm/hash_utils_64.c 9 additions, 5 deletionsarch/powerpc/mm/hash_utils_64.c
- arch/powerpc/mm/mmu_context_book3s64.c 1 addition, 1 deletionarch/powerpc/mm/mmu_context_book3s64.c
- arch/powerpc/mm/pgtable-radix.c 3 additions, 6 deletionsarch/powerpc/mm/pgtable-radix.c
- arch/powerpc/mm/tlb-radix.c 63 additions, 21 deletionsarch/powerpc/mm/tlb-radix.c
Loading
Please register or sign in to comment