summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2008-09-16PCI: allow quirks to be compiled outThomas Petazzoni
2008-09-14Add a script to visualize the kernel boot process / timeArjan van de Ven
2008-09-09init/initramfs.c: unused function when compiling without CONFIG_BLK_DEV_RAMSteven Noonan
2008-09-05CRED: Inaugurate COW credentialsDavid Howells
2008-09-04Merge branch 'linus' into fastbootIngo Molnar
2008-09-04warning: fix init do_mounts_md cIngo Molnar
2008-09-01[PATCH 1/2] anondev: init IDR staticallyAlexey Dobriyan
2008-08-16Move sysctl check into debugging section and don't make it default yAndi Kleen
2008-08-13fastboot: remove duplicate unpack_to_rootfs()Li, Shaohua
2008-08-13Merge commit 'v2.6.27-rc3' into kmemcheckIngo Molnar
2008-08-12modules: extend initcall_debug functionality to the module loaderArjan van de Ven
2008-08-06Kconfig: Extend "menuconfig" for modules to simplify Kconfig fileRobert P. J. Day
2008-08-05remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds
2008-08-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-07-31Kconfig/init: change help text to match default valuejkacur
2008-07-31fastboot: fix typo in init/Kconfig textIngo Molnar
2008-07-31Merge branch 'linus' into fastbootIngo Molnar
2008-07-30initrd: cast `initrd_start' to `void *'Geert Uytterhoeven
2008-07-29Merge commit 'v2.6.27-rc1' into x86/urgentIngo Molnar
2008-07-29Merge branch 'linus' into core/generic-dma-coherentIngo Molnar
2008-07-28x86: remove stray <6> in BogoMIPS printkJoe Perches
2008-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds
2008-07-27Merge branch 'linus' into kmemcheckIngo Molnar
2008-07-26make init/do_mounts.c:root_device_name staticAdrian Bunk
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-26Merge branch 'linus' into kmemcheckIngo Molnar
2008-07-25kconfig: fix typos: "Suport" -> "Support"Heikki Orsila
2008-07-25init: fix URL of "The GNU Accounting Utilities"S.Çağlar Onur
2008-07-25proper pid{hash,map}_init() prototypesAdrian Bunk
2008-07-25init/version.c: define version_string only if CONFIG_KALLSYMS is not definedDaniel Guilak
2008-07-25init/version.c: silence sparse warning by declaring the version stringDaniel Guilak
2008-07-25inflate: refactor inflate malloc codeThomas Petazzoni
2008-07-25init/: delete hard-coded setting and testing of BUILD_CRAMDISKRobert P. J. Day
2008-07-25init/do_mounts.c should #include <linux/initrd.h>Adrian Bunk
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-07-22make CONFIG_KMOD invisibleJohannes Berg
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko
2008-07-22Merge branch 'linus' into kmemcheckIngo Molnar
2008-07-20initrd: Fix virtual/physical mix-up in overwrite testGeert Uytterhoeven
2008-07-20fastboot: make the RAID autostart code print a message just before waitingArjan van de Ven
2008-07-20fastboot: remove "wait for all devices before mounting root" delayArjan van de Ven
2008-07-20fastboot: make the raid autodetect code wait for all devices to initArjan van de Ven
2008-07-20fastboot: retry mounting the root fs if we can't find initArjan van de Ven
2008-07-20modules: extend initcall_debug functionality to the module loaderArjan van de Ven
2008-07-20fastboot: make fastboot a config optionArjan van de Ven
2008-07-20fastboot: sync the async execution before late_initcall and move level 6s (sy...Arjan van de Ven
2008-07-20fastboot: hold the BKL over the async init call sequenceArjan van de Ven
2008-07-20fastboot: create a "asynchronous" initlevelArjan van de Ven