summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina22-576/+780
2014-11-19powerpc: Remove more traces of bootmemMichael Ellerman2-5/+5
2014-11-18Merge remote-tracking branch 'scottwood/next' into nextMichael Ellerman1-7/+0
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon1-2/+0
2014-11-14powerpc/mm: Switch to generic RCU get_user_pages_fastAneesh Kumar K.V3-257/+13
2014-11-14powerpc/mm: Add missing pmd accessorsAneesh Kumar K.V2-3/+22
2014-11-12powerpc/mm: Use PAGE_FACTORGavin Shan1-2/+2
2014-11-10powerpc: Move sparse_init() into initmem_initAnton Blanchard2-0/+3
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard3-3/+1
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard2-6/+2
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard5-266/+38
2014-11-07powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe1-7/+0
2014-11-05powerpc: Remove ppc_md.remove_memoryAnton Blanchard1-2/+12
2014-11-05Merge branch 'topic/get-cpu-var' into nextMichael Ellerman4-6/+6
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter4-6/+6
2014-10-30powerpc: Fix section mismatch warningFabian Frederick1-1/+1
2014-10-29powerpc: Fix comment typo 'CONIFG_8xx'Paul Bolle1-1/+1
2014-10-29powerpc/numa: ensure per-cpu NUMA mappings are correct on topology updateNishanth Aravamudan1-1/+4
2014-10-29powerpc/numa: use cached value of update->cpu in update_cpu_topologyNishanth Aravamudan1-2/+2
2014-10-28powerpc/mm: Use appropriate ESID mask in copro_calculate_slb()Ian Munsie1-2/+1
2014-10-22powerpc/mm: Fix build error with hugetlfs disabledAneesh Kumar K.V1-1/+2
2014-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds1-2/+39
2014-10-16powerpc/vphn: NUMA node code expects big-endianGreg Kurz1-0/+3
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+1
2014-10-13powerpc/numa: Add ability to disable and debug topology updatesNishanth Aravamudan1-1/+34
2014-10-13powerpc/numa: check error return from proc_createNishanth Aravamudan1-1/+2
2014-10-08powerpc/mm: Add hooks for cxlIan Munsie2-1/+7
2014-10-08powerpc/mm: Add new hash_page_mm()Ian Munsie1-7/+17
2014-10-08powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie1-0/+2
2014-10-08powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie3-14/+15
2014-10-08powerpc/cell: Move data segment faulting code out of cell platformIan Munsie2-3/+46
2014-10-08powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie2-0/+93
2014-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2-14/+62
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-2/+2
2014-10-02powerpc: Fill in si_addr_lsb siginfo fieldAnton Blanchard1-0/+8
2014-10-02powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handlerAnton Blanchard1-6/+11
2014-10-02powerpc: Simplify do_sigbusAnton Blanchard1-10/+10
2014-09-25powerpc/mm: Unindent htab_dt_scan_page_sizes()Michael Ellerman1-61/+60
2014-09-25powerpc: some changes in numa_setup_cpu()Li Zhong1-6/+8
2014-09-25powerpc: Only set numa node information for present cpus at boottimeLi Zhong1-1/+1
2014-09-25powerpc: Fix warning reported by verify_cpu_node_mapping()Li Zhong1-2/+1
2014-09-25powerpc: Move htab_remove_mapping function prototype into header fileAnton Blanchard1-3/+0
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard1-0/+2
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard2-2/+2
2014-09-25powerpc: Move more symbol exports next to function definitionsAnton Blanchard1-0/+1
2014-09-19powerpc/mm: Use common paging_init() for NUMAScott Wood2-9/+6
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin1-3/+1
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin1-2/+1
2014-09-03powerpc: Dynamic DMA zone limitsScott Wood1-5/+56
2014-08-13powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V2-0/+10