summaryrefslogtreecommitdiffstats
path: root/init/main.c
AgeCommit message (Expand)AuthorLines
2008-05-15initcalls: Fix m68k build and possible buffer overflowCyrill Gorcunov-3/+3
2008-05-15Split up 'do_initcalls()' into two simpler functionsLinus Torvalds-36/+41
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds-6/+3
2008-05-13init: don't lose initcall return valuesCyrill Gorcunov-9/+9
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra-0/+1
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner-0/+3
2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov-1/+1
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov-0/+2
2008-04-29idr: create idr_layer_cache at boot timeAkinobu Mita-0/+2
2008-04-29cgroups: add an owner to the mm_structBalbir Singh-0/+1
2008-04-29Simplify initcall_debug outputBjorn Helgaas-14/+6
2008-04-24[POWERPC] Use __weak macro for smp_setup_processor_idBenjamin Herrenschmidt-1/+1
2008-04-24[POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt-0/+5
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis-0/+17
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis-1/+6
2008-03-15ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionLinus Torvalds-7/+0
2008-03-04Fix "Malformed early option 'loglevel'"Alex Riesen-1/+1
2008-02-09x86: DEBUG_PAGEALLOC: enable after mem_init()Thomas Gleixner-1/+1
2008-02-08Convert loglevel-related kernel boot parameters to early_paramYinghai Lu-9/+5
2008-02-08start the global /sbin/init with 0,0 special pidsOleg Nesterov-1/+0
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov-1/+1
2008-02-06ACPI: basic initramfs DSDT override supportMarkus Gaugusch-0/+7
2008-02-06proper prototype for signals_init()Adrian Bunk-1/+1
2008-01-30x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar-0/+5
2008-01-30x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis-2/+2
2008-01-30x86: optimize lock prefix switching to run less frequentlyAndi Kleen-8/+8
2008-01-30percpu: use a kconfig variable to signal arch specific percpu setuptravis@sgi.com-2/+2
2008-01-25cpu-hotplug: refcount based cpu hotplugGautham R Shenoy-0/+1
2007-11-09sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk-3/+1
2007-10-20spelling fixes: init/Simon Arlott-1/+1
2007-10-19Drop the superfluous test for an old version of gcc.Robert P. J. Day-8/+0
2007-10-19Task Control Groups: basic task cgroup frameworkPaul Menage-0/+3
2007-08-30fix maxcpus=1 oops in show_stat()Hugh Dickins-8/+0
2007-08-27fix maxcpus=N parsingHugh Dickins-1/+1
2007-08-21ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown-2/+10
2007-07-16adjust nosmp handlingJan Beulich-15/+27
2007-07-16Allow softlockup to be runtime disabledDave Jones-1/+11
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu-1/+4
2007-07-09sched: add init_idle_bootup_task()Ingo Molnar-2/+3
2007-05-19init/main: use __init_refok to fix section mismatchSam Ravnborg-1/+1
2007-05-11Explicitly set pgid and sid of init processSukadev Bhattiprolu-0/+1
2007-05-09kthread: don't depend on work queuesEric W. Biederman-0/+5
2007-05-08enhance initcall_debug, measure latencyIngo Molnar-0/+17
2007-05-08init/do_mounts.c: proper prepare_namespace() prototypeAdrian Bunk-1/+0
2007-05-07Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter-5/+0
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds-3/+3
2007-05-02kbuild: whitelist section mismatch in init/main.cSam Ravnborg-3/+3
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge-6/+2
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter-4/+9
2007-02-19[PATCH] Declare init_irq_proc before we use it.Andrew Morton-4/+1