aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2003-07-02[PATCH] Set limits on CONFIG_LOG_BUF_SHIFTAndrew Morton1-1/+2
2003-06-15[PATCH] Clean up kernel parameter array declarationRoman Zippel1-3/+3
2003-06-13[PATCH] lsm: Early init for security modules (1/4)Chris Wright1-1/+1
2003-06-06[PATCH] Move cpu notifiers et al to cpu.hRusty Russell1-0/+1
2003-06-05[PATCH] /proc/sys/vm/min_free_kbytesAndrew Morton1-0/+1
2003-06-05[PATCH] per-cpu support inside modules (minimal)Andrew Morton1-3/+5
2003-05-25[PATCH] do_mounts.c strlcpyBen Collins1-1/+1
2003-05-25[PATCH] fix init/do_mounts_rd.c memory leakAndrew Morton1-2/+2
2003-05-25[PATCH] CONFIG_EPOLLAndrew Morton1-0/+7
2003-05-25[PATCH] CONFIG_FUTEXAndrew Morton1-2/+18
2003-05-14[PATCH] typoDave Jones1-1/+1
2003-05-07[PATCH] slab: initialisation cleanup and oops fixAndrew Morton1-2/+1
2003-04-25Fix up some mixing of ramdisk/initrd. They have nothing in common,Linus Torvalds3-109/+116
2003-04-20[PATCH] replace URLs in KconfigRandy Dunlap1-2/+2
2003-04-20[PATCH] initrd.hChristoph Hellwig2-0/+2
2003-04-08[PATCH] Enforce gcc-2.95 as the minimum compiler requirementAndrew Morton1-1/+1
2003-03-28[PATCH] initcall debug codeAndrew Morton1-4/+31
2003-03-22[PATCH] make the bdevname() API saneAndrew Morton1-3/+5
2003-03-16[PATCH] Early writeback initialisationAndrew Morton1-0/+3
2003-03-15MergeKai Germaschewski1-1/+1
2003-03-11Error out for the case of a gcc-2.96 compiler with CONFIG_FRAME_POINTERLinus Torvalds1-0/+10
2003-03-10[PATCH] fix typo in init/KconfigAndrew Morton1-1/+1
2003-03-08[PATCH] move CONFIG_SWAP aroundAndrew Morton1-0/+10
2003-03-07kbuild: Do not clutter output with make -jNSam Ravnborg1-1/+1
2003-03-06do_mounts: Fix boot from ramdiskKai Germaschewski3-1/+3
2003-03-03driver model: Make initialization explicit.Patrick Mochel1-0/+3
2003-03-02do_mounts: Fix CONFIG_BLK_DEV_MD=m caseKai Germaschewski1-4/+5
2003-02-28Merge http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds6-976/+1043
2003-03-01Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.do_mounts.tmpKai Germaschewski6-976/+1043
2003-03-01kbuild: Silence some warnings when building vmlinuxKai Germaschewski1-1/+1
2003-02-25[PATCH] remove kdevname abuse from init/do_mount.cChristoph Hellwig1-6/+5
2003-02-22do_mounts: create_dev() before mountingKai Germaschewski1-4/+3
2003-02-22do_mounts: Separate out common root mounting code into do_mount_root()Kai Germaschewski1-12/+21
2003-02-21do_mounts: Move CONFIG_BLK_DEV_RAM stuff into own fileKai Germaschewski4-534/+555
2003-02-21do_mounts: mount_initrd is now only needed w/CONFIG_BLK_DEV_INITRDKai Germaschewski1-19/+18
2003-02-21do_mounts: Simplify logic for ramdisk from floppy.Kai Germaschewski1-1/+3
2003-02-21do_mount: Move more of the initrd load logic into initrd_load()Kai Germaschewski1-13/+11
2003-02-21do_mounts: initrd_load() is never called w/o CONFIG_BLK_DEV_INITRDKai Germaschewski1-2/+4
2003-02-21do_mounts: Remove unneeded check for initrd_startKai Germaschewski1-2/+0
2003-02-21do_mounts: fix device name recognition for md= command line optionKai Germaschewski1-8/+5
2003-02-21do_mounts: move early MD setup into own fileKai Germaschewski4-266/+275
2003-02-21do_mounts: __init* cleanupKai Germaschewski1-14/+12
2003-02-21do_mounts: Move devfs into own file.Kai Germaschewski4-152/+187
2003-02-14kbuild: Move the version magic generation into module postprocessingKai Germaschewski2-23/+0
2003-02-04[PATCH] do_mounts memory leakRandy Dunlap1-6/+6
2003-02-03kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONSKai Germaschewski1-2/+1
2003-01-24kbuild: Add CONFIG_MODVERSIONING and __kcrctabKai Germaschewski1-0/+13
2003-01-15[PATCH] (2/3) Initial load balancingMartin J. Bligh1-0/+1
2003-01-15[PATCH] update LOG BUF SIZE config.Randy Dunlap1-43/+14
2003-01-14Module Sanity CheckKai Germaschewski2-1/+24
2003-01-13[PATCH] MODULE_FORCE_UNLOAD must depend on MODULE_UNLOAD (fwd)Rusty Russell1-1/+1
2003-01-05[PATCH] Remove unused prototype for init_modules()Geert Uytterhoeven1-1/+0
2003-01-05[PATCH] Exception table cleanupRusty Russell1-2/+0
2003-01-05[PATCH] Dynamically size the pidhash hash table.Andrew Morton1-1/+3
2003-01-05[PATCH] devfs mount-time readdir fix and cleanupAndrew Morton1-12/+17
2003-01-05[PATCH] move LOG_BUF_SIZE to header/configAndrew Morton1-0/+45
2003-01-01[PATCH] Bring the "Networking support" menu to lifeTomas Szepe1-16/+0
2002-12-29[PATCH] don't call console drivers on non-online CPUsAndrew Morton1-0/+7
2002-12-22[PATCH] honour init= bootparmRusty Russell1-0/+16
2002-12-14[PATCH] MODULE_PARM support for older modulesRusty Russell1-0/+9
2002-12-14[PATCH] Module Parameter Core PatchRusty Russell1-64/+40
2002-12-14[PATCH] move console_loglevel scalars to array (resend)Randy Dunlap1-0/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-12-06[PATCH] s390: cio rework.Martin Schwidefsky1-4/+0
2002-12-04[DO_MOUNT]: Use correct printf format for bytes_out.David S. Miller1-1/+1
2002-12-03[PATCH] compile warningsAlexander Viro1-7/+7
2002-12-01[PATCH] report unzip errors on initrdAlan Cox1-3/+16
2002-11-25Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-1/+2
2002-11-24[PATCH] do_mounts.c ioctl fixRalf Bächle1-1/+2
2002-11-23MergeGreg Kroah-Hartman1-1/+2
2002-11-18[PATCH] C99 initializer for init/initramfs.cArt Haas1-8/+8
2002-11-16[PATCH] pull even more crap out of fs.hChristoph Hellwig1-0/+1
2002-11-16Initialize exception tables early - don't use an initcall,Linus Torvalds1-0/+2
2002-11-16[PATCH] Forced module unloadRusty Russell1-0/+10
2002-11-16[PATCH] include mount.h explicitly were neededChristoph Hellwig1-0/+1
2002-11-14[PATCH] late-boot fixesAlexander Viro1-8/+11
2002-11-10[PATCH] In-kernel Module LoaderRusty Russell2-17/+9
2002-11-10[PATCH] late-boot cleanupsAlexander Viro1-10/+378
2002-11-03Fix up Alpha for initramfs changes.Richard Henderson1-1/+1
2002-11-01Merge redhat.com:/home/jgarzik/repo/linus-2.5Jeff Garzik4-4/+466
2002-11-01Kill stupid bug in initramfs that prevented it from working.Jeff Garzik1-2/+2
2002-11-01Minimal initramfs support (based on Al Viro's work).Jeff Garzik4-4/+466
2002-10-31[PATCH] max_cpus overflow.Dave Jones1-1/+1
2002-10-30convert do_mounts.c to use sysfs instead of driverfs.Patrick Mochel1-3/+3
2002-10-29[PATCH] percpu: convert global page accountingAndrew Morton1-0/+2
2002-10-29Delete old-style config files.Linus Torvalds2-138/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+150
2002-10-29[PATCH] removal of root_dev_names[]Alexander Viro1-158/+133
2002-10-28Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-1/+2
2002-10-28kbuild: Allow UTS_MACHINE to be different from $(ARCH)Kai Germaschewski1-1/+1
2002-10-23kbuild: Convert build and modversion phasesKai Germaschewski1-2/+2
2002-10-23kbuild: Remove some compatibility code, $(echo_target)Kai Germaschewski1-1/+1
2002-10-17LSM: change all of the VFS related security calls to the new format.Greg Kroah-Hartman1-1/+1
2002-10-16LSM: add #include <linux/security.h> to a lot of files as they all have secur...Greg Kroah-Hartman1-0/+1
2002-10-16Merge tp1.ruhr-uni-bochum.de:/home/kai/src/kernel/v2.5/linux-2.5Kai Germaschewski1-3/+6
2002-10-15Merge RCU / oprofile clashesLinus Torvalds1-0/+2
2002-10-15[PATCH] Read-Copy Update infrastructureDipankar Sarma1-0/+2
2002-10-15[PATCH] oprofile - timer hookJohn Levon1-18/+2
2002-10-13Hand merged.Kai Germaschewski1-3/+6
2002-10-13[PATCH] remove kiobufsAndrew Morton1-1/+0
2002-10-11kbuild: Distributed clean, misc.Sam Ravnborg1-3/+7
2002-10-07kbuild: Call scripts explicitly via shKai Germaschewski1-1/+1
2002-10-05[PATCH] unistd.h cleanupsBrian Gerst1-1/+1
2002-10-04[PATCH] remove page->virtualAndrew Morton1-0/+1
2002-10-03Merge s390 update into current treeLinus Torvalds1-7/+0
2002-10-03[PATCH] s390 update (25/27): init call.Martin Schwidefsky1-7/+0
2002-10-03Merge http://linuxusb.bkbits.net/devfs-2.5Linus Torvalds1-58/+0
2002-10-02[PATCH] Remove some more devfs crapChristoph Hellwig1-58/+0
2002-10-02Merge penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/andrewLinus Torvalds1-2/+0
2002-10-02[PATCH] add /proc/vmstat (start of /proc/stat cleanup)Andrew Morton1-2/+0
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar1-2/+3
2002-09-19Merge home.transmeta.com:/home/torvalds/v2.5/akpmLinus Torvalds1-0/+1
2002-09-19[PATCH] _alloc_pages cleanupAndrew Morton1-0/+1
2002-09-19[PATCH] generic-pidhash-2.5.36-J2, BK-currIngo Molnar1-0/+2
2002-09-18kbuild: Remove O_TARGET from {kernel,mm,fs,...}/MakefileKai Germaschewski1-2/+0
2002-09-14Use CLONE_KERNEL for the common kernel thread flags.Linus Torvalds1-1/+1
2002-09-09Reorganize the mtrr init sequence a bit. All mtrr init now happensPatrick Mochel1-13/+0
2002-09-09[PATCH] Re: Performance issue in 2.5.32+Patrick Mochel1-9/+9
2002-09-08[PATCH] handle_initrd() and request_module()Alexander Viro1-8/+19
2002-09-03[PATCH] Early child_reaper initializationRusty Russell1-10/+10
2002-08-27[PATCH] [TRIVIAL PATCH] { 2.5.30 } : removing redundant variable frominit_main.cManik Raina1-5/+2
2002-08-16kbuild: Remove HPATH, general cleanupKai Germaschewski1-1/+1
2002-08-15Don't allow user-level helpers to be run when our infrastructureLinus Torvalds1-0/+7
2002-08-12[PATCH] fix syscall prototypes in init/do_mounts.cChristoph Hellwig1-9/+9
2002-07-31[PATCH] fix UP links - current bk treeEd Tomlinson1-1/+3
2002-07-28Cset exclude: mingo@elte.hu|ChangeSet|20020728030719|07783Linus Torvalds1-4/+0
2002-07-28[PATCH] use a slab cache for pte_chainsAndrew Morton1-2/+2
2002-07-27Merge bk://bkbits.ras.ucalgary.ca/rgooch-2.5Linus Torvalds1-0/+16
2002-07-27[PATCH] scheduler, migration startup fixes, 2.5.29Ingo Molnar1-0/+4
2002-07-27[PATCH] Fix ksoftirqd and migration threads initcallsRusty Russell1-0/+12
2002-07-27Merge atnf.csiro.au:/workaholix1/kernel/v2.5/linusRichard Gooch1-2/+3
2002-07-26Make smp_init() happen before initializing driversLinus Torvalds1-1/+1
2002-07-26Merge bk://lsm.bkbits.net/linus-2.5Linus Torvalds1-10/+51
2002-07-26[PATCH] Hot-plug CPU Boot ChangesRusty Russell1-10/+51
2002-07-25do_mounts.c, block_dev.c, hiddev.c, md.c:Richard Gooch1-2/+3
2002-07-23Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman1-0/+1
2002-07-22mergeGreg Kroah-Hartman1-0/+1
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley1-0/+1
2002-07-21[PATCH] Re: [patch] cli()/sti() cleanupIngo Molnar1-1/+1
2002-07-21[PATCH] "big IRQ lock" removal, IRQ cleanupsIngo Molnar1-1/+1
2002-07-19LSM: Enable the security framework. This includes basic task control hooks.Greg Kroah-Hartman1-0/+2
2002-07-18[PATCH] VM instrumentationAndrew Morton1-0/+3
2002-06-18Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-6/+2
2002-06-17[PATCH] 2.5.22: common code changes for s/390.Martin Schwidefsky1-4/+0
2002-06-17kbuild: Introduce $(obj), $(src)Kai Germaschewski1-6/+2
2002-06-11Merge Al's bdevname cleanupsLinus Torvalds1-24/+24
2002-06-11[PATCH] (10/14) resyncAlexander Viro1-2/+2
2002-06-11[PATCH] (7/14) resyncAlexander Viro1-26/+26
2002-06-09kbuild: Improve output alignmentKai Germaschewski1-1/+1
2002-06-06Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-0/+1
2002-06-06kbuild: Enforce UTS limit, use LANG=C for date/timeKai Germaschewski1-0/+1
2002-06-05Merge penguin:v2.5/linuxLinus Torvalds1-1/+1
2002-06-05init/main.c: Revert recent GCC requirement change.David S. Miller1-1/+1
2002-06-05kbuild: Fix calling of scriptsKai Germaschewski1-1/+1
2002-06-05kbuild: Fix make -s (silent) and add a quiet modeKai Germaschewski1-1/+0
2002-05-30[PATCH] egcs no longer supported.Dave Jones1-1/+1
2002-05-29[PATCH] Fix RAMDISK config problemTom Rini1-1/+1
2002-05-28Merge tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5Kai Germaschewski1-0/+4
2002-05-28kbuild: Normal sources should not include <linux/compile.h>Kai Germaschewski1-0/+4
2002-05-26[PATCH] do_mounts warning removalRusty Russell1-0/+2
2002-05-24kbuild: Use consistently FORCE instead of dummyKai Germaschewski1-2/+2
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (2/10)Christoph Hellwig1-0/+1
2002-05-21[PATCH] Fix order of #includes in init_version.cRusty Russell1-1/+1
2002-05-21[PATCH] suspend-to-{RAM,disk}Pavel Machek1-0/+6
2002-05-20kbuild: Standardize building of init/*Kai Germaschewski1-0/+22
2002-05-05[PATCH] do_mounts.c printk fixAlexander Viro1-1/+1
2002-05-02[PATCH] change_floppy() fixAlexander Viro1-1/+1
2002-04-29[PATCH] remove buffer unused_listAndrew Morton1-0/+1
2002-04-29[PATCH] writeback from address spacesAndrew Morton1-1/+0
2002-04-22Duh. Re-fix the UP setup_per_cpu_areas() case that gotLinus Torvalds1-6/+1
2002-04-21[PATCH] (2/6) alpha fixesAlexander Viro1-0/+3
2002-04-14Merge http://linux-isdn.bkbits.net/linux-2.5.miscLinus Torvalds1-4/+4
2002-04-14Fix setup_per_pcu_areas() for UP compileKai Germaschewski1-4/+4
2002-04-09[PATCH] Velikov/Hellwig radix-tree pagecacheAndrew Morton1-1/+2
2002-04-09[PATCH] per-cpu cleanupRusty Russell1-5/+7
2002-04-01[PATCH] initrd issueAlexander Viro1-1/+1
2002-03-07[PATCH] init/do_mounts compilation warning fixKai Germaschewski1-2/+2
2002-03-06Kernel lock exclusion is actually needed in the boot sequence,Linus Torvalds1-2/+1
2002-03-06Fix percpu patch breakageLinus Torvalds1-0/+3
2002-03-04[PATCH] Re: [PATCH] idle task preempt_count fixRobert Love1-1/+3
2002-03-04[PATCH] per-cpu areasRusty Russell1-0/+25
2002-02-27defconfig changes, /bin/sh boottime fallback fixLinus Torvalds1-1/+3
2002-02-21cleanups, speedups and fixes. Added support for non-current set_cpus_allowed().Ingo Molnar1-1/+6
2002-02-08[PATCH] Config.in updatesDave Jones1-7/+5
2002-02-05[PATCH] driver model updates (1/5)Patrick Mochel1-6/+0
2002-02-05v2.5.2.5 -> v2.5.2.6Linus Torvalds1-14/+1
2002-02-05v2.5.2.4.1 -> v2.5.2.5Linus Torvalds1-2/+2
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds2-0/+140
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds1-68/+0
2002-02-05v2.5.2.2 -> v2.5.2.3Linus Torvalds1-10/+12
2002-02-05v2.5.2.1.1 -> v2.5.2.2Linus Torvalds1-0/+68
2002-02-05v2.5.2.1 -> v2.5.2.1.1Linus Torvalds1-68/+0
2002-02-05v2.5.1.10 -> v2.5.1.11Linus Torvalds1-1/+10
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds2-14/+3
2002-02-04v2.5.1.7 -> v2.5.1.8Linus Torvalds1-9/+9
2002-02-04v2.5.1.5 -> v2.5.1.6Linus Torvalds1-7/+10
2002-02-04v2.5.1.1 -> v2.5.1.2Linus Torvalds1-3/+71
2002-02-04v2.5.1 -> v2.5.1.1Linus Torvalds1-15/+39
2002-02-04v2.5.0.11 -> v2.5.1v2.5.1Linus Torvalds1-9/+6
2002-02-04v2.5.0.10 -> v2.5.0.11Linus Torvalds1-222/+559