aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds14-100/+603
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli1-11/+0
2011-11-02powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli1-10/+11
2011-11-02powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli1-1/+23
2011-11-02powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli1-3/+2
2011-11-02powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli1-1/+1
2011-11-02powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli1-13/+0
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli1-2/+3
2011-10-12powerpc/fsl-booke: Fix settlbcam for 64-bitBecky Bruce1-6/+6
2011-10-11powerpc/fsl-booke: Fix setup_initial_memory_limit to not blindly mapKumar Gala3-15/+39
2011-09-23powerpc: Fix hugetlb with CONFIG_PPC_MM_SLICES=yPaul Mackerras2-3/+3
2011-09-20powerpc: Fix deadlock in icswx codeAnton Blanchard1-6/+6
2011-09-20powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probeAnton Blanchard2-4/+5
2011-09-20powerpc: Coding style cleanupsAnton Blanchard1-3/+4
2011-09-20powerpc: Use for_each_node_by_type instead of open coding itAnton Blanchard1-5/+5
2011-09-20powerpc/numa: Remove double of_node_put in hot_add_node_scn_to_nidAnton Blanchard1-1/+2
2011-09-20powerpc: Hugetlb for BookEBecky Bruce10-60/+536
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds7-69/+301
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2011-07-22Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt3-3/+33
2011-07-19powerpc/mm: Fix output of total_ram.Tony Breeds1-2/+2
2011-07-12powerpc/47x: allow kernel to be loaded in higher physical memoryDave Kleikamp1-3/+10
2011-07-12powerpc/44x: don't use tlbivax on AMP systemsDave Kleikamp2-0/+23
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras1-1/+1
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bitsPaul Mackerras1-2/+2
2011-07-08powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce2-0/+15
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
2011-06-30powerpc: Add printk companion for ppc_md.progressDave Carroll1-1/+1
2011-06-30powerpc: Move free_initmem to common codeDave Carroll3-48/+19
2011-06-30Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt4-34/+24
2011-06-29powerpc: mem_init should call memblock_is_reserved with phys_addr_tBecky Bruce1-1/+2
2011-06-29powerpc/book3e-64: use a separate TLB handler when linear map is boltedScott Wood2-13/+228
2011-06-29arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-5/+5
2011-06-17powerpc/book3e: Clarify HW table walk enable/disable messageKumar Gala1-2/+2
2011-06-09powerpc: Force page alignment for initrd reserved memoryBenjamin Herrenschmidt3-29/+19
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra4-107/+0
2011-05-25powerpc: mmu_gather reworkPeter Zijlstra4-14/+10
2011-05-19powerpc: Remove ioremap_flagsAnton Blanchard2-4/+4
2011-05-19powerpc: Add ioremap_wcAnton Blanchard2-0/+19
2011-05-06powerpc: Fix compile with icwsx supportStephen Rothwell1-1/+1
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro1-1/+1
2011-05-04powerpc: Add Initiate Coprocessor Store Word (icswx) supportTseng-Hui (Frank) Lin1-0/+211
2011-05-04powerpc: Use new CPU feature bit to select 2.06 tlbieMichael Neuling1-6/+4
2011-04-27powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans7-25/+25
2011-04-27powerpc/numa: Look for ibm, associativity-reference-points at the rootMichael Ellerman1-8/+7
2011-04-27powerpc: Add TLB size detection for TYPE_3E MMUsBenjamin Herrenschmidt1-1/+11
2011-04-20powerpc: Replace open coded instruction patching with patch_instruction/patch_branchAnton Blanchard2-20/+30
2011-04-20powerpc/nohash: Allocate stale_map[cpu] on CPU_UP_PREPARE not CPU_ONLINEMichael Ellerman1-2/+4
2011-04-20powerpc/mm: Standardise on MMU_NO_CONTEXTMichael Ellerman1-2/+1