summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/32
AgeCommit message (Expand)AuthorFilesLines
2020-12-30powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers1-2/+2
2020-12-30powerpc/32s: Fix cleanup_cpu_mmu_context() compile bugMichael Ellerman1-0/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-07-26powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy1-10/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-17/+3
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-52/+37
2020-06-05powerpc: add support for folded p4d page tablesMike Rapoport1-1/+0
2020-06-02powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+2
2020-05-26Merge branch 'fixes' into nextMichael Ellerman2-5/+5
2020-05-26Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman1-47/+31
2020-05-26powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy1-7/+8
2020-05-26powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...Christophe Leroy1-3/+4
2020-05-26powerpc/mm: Refactor pte_update() on book3s/32Christophe Leroy1-38/+20
2020-05-20Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman1-2/+2
2020-05-20Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy1-4/+4
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-1/+1
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy1-1/+1
2020-05-07powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+1
2020-05-01powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy1-2/+2
2020-03-25powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy1-4/+4
2020-03-04powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy1-4/+2
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-9/+64
2020-02-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V1-8/+0
2020-02-01Merge branch 'topic/user-access-begin' into nextMichael Ellerman1-9/+59
2020-01-28powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy1-0/+23
2020-01-28powerpc/32s: Prepare prevent_user_access() for user_access_end()Christophe Leroy1-5/+18
2020-01-28powerpc/32s: Drop NULL addr verificationChristophe Leroy1-4/+6
2020-01-28powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy1-3/+10
2020-01-28powerpc/32s: Fix bad_kuap_fault()Christophe Leroy1-2/+7
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy1-0/+5
2019-10-17powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.Christophe Leroy1-0/+1
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig1-9/+3
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy1-0/+4
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-2/+0
2019-05-02powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy1-3/+10
2019-05-02powerpc/mm: refactor pmd_pgtable()Christophe Leroy1-2/+0
2019-05-02powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy1-21/+0
2019-05-02powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy1-25/+0
2019-05-02powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy1-3/+12
2019-05-02powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy1-4/+0
2019-05-02powerpc/mm: drop __bad_pte()Christophe Leroy1-2/+0
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy1-0/+103
2019-04-21powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy1-0/+2
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2-0/+45
2019-02-23powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy1-0/+11
2019-02-23powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy1-0/+2
2019-02-23Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman1-4/+4
2019-02-21powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy1-4/+4
2019-01-05mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-3/+3
2018-12-19powerpc/mm: add exec protection on powerpc 603Christophe Leroy2-9/+10