aboutsummaryrefslogtreecommitdiff
path: root/init/main.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-25Revert "Call init_workqueues before pre smp initcalls."Linus Torvalds
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki
2008-10-23[PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan
2008-10-22Call init_workqueues before pre smp initcalls.Heiko Carstens
2008-10-22Make initcall_debug a core_paramRusty Russell
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-14tracing/fastboot: add better resolution to initcall debug/tracingTim Bird
2008-10-14tracing/fastboot: only trace non-module initcallsFrederic Weisbecker
2008-10-14tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker
2008-10-14tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker
2008-10-14tracing/ftrace: launch boot tracing after pre-smp initcallsFrédéric Weisbecker
2008-10-14tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven
2008-10-14ftrace: mcount call site on boot nops coreSteven Rostedt
2008-10-12Add a script to visualize the kernel boot process / timeArjan van de Ven
2008-10-03Fix init/main.c to use regular printk with '%pF' for initcall fnLinus Torvalds
2008-08-12modules: extend initcall_debug functionality to the module loaderArjan van de Ven
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz
2008-07-30initrd: cast `initrd_start' to `void *'Geert Uytterhoeven
2008-07-26Full conversion to early_initcall() interface, remove old interfaceEduard - Gabriel Munteanu
2008-07-26Better interface for hooking early initcallsEduard - Gabriel Munteanu
2008-07-25proper pid{hash,map}_init() prototypesAdrian Bunk
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-07-20initrd: Fix virtual/physical mix-up in overwrite testGeert Uytterhoeven
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-06-26Add generic helpers for arch IPI function callsJens Axboe
2008-05-19rcu: add call_rcu_sched()Paul E. McKenney
2008-05-15initcalls: Fix m68k build and possible buffer overflowCyrill Gorcunov
2008-05-15Split up 'do_initcalls()' into two simpler functionsLinus Torvalds
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds
2008-05-13init: don't lose initcall return valuesCyrill Gorcunov
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKPeter Zijlstra
2008-04-30infrastructure to debug (dynamic) objectsThomas Gleixner
2008-04-30Deprecate find_task_by_pid()Pavel Emelyanov
2008-04-30signals: fix /sbin/init protection from unwanted signalsOleg Nesterov
2008-04-29idr: create idr_layer_cache at boot timeAkinobu Mita
2008-04-29cgroups: add an owner to the mm_structBalbir Singh
2008-04-29Simplify initcall_debug outputBjorn Helgaas
2008-04-24[POWERPC] Use __weak macro for smp_setup_processor_idBenjamin Herrenschmidt
2008-04-24[POWERPC] Add thread_info_cache_init() weak hookBenjamin Herrenschmidt
2008-04-19init: move setup of nr_cpu_ids to as early as possibleMike Travis
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroMike Travis
2008-03-15ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionLinus Torvalds
2008-03-04Fix "Malformed early option 'loglevel'"Alex Riesen
2008-02-09x86: DEBUG_PAGEALLOC: enable after mem_init()Thomas Gleixner
2008-02-08Convert loglevel-related kernel boot parameters to early_paramYinghai Lu