aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds5-21/+21
2011-04-04Documentation: fix minor typos/spellingSylvestre Ledru1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi5-21/+21
2011-03-30powerpc: Implement dma_mmap_coherent()Benjamin Herrenschmidt1-0/+20
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-1/+36
2011-03-17Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt1-0/+35
2011-03-10powerpc/pseries: Disable VPNH featureBenjamin Herrenschmidt1-1/+2
2011-03-02powerpc: Fix memory limits when starting at a non-zero addressScott Wood1-1/+1
2011-03-02powerpc/mm: Make hpte_need_flush() safe for preemptionPeter Zijlstra1-3/+3
2011-02-07powerpc/numa: Fix bug in unmap_cpu_from_nodeAnton Blanchard1-1/+1
2011-02-07powerpc/numa: Disable VPHN on dedicated processor partitionsAnton Blanchard1-1/+2
2011-02-07powerpc/numa: Add length when creating OF properties via VPHNAnton Blanchard1-3/+9
2011-02-07powerpc/numa: Check for all VPHN changesAnton Blanchard1-1/+1
2011-02-07powerpc/numa: Only use active VPHN count fieldsAnton Blanchard1-4/+6
2011-02-07powerpc/pseries: Remove unnecessary variable initializations in numa.cJesse Larrew1-9/+8
2011-02-07powerpc/pseries: Fix brace placement in numa.cJesse Larrew1-6/+3
2011-02-07powerpc/pseries: Fix typo in VPHN commentsJesse Larrew1-1/+1
2011-02-02powerpc/476: Workaround for PLB6 hangDave Kleikamp1-0/+35
2011-01-13thp: alter compound get_page/put_pageAndrea Arcangeli1-0/+12
2011-01-12powerpc/pseries: Fix build of topology stuff without CONFIG_NUMABenjamin Herrenschmidt1-1/+0
2011-01-11powerpc/pseries: Fix VPHN build errors on non-SMP systemsJesse Larrew1-3/+6
2010-12-09powerpc: Remove unnecessary casts of void ptrJesper Juhl1-1/+1
2010-12-09powerpc/pseries: Poll VPA for topology changes and update NUMA mapsJesse Larrew1-10/+267
2010-12-09powerpc: Record vma->phys_addr in ioremap()Michael Ellerman2-0/+3
2010-12-09Merge branch 'nvram' into nextBenjamin Herrenschmidt1-1/+1
2010-11-30powerpc: Use call_rcu_sched() for pagetablesPeter Zijlstra1-1/+1
2010-11-29powerpc/mm: Avoid avoidable void* pointerMichael Neuling1-1/+1
2010-11-29powerpc: Add memory_hotplug_max()Nishanth Aravamudan1-0/+26
2010-11-29powerpc: Cleanup APIs for cpu/thread/core mappingsVaidyanathan Srinivasan1-6/+6
2010-11-18powerpc/mm: Fix module instruction tlb fault handling on Book-E 64Kumar Gala1-1/+4
2010-11-18powerpc: Fix call to subpage_protection()Michael Neuling1-1/+1
2010-11-18powerpc/mm: Fix build error in setup_initial_memory_limitKumar Gala1-1/+1
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra1-1/+3
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-14/+21
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds7-17/+79