| Commit message (Expand) | Author | Age | Files | Lines |
* | jbd: fix race between free buffer and commit transaction | Mingming Cao | 2008-07-25 | 1 | -2/+1 |
* | pdflush: use time_after() instead of open-coding it | OGAWA Hirofumi | 2008-07-25 | 1 | -2/+2 |
* | mm: fix ever-decreasing swap priority | Hugh Dickins | 2008-07-24 | 1 | -24/+25 |
* | mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA | Gerald Schaefer | 2008-07-24 | 2 | -2/+2 |
* | memory-hotplug: add sysfs removable attribute for hotplug memory remove | Badari Pulavarty | 2008-07-24 | 1 | -0/+60 |
* | memory-hotplug: don't calculate vm_total_pages twice when rebuilding zonelist... | Kent Liu | 2008-07-24 | 1 | -1/+3 |
* | memory hotplug: small fixes to bootmem freeing for memory hotremove | Yasunori Goto | 2008-07-24 | 2 | -7/+7 |
* | memory hotplug: allocate usemap on the section with pgdat | Yasunori Goto | 2008-07-24 | 1 | -1/+77 |
* | mm: remove initialization of static per-cpu variables | Vegard Nossum | 2008-07-24 | 1 | -4/+4 |
* | mm: make register_page_bootmem_info_section() static | Adrian Bunk | 2008-07-24 | 1 | -1/+1 |
* | mm/page_alloc.c: cleanups | Adrian Bunk | 2008-07-24 | 1 | -12/+13 |
* | mm: add alloc_pages_exact() and free_pages_exact() | Timur Tabi | 2008-07-24 | 1 | -0/+53 |
* | bootmem: replace node_boot_start in struct bootmem_data | Johannes Weiner | 2008-07-24 | 1 | -19/+21 |
* | bootmem: revisit alloc_bootmem_section | Johannes Weiner | 2008-07-24 | 1 | -21/+6 |
* | bootmem: Make __alloc_bootmem_low_node fall back to other nodes | Johannes Weiner | 2008-07-24 | 1 | -9/+16 |
* | bootmem: respect goal more likely | Johannes Weiner | 2008-07-24 | 1 | -38/+54 |
* | bootmem: factor out the marking of a PFN range | Johannes Weiner | 2008-07-24 | 1 | -119/+69 |
* | bootmem: free/reserve helpers | Johannes Weiner | 2008-07-24 | 1 | -22/+43 |
* | bootmem: clean up alloc_bootmem_core | Johannes Weiner | 2008-07-24 | 1 | -136/+76 |
* | bootmem: clean up free_all_bootmem_core | Johannes Weiner | 2008-07-24 | 1 | -45/+38 |
* | bootmem: revisit bootmem descriptor list handling | Johannes Weiner | 2008-07-24 | 1 | -13/+10 |
* | bootmem: revisit bitmap size calculations | Johannes Weiner | 2008-07-24 | 1 | -18/+9 |
* | bootmem: add debugging framework | Johannes Weiner | 2008-07-24 | 1 | -7/+44 |
* | bootmem: add documentation to API functions | Johannes Weiner | 2008-07-24 | 1 | -1/+149 |
* | bootmem: clean up bootmem.c file header | Johannes Weiner | 2008-07-24 | 1 | -9/+5 |
* | bootmem: reorder code to match new bootmem structure | Johannes Weiner | 2008-07-24 | 1 | -179/+177 |
* | hugetlb: quota is not freed for unused reserved private huge pages | Adam Litke | 2008-07-24 | 1 | -1/+3 |
* | hugetlb: fix a hugepage reservation check for MAP_SHARED | Mel Gorman | 2008-07-24 | 1 | -6/+6 |
* | hugetlb: allow arch overridden hugepage allocation | Jon Tollefson | 2008-07-24 | 1 | -8/+3 |
* | hugetlb: override default huge page size | Nick Piggin | 2008-07-24 | 1 | -6/+17 |
* | hugetlb: introduce pud_huge | Andi Kleen | 2008-07-24 | 2 | -4/+20 |
* | hugetlb: printk cleanup | Andi Kleen | 2008-07-24 | 1 | -4/+16 |
* | hugetlb: support boot allocate different sizes | Andi Kleen | 2008-07-24 | 1 | -9/+30 |
* | hugetlb: support larger than MAX_ORDER | Andi Kleen | 2008-07-24 | 1 | -2/+81 |
* | mm: export prep_compound_page to mm | Andi Kleen | 2008-07-24 | 2 | -1/+3 |
* | mm: introduce non panic alloc_bootmem | Andi Kleen | 2008-07-24 | 1 | -0/+12 |
* | hugetlb: abstract numa round robin selection | Andi Kleen | 2008-07-24 | 1 | -15/+22 |
* | hugetlb: new sysfs interface | Nishanth Aravamudan | 2008-07-24 | 1 | -66/+222 |
* | hugetlbfs: per mount huge page sizes | Andi Kleen | 2008-07-24 | 2 | -15/+19 |
* | hugetlb: multiple hstates for multiple page sizes | Andi Kleen | 2008-07-24 | 1 | -27/+121 |
* | hugetlb: modular state for hugetlb page size | Andi Kleen | 2008-07-24 | 4 | -172/+210 |
* | hugetlb: factor out prep_new_huge_page | Andi Kleen | 2008-07-24 | 1 | -6/+11 |
* | mm: create /sys/kernel/mm | Nishanth Aravamudan | 2008-07-24 | 1 | -0/+16 |
* | mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INIT | Nishanth Aravamudan | 2008-07-24 | 2 | -2/+3 |
* | vmallocinfo: add NUMA information | Eric Dumazet | 2008-07-24 | 1 | -0/+20 |
* | tmpfs: support aio | Hugh Dickins | 2008-07-24 | 1 | -21/+34 |
* | generic_file_aio_read() cleanups | Hugh Dickins | 2008-07-24 | 1 | -23/+19 |
* | vma_page_offset() has no callees: drop it | Johannes Weiner | 2008-07-24 | 1 | -20/+9 |
* | hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splits | Andy Whitcroft | 2008-07-24 | 1 | -27/+145 |
* | hugetlb: allow huge page mappings to be created without reservations | Andy Whitcroft | 2008-07-24 | 1 | -5/+53 |