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