summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-10-231-1/+0
|\
| * [PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan2008-10-231-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-231-9/+3
|\ \
| * | Call init_workqueues before pre smp initcalls.Heiko Carstens2008-10-221-2/+2
| * | Make initcall_debug a core_paramRusty Russell2008-10-221-7/+1
| |/
* / memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki2008-10-231-0/+2
|/
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-14/+20
|\
| * tracing/fastboot: add better resolution to initcall debug/tracingTim Bird2008-10-141-2/+2
| * tracing/fastboot: only trace non-module initcallsFrederic Weisbecker2008-10-141-0/+1
| * tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker2008-10-141-2/+1
| * tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker2008-10-141-11/+9
| * tracing/ftrace: launch boot tracing after pre-smp initcallsFrédéric Weisbecker2008-10-141-6/+10
| * tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven2008-10-141-1/+2
| * ftrace: mcount call site on boot nops coreSteven Rostedt2008-10-141-0/+3
* | mm: rewrite vmap layerNick Piggin2008-10-201-0/+2
* | Add a script to visualize the kernel boot process / timeArjan van de Ven2008-10-121-1/+1
|/
* Fix init/main.c to use regular printk with '%pF' for initcall fnLinus Torvalds2008-10-031-5/+4
* modules: extend initcall_debug functionality to the module loaderArjan van de Ven2008-08-121-2/+4
* remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz2008-08-051-1/+0
* initrd: cast `initrd_start' to `void *'Geert Uytterhoeven2008-07-301-2/+3
* Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu2008-07-261-22/+1
* Better interface for hooking early initcallsEduard - Gabriel Munteanu2008-07-261-2/+11
* proper pid{hash,map}_init() prototypesAdrian Bunk2008-07-251-2/+0
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-231-0/+7
|\
| * cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-181-0/+7
* | initrd: Fix virtual/physical mix-up in overwrite testGeert Uytterhoeven2008-07-201-2/+3
|/
* Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-151-0/+2
|\
| * Add generic helpers for arch IPI function callsJens Axboe2008-06-261-0/+2
* | rcu: add call_rcu_sched()Paul E. McKenney2008-05-191-0/+1
|/
* 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