summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-287-13/+43
|\
| * powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is...Christophe Leroy2022-05-241-0/+2
| * powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-223-3/+16
| * powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy2022-05-052-6/+6
| * powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy2022-05-051-4/+0
| * powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-052-0/+19
* | powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE for book3sDavid Hildenbrand2022-05-091-1/+20
* | powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3sDavid Hildenbrand2022-05-091-7/+5
|/
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-2/+2
|\
| * powerpc/64: Force inlining of prevent_user_access() and set_kuap()Christophe Leroy2022-03-081-2/+2
* | powerpc/64s: Fix build failure when CONFIG_PPC_64S_HASH_MMU is not setMurilo Opsfelder Araujo2022-03-051-1/+1
|/
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+2
* powerpc/pseries: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy2021-12-091-0/+9
* powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2021-12-091-6/+0
* powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy2021-12-091-21/+20
* powerpc/kuap: Add a generic intermediate layerChristophe Leroy2021-12-091-6/+4
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-093-4/+31
* powerpc/64s: Always define arch unmapped area callsNicholas Piggin2021-12-092-4/+6
* powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin2021-12-021-4/+0
* powerpc/64s: Get LPID bit width from device treeNicholas Piggin2021-11-301-4/+5
* powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2021-10-223-0/+15
* powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy2021-08-151-1/+1
* powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V2021-07-081-0/+2
* mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-1/+4
* mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-1/+5
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-232-0/+5
|\
| * KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-221-0/+4
| * powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao2021-06-211-0/+1
* | powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-171-0/+3
* | powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy2021-06-171-2/+1
|/
* powerpc/64: Fix the definition of the fixmap areaChristophe Leroy2021-04-221-1/+3
* powerpc/mm/64s: Add _PAGE_KERNEL_ROXMichael Ellerman2021-04-081-0/+1
* powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-04-081-2/+4
* powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy2021-03-291-22/+2
* powerpc: Remove duplicate includesZhang Yunkai2021-03-241-1/+0
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-226-8/+30
|\
| * powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin2021-02-091-3/+20
| * powerpc: remove unneeded semicolonsChengyang Fan2021-02-093-3/+3
| * powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-091-1/+0
| * powerpc: remove arguments from fault handler functionsNicholas Piggin2021-02-091-1/+1
| * powerpc/64s: move the hash fault handling logic to CNicholas Piggin2021-02-091-0/+1
| * powerpc/mm: Declare preload_new_slb_context() prototypeCédric Le Goater2021-01-301-0/+1
| * powerpc/mm: Move hpte_insert_repeating() prototypeCédric Le Goater2021-01-301-0/+2
| * powerpc/mm: Declare some prototypesCédric Le Goater2021-01-301-0/+2
| * powerpc/64s/kuap: Use mmu_has_feature()Michael Ellerman2021-01-301-2/+2
* | powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mmAneesh Kumar K.V2021-02-062-9/+11
|/
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-179-216/+515
|\
| * powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy2020-12-091-4/+2
| * powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V2020-12-081-17/+17