aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-1/+2
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Gravatar Linus Torvalds 1-1/+3
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+34
2009-06-11inotify: reimplement inotify using fsnotifyGravatar Eric Paris 1-1/+2
2009-06-11init: introduce mm_init()Gravatar Pekka Enberg 1-6/+11
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Gravatar Pekka Enberg 1-1/+1
2009-06-11slab: setup allocators earlier in the boot sequenceGravatar Pekka Enberg 1-14/+22
2009-06-11kmemleak: Add the base supportGravatar Catalin Marinas 1-1/+3
2009-06-11Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 2-2/+2
2009-06-11perf_counter: Turn off by defaultGravatar Ingo Molnar 1-1/+0
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2009-06-10Merge branch 'rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2009-06-01Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 1-2/+1
2009-05-24Use a format for linux_bannerGravatar Alex Riesen 1-2/+1
2009-05-18Merge commit 'v2.6.30-rc6' into tracing/coreGravatar Ingo Molnar 1-9/+4
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreGravatar Ingo Molnar 1-9/+4
2009-05-07Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 2-2/+10
2009-05-06initramfs: clean up messages related to initramfs unpackingGravatar Eric Piel 1-9/+4
2009-04-29Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 3-2/+18
2009-04-16Driver Core: early platform driverGravatar Magnus Damm 1-1/+6
2009-04-14Merge branch 'core/urgent' into core/rcuGravatar Ingo Molnar 6-20/+56
2009-04-13initramfs: fix initramfs to work with hardlinked initGravatar Randy Robertson 1-1/+2
2009-04-13init/initramfs: fix warning with CONFIG_BLK_DEV_RAM=nGravatar Nikanth Karthikesan 1-0/+2
2009-04-14Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 1-0/+8
2009-04-12tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Gravatar Zhaolei 1-1/+1
2009-04-11kbuild: make it possible for the linker to discard local symbols from vmlinuxGravatar David Howells 1-0/+8
2009-04-08Merge commit 'v2.6.30-rc1' into perfcounters/coreGravatar Ingo Molnar 1-2/+8
2009-04-07namespaces: mqueue namespace: adapt sysctlGravatar Serge E. Hallyn 1-0/+6
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceGravatar Serge E. Hallyn 1-2/+2
2009-04-07Merge branch 'linus' into perfcounters/coreGravatar Ingo Molnar 1-1/+3
2009-04-06Make CONFIG_SLOW_WORK an automatic rather than manual config optionGravatar David Howells 1-1/+3
2009-04-06perf_counter: hook up the tracepoint eventsGravatar Peter Zijlstra 1-0/+5
2009-04-06Merge branch 'linus' into perfcounters/core-v2Gravatar Ingo Molnar 7-263/+248
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-3/+4
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-4/+4
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheGravatar Linus Torvalds 1-0/+12
2009-04-03RCU: make treercu be defaultGravatar Paul E. McKenney 1-1/+1
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 2-3/+3
2009-04-03Create a dynamically sized pool of threads for doing very slow work itemsGravatar David Howells 1-0/+12
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+1
2009-04-02cpusets: allow cpusets to be configured/built on non-SMP systemsGravatar Paul Menage 1-1/+1
2009-04-02memcg: remove redundant message at swaponGravatar KAMEZAWA Hiroyuki 1-0/+2
2009-04-02initramfs: prevent initramfs printk message being split by messages from othe...Gravatar Simon Kitching 1-3/+4
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusGravatar Ingo Molnar 2-3/+4
2009-04-01init/main.c: fix sparse warnings: context imbalanceGravatar Hannes Eder 1-0/+1
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 1-0/+1
2009-03-31md: move lots of #include lines out of .h files and into .cGravatar NeilBrown 2-1/+3
2009-03-31md: move LEVEL_* definition from md_k.h to md_u.hGravatar NeilBrown 1-2/+0
2009-03-30trivial: fix where cgroup documentation is not correctly referred toGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2009-03-30trivial: fix typos/grammar errors in Kconfig textsGravatar Matt LaPlante 1-3/+3