| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/mm: Add SMP support to no-hash TLB handling | Benjamin Herrenschmidt | 2008-12-21 | 5 | -3/+216 |
* | powerpc/mm: Introduce MMU features | Benjamin Herrenschmidt | 2008-12-21 | 1 | -1/+1 |
* | powerpc/mm: Rework context management for CPUs with no hash table | Benjamin Herrenschmidt | 2008-12-21 | 1 | -47/+221 |
* | powerpc/mm: Split mmu_context handling | Benjamin Herrenschmidt | 2008-12-21 | 5 | -87/+277 |
* | powerpc/mm: Remove flush_HPTE() | Benjamin Herrenschmidt | 2008-12-16 | 2 | -18/+5 |
* | powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.c | Benjamin Herrenschmidt | 2008-12-16 | 3 | -1/+1 |
* | Merge branch 'merge' into next | Paul Mackerras | 2008-12-16 | 2 | -5/+14 |
|\ |
|
| * | powerpc: Fix bootmem reservation on uninitialized node | Dave Hansen | 2008-12-16 | 1 | -5/+11 |
| * | powerpc: Check for valid hugepage size in hugetlb_get_unmapped_area | Brian King | 2008-12-16 | 1 | -0/+3 |
* | | powerpc: Use RCU based pte freeing mechanism for all powerpc | Kumar Gala | 2008-12-03 | 5 | -138/+118 |
* | | powerpc: hash_page_sync should only be used on SMP & STD_MMU_32 | Kumar Gala | 2008-12-03 | 1 | -3/+3 |
* | | Merge branch 'merge' | Paul Mackerras | 2008-12-03 | 3 | -50/+90 |
|\ \
| |/ |
|
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-11-30 | 2 | -49/+89 |
| |\ |
|
| | * | powerpc: Fix boot freeze on machine with empty memory node | Dave Hansen | 2008-12-01 | 1 | -47/+75 |
| | * | powerpc/40x: Limit allocable DRAM during early mapping | Grant Erickson | 2008-11-13 | 1 | -2/+14 |
| * | | powerpc set_huge_psize() false positive | Al Viro | 2008-11-30 | 1 | -1/+1 |
| |/ |
|
* | | powerpc: Correct page-in counter for CMM with 64k pages | Robert Jennings | 2008-11-19 | 1 | -1/+1 |
* | | powerpc: Hugetlb pgtable cache access cleanup | Jon Tollefson | 2008-11-06 | 1 | -11/+11 |
* | | powerpc: Update page-in counter for CMM | Brian King | 2008-11-05 | 1 | -2/+10 |
|/ |
|
* | powerpc: Don't use a 16G page if beyond mem= limits | Jon Tollefson | 2008-10-22 | 1 | -2/+4 |
* | Merge commit 'origin' into master | Benjamin Herrenschmidt | 2008-10-21 | 1 | -17/+0 |
|\ |
|
| * | mm: cleanup to make remove_memory() arch-neutral | Badari Pulavarty | 2008-10-20 | 1 | -17/+0 |
* | | powerpc: Always trim numa memory to lmb_end_of_DRAM() | Milton Miller | 2008-10-21 | 1 | -4/+2 |
* | | powerpc/numa: Make memory reserve code more robust | Jon Tollefson | 2008-10-21 | 1 | -5/+10 |
|/ |
|
* | powerpc: Get USE_STRICT_MM_TYPECHECKS working again | David Gibson | 2008-10-14 | 3 | -7/+8 |
* | powerpc: Reserve in bootmem lmb reserved regions that cross NUMA nodes | Jon Tollefson | 2008-10-10 | 1 | -28/+80 |
* | powerpc: Avoid integer overflow in page_is_ram() | Roland Dreier | 2008-10-07 | 1 | -3/+2 |
* | POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physical | Becky Bruce | 2008-09-24 | 3 | -18/+73 |
* | powerpc/85xx: fix build warning, remove silly cast | Becky Bruce | 2008-09-16 | 1 | -2/+3 |
* | powerpc: Clean up hugepage pagetable allocation for powerpc with 16G pages | David Gibson | 2008-09-15 | 1 | -26/+33 |
* | powerpc: Rename PTE_SIZE to HPTE_SIZE | Becky Bruce | 2008-09-15 | 1 | -18/+18 |
* | powerpc: Make the 64-bit kernel as a position-independent executable | Paul Mackerras | 2008-09-15 | 1 | -1/+1 |
* | powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels | Chandru | 2008-09-15 | 1 | -16/+61 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-09-10 | 1 | -7/+11 |
|\ |
|
| * | powerpc: Only make kernel text pages of linear mapping executable | Paul Mackerras | 2008-09-03 | 1 | -7/+11 |
* | | powerpc: Guard htab_dt_scan_hugepage_blocks appropriately | Tony Breeds | 2008-08-20 | 1 | -0/+2 |
|/ |
|
* | powerpc/mm: Fix attribute confusion with htab_bolt_mapping() | Benjamin Herrenschmidt | 2008-08-11 | 2 | -30/+42 |
* | powerpc: Force printing of 'total_memory' to unsigned long long | Tony Breeds | 2008-08-04 | 1 | -2/+2 |
* | powerpc: Fix compiler warning in arch/powerpc/mm/mem.c | Tony Breeds | 2008-08-04 | 1 | -1/+1 |
* | powerpc: Move include files to arch/powerpc/include/asm | Stephen Rothwell | 2008-08-04 | 1 | -1/+1 |
* | powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3) | Nick Piggin | 2008-07-30 | 2 | -1/+282 |
* | powerpc: Disable 64K hugetlb support when doing 64K SPU mappings | Benjamin Herrenschmidt | 2008-07-28 | 1 | -1/+8 |
* | powerpc: use generic show_mem() | Johannes Weiner | 2008-07-26 | 1 | -39/+0 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 2 | -22/+11 |
* | powerpc: BookE hardware watchpoint support | Luis Machado | 2008-07-25 | 1 | -25/+0 |
* | powerpc: support multiple hugepage sizes | Jon Tollefson | 2008-07-24 | 4 | -107/+186 |
* | powerpc: define support for 16G hugepages | Jon Tollefson | 2008-07-24 | 1 | -18/+44 |
* | powerpc: scan device tree for gigantic pages | Jon Tollefson | 2008-07-24 | 2 | -1/+59 |
* | powerpc: function to allocate gigantic hugepages | Jon Tollefson | 2008-07-24 | 1 | -0/+21 |
* | hugetlb: introduce pud_huge | Andi Kleen | 2008-07-24 | 1 | -0/+5 |