summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-267-69/+301
|\
| * Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2011-07-223-3/+33
| |\
| | * powerpc/47x: allow kernel to be loaded in higher physical memoryDave Kleikamp2011-07-121-3/+10
| | * powerpc/44x: don't use tlbivax on AMP systemsDave Kleikamp2011-07-122-0/+23
| * | powerpc/mm: Fix output of total_ram.Tony Breeds2011-07-191-2/+2
| * | powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce2011-07-082-0/+15
| |/
| * powerpc: Add printk companion for ppc_md.progressDave Carroll2011-06-301-1/+1
| * powerpc: Move free_initmem to common codeDave Carroll2011-06-303-48/+19Star
| * Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt2011-06-304-34/+24Star
| |\
| * | powerpc: mem_init should call memblock_is_reserved with phys_addr_tBecky Bruce2011-06-291-1/+2
| * | powerpc/book3e-64: use a separate TLB handler when linear map is boltedScott Wood2011-06-292-13/+228
| * | powerpc/book3e: Clarify HW table walk enable/disable messageKumar Gala2011-06-171-2/+2
* | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-241-3/+3
|\ \ \
| * | | KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2011-07-121-1/+1
| * | | powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras2011-07-121-2/+2
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-231-3/+3
|\ \ \ | |/ / |/| |
| * | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-3/+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/+19Star
|/
* mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra2011-05-254-107/+0Star
* powerpc: mmu_gather reworkPeter Zijlstra2011-05-254-14/+10Star
* 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/+4Star
* 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/+7Star
* 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/+1Star
* 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