aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: fix ever-decreasing swap priorityHugh Dickins2008-07-241-24/+25
* mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer2008-07-242-2/+2
* memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty2008-07-241-0/+60
* memory-hotplug: don't calculate vm_total_pages twice when rebuilding zonelist...Kent Liu2008-07-241-1/+3
* memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto2008-07-242-7/+7
* memory hotplug: allocate usemap on the section with pgdatYasunori Goto2008-07-241-1/+77
* mm: remove initialization of static per-cpu variablesVegard Nossum2008-07-241-4/+4
* mm: make register_page_bootmem_info_section() staticAdrian Bunk2008-07-241-1/+1
* mm/page_alloc.c: cleanupsAdrian Bunk2008-07-241-12/+13
* mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi2008-07-241-0/+53
* bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-19/+21
* bootmem: revisit alloc_bootmem_sectionJohannes Weiner2008-07-241-21/+6
* bootmem: Make __alloc_bootmem_low_node fall back to other nodesJohannes Weiner2008-07-241-9/+16
* bootmem: respect goal more likelyJohannes Weiner2008-07-241-38/+54
* bootmem: factor out the marking of a PFN rangeJohannes Weiner2008-07-241-119/+69
* bootmem: free/reserve helpersJohannes Weiner2008-07-241-22/+43
* bootmem: clean up alloc_bootmem_coreJohannes Weiner2008-07-241-136/+76
* bootmem: clean up free_all_bootmem_coreJohannes Weiner2008-07-241-45/+38
* bootmem: revisit bootmem descriptor list handlingJohannes Weiner2008-07-241-13/+10
* bootmem: revisit bitmap size calculationsJohannes Weiner2008-07-241-18/+9
* bootmem: add debugging frameworkJohannes Weiner2008-07-241-7/+44
* bootmem: add documentation to API functionsJohannes Weiner2008-07-241-1/+149
* bootmem: clean up bootmem.c file headerJohannes Weiner2008-07-241-9/+5
* bootmem: reorder code to match new bootmem structureJohannes Weiner2008-07-241-179/+177
* hugetlb: quota is not freed for unused reserved private huge pagesAdam Litke2008-07-241-1/+3
* hugetlb: fix a hugepage reservation check for MAP_SHAREDMel Gorman2008-07-241-6/+6
* hugetlb: allow arch overridden hugepage allocationJon Tollefson2008-07-241-8/+3
* hugetlb: override default huge page sizeNick Piggin2008-07-241-6/+17
* hugetlb: introduce pud_hugeAndi Kleen2008-07-242-4/+20
* hugetlb: printk cleanupAndi Kleen2008-07-241-4/+16
* hugetlb: support boot allocate different sizesAndi Kleen2008-07-241-9/+30
* hugetlb: support larger than MAX_ORDERAndi Kleen2008-07-241-2/+81
* mm: export prep_compound_page to mmAndi Kleen2008-07-242-1/+3
* mm: introduce non panic alloc_bootmemAndi Kleen2008-07-241-0/+12
* hugetlb: abstract numa round robin selectionAndi Kleen2008-07-241-15/+22
* hugetlb: new sysfs interfaceNishanth Aravamudan2008-07-241-66/+222
* hugetlbfs: per mount huge page sizesAndi Kleen2008-07-242-15/+19
* hugetlb: multiple hstates for multiple page sizesAndi Kleen2008-07-241-27/+121
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-244-172/+210
* hugetlb: factor out prep_new_huge_pageAndi Kleen2008-07-241-6/+11
* mm: create /sys/kernel/mmNishanth Aravamudan2008-07-241-0/+16
* mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INITNishanth Aravamudan2008-07-242-2/+3
* vmallocinfo: add NUMA informationEric Dumazet2008-07-241-0/+20
* tmpfs: support aioHugh Dickins2008-07-241-21/+34
* generic_file_aio_read() cleanupsHugh Dickins2008-07-241-23/+19
* vma_page_offset() has no callees: drop itJohannes Weiner2008-07-241-20/+9
* hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splitsAndy Whitcroft2008-07-241-27/+145
* hugetlb: allow huge page mappings to be created without reservationsAndy Whitcroft2008-07-241-5/+53
* hugetlb: move reservation region support earlierAndy Whitcroft2008-07-241-121/+125
* mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft2008-07-242-4/+5