summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* lib: add support for LZ4-compressed kernelKyungsik Lee2013-07-091-1/+16
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-061-0/+3
|\
| * Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-041-0/+1
| |\
| * | sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd2013-06-121-0/+3
* | | memcg: Kconfig info updateSergey Dyasly2013-07-031-1/+1
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-19/+27
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'cbnum.2013.06.10a', 'doc.2013.06.10a', 'fixes.2013.06.10a', '...Paul E. McKenney2013-06-101-19/+27
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | rcu: Remove TINY_PREEMPT_RCUPaul E. McKenney2013-06-101-9/+1
| | |/ / | |/| |
| | * | rcu: Apply Dave Jones's NOCB Kconfig help feedbackPaul E. McKenney2013-06-101-9/+25
| | * | rcu: Remove "Experimental" flagsPaul E. McKenney2013-06-101-1/+1
| |/ /
* | | build some drivers only when compile-testingJiri Slaby2013-06-241-0/+14
* | | Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-171-0/+1
|\| |
| * | rcu: Don't call wakeup() with rcu_node structure ->lock heldSteven Rostedt2013-06-101-0/+1
| |/
* / Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-3/+0
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-051-6/+6
|\
| * rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker2013-05-041-2/+2
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-19/+58
| |\
| * | nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker2013-04-261-3/+3
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-1/+1
* | | init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig displayMike Frysinger2013-04-301-40/+40
| |/ |/|
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-301-0/+1
|\|
| * context_tracking: Enable probes by default for selftestingFrederic Weisbecker2013-03-071-0/+1
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-04-101-15/+58
|\ \
| * | rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-261-7/+10
| * | rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-261-6/+7
| * | rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney2013-03-261-0/+39
| * | rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney2013-03-121-2/+2
| |/
* / final removal of CONFIG_EXPERIMENTALKees Cook2013-03-121-4/+0
|/
* Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-021-0/+8
|\
| * sysctl: Enable PARISC "unaligned-trap" to be used cross-archVineet Gupta2013-02-151-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-13/+7
|\ \
| * | cifs: Enable building with user namespaces enabled.Eric W. Biederman2013-02-131-1/+0
| * | nfsd: Enable building with user namespaces enabled.Eric W. Biederman2013-02-131-1/+0
| * | nfs: Enable building with user namespaces enabled.Eric W. Biederman2013-02-131-1/+0
| * | ncpfs: Support interacting with multiple user namespacesEric W. Biederman2013-02-131-1/+0
| * | gfs2: Enable building with user namespaces enabledEric W. Biederman2013-02-131-1/+0
| * | ocfs2: Enable building with user namespaces enabledEric W. Biederman2013-02-131-1/+0
| * | coda: Allow coda to be built when user namespace support is enabledEric W. Biederman2013-02-131-1/+0
| * | afs: Support interacting with multiple user namespacesEric W. Biederman2013-02-131-1/+0
| * | 9p: Allow building 9p with user namespaces enabled.Eric W. Biederman2013-02-121-4/+0
| * | ceph: Enable building when user namespaces are enabled.Eric W. Biederman2013-02-121-1/+0
| * | userns: Recommend use of memory control groups.Eric W. Biederman2013-01-261-0/+7
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-0/+20
|\ \ \
| * | | MODSIGN: Add option to not sign modules during modules_installMichal Marek2013-01-251-0/+11
| * | | MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek2013-01-251-0/+9
| | |/ | |/|
* | | Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-211-0/+7
|\ \ \
| * | | sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archVineet Gupta2013-01-091-0/+7
| | |/ | |/|
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-42/+12
|\ \ \
| * \ \ Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-171-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | init: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-13/+10