summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Don't try to use radix MMU under a hypervisorPaul Mackerras2017-11-081-0/+33
* powerpc/mm/radix: Properly clear process table entryBenjamin Herrenschmidt2017-07-271-3/+9
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-243-4/+4
* powerpc/iommu: Do not call PageTransHuge() on tail pagesAlexey Kardashevskiy2017-05-251-2/+2
* powerpc/mm: Add missing global TLB invalidate if cxl is activeFrederic Barrat2017-04-121-2/+5
* powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=yMichael Ellerman2017-03-221-1/+1
* powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdownAlexey Kardashevskiy2017-03-222-14/+1
* powerpc/iommu: Stop using @current in mm_iommu_xxxAlexey Kardashevskiy2017-03-221-29/+17
* powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy2017-03-222-6/+7
* powerpc/64: Disable use of radix under a hypervisorPaul Mackerras2017-02-231-1/+2
* powerpc/mm/radix: Update ERAT flushes when invalidating TLBBenjamin Herrenschmidt2017-02-141-5/+1
* powerpc/mm: Use the correct pointer when setting a 2MB pteReza Arbab2017-02-091-2/+2
* powerpc/mm: Correct process and partition table max sizeSuraj Jitindar Singh2017-01-191-2/+2
* powerpc/64: Simplify adaptation to new ISA v3.00 HPTE formatPaul Mackerras2017-01-191-6/+24
* powerpc/mm: Fix lazy icache flush on pre-POWER5Benjamin Herrenschmidt2016-11-292-3/+3
* powerpc/mm: Fixup kernel read only mappingAneesh Kumar K.V2016-11-251-2/+6
* powerpc/mm: Fix missing update of HID register on secondary CPUsAneesh Kumar K.V2016-11-182-0/+8
* powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1Michael Neuling2016-11-181-0/+4
* powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpuAneesh Kumar K.V2016-10-271-4/+4
* powerpc: Fix numa topology console printAneesh Kumar K.V2016-10-191-5/+5
* powerpc/mm: Drop dump_numa_memory_topology()Michael Ellerman2016-10-191-36/+0
* powerpc/mm: Prevent unlikely crash in copro_calculate_slb()Frederic Barrat2016-10-191-0/+2
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+3
|\
| * ppc: move exports to definitionsAl Viro2016-08-071-0/+3
* | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-141-1/+1
|\ \
| * | powerpc/mm/hash64: Fix might_have_hea() checkMichael Ellerman2016-10-121-1/+1
* | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-0711-49/+218
|\| |
| * | KVM: PPC: Book3S HV: Migrate pinned pages out of CMABalbir Singh2016-09-291-4/+77
| * | powerpc: Clean up tm_abort duplication in hash_utils_64.cRui Teng2016-09-231-31/+25
| * | powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy2016-09-231-0/+7
| * | powerpc/mm: Add radix flush all with IS=3Aneesh Kumar K.V2016-09-231-0/+24
| * | powerpc/64/kexec: Fix MMU cleanup on radixBenjamin Herrenschmidt2016-09-232-0/+21
| * | powerpc: Use kprobe blacklist for exception handlersNicholas Piggin2016-09-191-2/+2
| * | powerpc/32: Add missing \n and switch to pr_warn()Colin Ian King2016-09-131-1/+1
| * | powerpc/mm: Update the HID bit when switching from radix to hashAneesh Kumar K.V2016-09-132-0/+53
| * | powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2016-09-132-2/+2
| * | powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman2016-09-131-4/+3
| * | powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus addressPaul Mackerras2016-09-131-5/+3
* | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-062-40/+57
|\ \ \
| * | | powerpc/mm: Speed up computation of base and actual page size for a HPTEPaul Mackerras2016-09-092-40/+57
| | |/ | |/|
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-32/+24
|\ \ \
| * | | powerpc/mmu nohash: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-32/+24
| |/ /
* | / powerpc/mm: Don't alias user region to other regions below PAGE_OFFSETPaul Mackerras2016-09-081-1/+6
| |/ |/|
* | powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-08-221-1/+1
|/
* Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-0510-92/+153
|\
| * powerpc/mm: Move register_process_table() out of ppc_mdMichael Ellerman2016-08-043-3/+6
| * powerpc/mm: remove flush_tlb_page_nohashAneesh Kumar K.V2016-08-012-12/+1
| * powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V2016-08-011-0/+10
| * powerpc/mm/radix/hugetlb: Add helper for finding page size from hstateAneesh Kumar K.V2016-08-012-26/+13
| * powerpc/mm/radix: Rename function and drop unused argAneesh Kumar K.V2016-08-012-10/+10