summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mm: __alloc_pages cleanup fixNick Piggin2005-11-281-7/+17
* [PATCH] unpaged: PG_reserved bad_pageHugh Dickins2005-11-221-12/+34
* [PATCH] unpaged: unifdefed PageCompoundHugh Dickins2005-11-221-5/+0Star
* [PATCH] VM: fix zone list restart in page allocatateJens Axboe2005-11-171-3/+4
* Merge x86-64 update from AndiLinus Torvalds2005-11-151-6/+14
|\
| * [PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_tAndi Kleen2005-11-151-1/+1
| * [PATCH] x86_64: When cpu_up fails clean up page allocator properlyAndi Kleen2005-11-151-2/+1Star
| * [PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen2005-11-151-3/+12
* | [PATCH] mm: highmem watermarksNick Piggin2005-11-141-13/+14
* | [PATCH] mm: __alloc_pages cleanupRohit Seth2005-11-141-110/+85Star
* | [PATCH] mm: __GFP_NOFAIL fixKirill Korotaev2005-11-141-0/+5
* | [PATCH] Don't print per-cpu vm stats for offline cpus.Dave Jones2005-11-101-1/+1
* | [PATCH] unexport nr_swap_pagesAdrian Bunk2005-11-071-1/+0Star
|/
* [PATCH] mm: wider use of for_each_*cpu()John Hawkes2005-10-301-4/+1Star
* [PATCH] memory hotplug: sysfs and add/remove functionsDave Hansen2005-10-301-2/+2
* [PATCH] memory hotplug locking: zone span seqlockDave Hansen2005-10-301-5/+14
* [PATCH] memory hotplug locking: node_size_lockDave Hansen2005-10-301-0/+1
* [PATCH] memory hotplug prep: fixup bad_range()Dave Hansen2005-10-301-5/+21
* [PATCH] memory hotplug prep: break out zone initializationDave Hansen2005-10-301-40/+58
* [PATCH] mm: split page table lockHugh Dickins2005-10-301-8/+8
* [PATCH] core remove PageReservedNick Piggin2005-10-301-6/+8
* [PATCH] mm: set per-cpu-pages lower threshold to zeroSeth, Rohit2005-10-301-2/+2
* [PATCH] mm: page_alloc: increase size of per-cpu-pagesSeth, Rohit2005-10-301-12/+12
* [PATCH] gfp_t: the restAl Viro2005-10-281-14/+15
* [PATCH] gfp_t: infrastructureAl Viro2005-10-281-2/+2
* [PATCH] NUMA: broken per cpu pageset countersMagnus Damm2005-10-261-0/+2
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-091-6/+6
* [PATCH] use add_taint() for setting tainted bit flagsRandy Dunlap2005-09-131-1/+2
* [PATCH] remove invalid comment in mm/page_alloc.cRenaud Lienhart2005-09-101-1/+1
* [PATCH] cpusets: formalize intermediate GFP_KERNEL containmentPaul Jackson2005-09-081-6/+10
* [PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai2005-09-081-2/+2
* [PATCH] More __read_mostly variablesChristoph Lameter2005-09-081-4/+4
* [PATCH] VM: add page_state info to per-node meminfoMartin Hicks2005-09-051-5/+20
* [PATCH] VM: zone reclaim atomic ops cleanupMartin Hicks2005-09-051-1/+1
* [PATCH] mm: remove atomicNick Piggin2005-09-051-1/+1
* [PATCH] Fix NUMA node sizing in nr_free_zone_pagesMartin J. Bligh2005-07-301-11/+10Star
* [PATCH] Remove bogus warning in page_alloc.cAndy Whitcroft2005-07-281-4/+0Star
* [PATCH] remove completly bogus comment inside __alloc_pages() try_to_free_pag...Marcelo Tosatti2005-07-081-6/+0Star
* [PATCH] print order information when OOM killingMarcelo Tosatti2005-07-081-1/+1
* [PATCH] fix WANT_PAGE_VIRTUAL in memmap_initBob Picco2005-06-281-2/+1Star
* [PATCH] sparsemem hotplug baseAndy Whitcroft2005-06-231-2/+2
* [PATCH] sparsemem swiss cheese numa layoutsAndy Whitcroft2005-06-231-0/+2
* [PATCH] sparsemem memory modelAndy Whitcroft2005-06-231-9/+30
* [PATCH] Introduce new Kconfig option for NUMA or DISCONTIGDave Hansen2005-06-231-3/+3
* [PATCH] sparsemem base: reorganize page->flags bit operationsDave Hansen2005-06-231-1/+1
* [PATCH] sparsemem base: simple NUMA remap space allocatorDave Hansen2005-06-231-1/+5
* [PATCH] boot_pageset must not be freed.Christoph Lameter2005-06-231-2/+9
* [PATCH] Kill stray newlineDenis Vlasenko2005-06-221-1/+1
* [PATCH] bad_page: clear reclaim and slabHugh Dickins2005-06-221-5/+10
* [PATCH] Reduce size of huge boot per_cpu_pagesetChristoph Lameter2005-06-221-66/+42Star