summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom2011-05-201-5/+0
* | | Give up on pushing CC_OPTIMIZE_FOR_SIZELinus Torvalds2011-05-221-1/+0
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-191-1/+1
|\ \ \
| * | | rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney2011-05-051-1/+1
* | | | Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-191-0/+5
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-121-8/+9
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| * | | sched: Move the second half of ttwu() to the remote cpuPeter Zijlstra2011-04-141-0/+5
| | |/ | |/|
* | | slub: Revert "[PARISC] slub: fix panic with DISCONTIGMEM"David Rientjes2011-05-101-1/+0
| |/ |/|
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds2011-04-271-0/+1
|\ \
| * | [PARISC] slub: fix panic with DISCONTIGMEMJames Bottomley2011-04-221-0/+1
| |/
* | init/Kconfig: fix EXPERT menu listRandy Dunlap2011-04-261-8/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-3/+3
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-02-151-41/+34
| |\
| * | Kconfig: BLK_THROTTLE -> BLK_DEV_THROTTLINGMichael Witten2011-01-171-1/+1
| * | Kconfig: Typo: seti -> setMichael Witten2011-01-171-2/+2
* | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-161-5/+0
|\ \ \
| * | | BKL: That's all, folksArnd Bergmann2011-03-051-5/+0
| | |/ | |/|
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-161-2/+2
|\ \ \
| * | | sysfs: Capitalize description of SYSFS_DEPRECATED{_V2} optionsFerenc Wagner2011-02-031-2/+2
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-151-0/+10
|\ \ \
| * | | perf cgroup: Fix a typo in kernel configLi Zefan2011-03-041-1/+1
| * | | perf: Add cgroup supportStephane Eranian2011-02-161-0/+10
| |/ /
* | | vfs: Add name to file handle conversion supportAneesh Kumar K.V2011-03-151-0/+12
|/ /
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-26/+34
OpenPOWER on IntegriCloud