summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar13-31/+49
2009-01-06kmemtrace: Remove the relay version of kmemtraceEduard - Gabriel Munteanu2-334/+0
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-5/+5
2009-01-06mm: update my addressAlan Cox3-3/+3
2009-01-05add a vfs_fsync helperChristoph Hellwig1-1/+1
2009-01-05inode->i_op is never NULLAl Viro2-3/+3
2009-01-05kill suid bit only for regular filesDmitri Monakhov1-1/+1
2009-01-05fs: symlink write_begin allocation context fixNick Piggin1-4/+9
2009-01-05vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski1-2/+3
2009-01-01cpumask: convert mm/Rusty Russell5-16/+28
2009-01-01cpumask: remove any_online_cpu() users: mm/Rusty Russell1-1/+1
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell6-119/+152
2008-12-31tracing/kmemtrace: fix typoIngo Molnar1-1/+1
2008-12-31Merge branch 'tracing/kmemtrace' into tracing/kmemtrace2Ingo Molnar6-91/+124
2008-12-31Merge branch 'linus' into tracing/kmemtraceIngo Molnar6-91/+124
2008-12-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds4-117/+130
2008-12-31Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+7
2008-12-31Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+15
2008-12-30tracing/kmemtrace: export kmemtrace_mark_alloc_node() / kmemtrace_mark_free()Ingo Molnar1-1/+1
2008-12-30tracing/kmemtrace: normalize the raw tracer event to the unified tracing APIFrederic Weisbecker3-3/+3
2008-12-30kmemtrace: move #include linesIngo Molnar2-2/+2
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell9-39/+132
2008-12-29Merge branch 'topic/kmemtrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar5-45/+528
2008-12-29kmemtrace: add missing newlineVegard Nossum1-1/+1
2008-12-29kmemtrace: remove config option for enabling tracing at bootPekka Enberg1-5/+3
2008-12-29kmemtrace: allow kmemtrace to be enabled after bootPekka Enberg1-13/+13
2008-12-29kmemtrace: remove unnecessary castsPekka Enberg1-4/+3
2008-12-29kmemtrace: SLUB hooks for caller-tracking functions.Eduard - Gabriel Munteanu1-2/+17
2008-12-29kmemtrace: SLUB hooks.Eduard - Gabriel Munteanu1-6/+59
2008-12-29kmemtrace: SLOB hooks.Eduard - Gabriel Munteanu1-6/+31
2008-12-29kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu1-7/+64
2008-12-29kmemtrace: Core implementation.Eduard - Gabriel Munteanu2-0/+336
2008-12-29SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu2-28/+28
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg4-70/+70
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg2-44/+47
2008-12-29slub: avoid leaking caches or refcounts on sysfs errorDavid Rientjes1-2/+11
2008-12-29slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg1-1/+1
2008-12-29slub: Add might_sleep_if() to slab_alloc()OGAWA Hirofumi1-0/+1
2008-12-29SLUB: failslab supportAkinobu Mita4-70/+69
2008-12-29bounce: don't rely on a zeroed bio_vec listJens Axboe1-2/+7
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+49
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-22/+57
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar10-62/+124
2008-12-25Merge branch 'next' into for-linusJames Morris4-14/+24
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2-22/+57
2008-12-20x86, bts: memory accountingMarkus Metzger1-0/+45
2008-12-20x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com1-46/+2
2008-12-20x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com1-43/+0
2008-12-20x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com1-17/+14
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar7-30/+53