aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pkeys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-21powerpc: Enable pkey subsystemRam Pai1-9/+55
2018-01-20powerpc: implementation for arch_vma_access_permitted()Ram Pai1-0/+34
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai1-0/+28
2018-01-20powerpc: implementation for arch_override_mprotect_pkey()Ram Pai1-0/+36
2018-01-20powerpc: ability to associate pkey to a vmaRam Pai1-0/+8
2018-01-20powerpc: introduce execute-only pkeyRam Pai1-0/+58
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai1-1/+51
2018-01-20powerpc: ability to create execute-disabled pkeysRam Pai1-0/+16
2018-01-20powerpc: implementation for arch_set_user_pkey_access()Ram Pai1-0/+40
2018-01-20powerpc: helper functions to initialize AMR, IAMR and UAMOR registersRam Pai1-0/+47
2018-01-20powerpc: helper function to read, write AMR, IAMR, UAMOR registersRam Pai1-0/+36
2018-01-20powerpc: track allocation status of all pkeysRam Pai1-0/+40
2018-01-20powerpc: initial pkey plumbingRam Pai1-0/+29