aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAge
* modules: extend initcall_debug functionality to the module loaderArjan van de Ven2008-08-12
* remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz2008-08-05
* initrd: cast `initrd_start' to `void *'Geert Uytterhoeven2008-07-30
* Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu2008-07-26
* Better interface for hooking early initcallsEduard - Gabriel Munteanu2008-07-26
* proper pid{hash,map}_init() prototypesAdrian Bunk2008-07-25
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-23
|\
| * cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-18
* | initrd: Fix virtual/physical mix-up in overwrite testGeert Uytterhoeven2008-07-20
|/
* Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-15
|\
| * Add generic helpers for arch IPI function callsJens Axboe2008-06-26
* | rcu: add call_rcu_sched()Paul E. McKenney2008-05-19
|/
* initcalls: Fix m68k build and possible buffer overflowCyrill Gorcunov2008-05-15
* Split up 'do_initcalls()' into two simpler functionsLinus Torvalds2008-05-15
* Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds2008-05-15
* init: don't lose initcall return valuesCyrill Gorcunov2008-05-13
* sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra2008-05-05
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-30
* Deprecate find_task_by_pid()Pavel Emelyanov2008-04-30
* signals: fix /sbin/init protection from unwanted signalsOleg Nesterov2008-04-30
* idr: create idr_layer_cache at boot timeAkinobu Mita2008-04-29
* cgroups: add an owner to the mm_structBalbir Singh2008-04-29
* Simplify initcall_debug outputBjorn Helgaas2008-04-29
* [POWERPC] Use __weak macro for smp_setup_processor_idBenjamin Herrenschmidt2008-04-24
* [POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt2008-04-24
* init: move setup of nr_cpu_ids to as early as possibleMike Travis2008-04-19
* cpumask: add CPU_MASK_ALL_PTR macroMike Travis2008-04-19
* ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionLinus Torvalds2008-03-15
* Fix "Malformed early option 'loglevel'"Alex Riesen2008-03-04
* x86: DEBUG_PAGEALLOC: enable after mem_init()Thomas Gleixner2008-02-09
* Convert loglevel-related kernel boot parameters to early_paramYinghai Lu2008-02-08
* start the global /sbin/init with 0,0 special pidsOleg Nesterov2008-02-08
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-08
* ACPI: basic initramfs DSDT override supportMarkus Gaugusch2008-02-06
* proper prototype for signals_init()Adrian Bunk2008-02-06
* x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=yIngo Molnar2008-01-30
* x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis2008-01-30
* x86: optimize lock prefix switching to run less frequentlyAndi Kleen2008-01-30
* percpu: use a kconfig variable to signal arch specific percpu setuptravis@sgi.com2008-01-30
* cpu-hotplug: refcount based cpu hotplugGautham R Shenoy2008-01-25
* sched: proper prototype for kernel/sched.c:migration_init()Adrian Bunk2007-11-09
* spelling fixes: init/Simon Arlott2007-10-19
* Drop the superfluous test for an old version of gcc.Robert P. J. Day2007-10-19
* Task Control Groups: basic task cgroup frameworkPaul Menage2007-10-19
* fix maxcpus=1 oops in show_stat()Hugh Dickins2007-08-31
* fix maxcpus=N parsingHugh Dickins2007-08-27
* ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown2007-08-21
* adjust nosmp handlingJan Beulich2007-07-16
* Allow softlockup to be runtime disabledDave Jones2007-07-16
* serial: convert early_uart to earlycon for 8250Yinghai Lu2007-07-16