aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+1
2013-09-11initmpfs: use initramfs if rootfstype= or root= specifiedGravatar Rob Landley 1-4/+11
2013-09-11initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledGravatar Rob Landley 1-2/+8
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Gravatar Rob Landley 1-0/+32
2013-09-11Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-0/+1
2013-09-09Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 1-13/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-6/+24
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-0/+1
2013-08-23memcg: get rid of swapaccount leftoversGravatar Michal Hocko 1-1/+1
2013-08-18rcu: Select IRQ_WORK from TREE_PREEMPT_RCUGravatar James Hogan 1-0/+1
2013-08-15modules: do not depend on kconfig to set 'modules' option to symbol MODULESGravatar Yann E. MORIN 1-0/+1
2013-08-15enable building user namespace with xfsGravatar Dwight Engen 1-13/+0
2013-08-14context_tracking: Ground setup for static key useGravatar Frederic Weisbecker 1-0/+2
2013-08-13slub: don't use cpu partial pages on UPGravatar Uwe Kleine-König 1-1/+1
2013-08-13context_tracking: Remove full dynticks' hacky dependency on wide context trac...Gravatar Frederic Weisbecker 1-6/+22
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-5/+8
2013-07-14Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+11
2013-07-09lib: add support for LZ4-compressed kernelGravatar Kyungsik Lee 1-1/+16
2013-07-07slub: Make cpu partial slab support configurableGravatar Joonsoo Kim 1-0/+11
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+5
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofGravatar Thomas Gleixner 1-0/+1
2013-07-03insert missing space in printk line of root_delayGravatar Toralf Förster 1-1/+1
2013-07-03init: remove permanent string buffer from do_one_initcall()Gravatar Steven Rostedt 1-2/+1
2013-07-03memcg: Kconfig info updateGravatar Sergey Dyasly 1-1/+1
2013-07-02Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-19/+27
2013-06-24build some drivers only when compile-testingGravatar Jiri Slaby 1-0/+14
2013-06-17Merge 3.10-rc6 into driver-core-nextGravatar Greg Kroah-Hartman 1-0/+1
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesGravatar Stephen Boyd 2-0/+5
2013-06-10Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Gravatar Paul E. McKenney 1-19/+27
2013-06-10rcu: Remove TINY_PREEMPT_RCUGravatar Paul E. McKenney 1-9/+1
2013-06-10rcu: Apply Dave Jones's NOCB Kconfig help feedbackGravatar Paul E. McKenney 1-9/+25
2013-06-10rcu: Remove "Experimental" flagsGravatar Paul E. McKenney 1-1/+1
2013-06-10rcu: Don't call wakeup() with rcu_node structure ->lock heldGravatar Steven Rostedt 1-0/+1
2013-06-03Finally eradicate CONFIG_HOTPLUGGravatar Stephen Rothwell 1-3/+0
2013-05-28perf: Use hrtimers for event multiplexingGravatar Stephane Eranian 1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-6/+7
2013-05-04rcu: Fix full dynticks' dependency on wide RCU nocb modeGravatar Frederic Weisbecker 1-2/+2
2013-05-02Merge commit '8700c95adb03' into timers/nohzGravatar Frederic Weisbecker 2-46/+77
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-1/+1
2013-05-01init: Do not warn on non-zero initcall returnGravatar Steven Rostedt 1-4/+1
2013-04-30init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig displayGravatar Mike Frysinger 1-40/+40
2013-04-30usermodehelper: split remaining calls to call_usermodehelper_fns()Gravatar Lucas De Marchi 1-2/+6
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-15/+58
2013-04-29init/main.c: convert to pr_foo()Gravatar Andrew Morton 1-16/+15
2013-04-29init: raise log levelGravatar Richard Weinberger 1-3/+3