aboutsummaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-04-021-2/+2
|\
| * documentation: remove references to cpu_*_map.Rusty Russell2012-03-291-2/+2
* | new helper: ext2_image_size()Al Viro2012-03-311-5/+4
* | get rid of pointless includes of ext2_fs.hAl Viro2012-03-311-1/+0
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Move all declarations of free_initmem() to linux/mm.hDavid Howells2012-03-281-1/+0
* | params: <level>_initcall-like kernel parametersPawel Moll2012-03-251-6/+59
* | init/do_mounts.c: print error code on mount failureBernhard Walle2012-03-231-2/+2
* | init: check printed flag to skip printing messageDiwakar Tundlam2012-03-231-1/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-2/+2
|\
| * init: Remove CONFIG_PPC_ISERIESStephen Rothwell2012-03-201-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-2/+2
|\ \
| * | init: fix wording error in mm_init commentJim Cromie2012-03-151-2/+2
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-4/+1
|\ \
| * | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-4/+1
| |/
* / rcu: Move RCU_TRACE to lib/Kconfig.debugPaul E. McKenney2012-02-211-9/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-171-1/+15
|\
| * Kernel: Audit Support For The ARM PlatformNathaniel Husted2012-01-171-1/+1
| * audit: only allow tasks to set their loginuid if it is -1Eric Paris2012-01-171-0/+14
* | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-141-1/+1
|\ \
| * | module_param: make bool parameters really bool (core code)Rusty Russell2012-01-121-1/+1
* | | c/r: introduce CHECKPOINT_RESTORE symbolCyrill Gorcunov2012-01-121-0/+11
|/ /
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-121-1/+0
|\ \ | |/ |/|
| * sched: Fix CONFIG_CGROUP_SCHED dependencyFabio Estevam2012-01-101-1/+0
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-111-0/+15
|\ \
| * | x86: Reduce clock calibration time during slave cpu startupJack Steiner2011-12-051-0/+15
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-111-5/+0
|\ \ \
| * | | mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka2011-12-061-5/+0
| |/ /
* | | Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-01-101-4/+31
|\ \ \
| * | | NFS: Retry mounting NFSROOTChuck Lever2012-01-051-4/+31
| |/ /
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-082-8/+10
|\ \ \
| * | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-4/+6
| * | | init/initramfs.c: should use umode_tAl Viro2012-01-031-4/+4
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-061-0/+11
|\ \ \ | |_|/ |/| |
| * | Basic kernel memory functionality for the Memory ControllerGlauber Costa2011-12-121-0/+11
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-5/+5
|\ \
| * | rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCUPaul E. McKenney2011-12-111-5/+5
| |/
* / init/main.c: Execute lockdep_init() as early as possibleMing Lei2011-12-061-2/+1
|/
* Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds2011-11-061-0/+3
|\
| * jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge2011-10-251-0/+3
* | sysctl: make CONFIG_SYSCTL_SYSCALL default to nWANG Cong2011-11-021-2/+2
* | init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry2011-11-021-5/+43
* | init/do_mounts_rd.c: fix ramdisk identification for padded cramfsNeil Armstrong2011-11-021-0/+14
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-261-0/+12
|\ \
| * \ Merge branch 'linus' into sched/coreIngo Molnar2011-10-041-5/+14
| |\ \
| * | | sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner2011-08-141-0/+12
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-261-3/+3
|\ \ \ \
| * \ \ \ Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar2011-10-011-3/+3
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | rcu: Drive configuration directly from SMP and PREEMPTPaul E. McKenney2011-09-281-3/+3
| | | |/ | | |/|
* | / | params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-251-2/+2
|/ / /