summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorLines
2005-03-30[PATCH] cpusets GFP_ATOMIC fix: tonedown panic commentpj@engr.sgi.com-1/+1
2005-03-30[PATCH] cpusets: special-case GFP_ATOMIC allocsPaul Jackson-1/+4
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds-5/+5
2005-03-13[PATCH] no arch-specific mem_map initDave Hansen-6/+16
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson-0/+16
2005-03-09[PATCH] x86: do not unnecessarily memset the pgdatsDave Hansen-2/+0
2005-03-09[PATCH] setup_per_zone_lowmem_reserve() oops fixAndrew Morton-6/+15
2005-03-07[PATCH] Bad page state mapcountHugh Dickins-2/+2
2005-03-07[PATCH] stop using "base" argument in __free_pages_bulk()Dave Hansen-15/+44
2005-02-01[PATCH] mm: convert memdie to an atomic thread bitflagAndrea Arcangeli-1/+1
2005-02-01[PATCH] mm: fix several oom killer bugsAndrea Arcangeli-11/+43
2005-02-01[PATCH] mm: rework lower-zone protection initialisationAndrea Arcangeli-104/+44
2005-01-20[PATCH] uninline mod_page_state(offset, delta)Oleg Nesterov-2/+14
2005-01-10[PATCH] Right severity level for fatal messagePavel Machek-1/+1
2005-01-09Make it clear that GFP_ZERO does not work with atomic highmem allocations.Linus Torvalds-7/+8
2005-01-09Map new page allocations as part of "prep_new_page".Linus Torvalds-1/+1
2005-01-07[PATCH] no buddy bitmap patch revisit: for mm/page_alloc.cKamezawa Hiroyuki-81/+81
2005-01-07[PATCH] Replace 'numnodes' with 'node_online_map' - arch-independentMatthew Dobson-21/+27
2005-01-04[PATCH] Make page allocator aware of requests for zeroed memoryChristoph Lameter-6/+14
2005-01-04[PATCH] VM routine fixesDavid Howells-2/+11
2005-01-03[PATCH] swsusp: Kill O(n^2) algorithm in swsuspPavel Machek-13/+17
2005-01-03[PATCH] alloc_large_system_hash: NUMA interleavingBrent Casavant-9/+36
2005-01-03[PATCH] collect page_states only from online cpusAlex Williamson-11/+22
2005-01-03[PATCH] mm: teach kswapd about higher order areasNick Piggin-1/+2
2005-01-03[PATCH] mm: higher order watermarksNick Piggin-19/+39
2005-01-03[PATCH] mm: keep count of free areasNick Piggin-14/+9
2004-11-15[PATCH] mm: tune the page allocator thresholdsNick Piggin-18/+23
2004-11-07[PATCH] fix find_next_best_node()Jesse Barnes-0/+6
2004-10-25[PATCH] vm: unreclaimable pages debugginfNick Piggin-1/+5
2004-10-18[PATCH] taint on bad_pageNick Piggin-0/+1
2004-10-18[PATCH] Create nodemask_tMatthew Dobson-1/+3
2004-09-02[PATCH] make bad_page() print all of page->flagsWilliam Lee Irwin III-3/+3
2004-08-30[PATCH] fix PID hash sizingNick Piggin-2/+2
2004-08-26[PATCH] call virt_to_page() with void*, not ULDave Hansen-2/+2
2004-08-23[PATCH] show Active/Inactive on per-node meminfoAkinobu Mita-5/+23
2004-08-23[PATCH] alloc_pages priority tuningAndrew Morton-6/+14
2004-08-23[PATCH] vm: alloc_pages watermark fixesNick Piggin-66/+53
2004-08-23[PATCH] rmaplock: kill page_map_lockHugh Dickins-5/+5
2004-08-23[PATCH] rmaplock: PageAnon in mappingHugh Dickins-3/+0
2004-08-23[PATCH] don't pass mem_map into init functionsDave Hansen-18/+23
2004-08-23[PATCH] uml: Uml base patchPaolo \'Blaisorblade\' Giarrusso-0/+4
2004-08-22[PATCH] break out zone free list initializationDave Hansen-37/+47
2004-08-22[PATCH] Make i/dhash_entries cmdline work as it use to.Jose R. Santos-25/+24
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds-4/+4
2004-08-01[PATCH] quieten down per-zone memory statsJesse Barnes-2/+2
2004-07-31[PATCH] slab memory shrinking balancing fixAndrew Morton-11/+0
2004-07-22[PATCH] is_highmem() and WANT_PAGE_VIRTUALAndy Whitcroft-1/+1
2004-07-10[PATCH] convert uses of ZONE_HIGHMEM to is_highmemAndy Whitcroft-1/+1
2004-07-02[PATCH] sparse: remaining integer zero / NULL fixes in allmodconfig & vmlinuxMika Kukkonen-1/+1
2004-06-27[PATCH] fix GFP zone modifier interatorsAndy Whitcroft-4/+4