summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pkeys.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pkeys: Fix handling of pkey state across fork()Ram Pai2018-12-211-0/+10
* powerpc/pkey: Define functions as staticBreno Leitao2018-11-251-7/+8
* powerpc/pkeys: Fix reading of ibm, processor-storage-keys propertyThiago Jung Bauermann2018-09-201-1/+1
* powerpc/pkeys: make protection key 0 less specialRam Pai2018-07-241-7/+6Star
* powerpc/pkeys: Preallocate execute-only keyRam Pai2018-07-241-45/+18Star
* powerpc/pkeys: Fix calculation of total pkeys.Ram Pai2018-07-241-1/+1
* powerpc/pkeys: key allocation/deallocation must not change pkey registersRam Pai2018-07-241-27/+0Star
* powerpc/pkeys: Deny read/write/execute by defaultRam Pai2018-07-241-5/+3Star
* powerpc/pkeys: Give all threads control of their key permissionsRam Pai2018-07-241-18/+26
* powerpc/pkeys: Detach execute_only key on !PROT_EXECRam Pai2018-06-051-2/+2
* powerpc/mm/keys: Update documentation and remove unnecessary checkAneesh Kumar K.V2018-04-041-7/+4Star
* powerpc/mm: Fix thread_pkey_regs_init()Ram Pai2018-03-301-3/+3
* powerpc: Enable pkey subsystemRam Pai2018-01-201-9/+55
* powerpc: implementation for arch_vma_access_permitted()Ram Pai2018-01-201-0/+34
* powerpc: helper to validate key-access permissions of a pteRam Pai2018-01-201-0/+28
* powerpc: implementation for arch_override_mprotect_pkey()Ram Pai2018-01-201-0/+36
* powerpc: ability to associate pkey to a vmaRam Pai2018-01-201-0/+8
* powerpc: introduce execute-only pkeyRam Pai2018-01-201-0/+58
* powerpc: store and restore the pkey state across context switchesRam Pai2018-01-201-1/+51
* powerpc: ability to create execute-disabled pkeysRam Pai2018-01-201-0/+16
* powerpc: implementation for arch_set_user_pkey_access()Ram Pai2018-01-201-0/+40
* powerpc: helper functions to initialize AMR, IAMR and UAMOR registersRam Pai2018-01-201-0/+47
* powerpc: helper function to read, write AMR, IAMR, UAMOR registersRam Pai2018-01-201-0/+36
* powerpc: track allocation status of all pkeysRam Pai2018-01-201-0/+40
* powerpc: initial pkey plumbingRam Pai2018-01-201-0/+29