summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorLines
2015-02-16powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov-1/+1
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds-2/+2
2015-02-12ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman-13/+15
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman-9/+10
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+10
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-37/+65
2015-02-11arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi-4/+2
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi-0/+8
2015-02-04powerpc/mm: Warn on flushing tlb page in kernel contextArseny Solokha-1/+5
2015-01-30powerpc/mm: bail out early when flushing TLB pageArseny Solokha-1/+4
2015-01-29powerpc32: Use kmem_cache memory for PGDIRLEROY Christophe-2/+14
2015-01-29powerpc/8xx: reduce pressure on TLB due to context switchesLEROY Christophe-1/+42
2015-01-29powerpc32: adds handling of _PAGE_ROLEROY Christophe-1/+1
2015-01-29powerpc: Remove duplicate tlbcam_index declarationsEmil Medve-3/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-1/+3
2015-01-28powerpc: Remove some unused functionsMichael Ellerman-29/+0
2015-01-19ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger-2/+2
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim-2/+2
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-704/+264
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+1
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+0
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V-37/+58
2014-12-02Merge remote-tracking branch 'benh/next' into nextMichael Ellerman-118/+110
2014-12-02powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V-10/+33
2014-12-02powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V-107/+63
2014-12-02powerpc/mm/hugetlb: Sanity check gigantic hugepage countJames Yang-0/+7
2014-12-02powerpc/mm: Check for matching hpte without taking hpte lockAneesh Kumar K.V-9/+15
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely-2/+1
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina-576/+780
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman-5/+5
2014-11-18Merge remote-tracking branch 'scottwood/next' into nextMichael Ellerman-7/+0
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon-2/+0
2014-11-14powerpc/mm: Switch to generic RCU get_user_pages_fastAneesh Kumar K.V-257/+13
2014-11-14powerpc/mm: Add missing pmd accessorsAneesh Kumar K.V-3/+22
2014-11-12powerpc/mm: Use PAGE_FACTORGavin Shan-2/+2
2014-11-10powerpc: Move sparse_init() into initmem_initAnton Blanchard-0/+3
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard-3/+1
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard-6/+2
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard-266/+38
2014-11-07powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe-7/+0
2014-11-05powerpc: Remove ppc_md.remove_memoryAnton Blanchard-2/+12
2014-11-05Merge branch 'topic/get-cpu-var' into nextMichael Ellerman-6/+6
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter-6/+6
2014-10-30powerpc: Fix section mismatch warningFabian Frederick-1/+1
2014-10-29powerpc: Fix comment typo 'CONIFG_8xx'Paul Bolle-1/+1
2014-10-29powerpc/numa: ensure per-cpu NUMA mappings are correct on topology updateNishanth Aravamudan-1/+4
2014-10-29powerpc/numa: use cached value of update->cpu in update_cpu_topologyNishanth Aravamudan-2/+2
2014-10-28powerpc/mm: Use appropriate ESID mask in copro_calculate_slb()Ian Munsie-2/+1
2014-10-22powerpc/mm: Fix build error with hugetlfs disabledAneesh Kumar K.V-1/+2