summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* kbuild: Remove gcc 4.1.0 quirk from init/main.cIngo Molnar2009-01-021-9/+0Star
* Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-9/+0Star
|\
| * sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-291-10/+0Star
| * sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+4
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-311-0/+11
|\|
| * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+11
* | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-311-3/+83
|\ \
| * | rcu: provide RCU options on non-preempt architectures tooIngo Molnar2008-12-251-0/+74
| * | "Tree RCU": scalable classic RCU implementationPaul E. McKenney2008-12-181-6/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2008-12-291-0/+7
|\ \
| * | allow stripping of generated symbols under CONFIG_KALLSYMS_ALLJan Beulich2008-12-191-0/+7
| |/
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-282-15/+21
|\ \
| * | init/main.c: use ktime accessor function in initcall_debug codeWill Newton2008-11-231-1/+1
| | |
| | \
| *-. | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-191-4/+4
| |\ \|
| * | | markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers2008-11-161-0/+1
| |/ /
| * | tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker2008-11-121-15/+17
| * | tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker2008-11-121-0/+1
| * | tracing/fastboot: Enable boot tracing only during initcallsFrederic Weisbecker2008-11-041-1/+3
* | | Merge branch 'master' into nextJames Morris2008-12-041-1/+1
|\ \ \ | | |/ | |/|
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-181-1/+1
| |\ \
| | * | sched: correct sched-rt-group.txt pathname in init/KconfigAdrian Knoth2008-11-131-1/+1
| | |/
* | | Merge branch 'master' into nextJames Morris2008-11-141-3/+3
|\| |
| * | Kconfig: SLUB is the default slab allocatorSimon Arlott2008-11-131-3/+3
| |/
* / CRED: Inaugurate COW credentialsDavid Howells2008-11-141-0/+1
|/
* init/do_mounts_md.c: remove duplicated #includeHuang Weiyi2008-11-011-1/+0Star
* memcg: update menuconfig help textKAMEZAWA Hiroyuki2008-10-301-6/+10
* init/do_mounts_md.c: msleep compile fixAlexey Dobriyan2008-10-301-1/+1
* Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds2008-10-261-2/+1Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-1/+0Star
|\
| * [PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan2008-10-231-1/+0Star
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-10-231-1/+2
|\ \
| * | PCI: PCI_QUIRKS depends on PCIGeert Uytterhoeven2008-10-231-1/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-231-9/+3Star
|\ \
| * | Call init_workqueues before pre smp initcalls.Heiko Carstens2008-10-221-2/+2
| * | Make initcall_debug a core_paramRusty Russell2008-10-221-7/+1Star
| |/
* / memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki2008-10-231-0/+2
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-10-201-0/+8
|\
| * PCI: allow quirks to be compiled outThomas Petazzoni2008-10-201-0/+8
* | Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-202-14/+27
|\ \ | |/ |/|
| * tracing/fastboot: add better resolution to initcall debug/tracingTim Bird2008-10-141-2/+2
| * tracing/fastboot: only trace non-module initcallsFrederic Weisbecker2008-10-141-0/+1
| * tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker2008-10-141-2/+1Star
| * tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker2008-10-141-11/+9Star
| * tracing/ftrace: launch boot tracing after pre-smp initcallsFrédéric Weisbecker2008-10-141-6/+10
| * tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven2008-10-141-1/+2
| * ftrace: mcount call site on boot nops coreSteven Rostedt2008-10-141-0/+3
| * tracing: clean up tracepoints kconfig structureIngo Molnar2008-10-141-4/+5
| * tracing: disable tracepoints by defaultIngo Molnar2008-10-141-1/+0Star
| * tracing: Kernel TracepointsMathieu Desnoyers2008-10-141-0/+7
* | container freezer: implement freezer cgroup subsystemMatt Helsley2008-10-201-0/+7