summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
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
|\ \ \
| * | | perf: Remove PERF_COUNTERS config optionRobert Richter2012-04-261-13/+1
| |/ /
* | | 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
|/ /
* / documentation: remove references to cpu_*_map.Rusty Russell2012-03-291-2/+2
|/
* 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
* | 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 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
* | rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCUPaul E. McKenney2011-12-111-5/+5
|/
* sysctl: make CONFIG_SYSCTL_SYSCALL default to nWANG Cong2011-11-021-2/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-261-0/+12
|\
| * sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner2011-08-141-0/+12
* | rcu: Drive configuration directly from SMP and PREEMPTPaul E. McKenney2011-09-281-3/+3
|/
* mm: remove the leftovers of noswapaccountWANG Cong2011-07-251-2/+2
*---. Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds2011-07-231-0/+2
|\ \ \
| | * | debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug optionsJosh Triplett2011-06-071-0/+2
| |/ /
* | | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-07-221-1/+6
|\ \ \ | |_|/ |/| |
| * | pcspkr: Cleanup Kconfig dependenciesRalf Baechle2011-06-091-1/+5
| * | i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle2011-06-091-0/+1
| |/
* | gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett2011-06-151-1/+0
* | uts: make default hostname configurable, rather than always using "(none)"Josh Triplett2011-06-151-0/+9
|/
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-8/+0
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-05-241-18/+12
|\
| * kbuild: move KALLSYMS_EXTRA_PASS from Kconfig to MakefileArtem Bityutskiy2011-04-151-12/+0
| * Kconfig: improve KALLSYMS_ALL documentationArtem Bityutskiy2011-04-151-6/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2011-05-221-5/+0
|\ \