aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+4
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+9
2009-01-02kbuild: Remove gcc 4.1.0 quirk from init/main.cGravatar Ingo Molnar 1-9/+0
2009-01-01cpumask: Use find_last_bit()Gravatar Rusty Russell 1-6/+1
2009-01-01cpumask: Use accessors code in coreGravatar Rusty Russell 1-3/+3
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-9/+0
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Rusty Russell 2-3/+94
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+11
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+83
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Rusty Russell 2-15/+29
2008-12-29sparseirq: move __weak symbols into separate compilation unitGravatar Yinghai Lu 1-10/+0
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextGravatar Linus Torvalds 1-0/+7
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-15/+21
2008-12-27sparseirq: work around compiler optimizing away __weak functionsGravatar Yinghai Lu 1-3/+4
2008-12-25rcu: provide RCU options on non-preempt architectures tooGravatar Ingo Molnar 1-0/+74
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLGravatar Jan Beulich 1-0/+7
2008-12-18"Tree RCU": scalable classic RCU implementationGravatar Paul E. McKenney 1-6/+12
2008-12-13Merge ../linux-2.6-x86Gravatar Rusty Russell 2-15/+32
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapGravatar Rusty Russell 1-0/+9
2008-12-12Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Gravatar Ingo Molnar 1-0/+11
2008-12-08sparse irq_desc[] array: core kernel and x86 changesGravatar Yinghai Lu 1-0/+11
2008-12-04Merge branch 'master' into nextGravatar James Morris 1-1/+1
2008-11-23init/main.c: use ktime accessor function in initcall_debug codeGravatar Will Newton 1-1/+1
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreGravatar Ingo Molnar 1-4/+4
2008-11-18Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2008-11-16markers: auto enable tracepoints (new API : trace_mark_tp())Gravatar Mathieu Desnoyers 1-0/+1
2008-11-14Merge branch 'master' into nextGravatar James Morris 1-3/+3
2008-11-14CRED: Inaugurate COW credentialsGravatar David Howells 1-0/+1
2008-11-13Kconfig: SLUB is the default slab allocatorGravatar Simon Arlott 1-3/+3
2008-11-13sched: correct sched-rt-group.txt pathname in init/KconfigGravatar Adrian Knoth 1-1/+1
2008-11-12tracing/fastboot: Use the ring-buffer timestamp for initcall entriesGravatar Frederic Weisbecker 1-15/+17
2008-11-12tracing/fastboot: move boot tracer structs and funcs into their own header.Gravatar Frederic Weisbecker 1-0/+1
2008-11-04tracing/fastboot: Enable boot tracing only during initcallsGravatar Frederic Weisbecker 1-1/+3
2008-11-01init/do_mounts_md.c: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2008-10-30memcg: update menuconfig help textGravatar KAMEZAWA Hiroyuki 1-6/+10
2008-10-30init/do_mounts_md.c: msleep compile fixGravatar Alexey Dobriyan 1-1/+1
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Gravatar Linus Torvalds 1-2/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2008-10-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-1/+2
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 1-9/+3
2008-10-23memcg: fix page_cgroup allocationGravatar KAMEZAWA Hiroyuki 1-0/+2
2008-10-23[PATCH 1/2] anondev: init IDR staticallyGravatar Alexey Dobriyan 1-1/+0
2008-10-22PCI: PCI_QUIRKS depends on PCIGravatar Geert Uytterhoeven 1-1/+2
2008-10-22Call init_workqueues before pre smp initcalls.Gravatar Heiko Carstens 1-2/+2
2008-10-22Make initcall_debug a core_paramGravatar Rusty Russell 1-7/+1
2008-10-20Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-0/+8
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-14/+27
2008-10-20PCI: allow quirks to be compiled outGravatar Thomas Petazzoni 1-0/+8
2008-10-20container freezer: implement freezer cgroup subsystemGravatar Matt Helsley 1-0/+7
2008-10-20mm: rewrite vmap layerGravatar Nick Piggin 1-0/+2