summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2003-06-15[PATCH] Clean up kernel parameter array declarationRoman Zippel
2003-06-13[PATCH] lsm: Early init for security modules (1/4)Chris Wright
2003-06-06[PATCH] Move cpu notifiers et al to cpu.hRusty Russell
2003-06-05[PATCH] /proc/sys/vm/min_free_kbytesAndrew Morton
2003-06-05[PATCH] per-cpu support inside modules (minimal)Andrew Morton
2003-05-25[PATCH] do_mounts.c strlcpyBen Collins
2003-05-25[PATCH] fix init/do_mounts_rd.c memory leakAndrew Morton
2003-05-25[PATCH] CONFIG_EPOLLAndrew Morton
2003-05-25[PATCH] CONFIG_FUTEXAndrew Morton
2003-05-14[PATCH] typoDave Jones
2003-05-07[PATCH] slab: initialisation cleanup and oops fixAndrew Morton
2003-04-25Fix up some mixing of ramdisk/initrd. They have nothing in common,Linus Torvalds
2003-04-20[PATCH] replace URLs in KconfigRandy Dunlap
2003-04-20[PATCH] initrd.hChristoph Hellwig
2003-04-08[PATCH] Enforce gcc-2.95 as the minimum compiler requirementAndrew Morton
2003-03-28[PATCH] initcall debug codeAndrew Morton
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton
2003-03-16[PATCH] Early writeback initialisationAndrew Morton
2003-03-15MergeKai Germaschewski
2003-03-11Error out for the case of a gcc-2.96 compiler with CONFIG_FRAME_POINTERLinus Torvalds
2003-03-10[PATCH] fix typo in init/KconfigAndrew Morton
2003-03-08[PATCH] move CONFIG_SWAP aroundAndrew Morton
2003-03-07kbuild: Do not clutter output with make -jNSam Ravnborg
2003-03-06do_mounts: Fix boot from ramdiskKai Germaschewski
2003-03-03driver model: Make initialization explicit.Patrick Mochel
2003-03-02do_mounts: Fix CONFIG_BLK_DEV_MD=m caseKai Germaschewski
2003-02-28Merge http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds
2003-03-01Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.do_mounts.tmpKai Germaschewski
2003-03-01kbuild: Silence some warnings when building vmlinuxKai Germaschewski
2003-02-25[PATCH] remove kdevname abuse from init/do_mount.cChristoph Hellwig
2003-02-22do_mounts: create_dev() before mountingKai Germaschewski
2003-02-22do_mounts: Separate out common root mounting code into do_mount_root()Kai Germaschewski
2003-02-21do_mounts: Move CONFIG_BLK_DEV_RAM stuff into own fileKai Germaschewski
2003-02-21do_mounts: mount_initrd is now only needed w/CONFIG_BLK_DEV_INITRDKai Germaschewski
2003-02-21do_mounts: Simplify logic for ramdisk from floppy.Kai Germaschewski
2003-02-21do_mount: Move more of the initrd load logic into initrd_load()Kai Germaschewski
2003-02-21do_mounts: initrd_load() is never called w/o CONFIG_BLK_DEV_INITRDKai Germaschewski
2003-02-21do_mounts: Remove unneeded check for initrd_startKai Germaschewski
2003-02-21do_mounts: fix device name recognition for md= command line optionKai Germaschewski
2003-02-21do_mounts: move early MD setup into own fileKai Germaschewski
2003-02-21do_mounts: __init* cleanupKai Germaschewski
2003-02-21do_mounts: Move devfs into own file.Kai Germaschewski
2003-02-14kbuild: Move the version magic generation into module postprocessingKai Germaschewski
2003-02-04[PATCH] do_mounts memory leakRandy Dunlap
2003-02-03kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONSKai Germaschewski
2003-01-24kbuild: Add CONFIG_MODVERSIONING and __kcrctabKai Germaschewski
2003-01-15[PATCH] (2/3) Initial load balancingMartin J. Bligh
2003-01-15[PATCH] update LOG BUF SIZE config.Randy Dunlap
2003-01-14Module Sanity CheckKai Germaschewski
2003-01-13[PATCH] MODULE_FORCE_UNLOAD must depend on MODULE_UNLOAD (fwd)Rusty Russell