aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Driver Core: early platform driverGravatar Magnus Damm 1-1/+6
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-11kbuild: make it possible for the linker to discard local symbols from vmlinuxGravatar David Howells 1-0/+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-06Make CONFIG_SLOW_WORK an automatic rather than manual config optionGravatar David Howells 1-1/+3
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-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
2009-03-30cpumask: use set_cpu_active in init/main.cGravatar Rusty Russell 1-2/+1
2009-03-30cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLGravatar Rusty Russell 1-1/+1
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-for-30Gravatar Linus Torvalds 1-15/+56
2009-03-28fastboot: remove duplicate unpack_to_rootfs()Gravatar Li, Shaohua 1-15/+56
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Gravatar Ingo Molnar 4-222/+157
2009-03-25init,cpuset: fix initialize orderGravatar Lai Jiangshan 1-2/+1
2009-03-13Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreGravatar Ingo Molnar 1-15/+15
2009-03-13Merge branch 'core/locking' into tracing/ftraceGravatar Ingo Molnar 1-15/+15
2009-03-10menu: fix embedded menu snafuGravatar Randy Dunlap 1-15/+15
2009-03-06Merge branch 'x86/core' into tracing/texteditGravatar Ingo Molnar 4-222/+157
2009-03-05Merge branch 'x86/urgent' into x86/coreGravatar Ingo Molnar 1-1/+2
2009-03-05Merge commit 'v2.6.29-rc7' into sched/coreGravatar Ingo Molnar 1-1/+2
2009-03-04Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreGravatar Ingo Molnar 1-1/+2
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Gravatar Ingo Molnar 3-216/+144
2009-03-02Revert "menu: fix embedded menu snafu"Gravatar Linus Torvalds 1-16/+12
2009-03-02menu: fix embedded menu snafuGravatar Randy Dunlap 1-12/+16
2009-02-26Merge branches 'sched/cleanups', 'sched/urgent' and 'linus' into sched/coreGravatar Ingo Molnar 2-6/+12
2009-02-26rcu: Teach RCU that idle task is not quiscent state at bootGravatar Paul E. McKenney 1-1/+2
2009-02-24Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/coreGravatar Ingo Molnar 2-6/+12
2009-02-22Merge branch 'linus' into x86/apicGravatar Ingo Molnar 2-6/+12
2009-02-21Consolidate driver_probe_done() loops into one placeGravatar Arjan van de Ven 2-6/+12
2009-02-20tracing/markers: make markers select tracepointsGravatar Frederic Weisbecker 1-1/+1
2009-02-08Merge branches 'sched/rt' and 'sched/urgent' into sched/coreGravatar Ingo Molnar 1-128/+132
2009-02-05smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_...Gravatar Ingo Molnar 1-6/+6
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Gravatar Ingo Molnar 1-94/+100
2009-01-27Merge branch 'linus' into core/percpuGravatar Ingo Molnar 1-94/+100
2009-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesGravatar Linus Torvalds 1-7/+0