aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-23powerpc: fix for long standing bug noticed by gcc 4.4.0Stephen Rothwell1-1/+1
2009-04-23Revert "powerpc: Add support for early tlbilx opcode"Kumar Gala1-13/+1
2009-04-22powerpc: Fix crash on CPU hotplugMichael Ellerman1-1/+1
2009-04-07powerpc/mm: Fix compile warningKumar Gala1-1/+0
2009-04-07powerpc: Add support for early tlbilx opcodeKumar Gala1-1/+13
2009-03-24powerpc/mm: Introduce early_init_mmu() on 64-bitBenjamin Herrenschmidt1-2/+34
2009-03-24powerpc/mm: Fix printk type warning in mmu_context_nohashBenjamin Herrenschmidt1-1/+1
2009-03-24powerpc/mm: Rename arch/powerpc/kernel/mmap.c to mmap_64.cBenjamin Herrenschmidt2-1/+1
2009-03-24powerpc/mm: Tweak PTE bit combination definitionsBenjamin Herrenschmidt3-11/+5
2009-03-24cpumask: Use mm_cpumask() wrapper instead of cpu_vm_maskRusty Russell5-21/+18
2009-03-11powerpc/mm: Properly wire up get_user_pages_fast() on 32-bitBenjamin Herrenschmidt2-3/+17
2009-03-11powerpc: Wire up /proc/vmallocinfo to our ioremap()Benjamin Herrenschmidt2-11/+28
2009-03-09powerpc/fsl-booke: Add support for tlbilx instructionsKumar Gala1-7/+37
2009-02-23powerpc: Increase stack gap on 64bit binariesAnton Blanchard1-2/+9
2009-02-23powerpc: Ensure random space between stack and mmapsAnton Blanchard1-3/+11
2009-02-23powerpc: Randomise mmap start addressAnton Blanchard1-1/+16
2009-02-23powerpc: Rearrange mmap.cAnton Blanchard1-11/+11
2009-02-23powerpc/numa: Cleanup hot_add_scn_to_nidNathan Fontenot1-66/+73
2009-02-23powerpc/mm: Reduce hashtable size when using 64kB pagesAnton Blanchard1-2/+3
2009-02-18Merge commit 'kumar/next' into nextBenjamin Herrenschmidt1-3/+3
2009-02-18Merge commit 'origin/master' into nextBenjamin Herrenschmidt2-3/+4
2009-02-13powerpc/mm: Fix numa reserve bootmem page selectionDave Hansen1-2/+3
2009-02-12powerpc/fsl-booke: Fix compile warningKumar Gala1-2/+2
2009-02-12powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS definesKumar Gala1-1/+1
2009-02-11powerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HWKumar Gala1-1/+1
2009-02-11powerpc/mm: Rework I$/D$ coherency (v3)Benjamin Herrenschmidt3-62/+148
2009-02-11powerpc/mm: Move 64-bit unmapped_area to top of address spaceAnton Blanchard1-6/+0
2009-02-11powerpc/numa: Remove redundant find_cpu_node()Milton Miller1-31/+2
2009-02-11powerpc/numa: Avoid possible reference beyond prop. length in find_min_common_depth()Milton Miller1-1/+1
2009-02-11Merge commit 'kumar/next' into nextBenjamin Herrenschmidt1-47/+46
2009-02-09powerpc/fsl-booke: Fix mapping functions to use phys_addr_tKumar Gala2-4/+4
2009-01-28powerpc/fsl-booke: Make CAM entries used for lowmem configurableTrent Piepho1-1/+5
2009-01-28powerpc/fsl-booke: Allow larger CAM sizes than 256 MBTrent Piepho1-1/+13
2009-01-28powerpc/fsl-booke: Remove code duplication in lowmem mappingTrent Piepho1-48/+31
2009-01-28powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup codeGerhard Pircher1-3/+3
2009-01-16powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slicesDave Kleikamp1-1/+10
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-2/+2
2009-01-13Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2-10/+10
2009-01-08powerpc/mm: Make clear_fixmap() actually workAnton Vorontsov1-1/+2
2009-01-08powerpc: Fix missing semicolons in mmu_decl.hBenjamin Herrenschmidt1-3/+3
2009-01-08powerpc: Remove the redundant _tlbil_pid at SMP caseDave Liu1-1/+2
2009-01-08powerpc/mm: Cleanup careful_allocation(): consolidate memset()Dave Hansen1-6/+5
2009-01-08powerpc/mm: Make careful_allocation() return virtual addrsDave Hansen1-17/+20
2009-01-08powerpc/mm:: Cleanup careful_allocation(): bootmem already panicsDave Hansen1-5/+1
2009-01-08powerpc/mm: Add better comment on careful_allocation()Dave Hansen1-2/+10
2009-01-07powerpc/fsl-booke: Remove num_tlbcam_entriesTrent Piepho2-3/+0
2009-01-07powerpc/fsl-booke: Don't hard-code size of struct tlbcamTrent Piepho2-7/+10
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-1/+1
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-0/+7
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds18-283/+1191