summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | userns: Add a Kconfig option to enforce strict kuid and kgid type checksEric W. Biederman2012-04-071-1/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-231-0/+3
|\ \ \ \ \
| * | | | | kbuild/extable: Hook up sortextable into the build system.David Daney2012-04-191-0/+3
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-221-13/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-12/+13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | perf: Remove PERF_COUNTERS config optionRobert Richter2012-04-261-13/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-221-14/+19
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-021-14/+13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | params: add 3rd arg to option handler callback signatureJim Cromie2012-04-301-13/+20
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-212-0/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-081-12/+13
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+4
| * | | | | | init_task: Create generic init_task instanceThomas Gleixner2012-05-052-0/+25
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-211-4/+46
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-05-141-4/+46
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2012-04-241-0/+27
| | * | | | | rcu: Clarify help text for RCU_BOOST_PRIOPaul E. McKenney2012-04-241-4/+19
| | |/ / / /
* | | | | | Fix blocking allocations called very early during bootupLinus Torvalds2012-05-211-3/+4
|/ / / / /
* | | | | init: don't try mounting device as nfs root unless type fully matchesSasha Levin2012-05-051-1/+1
| |/ / / |/| | |
* | | | init: fix bug where environment vars can't be passed via boot argsChris Metcalf2012-04-251-12/+13
|/ / /
* | | 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-261-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-211-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-131-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-111-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
| |/ /
OpenPOWER on IntegriCloud