summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds6-72/+116
2020-06-05powerpc: add support for folded p4d page tablesMike Rapoport5-35/+40
2020-06-04powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0
2020-06-02powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+2
2020-05-28powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin1-3/+7
2020-05-28powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin1-3/+19
2020-05-28powerpc/64s/kuap: Add missing isync to KUAP restore pathsNicholas Piggin1-1/+10
2020-05-28powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin1-2/+5
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-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-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-06Merge the lockless page table walk rework into nextMichael Ellerman2-7/+16
2020-05-05powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V1-0/+5
2020-05-05powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V1-2/+1
2020-05-05powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V1-5/+10
2020-05-01powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy1-2/+2
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni1-0/+3
2020-04-11powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2-2/+4
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin1-0/+10
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin1-1/+13
2020-03-25powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V4-2/+21
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 Torvalds3-16/+97
2020-02-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2-10/+0
2020-02-04powerpc: mm: add p?d_leaf() definitionsSteven Price1-0/+3
2020-02-01Merge branch 'topic/user-access-begin' into nextMichael Ellerman2-16/+92
2020-01-28powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy2-0/+45
2020-01-28powerpc/32s: Prepare prevent_user_access() for user_access_end()Christophe Leroy2-6/+21
2020-01-28powerpc/32s: Drop NULL addr verificationChristophe Leroy1-4/+6
2020-01-28powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy2-8/+16
2020-01-28powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2-3/+9
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy1-0/+5
2020-01-23powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V1-1/+4
2019-12-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+0
2019-12-01powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz2-6/+0
2019-11-05powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V2-31/+0
2019-10-17powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.Christophe Leroy1-0/+1
2019-10-09powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell1-0/+4
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+7
2019-09-24powerpc/book3s64: Export has_transparent_hugepage() related functions.Aneesh Kumar K.V1-1/+7