summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/32
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: allow hugepages without hugepdChristophe Leroy2024-07-121-2/+0
* powerpc/32s: Implement local_flush_tlb_page_psize()Michael Ellerman2023-10-231-1/+1
* powerpc: Support execute-only on all powerpcChristophe Leroy2023-10-191-1/+1
* powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USERChristophe Leroy2023-10-191-36/+12
* powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RWChristophe Leroy2023-10-191-3/+12
* powerpc: Remove pte_mkuser() and pte_mkpriviledged()Christophe Leroy2023-10-191-10/+0
* powerpc: Untangle fixmap.h and pgtable.h and mmu.hChristophe Leroy2023-10-191-1/+8
* powerpc: Remove pte_ERROR()Christophe Leroy2023-10-191-3/+0
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-312-115/+85
|\
| * powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy2023-08-181-46/+31
| * powerpc/kuap: Use ASM feature fixups instead of static branchesChristophe Leroy2023-08-021-9/+37
| * powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy2023-08-021-9/+9
| * powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32Christophe Leroy2023-08-021-46/+19
| * powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy2023-08-021-9/+0
| * powerpc/kuap: Fold kuep_is_disabled() into its only userChristophe Leroy2023-08-021-5/+0
| * powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy2023-08-021-4/+2
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
| |/
* / powerpc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-5/+0
|/
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand2023-02-021-5/+33
* powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray2022-11-301-0/+9
* powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendlyChristophe Leroy2022-09-261-2/+1
* powerpc/mm: Reduce redundancy in pgtable.hChristophe Leroy2022-09-261-19/+0
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-15/+22
|\
| * powerpc/32s: Make pte_update() non atomic on 603 coreChristophe Leroy2022-02-031-15/+22
* | powerpc: Add pmd_pfn()Matthew Wilcox (Oracle)2022-03-211-2/+2
|/
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+1
* powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-161-0/+2
* powerpc/kuap: Add kuap_lock()Christophe Leroy2021-12-091-5/+9
* powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2021-12-091-5/+0
* powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy2021-12-091-29/+5
* powerpc/kuap: Add a generic intermediate layerChristophe Leroy2021-12-091-11/+11
* 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/32s: Fix kuap_kernel_restore()Christophe Leroy2021-10-071-0/+8
* powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEPChristophe Leroy2021-08-191-0/+20
* powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy2021-06-171-2/+1
* 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
* powerpc/32s: Remove asm/book3s/32/hash.hChristophe Leroy2021-05-172-46/+37
* powerpc/32s: Speed up likely path of kuap_update_sr()Christophe Leroy2021-05-171-2/+4
* powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy2021-04-141-2/+0