summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* readahead: basic support of interleaved readsFengguang Wu2007-10-161-10/+23
* readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu2007-10-162-13/+15
* readahead: mmap read-around simplificationFengguang Wu2007-10-161-2/+2
* readahead: compacting file_ra_stateFengguang Wu2007-10-161-1/+1
* Clean up duplicate includes in mm/Jesper Juhl2007-10-163-5/+0Star
* slub.c:early_kmem_cache_node_alloc() shouldn't be __initAdrian Bunk2007-10-161-2/+2
* vmemmap: generify initialisation via helpersAndy Whitcroft2007-10-162-96/+76Star
* Generic Virtual Memmap support for SPARSEMEMChristoph Lameter2007-10-163-4/+199
* sparsemem: record when a section has a valid mem_mapAndy Whitcroft2007-10-161-4/+5
* sparsemem: clean up spelling error in commentsAndy Whitcroft2007-10-161-1/+1
* mm/migrate.c __user annotationAl Viro2007-10-141-1/+1
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-102-30/+7Star
* 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/+6Star
* 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-121-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-232-1/+14
* SLUB: do not fail on broken memory configurationsChristoph Lameter2007-08-231-1/+8
* SLUB: use atomic_long_read for atomic_long variablesChristoph Lameter2007-08-231-3/+3
* Fix VM_FAULT flags conversion for hugetlbAdam Litke2007-08-231-1/+1
* slab: skip calling cache_free_alien() when the platform is not numa capableSiddha, Suresh B2007-08-231-2/+12
* fix NULL pointer dereference in __vm_enough_memory()Alan Cox2007-08-232-4/+4
* synchronous lumpy reclaim: wait for page writeback when directly reclaiming c...Andy Whitcroft2007-08-231-8/+60
* synchronous lumpy reclaim: ensure we count pages transitioning inactive via c...Andy Whitcroft2007-08-231-0/+1
* sparsemem: ensure we initialise the node mapping for SPARSEMEM_STATICAndy Whitcroft2007-08-231-4/+10
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2007-08-121-20/+0Star
|\
| * [PATCH] remove mm/filemap.c:file_send_actor()Adrian Bunk2007-08-111-20/+0Star
* | readahead: docbook fixStephen Hemminger2007-08-121-1/+1
|/
* SLUB: Fix dynamic dma kmalloc cache creationChristoph Lameter2007-08-101-14/+45
* SLUB: Remove checks for MAX_PARTIAL from kmem_cache_shrinkChristoph Lameter2007-08-101-7/+2Star
* fix filemap.c kernel-docRandy Dunlap2007-08-011-1/+1
* oom: print points as unsigned longDavid Rientjes2007-08-011-1/+1
* Do not trigger OOM-killer for high-order allocation failuresMel Gorman2007-08-011-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-303-0/+36
* Introduce CONFIG_SUSPEND for suspend-to-Ram and standbyRafael J. Wysocki2007-07-301-2/+2
* Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki2007-07-302-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/+1Star
* memory unplug: migration by kernelKAMEZAWA Hiroyuki2007-07-261-2/+19