aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2009-01-06autodetect_raid: add missing __init markingMike Frysinger
2009-01-06Remove remaining unwinder codeAlexey Dobriyan
2009-01-06do_mounts: add device info to mount messageMarton Balint
2009-01-06init: properly placing noinline keywordRakib Mullick
2009-01-06shmem: unify regular and tiny shmemMatt Mackall
2009-01-05remove CONFIG_KMODJohannes Berg
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-02kbuild: Remove gcc 4.1.0 quirk from init/main.cIngo Molnar
2009-01-01cpumask: Use find_last_bit()Rusty Russell
2009-01-01cpumask: Use accessors code in coreRusty Russell
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-29sparseirq: move __weak symbols into separate compilation unitYinghai Lu
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-27sparseirq: work around compiler optimizing away __weak functionsYinghai Lu
2008-12-25rcu: provide RCU options on non-preempt architectures tooIngo Molnar
2008-12-19allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell
2008-12-12Merge branches 'irq/sparseirq', 'x86/quirks' and 'x86/reboot' into cpus4096Ingo Molnar
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-12-04Merge branch 'master' into nextJames Morris
2008-11-23init/main.c: use ktime accessor function in initcall_debug codeWill Newton
2008-11-19Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar
2008-11-18Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-11-16markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-13Kconfig: SLUB is the default slab allocatorSimon Arlott
2008-11-13sched: correct sched-rt-group.txt pathname in init/KconfigAdrian Knoth
2008-11-12tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker
2008-11-12tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker
2008-11-04tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker
2008-11-01init/do_mounts_md.c: remove duplicated #includeHuang Weiyi
2008-10-30memcg: update menuconfig help textKAMEZAWA Hiroyuki
2008-10-30init/do_mounts_md.c: msleep compile fixAlexey Dobriyan
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-10-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki
2008-10-23[PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan
2008-10-22PCI: PCI_QUIRKS depends on PCIGeert Uytterhoeven
2008-10-22Call init_workqueues before pre smp initcalls.Heiko Carstens