aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pkeys.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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