aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
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-252-17/+24
|\
| * powerpc/64: Force inlining of prevent_user_access() and set_kuap()Christophe Leroy2022-03-081-2/+2
| * powerpc/32s: Make pte_update() non atomic on 603 coreChristophe Leroy2022-02-031-15/+22
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+2
|\ \
| * | powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)2022-03-211-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-242-0/+3
* powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-161-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: Add kuap_lock()Christophe Leroy2021-12-091-5/+9
* powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2021-12-092-11/+0
* powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy2021-12-092-50/+25
* powerpc/kuap: Add a generic intermediate layerChristophe Leroy2021-12-092-17/+15
* powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy2021-12-091-0/+5
* powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy2021-12-092-35/+76
* powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy2021-12-091-2/+1
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-094-4/+35
* 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
* Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-053-0/+15
|\
| * powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2021-10-223-0/+15
* | powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy2021-10-071-0/+8
|/
* Merge branch 'fixes' into nextMichael Ellerman2021-09-031-0/+20
|\
| * powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEPChristophe Leroy2021-08-191-0/+20
* | 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 tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-026-114/+211
|\
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-232-0/+5
| |\
| * | 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-172-4/+2
| * | powerpc/kuap: Remove KUAP_CURRENT_XXXChristophe Leroy2021-06-171-1/+0
| * | powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy2021-06-171-71/+79
| * | powerpc/32s: Allow disabling KUAP at boot timeChristophe Leroy2021-06-171-1/+26
| * | powerpc/32s: Allow disabling KUEP at boot timeChristophe Leroy2021-06-171-1/+5
| * | powerpc/32s: Simplify calculation of segment register contentChristophe Leroy2021-06-171-19/+23
| * | powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy2021-06-171-0/+5
| * | powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy2021-06-171-0/+10
| * | powerpc/32s: Refactor update of user segment registersChristophe Leroy2021-06-172-0/+48