aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-06[PATCH] mm: remove bad_rangeNick Piggin1-7/+19
2006-01-06[PATCH] mm: microopt conditionsNick Piggin1-8/+8
2006-01-06[PATCH] mm: set_page_refs optNick Piggin1-17/+0
2006-01-06[PATCH] mm: pagealloc optNick Piggin1-7/+11
2006-01-06[PATCH] mm: remove arch independent NODES_SPAN_OTHER_NODESMike Kravetz1-2/+0
2006-01-06[PATCH] mm: fix __alloc_pages cpuset ALLOC_* flagsPaul Jackson1-3/+2
2005-12-15[PATCH] missing prototype (mm/page_alloc.c)Al Viro1-1/+1
2005-12-03[PATCH] Fix up per-cpu page batch sizesNick Piggin1-8/+8
2005-11-28[PATCH] mm: __alloc_pages cleanup fixNick Piggin1-7/+17
2005-11-22[PATCH] unpaged: PG_reserved bad_pageHugh Dickins1-12/+34
2005-11-22[PATCH] unpaged: unifdefed PageCompoundHugh Dickins1-5/+0
2005-11-17[PATCH] VM: fix zone list restart in page allocatateJens Axboe1-3/+4
2005-11-14Merge x86-64 update from AndiLinus Torvalds1-6/+14
2005-11-14[PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_tAndi Kleen1-1/+1
2005-11-14[PATCH] x86_64: When cpu_up fails clean up page allocator properlyAndi Kleen1-2/+1
2005-11-14[PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen1-3/+12
2005-11-13[PATCH] mm: highmem watermarksNick Piggin1-13/+14
2005-11-13[PATCH] mm: __alloc_pages cleanupRohit Seth1-110/+85
2005-11-13[PATCH] mm: __GFP_NOFAIL fixKirill Korotaev1-0/+5
2005-11-10[PATCH] Don't print per-cpu vm stats for offline cpus.Dave Jones1-1/+1
2005-11-07[PATCH] unexport nr_swap_pagesAdrian Bunk1-1/+0
2005-10-29[PATCH] mm: wider use of for_each_*cpu()John Hawkes1-4/+1
2005-10-29[PATCH] memory hotplug: sysfs and add/remove functionsDave Hansen1-2/+2
2005-10-29[PATCH] memory hotplug locking: zone span seqlockDave Hansen1-5/+14
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen1-0/+1
2005-10-29[PATCH] memory hotplug prep: fixup bad_range()Dave Hansen1-5/+21
2005-10-29[PATCH] memory hotplug prep: break out zone initializationDave Hansen1-40/+58
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-8/+8
2005-10-29[PATCH] core remove PageReservedNick Piggin1-6/+8
2005-10-29[PATCH] mm: set per-cpu-pages lower threshold to zeroSeth, Rohit1-2/+2
2005-10-29[PATCH] mm: page_alloc: increase size of per-cpu-pagesSeth, Rohit1-12/+12
2005-10-28[PATCH] gfp_t: the restAl Viro1-14/+15
2005-10-28[PATCH] gfp_t: infrastructureAl Viro1-2/+2
2005-10-26[PATCH] NUMA: broken per cpu pageset countersMagnus Damm1-0/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-6/+6
2005-09-13[PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap1-1/+2
2005-09-10[PATCH] remove invalid comment in mm/page_alloc.cRenaud Lienhart1-1/+1
2005-09-07[PATCH] cpusets: formalize intermediate GFP_KERNEL containmentPaul Jackson1-6/+10
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai1-2/+2
2005-09-07[PATCH] More __read_mostly variablesChristoph Lameter1-4/+4
2005-09-05[PATCH] VM: add page_state info to per-node meminfoMartin Hicks1-5/+20
2005-09-05[PATCH] VM: zone reclaim atomic ops cleanupMartin Hicks1-1/+1
2005-09-05[PATCH] mm: remove atomicNick Piggin1-1/+1
2005-07-30[PATCH] Fix NUMA node sizing in nr_free_zone_pagesMartin J. Bligh1-11/+10
2005-07-27[PATCH] Remove bogus warning in page_alloc.cAndy Whitcroft1-4/+0
2005-07-07[PATCH] remove completly bogus comment inside __alloc_pages() try_to_free_pag...Marcelo Tosatti1-6/+0
2005-07-07[PATCH] print order information when OOM killingMarcelo Tosatti1-1/+1
2005-06-27[PATCH] fix WANT_PAGE_VIRTUAL in memmap_initBob Picco1-2/+1
2005-06-23[PATCH] sparsemem hotplug baseAndy Whitcroft1-2/+2
2005-06-23[PATCH] sparsemem swiss cheese numa layoutsAndy Whitcroft1-0/+2
2005-06-23[PATCH] sparsemem memory modelAndy Whitcroft1-9/+30
2005-06-23[PATCH] Introduce new Kconfig option for NUMA or DISCONTIGDave Hansen1-3/+3
2005-06-23[PATCH] sparsemem base: reorganize page->flags bit operationsDave Hansen1-1/+1
2005-06-23[PATCH] sparsemem base: simple NUMA remap space allocatorDave Hansen1-1/+5
2005-06-22[PATCH] boot_pageset must not be freed.Christoph Lameter1-2/+9
2005-06-21[PATCH] Kill stray newlineDenis Vlasenko1-1/+1
2005-06-21[PATCH] bad_page: clear reclaim and slabHugh Dickins1-5/+10
2005-06-21[PATCH] Reduce size of huge boot per_cpu_pagesetChristoph Lameter1-66/+42
2005-06-21[PATCH] Periodically drain non local pagesetsChristoph Lameter1-2/+33
2005-06-21[PATCH] add OOM debugJanet Morgan1-0/+1
2005-06-21[PATCH] __read_page_state(): pass unsigned long instead of unsignedBenjamin LaHaise1-1/+1
2005-06-21[PATCH] __mod_page_state(): pass unsigned long instead of unsignedBenjamin LaHaise1-1/+1
2005-06-21[PATCH] vm: try_to_free_pages unused argumentDarren Hart1-1/+1
2005-06-21[PATCH] node local per-cpu-pagesChristoph Lameter1-35/+176
2005-06-21[PATCH] VM: rate limit early reclaimMartin Hicks1-0/+1
2005-06-21[PATCH] VM: add __GFP_NORECLAIMMartin Hicks1-0/+2
2005-06-21[PATCH] VM: early zone reclaimMartin Hicks1-5/+28
2005-06-21[PATCH] mm: add /proc/zoneinfoNikita Danilov1-2/+111
2005-05-03[IA64] Export node_online_map and node_possible_mapDean Nelson1-0/+2
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-2/+1
2005-05-01[PATCH] count bounce buffer pages in vmstatKAMEZAWA Hiroyuki1-0/+1
2005-05-01[PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin1-8/+12
2005-05-01[PATCH] mm: pcp use non powers of 2 for batch sizeNick Piggin1-0/+12
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2220