aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sys_sync_file_range()Andrew Morton2006-03-311-20/+0
* [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-1/+1
* [PATCH] hugetlb: don't allow free hugetlb count fall below reserved countChen, Kenneth W2006-03-311-0/+1
* [PATCH] fix extra page ref count in follow_hugetlb_pageChen, Kenneth W2006-03-311-2/+3
* [PATCH] mm: schedule find_trylock_page() removalNick Piggin2006-03-311-4/+10
* [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* [PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2006-03-282-3/+3
* [PATCH] uninline zone helpersKAMEZAWA Hiroyuki2006-03-272-1/+51
* [PATCH] for_each_online_pgdat: remove pgdat_listKAMEZAWA Hiroyuki2006-03-271-4/+4
* [PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2006-03-272-6/+6
* [PATCH] for_each_online_pgdat: for_each_bootmemKAMEZAWA Hiroyuki2006-03-271-10/+29
* [PATCH] remove zone_mem_mapKAMEZAWA Hiroyuki2006-03-271-4/+2
* [PATCH] unify pfn_to_page: generic functionsKAMEZAWA Hiroyuki2006-03-271-0/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-262-6/+4
|\
| * BUG_ON() Conversion in mm/mempool.cEric Sesterhenn2006-03-261-2/+2
| * BUG_ON() Conversion in mm/memory.cEric Sesterhenn2006-03-261-4/+2
* | [PATCH] mempool: add kzalloc allocatorMatthew Dobson2006-03-261-1/+8
* | [PATCH] mempool: add kmalloc allocatorMatthew Dobson2006-03-261-0/+17
* | [PATCH] mempool: use common mempool page allocatorMatthew Dobson2006-03-261-16/+7
* | [PATCH] mempool: add page allocatorMatthew Dobson2006-03-261-0/+18
* | [PATCH] Add API for flushing Anon pagesJames Bottomley2006-03-261-0/+2
|/
* [PATCH] x86_64: Try to allocate node memmap near the end of nodeAndi Kleen2006-03-251-1/+1
* [PATCH] mm: restore vm_normal_page checkNick Piggin2006-03-251-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-251-1/+1
|\
| * The comment describing how MS_ASYNC works in msync.c is confusingAmos Waterland2006-03-241-1/+1
* | [PATCH] fix alloc_large_system_hash() roundupJohn Hawkes2006-03-251-2/+1
* | [PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton2006-03-251-0/+2
* | [PATCH] quieten zone_pcp_initAnton Blanchard2006-03-251-2/+3
* | [PATCH] mm: make page migration dependent on swap and NUMAChristoph Lameter2006-03-251-2/+2
* | [PATCH] slab: fix memory leak in alloc_kmemlistChristoph Lameter2006-03-251-5/+28
* | [PATCH] alloc_kmemlist: Some cleanup in preparation for a real memory leak fixChristoph Lameter2006-03-251-17/+17
* | [PATCH] slab: Bypass free lists for __drain_alien_cache()Christoph Lameter2006-03-251-2/+9
* | [PATCH] slab: add transfer_objects() functionChristoph Lameter2006-03-251-14/+28
* | [PATCH] mm: use kmem_cache_zallocPekka Enberg2006-03-252-6/+3
* | [PATCH] slab: optimize constant-size kzalloc callsPekka Enberg2006-03-251-3/+3
* | [PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg2006-03-252-0/+27
* | [PATCH] slab: implement /proc/slab_allocatorsAl Viro2006-03-252-8/+176
|/
* [PATCH] strndup_user()Davi Arnaut2006-03-241-0/+37
* [PATCH] msync(): use do_fsync()Andrew Morton2006-03-241-15/+2
* [PATCH] msync: fix return valueAndrew Morton2006-03-241-7/+7
* [PATCH] msync(MS_SYNC): don't hold mmap_sem while syncingAndrew Morton2006-03-241-23/+26
* [PATCH] msync(): perform dirty page levellingAndrew Morton2006-03-241-32/+61
* [PATCH] set_page_dirty() return value fixesAndrew Morton2006-03-241-5/+6
* [PATCH] balance_dirty_pages_ratelimited: take nr_pages argAndrew Morton2006-03-241-9/+15
* [PATCH] fadvise(): write commandsAndrew Morton2006-03-242-10/+46
* [PATCH] filemap_fdatawrite_range() api: clarify -end parameterAndrew Morton2006-03-241-1/+7
* [PATCH] cpuset: memory_spread_slab drop useless PF_SPREAD_PAGE checkPaul Jackson2006-03-241-3/+2
* [PATCH] cpuset memory spread slab cache optimizationsPaul Jackson2006-03-242-13/+60
* [PATCH] cpuset memory spread slab cache implementationPaul Jackson2006-03-241-2/+11
* [PATCH] cpuset memory spread page cache implementation and hooksPaul Jackson2006-03-241-0/+23