aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-15powerpc: Remove dead CONFIG_HIGHPTEChristoph Egger1-4/+0
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+22
2010-05-21powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinityAnton Blanchard1-8/+12
2010-05-17powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftraceKumar Gala3-23/+40
2010-05-17PPC: Split context init/destroy functionsAlexander Graf1-7/+22
2010-05-07Merge commit 'origin/master' into nextBenjamin Herrenschmidt2-9/+17
2010-05-06powerpc/cpumask: Convert NUMA code to new cpumask APIAnton Blanchard1-13/+45
2010-05-06powerpc: Invoke oom-killer from page faultBenjamin Herrenschmidt1-10/+4
2010-05-06powerpc/mm: Track backing pages allocated by vmemmap_populate()Mark Nelson1-0/+43
2010-05-06powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300Benjamin Herrenschmidt1-4/+0
2010-05-05powerpc/47x: Base ppc476 supportDave Kleikamp4-22/+255
2010-04-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-5/+0
2010-04-29kgdb: don't needlessly skip PAGE_USER test for Fsl bookeWufei1-5/+0
2010-04-28powerpc/numa: Add form 1 NUMA affinityAnton Blanchard1-2/+15
2010-04-19powerpc/fsl_booke: Correct test for MMU_FTR_BIG_PHYSBecky Bruce1-2/+2
2010-04-07powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad1-2/+3
2010-04-07powerpc: Fix ioremap_flags() with book3e pte definitionBenjamin Herrenschmidt2-0/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo11-1/+10
2010-03-19powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori1-0/+6
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten1-3/+3
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+2
2010-02-19powerpc: Convert tlbivax_lock to raw_spinlockThomas Gleixner1-3/+3
2010-02-19powerpc: Convert native_tlbie_lock to raw_spinlockThomas Gleixner1-7/+7
2010-02-19powerpc: Convert context_lock to raw_spinlockThomas Gleixner1-7/+7
2010-02-18Merge commit 'jwb/next' into nextBenjamin Herrenschmidt1-2/+2
2010-02-17powerpc: Convert open coded native hashtable bit lockAnton Blanchard1-3/+2
2010-02-17Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-3/+9
2010-02-12powerpc/40x: Add support for PPC40x boards with > 512MB SDRAMStefan Roese1-2/+2
2010-02-10powerpc: Fix address masking bug in hpte_need_flush()David Gibson1-3/+9
2010-02-09powerpc: Convert mmu context allocator from idr to idaAnton Blanchard1-5/+5
2010-02-05tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König1-1/+1
2010-02-05fix comment typo leve -> level in powerpcThadeu Lima de Souza Cascardo1-1/+1
2010-02-03powerpc: Fix typo s/leve/level/ in TLB codeThadeu Lima de Souza Cascardo1-1/+1
2010-01-15powerpc: Use helpers for rlimitsJiri Slaby1-2/+2
2009-12-18powerpc/mm: Fix stupid bug in subpge protection handlingDavid Gibson1-2/+2
2009-12-18powerpc/mm: Fix typo of cpumask_clear_cpu()Yang Li1-1/+1
2009-12-18powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.Sachin P. Sant1-4/+4
2009-12-18powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VMBenjamin Herrenschmidt1-1/+1
2009-12-16Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds7-14/+58
2009-12-14powerpc: fix up for mmu_mapin_ram api changeStephen Rothwell4-6/+6
2009-12-12powerpc: allow ioremap within reserved memory regionsAlbert Herranz3-1/+9
2009-12-12wii: use both mem1 and mem2 as ramAlbert Herranz4-7/+43
2009-12-09powerpc/8xx: Invalidate non present TLBsJoakim Tjernlund1-1/+7
2009-12-08powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson3-7/+16
2009-12-02Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT"Benjamin Herrenschmidt3-16/+7
2009-11-27powerpc/mm: Fix bug in gup_hugepd()David Gibson1-1/+10
2009-11-27powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson3-7/+16
2009-11-20powerpc/fsl-booke: Rework TLB CAM codeKumar Gala2-69/+74