summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinityAnton Blanchard2010-05-211-8/+12
* powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftraceKumar Gala2010-05-173-23/+40
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-05-072-9/+17
|\
| * Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-04-301-5/+0Star
| |\
| | * kgdb: don't needlessly skip PAGE_USER test for Fsl bookeWufei2010-04-301-5/+0Star
| * | powerpc/numa: Add form 1 NUMA affinityAnton Blanchard2010-04-281-2/+15
| * | powerpc/fsl_booke: Correct test for MMU_FTR_BIG_PHYSBecky Bruce2010-04-201-2/+2
| |/
* | powerpc/cpumask: Convert NUMA code to new cpumask APIAnton Blanchard2010-05-061-13/+45
* | powerpc: Invoke oom-killer from page faultBenjamin Herrenschmidt2010-05-061-10/+4Star
* | powerpc/mm: Track backing pages allocated by vmemmap_populate()Mark Nelson2010-05-061-0/+43
* | powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300Benjamin Herrenschmidt2010-05-061-4/+0Star
* | powerpc/47x: Base ppc476 supportDave Kleikamp2010-05-054-22/+255
* | powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad2010-04-071-2/+3
* | powerpc: Fix ioremap_flags() with book3e pte definitionBenjamin Herrenschmidt2010-04-072-0/+16
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3011-1/+10
* powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori2010-03-191-0/+6
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-1/+1
| * fix comment typo leve -> level in powerpcThadeu Lima de Souza Cascardo2010-02-051-1/+1
* | nodemask.h: remove macro any_online_nodeH Hartley Sweeten2010-03-061-3/+3
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-2/+2
|\ \
| * | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-2/+2
| |/
* | powerpc: Convert tlbivax_lock to raw_spinlockThomas Gleixner2010-02-191-3/+3
* | powerpc: Convert native_tlbie_lock to raw_spinlockThomas Gleixner2010-02-191-7/+7
* | powerpc: Convert context_lock to raw_spinlockThomas Gleixner2010-02-191-7/+7
* | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2010-02-171-2/+2
|\ \
| * | powerpc/40x: Add support for PPC40x boards with > 512MB SDRAMStefan Roese2010-02-121-2/+2
* | | powerpc: Convert open coded native hashtable bit lockAnton Blanchard2010-02-171-3/+2Star
* | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2010-02-171-3/+9
|\ \ \ | |/ / |/| |
| * | powerpc: Fix address masking bug in hpte_need_flush()David Gibson2010-02-101-3/+9
| |/
* | powerpc: Convert mmu context allocator from idr to idaAnton Blanchard2010-02-091-5/+5
* | powerpc: Fix typo s/leve/level/ in TLB codeThadeu Lima de Souza Cascardo2010-02-031-1/+1
|/
* powerpc: Use helpers for rlimitsJiri Slaby2010-01-151-2/+2
* powerpc/mm: Fix stupid bug in subpge protection handlingDavid Gibson2009-12-181-2/+2
* powerpc/mm: Fix typo of cpumask_clear_cpu()Yang Li2009-12-181-1/+1
* powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.Sachin P. Sant2009-12-181-4/+4
* powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VMBenjamin Herrenschmidt2009-12-181-1/+1
* Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2009-12-167-14/+58
|\
| * powerpc: fix up for mmu_mapin_ram api changeStephen Rothwell2009-12-144-6/+6
| * powerpc: allow ioremap within reserved memory regionsAlbert Herranz2009-12-133-1/+9
| * wii: use both mem1 and mem2 as ramAlbert Herranz2009-12-134-7/+43
* | powerpc/8xx: Invalidate non present TLBsJoakim Tjernlund2009-12-091-1/+7
* | powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson2009-12-083-7/+16
* | Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAG...Benjamin Herrenschmidt2009-12-013-16/+7Star
* | powerpc/mm: Fix bug in gup_hugepd()David Gibson2009-11-271-1/+10
* | powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson2009-11-273-7/+16
* | powerpc/fsl-booke: Rework TLB CAM codeKumar Gala2009-11-202-69/+74
* | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-121-2/+2
|\|
| * powerpc/mm: Remove debug context clamping from nohash codeBenjamin Herrenschmidt2009-11-051-2/+2
* | Split init_new_context and destroy_contextAlexander Graf2009-11-051-3/+21