aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-11[PATCH] overcommit: add calculate_totalreserve_pages()Hideo AOKI1-0/+39
2006-04-10[PATCH] Fix buddy list race that could lead to page lru list corruptionsNick Piggin1-13/+18
2006-03-27[PATCH] for_each_online_pgdat: remove pgdat_listKAMEZAWA Hiroyuki1-4/+4
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki1-3/+3
2006-03-27[PATCH] remove zone_mem_mapKAMEZAWA Hiroyuki1-4/+2
2006-03-27[PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki1-0/+42
2006-03-25[PATCH] fix alloc_large_system_hash() roundupJohn Hawkes1-2/+1
2006-03-25[PATCH] quieten zone_pcp_initAnton Blanchard1-2/+3
2006-03-24[PATCH] cpusets: only wakeup kswapd for zones in the current cpusetChristoph Lameter1-1/+2
2006-03-22[PATCH] drain_node_pages: interrupt latency reduction / optimizationChristoph Lameter1-4/+8
2006-03-22[PATCH] mm: prep_zero_page() in irq is a bugAndrew Morton1-0/+5
2006-03-22[PATCH] mm: cleanup prep_ stuffNick Piggin1-17/+18
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-8/+6
2006-03-22[PATCH] mm: nommu use compound pagesNick Piggin1-7/+0
2006-03-22[PATCH] mm: cleanup bootmemNick Piggin1-13/+7
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-0/+22
2006-03-22[PATCH] mm: page_alloc less atomicsNick Piggin1-2/+2
2006-03-22[PATCH] __get_page_state() cpumask cleanup and fixAndrew Morton1-11/+9
2006-03-09[PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter1-9/+8
2006-02-20[PATCH] Terminate process that fails on a constrained allocationChristoph Lameter1-1/+1
2006-02-17[PATCH] Handle holes in node mask in node fallback list setupLinus Torvalds1-11/+11
2006-02-14[PATCH] compound page: default destructorHugh Dickins1-1/+8
2006-02-14[PATCH] compound page: use page[1].lruHugh Dickins1-9/+6
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-4/+6
2006-02-01[PATCH] __cpuinit functions wrongly marked __meminitAshok Raj1-3/+3
2006-01-18[PATCH] Zone reclaim: Reclaim logicChristoph Lameter1-3/+14
2006-01-16[PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino1-7/+7
2006-01-12[PATCH] memmap_init_zone(): remove uneccesary page++Greg Ungerer1-1/+1
2006-01-11[PATCH] mm: gfp_atomic commentsPaul Jackson1-1/+2
2006-01-11[PATCH] Restore KERN_EMERG to each line printed by bad_pageHugh Dickins1-3/+3
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse1-1/+1
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar1-0/+3
2006-01-08[PATCH] cpuset: memory pressure meterPaul Jackson1-0/+1
2006-01-08[PATCH] mm: free_pages optNick Piggin1-28/+30
2006-01-08[PATCH] mm: cleanup zone_pcpNick Piggin1-8/+8
2006-01-08[PATCH] Make high and batch sizes of per_cpu_pagelists configurableRohit Seth1-0/+49
2006-01-08[PATCH] slab: remove nested #ifdef CONFIG_NUMAChristoph Lameter1-2/+0
2006-01-08[PATCH] revert "mm: page_state fixes"Andrew Morton1-1/+2
2006-01-06[PATCH] mm: page_state optNick Piggin1-39/+50
2006-01-06[PATCH] build_zonelists_node(): rename argsChristoph Lameter1-9/+9
2006-01-06[PATCH] Fix zone policy determinationChristoph Lameter1-3/+7
2006-01-06[PATCH] mm: move determination of policy_zone into page allocatorChristoph Lameter1-0/+2
2006-01-06[PATCH] mm: simplify build_zonelists_node by removing the case statement.Christoph Lameter1-23/+11
2006-01-06[PATCH] mm: add populated_zone() helperCon Kolivas1-4/+4
2006-01-06[PATCH] mm: bad_page optimisationNick Piggin1-24/+20
2006-01-06[PATCH] mm: dma32 zone statisticsNick Piggin1-3/+11
2006-01-06[PATCH] FRV: Clean up bootmem allocator's page freeing algorithmDavid Howells1-1/+35
2006-01-06[PATCH] mm: page_alloc cleanupsNick Piggin1-10/+6
2006-01-06[PATCH] mm: page_state fixesNick Piggin1-3/+2
2006-01-06[PATCH] mm: remove pcp lowNick Piggin1-7/+2