aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-05-26powerpc/8xx: Implement dedicated kasan_init_region()Christophe Leroy2-0/+75
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy4-9/+20
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy3-6/+13
2020-05-26powerpc/8xx: Map linear memory with huge pagesChristophe Leroy2-3/+51
2020-05-26powerpc/8xx: Map IMMR with a huge pageChristophe Leroy1-6/+2
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy6-1/+66
2020-05-26powerpc/8xx: Refactor kernel address boundary comparisonChristophe Leroy1-14/+8
2020-05-26powerpc/mm: Don't be too strict with _etext alignment on PPC32Christophe Leroy2-28/+1
2020-05-26powerpc/8xx: Move DTLB perf handling closer.Christophe Leroy1-12/+11
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy3-100/+1
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB handlersChristophe Leroy2-129/+3
2020-05-26powerpc/8xx: Always pin TLBs at startup.Christophe Leroy2-32/+18
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy5-27/+35
2020-05-26powerpc/8xx: Add function to set pinned TLBsChristophe Leroy2-0/+105
2020-05-26powerpc/8xx: Move PPC_PIN_TLB options into 8xx KconfigChristophe Leroy2-20/+41
2020-05-26powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy4-87/+0
2020-05-26powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy2-17/+6
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy6-16/+44
2020-05-26powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy2-13/+15
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy8-30/+1
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy4-6/+46
2020-05-26powerpc/mm: Create a dedicated pte_update() for 8xxChristophe Leroy1-4/+25
2020-05-26powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy3-17/+15
2020-05-26powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 and PPC64Christophe Leroy2-5/+7
2020-05-26powerpc/mm: Refactor pte_update() on book3s/32Christophe Leroy1-38/+20
2020-05-26powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy1-22/+4
2020-05-26powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy2-44/+1
2020-05-26powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32.Christophe Leroy1-2/+2
2020-05-26powerpc/mm: Allocate static page tables for fixmapChristophe Leroy3-1/+21
2020-05-26powerpc/32s: Don't warn when mapping RO data ROX.Christophe Leroy1-2/+4
2020-05-26powerpc/ptdump: Handle hugepd at PGD levelChristophe Leroy1-3/+26
2020-05-26powerpc/ptdump: Properly handle non standard page sizeChristophe Leroy1-9/+12
2020-05-26powerpc/ptdump: Standardise display of BAT flagsChristophe Leroy1-21/+14
2020-05-26powerpc/ptdump: Display size of BATsChristophe Leroy3-9/+21
2020-05-26powerpc/ptdump: Add _PAGE_COHERENT flagChristophe Leroy1-0/+5
2020-05-26powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman1-0/+2
2020-05-25Merge 5.7-rc7 into tty-nextGreg Kroah-Hartman13-47/+97
2020-05-22Merge tag 'powerpc-5.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-14/+19
2020-05-22powerpc/64s: Disable STRICT_KERNEL_RWXMichael Ellerman1-1/+1
2020-05-20powerpc/kasan: Declare kasan_init_region() weakChristophe Leroy2-10/+14
2020-05-20powerpc/kasan: Refactor update of early shadow mappingsChristophe Leroy1-21/+18
2020-05-20powerpc/kasan: Remove unnecessary page table lockingChristophe Leroy1-15/+4
2020-05-20powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy3-5/+3
2020-05-20powerpc/kasan: Fix issues by lowering KASAN_SHADOW_ENDChristophe Leroy1-3/+1
2020-05-20powerpc/kasan: Fix error detection on memory allocationChristophe Leroy1-3/+2
2020-05-20powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faultsNicholas Piggin3-44/+142
2020-05-20powerpc/wii: Fix declaration made after definitionNathan Chancellor1-13/+12
2020-05-20powerpc/64s/pgtable: fix an undefined behaviourQian Cai1-4/+19
2020-05-20powerpc/64s: Fix early_init_mmu section mismatchNicholas Piggin1-1/+1
2020-05-20powerpc/powernv: add NULL check after kzallocChen Zhou1-0/+4