summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64
Commit message (Expand)AuthorAgeFilesLines
* powerpc/book3s64/radix: Make radix_mem_block_size 64bitAneesh Kumar K.V2020-10-291-1/+1
* powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mmNicholas Piggin2020-10-291-7/+16
* powerpc/book3s64/radix: Fix boot failure with large amount of guest memoryAneesh Kumar K.V2020-08-281-15/+0
* Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio2020-08-241-0/+2
* powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabledAneesh Kumar K.V2020-08-171-1/+3
* powerpc/pkeys: Fix boot failures with Nemo board (A-EON AmigaOne X1000)Aneesh Kumar K.V2020-08-102-9/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-074-4/+0
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-074-4/+0
* | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-075-237/+397
|\ \ | |/ |/|
| * powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov2020-07-301-2/+2
| * powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests onlyBharata B Rao2020-07-291-1/+7
| * powerpc/book3s64/pkey: Disable pkey on POWER6 and beforeAneesh Kumar K.V2020-07-261-0/+6
| * powerpc/mm/hash64: Remove comment that is no longer validSantosh Sivaraj2020-07-231-4/+0
| * powerpc/64s: Remove PROT_SAO supportNicholas Piggin2020-07-221-2/+0
| * powerpc/book3s64/pkeys: Remove is_pkey_enabled()Aneesh Kumar K.V2020-07-221-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-202-5/+15
| * Merge branch 'fixes' into nextMichael Ellerman2020-07-181-8/+7
| |\
| * | powerpc/mm/book3s64/radix: Off-load TLB invalidations to host when !GTSENicholas Piggin2020-07-161-7/+75
| * | powerpc/mm/book3s64: Skip 16G page reservation with radixAneesh Kumar K.V2020-06-221-1/+1
| * | powerpc/mm: Fix typo in IS_ENABLED()Joe Perches2020-06-221-3/+2
* | | powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin2020-07-271-0/+25
| |/ |/|
* | 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
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-3/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-8/+8
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-094-4/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-058-159/+190
|\
| * powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin2020-05-282-16/+1
| * powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faultsNicholas Piggin2020-05-203-45/+143
| * powerpc/book3s64/radix/tlb: Determine hugepage flush correctlyAneesh Kumar K.V2020-05-201-3/+1