Merge tag 'powerpc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - a fix for hugetlb with 4K pages, broken by our recent changes for split PMD PTL. - set the correct assembler machine type on e500mc, needed since binutils 2.26 introduced two forms for the "wait" instruction. - a fix for potential missed TLB flushes with MADV_[FREE|DONTNEED] etc. and THP on Power9 Radix. - three fixes to try and make our panic handling more robust by hard disabling interrupts, and not marking stopped CPUs as offline because they haven't been properly offlined. - three other minor fixes. Thanks to: Aneesh Kumar K.V, Michael Jeanson, Nicholas Piggin. * tag 'powerpc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/mm/hash/4k: Free hugetlb page table caches correctly. powerpc/64s/radix: Fix radix_kvm_prefetch_workaround paca access of not possible CPU powerpc/64s: Fix build failures with CONFIG_NMI_IPI=n powerpc/64: hard disable irqs on the panic()ing CPU powerpc: smp_send_stop do not offline stopped CPUs powerpc/64: hard disable irqs in panic_smp_self_stop powerpc/64s: Fix DT CPU features Power9 DD2.1 logic powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THP powerpc/e500mc: Set assembler machine type to e500mc
Showing
- arch/powerpc/Makefile 1 addition, 0 deletionsarch/powerpc/Makefile
- arch/powerpc/include/asm/book3s/32/pgalloc.h 1 addition, 0 deletionsarch/powerpc/include/asm/book3s/32/pgalloc.h
- arch/powerpc/include/asm/book3s/64/pgtable-4k.h 21 additions, 0 deletionsarch/powerpc/include/asm/book3s/64/pgtable-4k.h
- arch/powerpc/include/asm/book3s/64/pgtable-64k.h 9 additions, 0 deletionsarch/powerpc/include/asm/book3s/64/pgtable-64k.h
- arch/powerpc/include/asm/book3s/64/pgtable.h 5 additions, 0 deletionsarch/powerpc/include/asm/book3s/64/pgtable.h
- arch/powerpc/include/asm/nmi.h 1 addition, 1 deletionarch/powerpc/include/asm/nmi.h
- arch/powerpc/include/asm/nohash/32/pgalloc.h 1 addition, 0 deletionsarch/powerpc/include/asm/nohash/32/pgalloc.h
- arch/powerpc/include/asm/nohash/64/pgalloc.h 1 addition, 0 deletionsarch/powerpc/include/asm/nohash/64/pgalloc.h
- arch/powerpc/kernel/dt_cpu_ftrs.c 2 additions, 1 deletionarch/powerpc/kernel/dt_cpu_ftrs.c
- arch/powerpc/kernel/setup-common.c 10 additions, 2 deletionsarch/powerpc/kernel/setup-common.c
- arch/powerpc/kernel/setup_64.c 8 additions, 0 deletionsarch/powerpc/kernel/setup_64.c
- arch/powerpc/kernel/smp.c 0 additions, 6 deletionsarch/powerpc/kernel/smp.c
- arch/powerpc/kernel/stacktrace.c 2 additions, 2 deletionsarch/powerpc/kernel/stacktrace.c
- arch/powerpc/mm/hugetlbpage.c 2 additions, 1 deletionarch/powerpc/mm/hugetlbpage.c
- arch/powerpc/mm/pgtable-book3s64.c 12 additions, 0 deletionsarch/powerpc/mm/pgtable-book3s64.c
- arch/powerpc/mm/tlb-radix.c 77 additions, 21 deletionsarch/powerpc/mm/tlb-radix.c
Loading
Please register or sign in to comment