summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Remove PROT_SAO supportNicholas Piggin2020-07-211-2/+0
* 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-203-17/+20
* powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexecAneesh Kumar K.V2020-07-201-0/+3
* 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/kuep: Add MMU_FTR_KUEPAneesh Kumar K.V2020-07-201-1/+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/mm/radix: Create separate mappings for hot-plugged memoryAneesh Kumar K.V2020-07-201-11/+80
* powerpc/mm/radix: Remove split_kernel_mapping()Bharata B Rao2020-07-201-76/+19
* powerpc/mm/radix: Free PUD table when freeing pagetableBharata B Rao2020-07-201-0/+16
* powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappingsAneesh Kumar K.V2020-07-203-5/+18
* Merge branch 'fixes' into nextMichael Ellerman2020-07-182-8/+8
|\
| * 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
| * powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha2020-06-221-0/+1
* | powerpc/numa: remove arch_update_cpu_topologyNathan Lynch2020-07-161-10/+0
* | powerpc/numa: remove prrn_is_enabled()Nathan Lynch2020-07-161-5/+0
* | powerpc/numa: remove start/stop_topology_update()Nathan Lynch2020-07-161-20/+0
* | powerpc/numa: remove timed_topology_update()Nathan Lynch2020-07-161-9/+0
* | powerpc/numa: stub out numa_update_cpu_topology()Nathan Lynch2020-07-161-192/+1
* | powerpc/numa: remove vphn_enabled and prrn_enabled internal flagsNathan Lynch2020-07-161-4/+2
* | powerpc/numa: remove unreachable topology workqueue codeNathan Lynch2020-07-161-14/+0
* | powerpc/numa: remove unreachable topology timer codeNathan Lynch2020-07-161-21/+0
* | powerpc/numa: make vphn_enabled, prrn_enabled flags constNathan Lynch2020-07-161-2/+2
* | powerpc/numa: remove unreachable topology update codeNathan Lynch2020-07-161-147/+2
* | powerpc/numa: remove ability to enable topology updatesNathan Lynch2020-07-161-70/+1
* | powerpc/mm/book3s64/radix: Off-load TLB invalidations to host when !GTSENicholas Piggin2020-07-161-7/+75
* | powerpc/mm: Enable radix GTSE only if supported.Bharata B Rao2020-07-161-1/+4
* | powerpc/kasan: Fix shadow pages allocation failureChristophe Leroy2020-07-151-12/+13
* | Revert "powerpc/kasan: Fix shadow pages allocation failure"Christophe Leroy2020-07-152-3/+3
* | powerpc/mm/book3s64: Skip 16G page reservation with radixAneesh Kumar K.V2020-06-221-1/+1
* | powerpc/ptdump: Fix build failure in hashpagetable.cChristophe Leroy2020-06-221-1/+1
* | powerpc/mm: Fix typo in IS_ENABLED()Joe Perches2020-06-221-3/+2
|/
* arch/powerpc/mm/pgtable.c: another missed conversionAndrew Morton2020-06-101-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-095-10/+10
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-094-16/+16
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-098-15/+15
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-097-7/+7
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0911-11/+11
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0915-15/+0