summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Register sysfs file for hotplugged new nodeYasunori Goto2006-06-271-1/+11
* [PATCH] sparc64: support sparsemem and !memory hotplugYasunori Goto2006-06-271-0/+1
* [PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki2006-06-271-4/+24
* [PATCH] register hot-added memory to iomem resourceKAMEZAWA Hiroyuki2006-06-271-0/+25
* [PATCH] pgdat allocation for new node add (call pgdat allocation)Yasunori Goto2006-06-271-0/+52
* [PATCH] pgdat allocation for new node add (export kswapd start func)Yasunori Goto2006-06-271-11/+26
* [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-271-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-262-3/+3
|\
| * spelling fixesAndreas Mohr2006-06-262-3/+3
* | [PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman2006-06-261-3/+3
* | [PATCH] core: use list_move()Akinobu Mita2006-06-261-2/+1
|/
* 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
OpenPOWER on IntegriCloud