aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Gravatar Linus Torvalds 1-2/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusGravatar Linus Torvalds 1-9/+3
2008-10-23memcg: fix page_cgroup allocationGravatar KAMEZAWA Hiroyuki 1-0/+2
2008-10-23[PATCH 1/2] anondev: init IDR staticallyGravatar Alexey Dobriyan 1-1/+0
2008-10-22Call init_workqueues before pre smp initcalls.Gravatar Heiko Carstens 1-2/+2
2008-10-22Make initcall_debug a core_paramGravatar Rusty Russell 1-7/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-14/+20
2008-10-20mm: rewrite vmap layerGravatar Nick Piggin 1-0/+2
2008-10-14tracing/fastboot: add better resolution to initcall debug/tracingGravatar Tim Bird 1-2/+2
2008-10-14tracing/fastboot: only trace non-module initcallsGravatar Frederic Weisbecker 1-0/+1
2008-10-14tracing/fastboot: get the initcall name before it disappearsGravatar Frederic Weisbecker 1-2/+1
2008-10-14tracing/fastboot: change the printing of boot tracer according to bootgraph.plGravatar Frederic Weisbecker 1-11/+9
2008-10-14tracing/ftrace: launch boot tracing after pre-smp initcallsGravatar Frédéric Weisbecker 1-6/+10
2008-10-14tracing/fastboot: add a script to visualize the kernel boot process / timeGravatar Arjan van de Ven 1-1/+2
2008-10-14ftrace: mcount call site on boot nops coreGravatar Steven Rostedt 1-0/+3
2008-10-12Add a script to visualize the kernel boot process / timeGravatar Arjan van de Ven 1-1/+1
2008-10-03Fix init/main.c to use regular printk with '%pF' for initcall fnGravatar Linus Torvalds 1-5/+4
2008-08-12modules: extend initcall_debug functionality to the module loaderGravatar Arjan van de Ven 1-2/+4
2008-08-05remove unnecessary <linux/hdreg.h> includesGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2008-07-30initrd: cast `initrd_start' to `void *'Gravatar Geert Uytterhoeven 1-2/+3
2008-07-26Full conversion to early_initcall() interface, remove old interfaceGravatar Eduard - Gabriel Munteanu 1-22/+1
2008-07-26Better interface for hooking early initcallsGravatar Eduard - Gabriel Munteanu 1-2/+11
2008-07-25proper pid{hash,map}_init() prototypesGravatar Adrian Bunk 1-2/+0
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2008-07-20initrd: Fix virtual/physical mix-up in overwrite testGravatar Geert Uytterhoeven 1-2/+3
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Gravatar Max Krasnyansky 1-0/+7
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2008-06-26Add generic helpers for arch IPI function callsGravatar Jens Axboe 1-0/+2
2008-05-19rcu: add call_rcu_sched()Gravatar Paul E. McKenney 1-0/+1
2008-05-15initcalls: Fix m68k build and possible buffer overflowGravatar Cyrill Gorcunov 1-3/+3
2008-05-15Split up 'do_initcalls()' into two simpler functionsGravatar Linus Torvalds 1-36/+41
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesGravatar Linus Torvalds 1-6/+3
2008-05-13init: don't lose initcall return valuesGravatar Cyrill Gorcunov 1-9/+9
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKGravatar Peter Zijlstra 1-0/+1
2008-04-30infrastructure to debug (dynamic) objectsGravatar Thomas Gleixner 1-0/+3
2008-04-30Deprecate find_task_by_pid()Gravatar Pavel Emelyanov 1-1/+1
2008-04-30signals: fix /sbin/init protection from unwanted signalsGravatar Oleg Nesterov 1-0/+2
2008-04-29idr: create idr_layer_cache at boot timeGravatar Akinobu Mita 1-0/+2
2008-04-29cgroups: add an owner to the mm_structGravatar Balbir Singh 1-0/+1
2008-04-29Simplify initcall_debug outputGravatar Bjorn Helgaas 1-14/+6
2008-04-24[POWERPC] Use __weak macro for smp_setup_processor_idGravatar Benjamin Herrenschmidt 1-1/+1
2008-04-24[POWERPC] Add thread_info_cache_init() weak hookGravatar Benjamin Herrenschmidt 1-0/+5
2008-04-19init: move setup of nr_cpu_ids to as early as possibleGravatar Mike Travis 1-0/+17
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroGravatar Mike Travis 1-1/+6
2008-03-15ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionGravatar Linus Torvalds 1-7/+0
2008-03-04Fix "Malformed early option 'loglevel'"Gravatar Alex Riesen 1-1/+1
2008-02-09x86: DEBUG_PAGEALLOC: enable after mem_init()Gravatar Thomas Gleixner 1-1/+1
2008-02-08Convert loglevel-related kernel boot parameters to early_paramGravatar Yinghai Lu 1-9/+5
2008-02-08start the global /sbin/init with 0,0 special pidsGravatar Oleg Nesterov 1-1/+0