aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-31Page migration: Do not accept invalid nodes in the target nodesetChristoph Lameter1-0/+5
2007-08-31slub: do not fail if we cannot register a slab with sysfsChristoph Lameter1-2/+6
2007-08-31fix rcu_read_lock() in page migratonKAMEZAWA Hiroyuki1-2/+9
2007-08-31process_zones(): fix recovery codeAndrew Morton1-0/+2
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman2-1/+14
2007-08-22SLUB: do not fail on broken memory configurationsChristoph Lameter1-1/+8
2007-08-22SLUB: use atomic_long_read for atomic_long variablesChristoph Lameter1-3/+3
2007-08-22Fix VM_FAULT flags conversion for hugetlbAdam Litke1-1/+1
2007-08-22slab: skip calling cache_free_alien() when the platform is not numa capableSiddha, Suresh B1-2/+12
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Alan Cox2-4/+4
2007-08-22synchronous lumpy reclaim: wait for page writeback when directly reclaiming contiguous areasAndy Whitcroft1-8/+60
2007-08-22synchronous lumpy reclaim: ensure we count pages transitioning inactive via clear_active_flagsAndy Whitcroft1-0/+1
2007-08-22sparsemem: ensure we initialise the node mapping for SPARSEMEM_STATICAndy Whitcroft1-4/+10
2007-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-20/+0
2007-08-11readahead: docbook fixStephen Hemminger1-1/+1
2007-08-11[PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk1-20/+0
2007-08-09SLUB: Fix dynamic dma kmalloc cache creationChristoph Lameter1-14/+45
2007-08-09SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrinkChristoph Lameter1-7/+2
2007-07-31fix filemap.c kernel-docRandy Dunlap1-1/+1
2007-07-31oom: print points as unsigned longDavid Rientjes1-1/+1
2007-07-31Do not trigger OOM-killer for high-order allocation failuresMel Gorman1-0/+4
2007-07-30slub: fix bug in slub debug supportPeter Zijlstra1-1/+1
2007-07-30slub: add lock debugging checkPeter Zijlstra1-0/+1
2007-07-29Remove fs.h from mm.hAlexey Dobriyan3-0/+36
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki1-2/+2
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki2-5/+5
2007-07-26Allow nodes to exist that only contain ZONE_MOVABLEMel Gorman1-3/+3
2007-07-26memory unplug: isolate_lru_page fixKAMEZAWA Hiroyuki1-2/+1
2007-07-26memory unplug: migration by kernelKAMEZAWA Hiroyuki1-2/+19
2007-07-24Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2007-07-24slab: correctly handle __GFP_ZEROAndrew Morton1-1/+1
2007-07-24fix hugetlb page allocation leakKen Chen1-0/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-22x86_64: fix section mismatch warning in init.cSam Ravnborg1-1/+1
2007-07-21slob: reduce list scanningMatt Mackall1-5/+16
2007-07-21remove handle_mm_fault exportChristoph Hellwig1-2/+0
2007-07-21nommu: vmalloc_32_user()/vm_insert_page() and symbol exports.Paul Mundt1-12/+33
2007-07-20mm: fix memory hotplug oops from ZONE_MOVABLE changes.Paul Mundt1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt6-19/+13
2007-07-19slub: fix ksize() for zero-sized pointersLinus Torvalds1-1/+1
2007-07-19Fix up non-NUMA SLAB configuration for zero-sized allocationsLinus Torvalds1-2/+2
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell2-0/+3
2007-07-19move page writeback acounting out of macrosAndrew Morton1-0/+4
2007-07-19hugetlb: use set_compound_page_dtorAkinobu Mita1-1/+1
2007-07-19Remove nid_lock from alloc_fresh_huge_pageHugh Dickins1-3/+7
2007-07-19vmalloc_32 should use GFP_KERNELBenjamin Herrenschmidt1-2/+2
2007-07-19FRV: work around a possible compiler bugDavid Howells1-1/+1
2007-07-19dequeue_huge_page() warning fixAndrew Morton1-10/+7
2007-07-19mm: variable length argument supportOllie Wild3-28/+37
2007-07-19readahead: sanify file_ra_state namesFengguang Wu1-43/+25