summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* initcalls: Fix m68k build and possible buffer overflowCyrill Gorcunov2008-05-151-3/+3
* Split up 'do_initcalls()' into two simpler functionsLinus Torvalds2008-05-151-36/+41
* Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds2008-05-151-6/+3
* init: don't lose initcall return valuesCyrill Gorcunov2008-05-131-9/+9
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-051-0/+1
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-301-0/+3
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-301-1/+1
* signals: fix /sbin/init protection from unwanted signalsOleg Nesterov2008-04-301-0/+2
* idr: create idr_layer_cache at boot timeAkinobu Mita2008-04-291-0/+2
* cgroups: add an owner to the mm_structBalbir Singh2008-04-291-0/+1
* Simplify initcall_debug outputBjorn Helgaas2008-04-291-14/+6
* [POWERPC] Use __weak macro for smp_setup_processor_idBenjamin Herrenschmidt2008-04-241-1/+1
* [POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt2008-04-241-0/+5
* init: move setup of nr_cpu_ids to as early as possibleMike Travis2008-04-191-0/+17
* cpumask: add CPU_MASK_ALL_PTR macroMike Travis2008-04-191-1/+6
* ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionLinus Torvalds2008-03-151-7/+0
* Fix "Malformed early option 'loglevel'"Alex Riesen2008-03-041-1/+1
* x86: DEBUG_PAGEALLOC: enable after mem_init()Thomas Gleixner2008-02-091-1/+1
* Convert loglevel-related kernel boot parameters to early_paramYinghai Lu2008-02-081-9/+5
* start the global /sbin/init with 0,0 special pidsOleg Nesterov2008-02-081-1/+0
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-081-1/+1
* ACPI: basic initramfs DSDT override supportMarkus Gaugusch2008-02-061-0/+7
* proper prototype for signals_init()Adrian Bunk2008-02-061-1/+1
* x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar2008-01-301-0/+5
* x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis2008-01-301-2/+2
* x86: optimize lock prefix switching to run less frequentlyAndi Kleen2008-01-301-8/+8
* percpu: use a kconfig variable to signal arch specific percpu setuptravis@sgi.com2008-01-301-2/+2
* cpu-hotplug: refcount based cpu hotplugGautham R Shenoy2008-01-251-0/+1
* sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk2007-11-091-3/+1
* spelling fixes: init/Simon Arlott2007-10-201-1/+1
* Drop the superfluous test for an old version of gcc.Robert P. J. Day2007-10-191-8/+0
* Task Control Groups: basic task cgroup frameworkPaul Menage2007-10-191-0/+3
* fix maxcpus=1 oops in show_stat()Hugh Dickins2007-08-301-8/+0
* fix maxcpus=N parsingHugh Dickins2007-08-271-1/+1
* ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown2007-08-211-2/+10
* adjust nosmp handlingJan Beulich2007-07-161-15/+27
* Allow softlockup to be runtime disabledDave Jones2007-07-161-1/+11
* serial: convert early_uart to earlycon for 8250Yinghai Lu2007-07-161-1/+4
* sched: add init_idle_bootup_task()Ingo Molnar2007-07-091-2/+3
* init/main: use __init_refok to fix section mismatchSam Ravnborg2007-05-191-1/+1
* Explicitly set pgid and sid of init processSukadev Bhattiprolu2007-05-111-0/+1
* kthread: don't depend on work queuesEric W. Biederman2007-05-091-0/+5
* enhance initcall_debug, measure latencyIngo Molnar2007-05-081-0/+17
* init/do_mounts.c: proper prepare_namespace() prototypeAdrian Bunk2007-05-081-1/+0
* Safer nr_node_ids and nr_node_ids determination and initial valuesChristoph Lameter2007-05-071-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-05-061-3/+3
|\
| * kbuild: whitelist section mismatch in init/main.cSam Ravnborg2007-05-021-3/+3
* | [PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge2007-05-021-6/+2
|/
* [PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter2007-02-201-4/+9
* [PATCH] Declare init_irq_proc before we use it.Andrew Morton2007-02-191-4/+1
OpenPOWER on IntegriCloud