summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/kup.h
AgeCommit message (Expand)Author
2023-08-02powerpc/kuap: KUAP enabling/disabling functions must be __always_inlineChristophe Leroy
2023-08-02powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuapChristophe Leroy
2023-08-02powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy
2023-08-02powerpc/kuap: Avoid useless jump_label on empty functionChristophe Leroy
2023-06-19powerpc/book3s: Add missing <linux/sched.h> includeBenjamin Gray
2022-03-08powerpc/64: Force inlining of prevent_user_access() and set_kuap()Christophe Leroy
2021-12-09powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy
2021-12-09powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy
2021-12-09powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy
2021-12-09powerpc/kuap: Add a generic intermediate layerChristophe Leroy
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy
2021-06-17powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy
2021-03-29powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() genericChristophe Leroy
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-06powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mmAneesh Kumar K.V
2021-01-30powerpc/64s/kuap: Use mmu_has_feature()Michael Ellerman
2020-12-09powerpc/mm: Move the WARN() out of bad_kuap_fault()Christophe Leroy
2020-12-08powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V
2020-12-04powerpc/book3s64/pkeys: Optimize KUAP and KUEP feature disabled caseAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuep: Use Key 3 to implement KUEP with hash translation.Aneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation.Aneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Improve error reporting with KUAPAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMRAneesh Kumar K.V
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V
2020-12-04powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V
2020-12-04powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V