aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16Slab allocators: fail if ksize is called with a NULL parameterChristoph Lameter4-5/+10
2007-10-16calculation of pgoff in do_linear_fault() uses mixed unitsDean Nelson1-1/+1
2007-10-16{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) checkSatyam Sharma2-7/+7
2007-10-16mm: clarify __add_to_swap_cache lockingNick Piggin1-1/+4
2007-10-16mm: improve find_lock_pageNick Piggin1-4/+5
2007-10-16mm: use lockless radix-tree probeNick Piggin2-9/+5
2007-10-16remove ZERO_PAGENick Piggin1-130/+21
2007-10-16SLUB: direct pass through of page size or higher kmalloc requestsChristoph Lameter1-25/+38
2007-10-16filemap: convert some unsigned long to pgoff_tFengguang Wu1-16/+16
2007-10-16filemap: trivial code cleanupsFengguang Wu1-3/+0
2007-10-16readahead: remove several readahead macrosFengguang Wu1-9/+1
2007-10-16readahead: remove the local copy of ra in do_generic_mapping_read()Fengguang Wu1-11/+9
2007-10-16readahead: basic support of interleaved readsFengguang Wu1-10/+23
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu2-13/+15
2007-10-16readahead: mmap read-around simplificationFengguang Wu1-2/+2
2007-10-16readahead: compacting file_ra_stateFengguang Wu1-1/+1
2007-10-16Clean up duplicate includes in mm/Jesper Juhl3-5/+0
2007-10-16slub.c:early_kmem_cache_node_alloc() shouldn't be __initAdrian Bunk1-2/+2
2007-10-16vmemmap: generify initialisation via helpersAndy Whitcroft2-96/+76
2007-10-16Generic Virtual Memmap support for SPARSEMEMChristoph Lameter3-4/+199
2007-10-16sparsemem: record when a section has a valid mem_mapAndy Whitcroft1-4/+5
2007-10-16sparsemem: clean up spelling error in commentsAndy Whitcroft1-1/+1
2007-10-14mm/migrate.c __user annotationAl Viro1-1/+1
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2-30/+7
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe1-0/+1
2007-10-08fix page release issue in filemap_faultYan Zheng1-0/+1
2007-10-08fix VM_CAN_NONLINEAR check in sys_remap_file_pagesYan Zheng1-1/+1
2007-10-08mm: set_page_dirty_balance() vs ->page_mkwrite()Peter Zijlstra2-4/+9
2007-10-06xen: disable split pte locks for nowJeremy Fitzhardinge1-0/+1
2007-10-04Fix sys_remap_file_pages BUG at highmem.c:15!Hugh Dickins1-8/+6
2007-10-01hugetlb: fix clear_user_highpage argumentsRalf Baechle1-1/+1
2007-09-19Fix NUMA Memory Policy Reference CountingLee Schermerhorn2-10/+73
2007-09-11SLUB: accurately compare debug flags during slab cache mergeChristoph Lameter1-15/+23
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