aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2007-10-16mm/vmstat.c: cleanupsAdrian Bunk
2007-10-16mm/mempolicy.c: cleanupsAdrian Bunk
2007-10-16mm/shmem.c: make 3 functions staticAdrian Bunk
2007-10-16hugetlb: fix dynamic pool resize failure caseAdam Litke
2007-10-16hugetlb: fix hugepage allocation with memoryless nodesNishanth Aravamudan
2007-10-16hugetlb: fix pool resizing corner caseAdam Litke
2007-10-16hugetlb: Add hugetlb_dynamic_pool sysctlAdam Litke
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_SHARED mappingsAdam Litke
2007-10-16hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappingsAdam Litke
2007-10-16hugetlb: Move update_and_free_pageAdam Litke
2007-10-16memory hotplug: Hot-add with sparsemem-vmemmapYasunori Goto
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki
2007-10-16memory unplug: page offlineKAMEZAWA Hiroyuki
2007-10-16memory unplug: page isolationKAMEZAWA Hiroyuki
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki
2007-10-16Breakout page_order() to internal.h to avoid special knowledge of the buddy a...Mel Gorman
2007-10-16slub: list_locations() can use GFP_TEMPORARYAndrew Morton
2007-10-16SLUB: Optimize cacheline use for zeroingChristoph Lameter
2007-10-16SLUB: Place kmem_cache_cpu structures in a NUMA aware wayChristoph Lameter
2007-10-16SLUB: Avoid touching page struct when freeing to per cpu slabChristoph Lameter
2007-10-16SLUB: Move page->offset to kmem_cache_cpu->offsetChristoph Lameter
2007-10-16SLUB: Do not use page->mappingChristoph Lameter
2007-10-16SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slabChristoph Lameter
2007-10-16mm/page_alloc.c: make code staticAdrian Bunk
2007-10-16Print out statistics in relation to fragmentation avoidance to /proc/pagetype...Mel Gorman
2007-10-16Do not depend on MAX_ORDER when grouping pages by mobilityMel Gorman
2007-10-16Fix calculation in move_freepages_block for counting pagesMel Gorman
2007-10-16don't group high order atomic allocationsMel Gorman
2007-10-16remove PAGE_GROUP_BY_MOBILITYMel Gorman
2007-10-16Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR...Mel Gorman
2007-10-16Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2Mel Gorman
2007-10-16Be more agressive about stealing when MIGRATE_RECLAIMABLE allocations fallbackMel Gorman
2007-10-16Bias the placement of kernel pages at lower PFNsMel Gorman
2007-10-16Do not group pages by mobility type on low memory systemsMel Gorman
2007-10-16Group high-order atomic allocationsMel Gorman
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman
2007-10-16Move free pages between lists on stealMel Gorman
2007-10-16Drain per-cpu lists when high-order allocations failMel Gorman
2007-10-16Add a configure option to group pages by mobilityMel Gorman
2007-10-16Choose pages from the per-cpu list based on migration typeMel Gorman
2007-10-16Split the free lists for movable and unmovable allocationsMel Gorman
2007-10-16Add a bitmap that is used to track flags affecting a block of pagesMel Gorman
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki
2007-10-16flush cache before installing new page at migratonKAMEZAWA Hiroyuki
2007-10-16make swappiness safer to useAndrea Arcangeli
2007-10-16Categorize GFP flagsChristoph Lameter
2007-10-16Fix panic of cpu online with memory less nodeYasunori Goto
2007-10-16memoryless nodes: fixup uses of node_online_map in generic codeLee Schermerhorn
2007-10-16Memoryless nodes: Fix GFP_THISNODE behaviorChristoph Lameter
2007-10-16Memoryless nodes: drop one memoryless node boot warningChristoph Lameter