aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pkeys.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09powerpc/pkeys: Remove unused codeSandipan Das1-6/+0
2020-07-20powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled static keyAneesh Kumar K.V1-8/+6
2020-07-20powerpc/book3s64/pkeys: Use pkey_execute_disable_supportedAneesh Kumar K.V1-9/+1
2020-07-20powerpc/book3s64/pkeys: Make initial_allocation_mask staticAneesh Kumar K.V1-1/+0
2020-07-20powerpc/book3s64/pkeys: Convert pkey_total to num_pkeyAneesh Kumar K.V1-2/+5
2020-07-20powerpc/book3s64/pkeys: Simplify pkey disable branchAneesh Kumar K.V1-1/+1
2020-07-20powerpc/book3s64/pkeys: pkeys are supported only on hash on book3s.Aneesh Kumar K.V1-30/+7
2020-07-20powerpc/book3s64/pkeys: Fixup bit numberingAneesh Kumar K.V1-12/+12
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2018-07-24powerpc/pkeys: make protection key 0 less specialRam Pai1-6/+21
2018-07-24powerpc/pkeys: key allocation/deallocation must not change pkey registersRam Pai1-11/+0
2018-05-10powerpc/pkeys: Drop private VM_PKEY definitionsMichael Ellerman1-15/+0
2018-05-09mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai1-0/+2
2018-01-21powerpc: Enable pkey subsystemRam Pai1-0/+3
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann1-0/+5
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai1-0/+9
2018-01-20powerpc: Program HPTE key protection bitsRam Pai1-0/+9
2018-01-20powerpc: map vma key-protection bits to pte key bits.Ram Pai1-0/+12
2018-01-20powerpc: implementation for arch_override_mprotect_pkey()Ram Pai1-1/+20
2018-01-20powerpc: ability to associate pkey to a vmaRam Pai1-0/+11
2018-01-20powerpc: introduce execute-only pkeyRam Pai1-1/+5
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai1-0/+4
2018-01-20powerpc: implementation for arch_set_user_pkey_access()Ram Pai1-1/+5
2018-01-20powerpc: cleanup AMR, IAMR when a key is allocated or freedRam Pai1-0/+12
2018-01-20powerpc: track allocation status of all pkeysRam Pai1-4/+79
2018-01-20powerpc: initial pkey plumbingRam Pai1-0/+51