summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-092-60/+3
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-056-72/+116
|\
| * powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy2020-06-021-1/+2
| * powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin2020-05-281-3/+7
| * powerpc/64/kuap: Conditionally restore AMR in interrupt exitNicholas Piggin2020-05-281-3/+19
| * powerpc/64s/kuap: Add missing isync to KUAP restore pathsNicholas Piggin2020-05-281-1/+10
| * powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin2020-05-281-2/+5
| * Merge branch 'fixes' into nextMichael Ellerman2020-05-262-5/+5
| |\
| * \ Merge "Use hugepages to map kernel mem on 8xx" into nextMichael Ellerman2020-05-261-47/+31
| |\ \
| | * | powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy2020-05-261-7/+8
| | * | powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...Christophe Leroy2020-05-261-3/+4
| | * | powerpc/mm: Refactor pte_update() on book3s/32Christophe Leroy2020-05-261-38/+20
| * | | powerpc/64s/pgtable: fix an undefined behaviourQian Cai2020-05-201-4/+19
| * | | powerpc/64s: Fix early_init_mmu section mismatchNicholas Piggin2020-05-201-1/+1
| * | | Merge branch 'topic/uaccess-ppc' into nextMichael Ellerman2020-05-201-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | powerpc/uaccess: Implement user_read_access_begin and user_write_access_beginChristophe Leroy2020-05-011-2/+2
| * | | powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy2020-05-111-1/+1
| * | | powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy2020-05-111-1/+1
| * | | Merge the lockless page table walk rework into nextMichael Ellerman2020-05-062-7/+16
| |\ \ \
| | * | | powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V2020-05-051-0/+5
| | * | | powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...Aneesh Kumar K.V2020-05-051-2/+1
| | * | | powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V2020-05-051-5/+10
| | |/ /
| * / / powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni2020-04-201-0/+3
| |/ /
* | | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-045-35/+40
* | | powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual2020-06-031-4/+0
| |/ |/|
* | Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."Christophe Leroy2020-05-201-4/+4
* | powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy2020-05-071-1/+1
|/
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-102-2/+4
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-011-0/+10
* powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-011-1/+13
* powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...Aneesh Kumar K.V2020-03-254-2/+21
* powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.Christophe Leroy2020-03-251-4/+4
* powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy2020-03-041-4/+2
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-043-16/+97
|\
| * Merge branch 'topic/user-access-begin' into nextMichael Ellerman2020-02-012-16/+92
| |\
| | * powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy2020-01-282-0/+45
| | * powerpc/32s: Prepare prevent_user_access() for user_access_end()Christophe Leroy2020-01-282-6/+21
| | * powerpc/32s: Drop NULL addr verificationChristophe Leroy2020-01-281-4/+6
| | * powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy2020-01-282-8/+16
| | * powerpc/32s: Fix bad_kuap_fault()Christophe Leroy2020-01-282-3/+9
| * | powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy2020-01-271-0/+5
| |/
* | powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-042-10/+0
* | powerpc: mm: add p?d_leaf() definitionsSteven Price2020-02-041-0/+3
* | powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V2020-01-231-1/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-012-6/+0
|\
| * powerpc/mm: remove pmd_huge/pud_huge stubs and include hugetlb.hMike Kravetz2019-12-012-6/+0
* | powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_allAneesh Kumar K.V2019-11-052-31/+0
|/
* powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.Christophe Leroy2019-10-171-0/+1
* powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell2019-10-091-0/+4
* Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-291-1/+7
|\