Age | Commit message (Expand) | Author |
2009-02-23 | powerpc/mm: Reduce hashtable size when using 64kB pages | Anton Blanchard |
2009-02-18 | Merge commit 'kumar/next' into next | Benjamin Herrenschmidt |
2009-02-18 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt |
2009-02-13 | powerpc/mm: Fix numa reserve bootmem page selection | Dave Hansen |
2009-02-12 | powerpc/fsl-booke: Fix compile warning | Kumar Gala |
2009-02-12 | powerpc/fsl-booke: Add new ISA 2.06 page sizes and MAS defines | Kumar Gala |
2009-02-11 | powerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HW | Kumar Gala |
2009-02-11 | powerpc/mm: Rework I$/D$ coherency (v3) | Benjamin Herrenschmidt |
2009-02-11 | powerpc/mm: Move 64-bit unmapped_area to top of address space | Anton Blanchard |
2009-02-11 | powerpc/numa: Remove redundant find_cpu_node() | Milton Miller |
2009-02-11 | powerpc/numa: Avoid possible reference beyond prop. length in find_min_common... | Milton Miller |
2009-02-11 | Merge commit 'kumar/next' into next | Benjamin Herrenschmidt |
2009-02-09 | powerpc/fsl-booke: Fix mapping functions to use phys_addr_t | Kumar Gala |
2009-01-28 | powerpc/fsl-booke: Make CAM entries used for lowmem configurable | Trent Piepho |
2009-01-28 | powerpc/fsl-booke: Allow larger CAM sizes than 256 MB | Trent Piepho |
2009-01-28 | powerpc/fsl-booke: Remove code duplication in lowmem mapping | Trent Piepho |
2009-01-28 | powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup code | Gerhard Pircher |
2009-01-16 | powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slices | Dave Kleikamp |
2009-01-13 | powerpc: Change u64/s64 to a long long integer type | Ingo Molnar |
2009-01-13 | Merge commit 'kumar/kumar-next' into next | Benjamin Herrenschmidt |
2009-01-08 | powerpc/mm: Make clear_fixmap() actually work | Anton Vorontsov |
2009-01-08 | powerpc: Fix missing semicolons in mmu_decl.h | Benjamin Herrenschmidt |
2009-01-08 | powerpc: Remove the redundant _tlbil_pid at SMP case | Dave Liu |
2009-01-08 | powerpc/mm: Cleanup careful_allocation(): consolidate memset() | Dave Hansen |
2009-01-08 | powerpc/mm: Make careful_allocation() return virtual addrs | Dave Hansen |
2009-01-08 | powerpc/mm:: Cleanup careful_allocation(): bootmem already panics | Dave Hansen |
2009-01-08 | powerpc/mm: Add better comment on careful_allocation() | Dave Hansen |
2009-01-07 | powerpc/fsl-booke: Remove num_tlbcam_entries | Trent Piepho |
2009-01-07 | powerpc/fsl-booke: Don't hard-code size of struct tlbcam | Trent Piepho |
2009-01-06 | mm: show node to memory section relationship with symlinks in sysfs | Gary Hade |
2009-01-06 | mm: report the MMU pagesize in /proc/pid/smaps | Mel Gorman |
2008-12-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p... | Linus Torvalds |
2008-12-29 | powerpc/44x: Support 16K/64K base page sizes on 44x | Ilya Yanok |
2008-12-25 | Merge branch 'next' into for-linus | James Morris |
2008-12-23 | powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32M | Dale Farnsworth |
2008-12-23 | powerpc/32: Allow __ioremap on RAM addresses for kdump kernel | Anton Vorontsov |
2008-12-21 | powerpc: Fix missing 'blr' in _tlbia() | Benjamin Herrenschmidt |
2008-12-21 | powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED | Benjamin Herrenschmidt |
2008-12-21 | powerpc/mm: Runtime allocation of mmu context maps for nohash CPUs | Benjamin Herrenschmidt |
2008-12-21 | powerpc/44x: No need to mask MSR:CE, ME or DE in _tlbil_va on 440 | Benjamin Herrenschmidt |
2008-12-21 | powerpc/mm: Split low level tlb invalidate for nohash processors | Benjamin Herrenschmidt |
2008-12-21 | powerpc/mm: Add SMP support to no-hash TLB handling | Benjamin Herrenschmidt |
2008-12-21 | powerpc/mm: Introduce MMU features | Benjamin Herrenschmidt |
2008-12-21 | powerpc/mm: Rework context management for CPUs with no hash table | Benjamin Herrenschmidt |
2008-12-21 | powerpc/mm: Split mmu_context handling | Benjamin Herrenschmidt |
2008-12-16 | powerpc/mm: Remove flush_HPTE() | Benjamin Herrenschmidt |
2008-12-16 | powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c | Benjamin Herrenschmidt |
2008-12-16 | Merge branch 'merge' into next | Paul Mackerras |
2008-12-16 | powerpc: Fix bootmem reservation on uninitialized node | Dave Hansen |
2008-12-16 | powerpc: Check for valid hugepage size in hugetlb_get_unmapped_area | Brian King |