summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-102-30/+7
* Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-0/+1
* fix page release issue in filemap_faultYan Zheng2007-10-081-0/+1
* fix VM_CAN_NONLINEAR check in sys_remap_file_pagesYan Zheng2007-10-081-1/+1
* mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra2007-10-082-4/+9
* xen: disable split pte locks for nowJeremy Fitzhardinge2007-10-061-0/+1
* Fix sys_remap_file_pages BUG at highmem.c:15!Hugh Dickins2007-10-041-8/+6
* hugetlb: fix clear_user_highpage argumentsRalf Baechle2007-10-011-1/+1
* Fix NUMA Memory Policy Reference CountingLee Schermerhorn2007-09-192-10/+73
* SLUB: accurately compare debug flags during slab cache mergeChristoph Lameter2007-09-111-15/+23
* Page migration: Do not accept invalid nodes in the target nodesetChristoph Lameter2007-08-311-0/+5
* slub: do not fail if we cannot register a slab with sysfsChristoph Lameter2007-08-311-2/+6
* fix rcu_read_lock() in page migratonKAMEZAWA Hiroyuki2007-08-311-2/+9
* process_zones(): fix recovery codeAndrew Morton2007-08-311-0/+2
* Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman2007-08-222-1/+14
* SLUB: do not fail on broken memory configurationsChristoph Lameter2007-08-221-1/+8
* SLUB: use atomic_long_read for atomic_long variablesChristoph Lameter2007-08-221-3/+3
* Fix VM_FAULT flags conversion for hugetlbAdam Litke2007-08-221-1/+1
* slab: skip calling cache_free_alien() when the platform is not numa capableSiddha, Suresh B2007-08-221-2/+12
* fix NULL pointer dereference in __vm_enough_memory()Alan Cox2007-08-222-4/+4
* synchronous lumpy reclaim: wait for page writeback when directly reclaiming c...Andy Whitcroft2007-08-221-8/+60
* synchronous lumpy reclaim: ensure we count pages transitioning inactive via c...Andy Whitcroft2007-08-221-0/+1
* sparsemem: ensure we initialise the node mapping for SPARSEMEM_STATICAndy Whitcroft2007-08-221-4/+10
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-08-111-20/+0
|\
| * [PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk2007-08-111-20/+0
* | readahead: docbook fixStephen Hemminger2007-08-111-1/+1
|/
* SLUB: Fix dynamic dma kmalloc cache creationChristoph Lameter2007-08-091-14/+45
* SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrinkChristoph Lameter2007-08-091-7/+2
* fix filemap.c kernel-docRandy Dunlap2007-07-311-1/+1
* oom: print points as unsigned longDavid Rientjes2007-07-311-1/+1
* Do not trigger OOM-killer for high-order allocation failuresMel Gorman2007-07-311-0/+4
* slub: fix bug in slub debug supportPeter Zijlstra2007-07-301-1/+1
* slub: add lock debugging checkPeter Zijlstra2007-07-301-0/+1
* Remove fs.h from mm.hAlexey Dobriyan2007-07-293-0/+36
* Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki2007-07-291-2/+2
* Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki2007-07-292-5/+5
* Allow nodes to exist that only contain ZONE_MOVABLEMel Gorman2007-07-261-3/+3
* memory unplug: isolate_lru_page fixKAMEZAWA Hiroyuki2007-07-261-2/+1
* memory unplug: migration by kernelKAMEZAWA Hiroyuki2007-07-261-2/+19
* Merge branch 'request-queue-t' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-07-241-2/+2
|\
| * [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* | slab: correctly handle __GFP_ZEROAndrew Morton2007-07-241-1/+1
* | fix hugetlb page allocation leakKen Chen2007-07-241-0/+1
|/
* x86_64: fix section mismatch warning in init.cSam Ravnborg2007-07-221-1/+1
* slob: reduce list scanningMatt Mackall2007-07-211-5/+16
* remove handle_mm_fault exportChristoph Hellwig2007-07-211-2/+0
* nommu: vmalloc_32_user()/vm_insert_page() and symbol exports.Paul Mundt2007-07-211-12/+33
* mm: fix memory hotplug oops from ZONE_MOVABLE changes.Paul Mundt2007-07-201-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-206-19/+13
* slub: fix ksize() for zero-sized pointersLinus Torvalds2007-07-191-1/+1