summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-0/+1
|\
| * timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-1/+129
|\ \
| * | userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman2012-05-151-2/+0
| * | userns: Convert cgroup permission checks to use uid_eqEric W. Biederman2012-05-151-1/+0
| * | userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman2012-05-151-1/+0
| * | userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman2012-05-151-1/+0
| * | userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman2012-05-151-1/+0
| * | userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman2012-05-151-2/+0
| * | userns: Add negative depends on entries to avoid building code that is userns...Eric W. Biederman2012-05-151-0/+131
| * | 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
| |/