summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2015-10-28powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entryScott Wood3-15/+34
2015-10-23powerpc/85xx: Load all early TLB entries at onceScott Wood4-3/+84
2015-10-15powerpc/numa: Use of_get_next_parent to simplify codeChristophe Jaillet1-4/+1
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V3-12/+25
2015-10-12powerpc/mm: Disable hugepd for 64K page size.Aneesh Kumar K.V1-0/+19
2015-10-01powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()Michael Ellerman1-5/+5
2015-10-01powerpc/slb: Define an enum for the bolted indexesAnshuman Khandual1-21/+26
2015-09-18Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+2
2015-09-16powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V1-1/+2
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2015-08-28mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+2
2015-08-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman4-23/+13
2015-08-18powerpc/numa: initialize distance lookup table from drconf pathNikunj A Dadhania1-3/+13
2015-08-18powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64KMichael Ellerman2-8/+8
2015-08-18powerpc/cell: Drop support for 64K local store on 4K kernelsMichael Ellerman1-8/+0
2015-08-18powerpc/e6500: hw tablewalk: optimize a bit for tcd lock acquiring codesKevin Hao1-5/+5
2015-08-12powerpc/slb: Add documentation on runtime patching of SLB encodingAnshuman Khandual1-1/+15
2015-08-12powerpc/slb: Rename all the 'slot' occurrences to 'entry'Anshuman Khandual1-4/+3
2015-08-12powerpc/slb: Remove a duplicate extern variableAnshuman Khandual1-1/+0
2015-08-08powerpc/fsl: Force coherent memory on e500mc derivativesScott Wood1-1/+1
2015-08-08powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood1-10/+0
2015-08-08powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VAScott Wood1-7/+7
2015-07-06powerpc: Add plain English description for alignment exception oopsesAnton Blanchard1-0/+4
2015-07-02Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds1-1/+1
2015-06-27Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2015-06-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V1-2/+2
2015-06-25powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V1-11/+0
2015-06-25mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V1-35/+41
2015-06-25mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen1-5/+0
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds8-9/+382
2015-06-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2-4/+49
2015-06-16powerpc: don't use module_init for non-modular core hugetlb codePaul Gortmaker1-1/+1
2015-06-11powerpc/mmu: Add userspace-to-physical addresses translation cacheAlexey Kardashevskiy3-0/+323
2015-06-10powerpc/mm: Add trace point for tracking hash pte faultAneesh Kumar K.V1-0/+2
2015-06-08Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2-9/+27
2015-06-03cxl: Move include file cxl.h -> cxl-base.hMichael Neuling2-2/+2
2015-06-03powerpc/copro: Fix faulting kernel segmentsMichael Neuling1-2/+5
2015-06-03powerpc/mm: Use PFN_PHYS() in devmem_is_allowed()Scott Wood1-1/+1
2015-06-03powerpc/e6500: Optimize hugepage TLB missesScott Wood1-3/+48
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2-9/+27
2015-06-02powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOCMichael Ellerman1-1/+1
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez1-2/+2
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand1-4/+5
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-1/+3
2015-05-12powerpc/mm: Return NULL for not present hugetlb pageAneesh Kumar K.V1-9/+16
2015-05-12powerpc/thp: Serialize pmd clear against a linux page table walk.Aneesh Kumar K.V1-0/+11
2015-04-23powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V1-0/+1
2015-04-17powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V1-5/+4
2015-04-17powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2-7/+17