summaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-15ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionLinus Torvalds1-7/+0
2008-03-04Fix "Malformed early option 'loglevel'"Alex Riesen1-1/+1
2008-02-09x86: DEBUG_PAGEALLOC: enable after mem_init()Thomas Gleixner1-1/+1
2008-02-08Convert loglevel-related kernel boot parameters to early_paramYinghai Lu1-9/+5
2008-02-08start the global /sbin/init with 0,0 special pidsOleg Nesterov1-1/+0
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov1-1/+1
2008-02-06ACPI: basic initramfs DSDT override supportMarkus Gaugusch1-0/+7
2008-02-06proper prototype for signals_init()Adrian Bunk1-1/+1
2008-01-30x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar1-0/+5
2008-01-30x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis1-2/+2
2008-01-30x86: optimize lock prefix switching to run less frequentlyAndi Kleen1-8/+8
2008-01-30percpu: use a kconfig variable to signal arch specific percpu setuptravis@sgi.com1-2/+2
2008-01-25cpu-hotplug: refcount based cpu hotplugGautham R Shenoy1-0/+1
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk1-3/+1
2007-10-20spelling fixes: init/Simon Arlott1-1/+1
2007-10-19Drop the superfluous test for an old version of gcc.Robert P. J. Day1-8/+0
2007-10-19Task Control Groups: basic task cgroup frameworkPaul Menage1-0/+3
2007-08-30fix maxcpus=1 oops in show_stat()Hugh Dickins1-8/+0
2007-08-27fix maxcpus=N parsingHugh Dickins1-1/+1
2007-08-21ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown1-2/+10
2007-07-16adjust nosmp handlingJan Beulich1-15/+27
2007-07-16Allow softlockup to be runtime disabledDave Jones1-1/+11
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu1-1/+4
2007-07-09sched: add init_idle_bootup_task()Ingo Molnar1-2/+3
2007-05-19init/main: use __init_refok to fix section mismatchSam Ravnborg1-1/+1
2007-05-11Explicitly set pgid and sid of init processSukadev Bhattiprolu1-0/+1
2007-05-09kthread: don't depend on work queuesEric W. Biederman1-0/+5
2007-05-08enhance initcall_debug, measure latencyIngo Molnar1-0/+17
2007-05-08init/do_mounts.c: proper prepare_namespace() prototypeAdrian Bunk1-1/+0
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter1-5/+0
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-3/+3
2007-05-02kbuild: whitelist section mismatch in init/main.cSam Ravnborg1-3/+3
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge1-6/+2
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter1-4/+9
2007-02-19[PATCH] Declare init_irq_proc before we use it.Andrew Morton1-4/+1
2007-02-16[PATCH] tick-management: core functionalityThomas Gleixner1-0/+2
2007-02-14Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-36/+45
2007-02-14[PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman1-4/+0
2007-02-14[PATCH] sysctl: move init_irq_proc into init/main where it belongsEric W. Biederman1-0/+3
2007-02-13[PATCH] generic: Break init() in two parts to avoid MODPOST warningsVivek Goyal1-36/+45
2007-02-12[PATCH] Dynamic kernel command-line: commonAlon Bar-Lev1-5/+24
2007-02-11[PATCH] Remove final reference to superfluous smp_commence()Robert P. J. Day1-5/+0
2007-01-11[PATCH] i386: Convert some functions to __init to avoid MODPOST warningsVivek Goyal1-1/+1
2007-01-10[PATCH] fix linux banner format stringRoman Zippel1-8/+0
2007-01-05[PATCH] start_kernel: test if irq's got enabled early, barf, and disable them...Ard van Breemen1-0/+5
2006-12-20Driver core: proper prototype for drivers/base/init.c:driver_init()Adrian Bunk1-1/+1
2006-12-11Make sure we populate the initroot filesystem late enoughLinus Torvalds1-7/+0
2006-12-11Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds1-1/+7
2006-12-08[PATCH] add child reaper to pid_namespaceSukadev Bhattiprolu1-3/+2
2006-12-08[PATCH] Fix linux banner utsname informationHerbert Poetzl1-1/+3