aboutsummaryrefslogtreecommitdiffstats
path: root/init (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+129
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+1
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+19
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+28
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+46
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-0/+1
2012-05-21Fix blocking allocations called very early during bootupLinus Torvalds1-3/+4
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-12/+13
2012-05-15userns: Convert the move_pages, and migrate_pages permission checks to use uid_eqEric W. Biederman1-2/+0
2012-05-15userns: Convert cgroup permission checks to use uid_eqEric W. Biederman1-1/+0
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman1-1/+0
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman1-1/+0
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman1-2/+0
2012-05-15userns: Add negative depends on entries to avoid building code that is userns unsafeEric W. Biederman1-0/+131
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-4/+46
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner1-12/+13
2012-05-05init: don't try mounting device as nfs root unless type fully matchesSasha Levin1-1/+1
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+4
2012-05-05init_task: Create generic init_task instanceThomas Gleixner2-0/+25
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman1-14/+13
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie1-13/+20
2012-04-26perf: Remove PERF_COUNTERS config optionRobert Richter1-13/+1
2012-04-25init: fix bug where environment vars can't be passed via boot argsChris Metcalf1-12/+13
2012-04-24rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney1-0/+27
2012-04-24rcu: Clarify help text for RCU_BOOST_PRIOPaul E. McKenney1-4/+19
2012-04-19kbuild/extable: Hook up sortextable into the build system.David Daney1-0/+3
2012-04-07userns: Add a Kconfig option to enforce strict kuid and kgid type checksEric W. Biederman1-1/+11
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-2/+2
2012-03-31new helper: ext2_image_size()Al Viro1-5/+4
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro1-1/+0
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-1/+0
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll1-6/+59
2012-03-23init/do_mounts.c: print error code on mount failureBernhard Walle1-2/+2
2012-03-23init: check printed flag to skip printing messageDiwakar Tundlam1-1/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-03-21init: Remove CONFIG_PPC_ISERIESStephen Rothwell1-2/+2
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2012-03-15init: fix wording error in mm_init commentJim Cromie1-2/+2
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-4/+1