summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/32
AgeCommit message (Expand)AuthorFilesLines
2022-02-16powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy1-0/+1
2022-02-01powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy1-0/+2
2021-10-07powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy1-0/+8
2021-08-19powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEPChristophe Leroy1-0/+20
2021-06-16powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy1-2/+1
2021-06-16powerpc/kuap: Remove KUAP_CURRENT_XXXChristophe Leroy1-1/+0
2021-06-16powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy1-71/+79
2021-06-16powerpc/32s: Allow disabling KUAP at boot timeChristophe Leroy1-1/+26
2021-06-16powerpc/32s: Allow disabling KUEP at boot timeChristophe Leroy1-1/+5
2021-06-16powerpc/32s: Simplify calculation of segment register contentChristophe Leroy1-19/+23
2021-06-16powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy1-0/+5
2021-06-16powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy1-0/+10
2021-06-16powerpc/32s: Refactor update of user segment registersChristophe Leroy2-0/+48
2021-05-17powerpc/32s: Remove asm/book3s/32/hash.hChristophe Leroy2-46/+37
2021-05-17powerpc/32s: Speed up likely path of kuap_update_sr()Christophe Leroy1-2/+4
2021-04-14powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy1-2/+0
2021-03-29powerpc/32: Manage KUAP in CChristophe Leroy1-49/+1
2021-03-29powerpc/32s: Create C version of kuap save/restore/check helpersChristophe Leroy1-0/+45
2021-03-29powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy1-31/+0
2021-03-24powerpc: Fix misspellings in tlbflush.hZhang Yunkai1-1/+1
2021-02-08powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy1-4/+4
2021-02-08powerpc: remove unneeded semicolonsChengyang Fan1-1/+1
2020-12-18Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-20/+79
2020-12-17powerpc/32s: Fix cleanup_cpu_mmu_context() compile bugMichael Ellerman1-0/+1
2020-12-09powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy1-5/+1
2020-12-09powerpc/32s: Inline flush_hash_entry()Christophe Leroy1-6/+11
2020-12-09powerpc/32s: Inline tlb_flush()Christophe Leroy1-0/+11
2020-12-09powerpc/32s: Split and inline flush_range()Christophe Leroy1-1/+12
2020-12-09powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy1-3/+12
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy1-2/+18
2020-12-09powerpc/32s: Inline _tlbie() on non SMPChristophe Leroy1-0/+7
2020-12-09powerpc/32s: Move _tlbie() and _tlbia() prototypes to tlbflush.hChristophe Leroy1-0/+4
2020-12-09powerpc/mm: Remove flush_tlb_page_nohash() prototype.Christophe Leroy1-1/+0
2020-12-08powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V1-2/+2
2020-12-04powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers1-2/+2
2020-12-03powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V1-2/+2
2020-12-03powerpc/vdso: Replace vdso_base by vdsoChristophe Leroy1-1/+1
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-07-26powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWXChristophe Leroy1-10/+5
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-17/+3
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-52/+37
2020-06-05powerpc: add support for folded p4d page tablesMike Rapoport1-1/+0
2020-06-02powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUGChristophe Leroy1-1/+2
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-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