summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* readahead: remove several readahead macrosFengguang Wu2007-10-161-9/+1
* readahead: remove the local copy of ra in do_generic_mapping_read()Fengguang Wu2007-10-161-11/+9
* 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/+0
* 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/+76
* 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/+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
OpenPOWER on IntegriCloud