aboutsummaryrefslogtreecommitdiffstats
path: root/init (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13init: make init failures more explicitMichael Opdenacker1-10/+29
2013-11-13init/do_mounts_rd.c: fix NULL pointer dereference while loading initramfsP J P1-0/+7
2013-11-13init/main.c: remove prototype for softirq_init()Geert Uytterhoeven1-1/+0
2013-11-13init/do_mounts.c: add maj:min syntax commentSebastian Capella1-0/+2
2013-11-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-11-07parisc: add kernel audit featureHelge Deller1-1/+1
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar1-0/+2
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+2
2013-09-30nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman1-1/+1
2013-09-30vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman1-0/+1
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra1-1/+1
2013-09-23random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-0/+2
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-1/+1
2013-09-11initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley1-4/+11
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley1-2/+8
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley1-0/+32
2013-09-11Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+1
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-13/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+24
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-0/+1
2013-08-23memcg: get rid of swapaccount leftoversMichal Hocko1-1/+1
2013-08-18rcu: Select IRQ_WORK from TREE_PREEMPT_RCUJames Hogan1-0/+1
2013-08-15modules: do not depend on kconfig to set 'modules' option to symbol MODULESYann E. MORIN1-0/+1
2013-08-15enable building user namespace with xfsDwight Engen1-13/+0
2013-08-14context_tracking: Ground setup for static key useFrederic Weisbecker1-0/+2
2013-08-13slub: don't use cpu partial pages on UPUwe Kleine-König1-1/+1
2013-08-13context_tracking: Remove full dynticks' hacky dependency on wide context trackingFrederic Weisbecker1-6/+22
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-5/+8
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-0/+11
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee1-1/+16
2013-07-07slub: Make cpu partial slab support configurableJoonsoo Kim1-0/+11
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+5
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner1-0/+1
2013-07-03insert missing space in printk line of root_delayToralf Förster1-1/+1
2013-07-03init: remove permanent string buffer from do_one_initcall()Steven Rostedt1-2/+1
2013-07-03memcg: Kconfig info updateSergey Dyasly1-1/+1
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+27
2013-06-24build some drivers only when compile-testingJiri Slaby1-0/+14
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+1
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2-0/+5
2013-06-10Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', 'srcu.2013.06.10a' and 'tiny.2013.06.10a' into HEADPaul E. McKenney1-19/+27
2013-06-10rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney1-9/+1
2013-06-10rcu: Apply Dave Jones's NOCB Kconfig help feedbackPaul E. McKenney1-9/+25
2013-06-10rcu: Remove "Experimental" flagsPaul E. McKenney1-1/+1
2013-06-10rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt1-0/+1
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-3/+0
2013-05-28perf: Use hrtimers for event multiplexingStephane Eranian1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+7