summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* init/Kconfig: add option to disable kernel compressionChristian Ruppert2013-11-131-1/+7
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-121-1/+2
|\
| * nohz: Drop generic vtime obsolete dependency on CONFIG_64BITKevin Hilman2013-09-301-1/+1
| * vtime: Add HAVE_VIRT_CPU_ACCOUNTING_GEN KconfigKevin Hilman2013-09-301-0/+1
* | parisc: add kernel audit featureHelge Deller2013-11-071-1/+1
|/
* Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2013-09-151-1/+1
|\
| * slub: don't use cpu partial pages on UPUwe Kleine-König2013-08-131-1/+1
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-09-111-0/+1
|\ \
| * | modules: do not depend on kconfig to set 'modules' option to symbol MODULESYann E. MORIN2013-08-151-0/+1
| |/
* | Merge tag 'xfs-for-linus-v3.12-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2013-09-091-13/+0
|\ \
| * | enable building user namespace with xfsDwight Engen2013-08-151-13/+0
| |/
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-041-6/+22
|\ \
| * | context_tracking: Remove full dynticks' hacky dependency on wide context trac...Frederic Weisbecker2013-08-131-6/+22
| |/
* | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-09-031-0/+1
|\ \
| * | rcu: Select IRQ_WORK from TREE_PREEMPT_RCUJames Hogan2013-08-181-0/+1
| |/
* / memcg: get rid of swapaccount leftoversMichal Hocko2013-08-231-1/+1
|/
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-141-0/+11
|\
| * slub: Make cpu partial slab support configurableJoonsoo Kim2013-07-071-0/+11
* | 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