summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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/+8Star
* | powerpc/pseries: Fix brace placement in numa.cJesse Larrew2011-02-071-6/+3Star
* | powerpc/pseries: Fix typo in VPHN commentsJesse Larrew2011-02-071-1/+1
* | thp: alter compound get_page/put_pageAndrea Arcangeli2011-01-141-0/+12
|/
* powerpc/pseries: Fix build of topology stuff without CONFIG_NUMABenjamin Herrenschmidt2011-01-121-1/+0Star
* 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
* powerpc: Record vma->phys_addr in ioremap()Michael Ellerman2010-12-092-0/+3
* Merge branch 'nvram' into nextBenjamin Herrenschmidt2010-12-091-1/+1
|\
| * powerpc: Use call_rcu_sched() for pagetablesPeter Zijlstra2010-11-301-1/+1
* | powerpc/mm: Avoid avoidable void* pointerMichael Neuling2010-11-291-1/+1
* | powerpc: Add memory_hotplug_max()Nishanth Aravamudan2010-11-291-0/+26
* | powerpc: Cleanup APIs for cpu/thread/core mappingsVaidyanathan Srinivasan2010-11-291-6/+6
|/
* powerpc/mm: Fix module instruction tlb fault handling on Book-E 64Kumar Gala2010-11-181-1/+4
* powerpc: Fix call to subpage_protection()Michael Neuling2010-11-181-1/+1
* powerpc/mm: Fix build error in setup_initial_memory_limitKumar Gala2010-11-181-1/+1
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-281-1/+3
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-271-14/+21
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-227-17/+79
|\
| * powerpc/fsl-booke64: Use TLB CAMs to cover linear mapping on FSL 64-bit chipsKumar Gala2010-10-145-8/+27
| * powerpc/fsl-booke: Add support for FSL Arch v1.0 MMU in setup_page_sizesKumar Gala2010-10-141-3/+39
| * powerpc: Fix invalid page flags in create TLB CAM path for PTE_64BITPaul Gortmaker2010-10-141-1/+2
| * powerpc/Makefiles: Change to new flag variablesmatt mooney2010-10-131-3/+1Star
| * powerpc/mm: Assume first cpu is boot_cpuid not 0Matthew McClintock2010-09-021-2/+4
| * powerpc: Check end of stack canary at oops timeAnton Blanchard2010-09-021-0/+6
* | memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-132-9/+9
* | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-318-80/+201
|\|
| * powerpc: Export memstart_addr and kernstart_addr on ppc64Sonny Rao2010-08-241-0/+2
| * Merge remote branch 'jwb/merge' into mergeBenjamin Herrenschmidt2010-08-241-0/+1
| |\
| | * powerpc/47x: Add an isync before the tlbivax instructionDave Kleikamp2010-08-231-0/+1
| * | kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-101-2/+2
| |/
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-055-78/+196
| |\
| | * Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-0411-115/+115
| | |\
| | * | powerpc/book3e: Adjust the page sizes list based on MMU configBenjamin Herrenschmidt2010-07-141-32/+104