summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/pkeys.h
AgeCommit message (Expand)AuthorLines
2018-07-24powerpc/pkeys: make protection key 0 less specialRam Pai-6/+21
2018-07-24powerpc/pkeys: key allocation/deallocation must not change pkey registersRam Pai-11/+0
2018-05-10powerpc/pkeys: Drop private VM_PKEY definitionsMichael Ellerman-15/+0
2018-05-09mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai-0/+2
2018-01-21powerpc: Enable pkey subsystemRam Pai-0/+3
2018-01-20powerpc/ptrace: Add memory protection key regsetThiago Jung Bauermann-0/+5
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai-0/+9
2018-01-20powerpc: Program HPTE key protection bitsRam Pai-0/+9
2018-01-20powerpc: map vma key-protection bits to pte key bits.Ram Pai-0/+12
2018-01-20powerpc: implementation for arch_override_mprotect_pkey()Ram Pai-1/+20
2018-01-20powerpc: ability to associate pkey to a vmaRam Pai-0/+11
2018-01-20powerpc: introduce execute-only pkeyRam Pai-1/+5
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai-0/+4
2018-01-20powerpc: implementation for arch_set_user_pkey_access()Ram Pai-1/+5
2018-01-20powerpc: cleanup AMR, IAMR when a key is allocated or freedRam Pai-0/+12
2018-01-20powerpc: track allocation status of all pkeysRam Pai-4/+79
2018-01-20powerpc: initial pkey plumbingRam Pai-0/+51