aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2-3/+3
2006-03-27[PATCH] uninline zone helpersKAMEZAWA Hiroyuki2-1/+51
2006-03-27[PATCH] for_each_online_pgdat: remove pgdat_listKAMEZAWA Hiroyuki1-4/+4
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2-6/+6
2006-03-27[PATCH] for_each_online_pgdat: for_each_bootmemKAMEZAWA Hiroyuki1-10/+29
2006-03-27[PATCH] remove zone_mem_mapKAMEZAWA Hiroyuki1-4/+2
2006-03-27[PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki1-0/+42
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-6/+4
2006-03-26[PATCH] mempool: add kzalloc allocatorMatthew Dobson1-1/+8
2006-03-26[PATCH] mempool: add kmalloc allocatorMatthew Dobson1-0/+17
2006-03-26[PATCH] mempool: use common mempool page allocatorMatthew Dobson1-16/+7
2006-03-26[PATCH] mempool: add page allocatorMatthew Dobson1-0/+18
2006-03-26[PATCH] Add API for flushing Anon pagesJames Bottomley1-0/+2
2006-03-26BUG_ON() Conversion in mm/mempool.cEric Sesterhenn1-2/+2
2006-03-26BUG_ON() Conversion in mm/memory.cEric Sesterhenn1-4/+2
2006-03-25[PATCH] x86_64: Try to allocate node memmap near the end of nodeAndi Kleen1-1/+1
2006-03-25[PATCH] mm: restore vm_normal_page checkNick Piggin1-2/+6
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-03-25[PATCH] fix alloc_large_system_hash() roundupJohn Hawkes1-2/+1
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton1-0/+2
2006-03-25[PATCH] quieten zone_pcp_initAnton Blanchard1-2/+3
2006-03-25[PATCH] mm: make page migration dependent on swap and NUMAChristoph Lameter1-2/+2
2006-03-25[PATCH] slab: fix memory leak in alloc_kmemlistChristoph Lameter1-5/+28
2006-03-25[PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fixChristoph Lameter1-17/+17
2006-03-25[PATCH] slab: Bypass free lists for __drain_alien_cache()Christoph Lameter1-2/+9
2006-03-25[PATCH] slab: add transfer_objects() functionChristoph Lameter1-14/+28
2006-03-25[PATCH] mm: use kmem_cache_zallocPekka Enberg2-6/+3
2006-03-25[PATCH] slab: optimize constant-size kzalloc callsPekka Enberg1-3/+3
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg2-0/+27
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro2-8/+176
2006-03-24The comment describing how MS_ASYNC works in msync.c is confusingAmos Waterland1-1/+1
2006-03-24[PATCH] strndup_user()Davi Arnaut1-0/+37
2006-03-24[PATCH] msync(): use do_fsync()Andrew Morton1-15/+2
2006-03-24[PATCH] msync: fix return valueAndrew Morton1-7/+7
2006-03-24[PATCH] msync(MS_SYNC): don't hold mmap_sem while syncingAndrew Morton1-23/+26
2006-03-24[PATCH] msync(): perform dirty page levellingAndrew Morton1-32/+61
2006-03-24[PATCH] set_page_dirty() return value fixesAndrew Morton1-5/+6
2006-03-24[PATCH] balance_dirty_pages_ratelimited: take nr_pages argAndrew Morton1-9/+15
2006-03-24[PATCH] fadvise(): write commandsAndrew Morton2-10/+46
2006-03-24[PATCH] filemap_fdatawrite_range() api: clarify -end parameterAndrew Morton1-1/+7
2006-03-24[PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE checkPaul Jackson1-3/+2
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsPaul Jackson2-13/+60
2006-03-24[PATCH] cpuset memory spread slab cache implementationPaul Jackson1-2/+11
2006-03-24[PATCH] cpuset memory spread page cache implementation and hooksPaul Jackson1-0/+23
2006-03-24[PATCH] cpusets: only wakeup kswapd for zones in the current cpusetChristoph Lameter1-1/+2
2006-03-24[PATCH] Represent laptop_mode as jiffies internallyBart Samwel1-2/+3
2006-03-24[PATCH] Represent dirty_*_centisecs as jiffies internallyBart Samwel1-12/+12
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+3
2006-03-23[PATCH] ext3_readdir: use generic readaheadAndrew Morton1-0/+1