summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2007-10-14mm/migrate.c __user annotationAl Viro-1/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-30/+7
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe-0/+1
2007-10-08fix page release issue in filemap_faultYan Zheng-0/+1
2007-10-08fix VM_CAN_NONLINEAR check in sys_remap_file_pagesYan Zheng-1/+1
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra-4/+9
2007-10-06xen: disable split pte locks for nowJeremy Fitzhardinge-0/+1
2007-10-04Fix sys_remap_file_pages BUG at highmem.c:15!Hugh Dickins-8/+6
2007-10-01hugetlb: fix clear_user_highpage argumentsRalf Baechle-1/+1
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn-10/+73
2007-09-11SLUB: accurately compare debug flags during slab cache mergeChristoph Lameter-15/+23
2007-08-31Page migration: Do not accept invalid nodes in the target nodesetChristoph Lameter-0/+5
2007-08-31slub: do not fail if we cannot register a slab with sysfsChristoph Lameter-2/+6
2007-08-31fix rcu_read_lock() in page migratonKAMEZAWA Hiroyuki-2/+9
2007-08-31process_zones(): fix recovery codeAndrew Morton-0/+2
2007-08-22Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman-1/+14
2007-08-22SLUB: do not fail on broken memory configurationsChristoph Lameter-1/+8
2007-08-22SLUB: use atomic_long_read for atomic_long variablesChristoph Lameter-3/+3
2007-08-22Fix VM_FAULT flags conversion for hugetlbAdam Litke-1/+1
2007-08-22slab: skip calling cache_free_alien() when the platform is not numa capableSiddha, Suresh B-2/+12
2007-08-22fix NULL pointer dereference in __vm_enough_memory()Alan Cox-4/+4
2007-08-22synchronous lumpy reclaim: wait for page writeback when directly reclaiming c...Andy Whitcroft-8/+60
2007-08-22synchronous lumpy reclaim: ensure we count pages transitioning inactive via c...Andy Whitcroft-0/+1
2007-08-22sparsemem: ensure we initialise the node mapping for SPARSEMEM_STATICAndy Whitcroft-4/+10
2007-08-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-20/+0
2007-08-11readahead: docbook fixStephen Hemminger-1/+1
2007-08-11[PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk-20/+0
2007-08-09SLUB: Fix dynamic dma kmalloc cache creationChristoph Lameter-14/+45
2007-08-09SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrinkChristoph Lameter-7/+2
2007-07-31fix filemap.c kernel-docRandy Dunlap-1/+1
2007-07-31oom: print points as unsigned longDavid Rientjes-1/+1
2007-07-31Do not trigger OOM-killer for high-order allocation failuresMel Gorman-0/+4
2007-07-30slub: fix bug in slub debug supportPeter Zijlstra-1/+1
2007-07-30slub: add lock debugging checkPeter Zijlstra-0/+1
2007-07-29Remove fs.h from mm.hAlexey Dobriyan-0/+36
2007-07-29Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki-2/+2
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki-5/+5
2007-07-26Allow nodes to exist that only contain ZONE_MOVABLEMel Gorman-3/+3
2007-07-26memory unplug: isolate_lru_page fixKAMEZAWA Hiroyuki-2/+1
2007-07-26memory unplug: migration by kernelKAMEZAWA Hiroyuki-2/+19
2007-07-24Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-2/+2
2007-07-24slab: correctly handle __GFP_ZEROAndrew Morton-1/+1
2007-07-24fix hugetlb page allocation leakKen Chen-0/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe-2/+2
2007-07-22x86_64: fix section mismatch warning in init.cSam Ravnborg-1/+1
2007-07-21slob: reduce list scanningMatt Mackall-5/+16
2007-07-21remove handle_mm_fault exportChristoph Hellwig-2/+0
2007-07-21nommu: vmalloc_32_user()/vm_insert_page() and symbol exports.Paul Mundt-12/+33
2007-07-20mm: fix memory hotplug oops from ZONE_MOVABLE changes.Paul Mundt-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-19/+13