aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxGravatar Linus Torvalds 1-2/+2
2012-03-31new helper: ext2_image_size()Gravatar Al Viro 1-5/+4
2012-03-31get rid of pointless includes of ext2_fs.hGravatar Al Viro 1-1/+0
2012-03-29documentation: remove references to cpu_*_map.Gravatar Rusty Russell 1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hGravatar David Howells 1-1/+0
2012-03-26params: <level>_initcall-like kernel parametersGravatar Pawel Moll 1-6/+59
2012-03-23init/do_mounts.c: print error code on mount failureGravatar Bernhard Walle 1-2/+2
2012-03-23init: check printed flag to skip printing messageGravatar Diwakar Tundlam 1-1/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-2/+2
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2012-03-21init: Remove CONFIG_PPC_ISERIESGravatar Stephen Rothwell 1-2/+2
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+1
2012-03-15init: fix wording error in mm_init commentGravatar Jim Cromie 1-2/+2
2012-03-01sched/rt: Use schedule_preempt_disabled()Gravatar Thomas Gleixner 1-4/+1
2012-02-21rcu: Move RCU_TRACE to lib/Kconfig.debugGravatar Paul E. McKenney 1-9/+0
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+15
2012-01-17Kernel: Audit Support For The ARM PlatformGravatar Nathaniel Husted 1-1/+1
2012-01-17audit: only allow tasks to set their loginuid if it is -1Gravatar Eric Paris 1-0/+14
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxGravatar Linus Torvalds 1-1/+1
2012-01-12c/r: introduce CHECKPOINT_RESTORE symbolGravatar Cyrill Gorcunov 1-0/+11
2012-01-13module_param: make bool parameters really bool (core code)Gravatar Rusty Russell 1-1/+1
2012-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+0
2012-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+15
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+0
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-4/+31
2012-01-10sched: Fix CONFIG_CGROUP_SCHED dependencyGravatar Fabio Estevam 1-1/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-8/+10
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbGravatar Al Viro 1-4/+6
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+11
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+5
2012-01-05NFS: Retry mounting NFSROOTGravatar Chuck Lever 1-4/+31
2012-01-03init/initramfs.c: should use umode_tGravatar Al Viro 1-4/+4
2011-12-12Basic kernel memory functionality for the Memory ControllerGravatar Glauber Costa 1-0/+11
2011-12-11rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCUGravatar Paul E. McKenney 1-5/+5
2011-12-06mm, x86: Remove debug_pagealloc_enabledGravatar Stanislaw Gruszka 1-5/+0
2011-12-06init/main.c: Execute lockdep_init() as early as possibleGravatar Ming Lei 1-2/+1
2011-12-05x86: Reduce clock calibration time during slave cpu startupGravatar Jack Steiner 1-0/+15
2011-11-06Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-0/+3
2011-11-02sysctl: make CONFIG_SYSCTL_SYSCALL default to nGravatar WANG Cong 1-2/+2
2011-11-02init: add root=PARTUUID=UUID/PARTNROFF=%d supportGravatar Will Drewry 1-5/+43
2011-11-02init/do_mounts_rd.c: fix ramdisk identification for padded cramfsGravatar Neil Armstrong 1-0/+14
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+12
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2011-10-26params: make dashes and underscores in parameter names truly equalGravatar Michal Schmidt 1-2/+2
2011-10-25jump-label: initialize jump-label subsystem much earlierGravatar Jeremy Fitzhardinge 1-0/+3
2011-10-04Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-5/+14
2011-10-01Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuGravatar Ingo Molnar 1-3/+3
2011-09-29bootup: move 'usermodehelper_enable()' a little earlierGravatar wangyanqing 1-1/+1
2011-09-28rcu: Drive configuration directly from SMP and PREEMPTGravatar Paul E. McKenney 1-3/+3