summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-04-051-1/+1
|\
| * pc104: Add EXPERT dependency for PC104 Kconfig optionWilliam Breathitt Gray2018-02-221-1/+1
* | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-3/+2
* | mn10300: Remove the architectureDavid Howells2018-03-091-1/+1
|/
* membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2018-02-051-0/+3
* locking: Introduce sync_core_before_usermode()Mathieu Desnoyers2018-02-051-0/+3
* powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2018-02-051-0/+3
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-121-0/+1
|\
| * sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TESTGeert Uytterhoeven2018-01-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-0/+7
|\ \ | |/ |/|
| * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-0/+7
* | sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultFrederic Weisbecker2017-12-181-1/+5
|/
* EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap2017-11-171-91/+93
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-6/+0
|\
| * mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-151-6/+0
* | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-9/+0
|\ \ | |/ |/|
| * PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2017-11-071-9/+0
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \
| * | init/Kconfig: Fix module signing document locationNathan Chancellor2017-10-121-1/+1
| |/
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-1/+1
|\ \
| * | kbuild: Fix optimization level choice defaultUlf Magnusson2017-10-071-1/+1
| |/
* | sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-1/+0
* | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker2017-10-271-0/+8
|/
* mm: add SLUB free list pointer obfuscationKees Cook2017-09-061-0/+9
* futex: Allow for compiling out PI supportNicolas Pitre2017-08-011-1/+6
* mm: allow slab_nomerge to be set at build timeKees Cook2017-07-061-0/+14
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-07-061-2/+5
|\
| * cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long2017-06-141-2/+5
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-0/+1
|\ \
| * | sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre2017-06-231-0/+1
| |/
* | rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney2017-06-081-238/+1
* | rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney2017-06-081-53/+0
* | rcu: Remove debugfs tracingPaul E. McKenney2017-06-081-8/+0
* | srcu: Remove Classic SRCUPaul E. McKenney2017-06-081-19/+2
* | rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney2017-06-081-31/+0
* | srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney2017-06-081-1/+1
* | srcu: Make SRCU be once again optionalPaul E. McKenney2017-06-081-1/+0
|/
* rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney2017-05-021-0/+3
* srcu: Make SRCU be built by defaultPaul E. McKenney2017-04-241-0/+1
* srcu: Fix Kconfig botch when SRCU not selectedPaul E. McKenney2017-04-241-2/+2
*-. Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney2017-04-211-2/+37
|\ \
| | * srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney2017-04-181-2/+19
| | * srcu: Create a tiny SRCUPaul E. McKenney2017-04-181-0/+12
| |/ |/|
| * rcu: Make RCU_FANOUT_LEAF help text more explicit about skew_tickPaul E. McKenney2017-04-191-2/+8
|/
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-271-0/+10
|\
| * rdmacg: Added rdma cgroup controllerParav Pandit2017-01-101-0/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-221-0/+14
|\ \
| * | slub: make sysfs directories for memcg sub-caches optionalTejun Heo2017-02-221-0/+14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-221-7/+9
|\ \ \ | |/ / |/| |
| * | printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-081-7/+9
| |/