aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix blocking allocations called very early during bootupLinus Torvalds2012-06-011-3/+4
* generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh2011-06-171-0/+1
* mm: Fix boot crash in mm_alloc()Linus Torvalds2011-05-291-1/+1
* printk: allocate kernel log buffer earlierMike Travis2011-05-251-0/+1
* mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2011-05-251-0/+2
* kmemleak: Initialise kmemleak after debug_objects_mem_init()Catalin Marinas2011-05-191-1/+1
* pid: remove the child_reaper special case in init/main.cEric W. Biederman2011-03-231-9/+0
* smp: move smp setup functions to kernel/smp.cAmerigo Wang2011-03-221-89/+1
* lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-2/+11
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-3/+0
|\
| * init: don't call flush_scheduled_work() from do_initcalls()Tejun Heo2010-12-241-3/+0
* | init: Initialized IDR earlierPeter Zijlstra2010-12-161-1/+1
* | perf: Move perf_event_init() into main.cPeter Zijlstra2010-12-161-0/+2
* | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-0/+1
|/
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-2/+0
|\
| * init/main.c: remove BKL notationsNamhyung Kim2010-10-191-2/+0
* | genirq: Remove early_init_irq_lock_class()Thomas Gleixner2010-10-121-1/+0
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-3/+3
* param: make param sections const.Rusty Russell2010-08-111-4/+4
* init/main.c: mark do_one_initcall* as __init_or_moduleKevin Winchester2010-08-091-2/+2
* init/main.c: fix warning: 'calltime.tv64' may be used uninitializedKevin Winchester2010-08-091-14/+20
* Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-071-5/+0
|\
| * init: Remove the BKL from startup codeArnd Bergmann2010-07-091-5/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-2/+0
|\ \
| * | workqueue: mark init_workqueues() as early_initcall()Suresh Siddha2010-08-011-2/+0
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-19/+10
|\ \ \
| * \ \ Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-051-0/+12
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-281-1/+3
| |\ \ \
| * | | | tracing: Remove kmemtrace ftrace pluginLi Zefan2010-06-091-2/+0
| * | | | tracing: Remove boot tracerAmérico Wang2010-06-081-17/+10
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-08-041-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | percpu: allow limited allocation before slab is onlineTejun Heo2010-06-271-0/+1
| |/ /
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-021-0/+12
|\ \ \ | |_|/ |/| |
| * | init: Fix commentPeter Zijlstra2010-06-301-1/+1
| * | init, sched: Fix race between init and kthreaddPeter Zijlstra2010-06-281-0/+12
| |/
* / ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=Thomas Renninger2010-06-091-1/+3
|/
* mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2010-05-251-1/+1
* x86, kgdb, init: Add early and late debug statesJason Wessel2010-05-201-2/+2
* kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie2010-03-241-1/+1
* init/main.c: make setup_max_cpus static for !SMPH Hartley Sweeten2010-03-061-1/+1
* init/main.c: improve usability in case of init binary failureAndreas Mohr2010-03-061-1/+2
* mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-5/+6
|\
| * init: Open /dev/console from rootfsEric W. Biederman2010-03-031-5/+6
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-1/+15
|\ \
| * | smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2010-02-171-0/+14
| * | init: Move radix_tree_init() earlyYinghai Lu2010-02-171-1/+1
| |/