aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2008-11-13Kconfig: SLUB is the default slab allocatorGravatar Simon Arlott 1-3/+3
2008-11-13sched: correct sched-rt-group.txt pathname in init/KconfigGravatar Adrian Knoth 1-1/+1
2008-11-01init/do_mounts_md.c: remove duplicated #includeGravatar Huang Weiyi 1-1/+0
2008-10-30memcg: update menuconfig help textGravatar KAMEZAWA Hiroyuki 1-6/+10
2008-10-30init/do_mounts_md.c: msleep compile fixGravatar Alexey Dobriyan 1-1/+1
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 branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-1/+2
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-22PCI: PCI_QUIRKS depends on PCIGravatar Geert Uytterhoeven 1-1/+2
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 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-0/+8
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-14/+27
2008-10-20PCI: allow quirks to be compiled outGravatar Thomas Petazzoni 1-0/+8
2008-10-20container freezer: implement freezer cgroup subsystemGravatar Matt Helsley 1-0/+7
2008-10-20mm: rewrite vmap layerGravatar Nick Piggin 1-0/+2
2008-10-16init/do_mounts_md.c must #include <linux/delay.h>Gravatar Adrian Bunk 1-0/+1
2008-10-16Configure out AIO supportGravatar Thomas Petazzoni 1-0/+8
2008-10-16initramfs: add option to preserve mtime from initramfs cpio imagesGravatar Nye Liu 1-0/+53
2008-10-16identify_ramdisk_image(): correct typo about return value in commentGravatar Geert Uytterhoeven 1-1/+1
2008-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arj...Gravatar Linus Torvalds 2-10/+32
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-14tracing: clean up tracepoints kconfig structureGravatar Ingo Molnar 1-4/+5
2008-10-14tracing: disable tracepoints by defaultGravatar Ingo Molnar 1-1/+0
2008-10-14tracing: Kernel TracepointsGravatar Mathieu Desnoyers 1-0/+7
2008-10-13Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Gravatar Linus Torvalds 1-10/+0
2008-10-12raid: make RAID autodetect default a KConfig optionGravatar Arjan van de Ven 1-2/+9
2008-10-12warning: fix init do_mounts_md cGravatar Ingo Molnar 1-15/+21
2008-10-12fastboot: make the RAID autostart code print a message just before waitingGravatar Arjan van de Ven 1-1/+3
2008-10-12fastboot: make the raid autodetect code wait for all devices to initGravatar Arjan van de Ven 1-0/+7
2008-10-12Add a script to visualize the kernel boot process / timeGravatar Arjan van de Ven 1-1/+1
2008-10-10proc: move PROC_PAGE_MONITOR to fs/proc/KconfigGravatar Alexey Dobriyan 1-10/+0
2008-10-09init: DEBUG_BLOCK_EXT_DEVT requires explicit root= paramGravatar Tejun Heo 1-0/+4
2008-10-03Fix init/main.c to use regular printk with '%pF' for initcall fnGravatar Linus Torvalds 1-5/+4
2008-08-16Move sysctl check into debugging section and don't make it default yGravatar Andi Kleen 1-11/+0
2008-08-12modules: extend initcall_debug functionality to the module loaderGravatar Arjan van de Ven 1-2/+4
2008-08-06Kconfig: Extend "menuconfig" for modules to simplify Kconfig fileGravatar Robert P. J. Day 1-5/+4
2008-08-05remove unnecessary <linux/hdreg.h> includesGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesGravatar Linus Torvalds 1-1/+1
2008-08-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1