summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64/pkeys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Add PVN support for HeXin C2000 processorZhao Ke2023-12-011-1/+2
* powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAPChristophe Leroy2023-08-021-1/+1
* powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-291-0/+1
* powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/64s: Fold update_current_thread_[i]amr() into their only callersMichael Ellerman2021-03-291-15/+5
* powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mmAneesh Kumar K.V2021-02-061-0/+1
* powerpc/64s: Mark the kuap/kuep functions non __initAneesh Kumar K.V2020-12-141-2/+2
* powerpc/book3s64/kup: Check max key supported before enabling kupAneesh Kumar K.V2020-12-031-12/+21
* powerpc/book3s64/hash/kuep: Enable KUEP on hashAneesh Kumar K.V2020-12-031-1/+6
* powerpc/book3s64/hash/kuap: Enable kuap on hashAneesh Kumar K.V2020-12-031-1/+6
* powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V2020-12-031-47/+10
* powerpc/book3s64/pkeys: Reset userspace AMR correctly on execAneesh Kumar K.V2020-12-031-14/+2
* powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V2020-12-031-0/+12
* powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP and MMU_FTR_KUEPAneesh Kumar K.V2020-12-031-2/+2
* powerpc/book3s64/kuep: Move KUEP related function outside radixAneesh Kumar K.V2020-12-031-0/+21
* powerpc/book3s64/kuap: Move KUAP related function outside radixAneesh Kumar K.V2020-12-031-0/+22
* powerpc/book3s64/kuap/kuep: Add PPC_PKEY config on book3s64Aneesh Kumar K.V2020-12-031-9/+15
* powerpc/pkeys: Fix boot failures with Nemo board (A-EON AmigaOne X1000)Aneesh Kumar K.V2020-08-101-6/+6
* powerpc/book3s64/pkey: Disable pkey on POWER6 and beforeAneesh Kumar K.V2020-07-261-0/+6
* powerpc/book3s64/pkeys: Remove is_pkey_enabled()Aneesh Kumar K.V2020-07-211-20/+11
* powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V2020-07-201-17/+12
* powerpc/book3s64/keys: Print information during boot.Aneesh Kumar K.V2020-07-201-0/+1
* powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled static keyAneesh Kumar K.V2020-07-201-10/+7
* powerpc/book3s64/pkeys: Use pkey_execute_disable_supportedAneesh Kumar K.V2020-07-201-3/+3
* powerpc/book3s64/pkeys: Add MMU_FTR_PKEYAneesh Kumar K.V2020-07-201-22/+30
* powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reservedAneesh Kumar K.V2020-07-201-2/+3
* powerpc/book3s64/pkeys: Make initial_allocation_mask staticAneesh Kumar K.V2020-07-201-2/+5
* powerpc/book3s64/pkeys: Convert pkey_total to num_pkeyAneesh Kumar K.V2020-07-201-7/+7
* powerpc/book3s64/pkeys: Simplify pkey disable branchAneesh Kumar K.V2020-07-201-4/+3
* powerpc/book3s64/pkeys: Prevent key 1 modification from userspace.Aneesh Kumar K.V2020-07-201-0/+1
* powerpc/book3s64/pkeys: Simplify the key initializationAneesh Kumar K.V2020-07-201-83/+116
* powerpc/book3s64/pkeys: Explain key 1 reservation detailsAneesh Kumar K.V2020-07-201-1/+4
* powerpc/book3s64/pkeys: Use PVR check instead of cpu featureAneesh Kumar K.V2020-07-201-6/+10
* powerpc/book3s64/pkeys: Fix pkey_access_permitted() for execute disable pkeyAneesh Kumar K.V2020-07-131-5/+7
* powerpc/mm/pkeys: Make pkey access check work on execute_only_keyAneesh Kumar K.V2020-06-291-3/+0
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-111-1/+1
* mm/vma: make vma_is_foreign() available for general useAnshuman Khandual2020-04-021-12/+0
* powerpc/pkeys: remove unused pkey_allows_readwriteQian Cai2019-10-111-10/+0
* powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-021-0/+428