aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: fix numa distance for form0 device treeVaidyanathan Srinivasan2013-05-111-1/+1
* powerpc: Fix deadlock in icswx codeAnton Blanchard2011-11-111-6/+6
* powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probeAnton Blanchard2011-11-112-4/+5
* powerpc/numa: Remove double of_node_put in hot_add_node_scn_to_nidAnton Blanchard2011-11-111-1/+2
* thp: share get_huge_page_tail()Andrea Arcangeli2011-11-111-11/+0
* powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-111-10/+11
* powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli2011-11-111-1/+23
* powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli2011-11-111-3/+2
* powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli2011-11-111-1/+1
* powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli2011-11-111-13/+0
* mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-111-2/+3
* arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-06-291-5/+5
* powerpc: Force page alignment for initrd reserved memoryBenjamin Herrenschmidt2011-06-093-29/+19
* mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra2011-05-254-107/+0
* powerpc: mmu_gather reworkPeter Zijlstra2011-05-254-14/+10
* powerpc: Remove ioremap_flagsAnton Blanchard2011-05-192-4/+4
* powerpc: Add ioremap_wcAnton Blanchard2011-05-192-0/+19
* powerpc: Fix compile with icwsx supportStephen Rothwell2011-05-061-1/+1
* powerpc: Convert old cpumask API into new oneKOSAKI Motohiro2011-05-041-1/+1
* powerpc: Add Initiate Coprocessor Store Word (icswx) supportTseng-Hui (Frank) Lin2011-05-041-0/+211
* powerpc: Use new CPU feature bit to select 2.06 tlbieMichael Neuling2011-05-041-6/+4
* powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans2011-04-277-25/+25
* powerpc/numa: Look for ibm, associativity-reference-points at the rootMichael Ellerman2011-04-271-8/+7
* powerpc: Add TLB size detection for TYPE_3E MMUsBenjamin Herrenschmidt2011-04-271-1/+11
* powerpc: Replace open coded instruction patching with patch_instruction/patch...Anton Blanchard2011-04-202-20/+30
* powerpc/nohash: Allocate stale_map[cpu] on CPU_UP_PREPARE not CPU_ONLINEMichael Ellerman2011-04-201-2/+4
* powerpc/mm: Standardise on MMU_NO_CONTEXTMichael Ellerman2011-04-201-2/+1
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-075-21/+21
|\
| * Fix common misspellingsLucas De Marchi2011-03-315-21/+21
* | Documentation: fix minor typos/spellingSylvestre Ledru2011-04-041-1/+1
|/
* powerpc: Implement dma_mmap_coherent()Benjamin Herrenschmidt2011-03-301-0/+20
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-03-182-1/+36
|\
| * Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt2011-03-171-0/+35
| |\
| | * powerpc/476: Workaround for PLB6 hangDave Kleikamp2011-02-021-0/+35
| * | powerpc: Fix memory limits when starting at a non-zero addressScott Wood2011-03-021-1/+1
* | | powerpc/pseries: Disable VPNH featureBenjamin Herrenschmidt2011-03-101-1/+2
* | | powerpc/mm: Make hpte_need_flush() safe for preemptionPeter Zijlstra2011-03-021-3/+3
|/ /
* | powerpc/numa: Fix bug in unmap_cpu_from_nodeAnton Blanchard2011-02-071-1/+1
* | powerpc/numa: Disable VPHN on dedicated processor partitionsAnton Blanchard2011-02-071-1/+2
* | powerpc/numa: Add length when creating OF properties via VPHNAnton Blanchard2011-02-071-3/+9
* | powerpc/numa: Check for all VPHN changesAnton Blanchard2011-02-071-1/+1
* | powerpc/numa: Only use active VPHN count fieldsAnton Blanchard2011-02-071-4/+6
* | powerpc/pseries: Remove unnecessary variable initializations in numa.cJesse Larrew2011-02-071-9/+8
* | powerpc/pseries: Fix brace placement in numa.cJesse Larrew2011-02-071-6/+3
* | powerpc/pseries: Fix typo in VPHN commentsJesse Larrew2011-02-071-1/+1
* | thp: alter compound get_page/put_pageAndrea Arcangeli2011-01-131-0/+12
|/
* powerpc/pseries: Fix build of topology stuff without CONFIG_NUMABenjamin Herrenschmidt2011-01-121-1/+0
* powerpc/pseries: Fix VPHN build errors on non-SMP systemsJesse Larrew2011-01-111-3/+6
* powerpc: Remove unnecessary casts of void ptrJesper Juhl2010-12-091-1/+1
* powerpc/pseries: Poll VPA for topology changes and update NUMA mapsJesse Larrew2010-12-091-10/+267