summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* oom: fix zone_scan_mutex nameDavid Rientjes2009-01-071-6/+6
* mm: invoke oom-killer from page faultNick Piggin2009-01-071-29/+65
* mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by defaultBrice Goglin2009-01-071-6/+0Star
* mm: rework do_pages_move() to work on page_sized chunksBrice Goglin2009-01-071-35/+44
* mm: don't mark_page_accessed in shmem_faultHugh Dickins2009-01-071-1/+0Star
* mm: don't mark_page_accessed in fault pathNick Piggin2009-01-072-2/+1Star
* mm: report the MMU pagesize in /proc/pid/smapsMel Gorman2009-01-071-0/+13
* mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman2009-01-071-0/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-064-5/+5
|\
| * add a vfs_fsync helperChristoph Hellwig2009-01-051-1/+1
| * inode->i_op is never NULLAl Viro2009-01-052-3/+3
| * kill suid bit only for regular filesDmitri Monakhov2009-01-051-1/+1
* | mm: update my addressAlan Cox2009-01-063-3/+3
* | fs: symlink write_begin allocation context fixNick Piggin2009-01-041-4/+9
* | vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski2009-01-041-2/+3
|/
* cpumask: convert mm/Rusty Russell2009-01-015-16/+28
* cpumask: remove any_online_cpu() users: mm/Rusty Russell2009-01-011-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-316-119/+152
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-12-314-117/+130
| |\
| | * Merge branch 'topic/failslab' into for-linusPekka Enberg2008-12-294-70/+70
| | |\
| | | * SLUB: failslab supportAkinobu Mita2008-12-294-70/+69Star
| | | |
| | | \
| | *-. \ Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg2008-12-292-44/+47
| | |\ \ \
| | | | * | slab: Update the kmem_cache_create documentation regarding the name parameterCatalin Marinas2008-11-261-0/+2
| | | * | | slub: Fix incorrect use of looseNick Andrew2008-12-081-2/+2
| | | * | | slub: make early_kmem_cache_node_alloc voidDavid Rientjes2008-11-261-5/+2Star
| | | * | | slab: unsigned slabp->inuse cannot be less than 0roel kluin2008-11-261-1/+1
| | | * | | slub - fix get_object_page commentCyrill Gorcunov2008-11-261-1/+1
| | | * | | SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2008-11-262-28/+28
| | | * | | SLUB: cleanup - define macros instead of hardcoded numbersCyrill Gorcunov2008-11-261-7/+11
| | | |/ /
| | * | | slub: avoid leaking caches or refcounts on sysfs errorDavid Rientjes2008-12-291-2/+11
| | * | | slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg2008-12-291-1/+1
| | * | | slub: Add might_sleep_if() to slab_alloc()OGAWA Hirofumi2008-12-291-0/+1
| | | |/ | | |/|
| * | | Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-12-311-2/+7
| |\ \ \
| | * | | bounce: don't rely on a zeroed bio_vec listJens Axboe2008-12-291-2/+7
| | |/ /
| * | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-311-0/+15
| |\ \ \ | | |/ / | |/| |
| | * | Merge commit 'v2.6.28' into core/coreIngo Molnar2008-12-2510-62/+124
| | |\ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *---------. \ \ Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar2008-11-241-0/+15
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | | | | * | | | | Merge branch 'linus' into core/lockingIngo Molnar2008-11-1213-267/+137Star
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-2838-1166/+3890
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merge commit 'v2.6.27-rc7' into core/lockingIngo Molnar2008-09-232-1/+2
| | | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | | x86: some lock annotations for user copy paths, v2Nick Piggin2008-09-111-0/+15
| | | | |/ / / / / / / / | | | |/| | | | | | | |
* | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-299-39/+132
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-282-1/+49
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | x86, bts: memory accountingMarkus Metzger2008-12-201-0/+45
| | * | | | | | | | | | | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar2008-12-197-30/+53
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-052-1/+9
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-046-32/+63
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | blktrace: port to tracepoints, updateIngo Molnar2008-11-261-0/+2
| | * | | | | | | | | | | | | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-261-1/+2
| | | |_|_|/ / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-282-22/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \