aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-06-251-1/+1
|\
| * Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-2425-1030/+1816
| |\
| * \ Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-202-1/+3
| |\ \
| * | | VFS: Unexport do_kern_mount() and clean up simple_pin_fs()Trond Myklebust2006-06-091-1/+1
* | | | [PATCH] readahead: backoff on I/O errorWu Fengguang2006-06-251-0/+28
* | | | [PATCH] kernel-doc: mm/readhead fixupRandy Dunlap2006-06-251-2/+1
* | | | [PATCH] Prepare for __copy_from_user_inatomic to not zero missed bytesNeilBrown2006-06-252-14/+20
* | | | [PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pagesChris Wright2006-06-251-2/+1
* | | | [PATCH] pdflush: handle resume wakeupsAndrew Morton2006-06-251-8/+7
* | | | [PATCH] Allow migration of mlocked pagesChristoph Lameter2006-06-252-11/+8
* | | | [PATCH] page migration: Support a vma migration functionChristoph Lameter2006-06-252-1/+25
* | | | [PATCH] AOP_TRUNCATED_PAGE victims in read_pages() belong in the LRUZach Brown2006-06-251-8/+5
| |_|/ |/| |
* | | [PATCH] Kill PF_SYNCWRITE flagJens Axboe2006-06-231-3/+0
* | | [PATCH] More BUG_ON conversionEric Sesterhenn2006-06-231-2/+1
* | | [PATCH] Remove semi-softlockup from invalidate_mapping_pagesNeilBrown2006-06-231-6/+16
* | | [PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai2006-06-231-42/+0
* | | [PATCH] read_mapping_page for address spacePekka Enberg2006-06-231-2/+1
* | | [PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka2006-06-232-5/+5
* | | [PATCH] SELinux: add security_task_movememory calls to mm codeDavid Quigley2006-06-232-0/+11
* | | [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-232-6/+266
* | | [PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter2006-06-232-85/+53
* | | [PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter2006-06-232-32/+24
* | | [PATCH] page migration: simplify migrate_pages()Christoph Lameter2006-06-231-103/+115
* | | [PATCH] printk() should not be called under zone->lockKirill Korotaev2006-06-231-4/+5
* | | [PATCH] kernel-doc for mm/filemap.cRandy Dunlap2006-06-231-53/+120
* | | [PATCH] slab: kmalloc, kzalloc comments cleanup and fixPaul Drynoff2006-06-231-18/+2
* | | [PATCH] update vm_total_pages at memory hotaddKAMEZAWA Hiroyuki2006-06-231-1/+1
* | | [PATCH] initialise total_memory() earlierAndrew Morton2006-06-232-6/+5
* | | [PATCH] mm/slab.c: fix early init assumptionIngo Molnar2006-06-231-2/+10
* | | [PATCH] fix update_mmu_cache in fremap.cHugh Dickins2006-06-231-1/+8
* | | [PATCH] swapoff: use atomic_inc_not_zero() on mm_usersHugh Dickins2006-06-231-3/+1
* | | [PATCH] add page_mkwrite() vm_operations methodDavid Howells2006-06-233-28/+95
* | | [PATCH] sparsemem: record nid during memory presentAndy Whitcroft2006-06-231-2/+20
* | | [PATCH] slab: verify pointers before freePekka Enberg2006-06-231-9/+4
* | | [PATCH] More page migration: use migration entries for file pagesChristoph Lameter2006-06-233-28/+124
* | | [PATCH] More page migration: do not inc/dec rss countersChristoph Lameter2006-06-232-2/+1
* | | [PATCH] Swapless page migration: modify core logicChristoph Lameter2006-06-232-34/+23
* | | [PATCH] Swapless page migration: rip out swap based logicChristoph Lameter2006-06-233-119/+3
* | | [PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter2006-06-235-32/+195
* | | [PATCH] page migration cleanup: move fallback handling into special functionChristoph Lameter2006-06-231-51/+39
* | | [PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter2006-06-231-36/+34
* | | [PATCH] page migration cleanup: extract try_to_unmap from migration functionsChristoph Lameter2006-06-231-45/+31
* | | [PATCH] page migration cleanup: drop nr_refs in remove_references()Christoph Lameter2006-06-231-10/+11
* | | [PATCH] page migration cleanup: remove useless definitionsChristoph Lameter2006-06-231-4/+2
* | | [PATCH] page migration cleanup: group functionsChristoph Lameter2006-06-231-70/+72
* | | [PATCH] page migration cleanup: rename "ignrefs" to "migration"Christoph Lameter2006-06-231-9/+9
* | | [PATCH] writeback: fix range handlingOGAWA Hirofumi2006-06-233-3/+8
* | | [PATCH] slab: redzone double-free detectionPekka Enberg2006-06-231-9/+23
* | | [PATCH] likely cleanup: remove unlikely in sys_mprotect()Hua Zhong2006-06-231-2/+1
* | | [PATCH] mm: introduce remap_vmalloc_range()Nick Piggin2006-06-231-2/+120