Age | Commit message (Expand) | Author | Files | Lines |
2018-09-20 | powerpc/pkeys: Fix reading of ibm, processor-storage-keys property | Thiago Jung Bauermann | 1 | -1/+1 |
2018-07-24 | powerpc/pkeys: make protection key 0 less special | Ram Pai | 1 | -7/+6 |
2018-07-24 | powerpc/pkeys: Preallocate execute-only key | Ram Pai | 1 | -45/+18 |
2018-07-24 | powerpc/pkeys: Fix calculation of total pkeys. | Ram Pai | 1 | -1/+1 |
2018-07-24 | powerpc/pkeys: key allocation/deallocation must not change pkey registers | Ram Pai | 1 | -27/+0 |
2018-07-24 | powerpc/pkeys: Deny read/write/execute by default | Ram Pai | 1 | -5/+3 |
2018-07-24 | powerpc/pkeys: Give all threads control of their key permissions | Ram Pai | 1 | -18/+26 |
2018-06-05 | powerpc/pkeys: Detach execute_only key on !PROT_EXEC | Ram Pai | 1 | -2/+2 |
2018-04-04 | powerpc/mm/keys: Update documentation and remove unnecessary check | Aneesh Kumar K.V | 1 | -7/+4 |
2018-03-30 | powerpc/mm: Fix thread_pkey_regs_init() | Ram Pai | 1 | -3/+3 |
2018-01-20 | powerpc: Enable pkey subsystem | Ram Pai | 1 | -9/+55 |
2018-01-20 | powerpc: implementation for arch_vma_access_permitted() | Ram Pai | 1 | -0/+34 |
2018-01-20 | powerpc: helper to validate key-access permissions of a pte | Ram Pai | 1 | -0/+28 |
2018-01-20 | powerpc: implementation for arch_override_mprotect_pkey() | Ram Pai | 1 | -0/+36 |
2018-01-20 | powerpc: ability to associate pkey to a vma | Ram Pai | 1 | -0/+8 |
2018-01-20 | powerpc: introduce execute-only pkey | Ram Pai | 1 | -0/+58 |
2018-01-20 | powerpc: store and restore the pkey state across context switches | Ram Pai | 1 | -1/+51 |
2018-01-20 | powerpc: ability to create execute-disabled pkeys | Ram Pai | 1 | -0/+16 |
2018-01-20 | powerpc: implementation for arch_set_user_pkey_access() | Ram Pai | 1 | -0/+40 |
2018-01-20 | powerpc: helper functions to initialize AMR, IAMR and UAMOR registers | Ram Pai | 1 | -0/+47 |
2018-01-20 | powerpc: helper function to read, write AMR, IAMR, UAMOR registers | Ram Pai | 1 | -0/+36 |
2018-01-20 | powerpc: track allocation status of all pkeys | Ram Pai | 1 | -0/+40 |
2018-01-20 | powerpc: initial pkey plumbing | Ram Pai | 1 | -0/+29 |