aboutsummaryrefslogtreecommitdiff
path: root/init/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+10
2018-04-05Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-1/+1
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsGravatar Dominik Brodowski 1-3/+6
2018-04-05syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yGravatar Dominik Brodowski 1-0/+7
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-3/+2
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2018-02-22pc104: Add EXPERT dependency for PC104 Kconfig optionGravatar William Breathitt Gray 1-1/+1
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREGravatar Mathieu Desnoyers 1-0/+3
2018-02-05locking: Introduce sync_core_before_usermode()Gravatar Mathieu Desnoyers 1-0/+3
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Gravatar Mathieu Desnoyers 1-0/+3
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+7
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configGravatar Alexei Starovoitov 1-0/+7
2018-01-08sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TESTGravatar Geert Uytterhoeven 1-0/+1
2017-12-18sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultGravatar Frederic Weisbecker 1-1/+5
2017-11-17EXPERT Kconfig menu: fix broken EXPERT menuGravatar Randy Dunlap 1-91/+93
2017-11-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-6/+0
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOGravatar Yang Shi 1-6/+0
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-9/+0
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2017-11-07PCI: Move PCI_QUIRKS to the PCI bus menuGravatar Randy Dunlap 1-9/+0
2017-10-27sched/isolation: Handle the nohz_full= parameterGravatar Frederic Weisbecker 1-1/+0
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Gravatar Frederic Weisbecker 1-0/+8
2017-10-12init/Kconfig: Fix module signing document locationGravatar Nathan Chancellor 1-1/+1
2017-10-07kbuild: Fix optimization level choice defaultGravatar Ulf Magnusson 1-1/+1
2017-09-06mm: add SLUB free list pointer obfuscationGravatar Kees Cook 1-0/+9
2017-08-01futex: Allow for compiling out PI supportGravatar Nicolas Pitre 1-1/+6
2017-07-06mm: allow slab_nomerge to be set at build timeGravatar Kees Cook 1-0/+14
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-2/+5
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledGravatar Nicolas Pitre 1-0/+1
2017-06-14cgroup: Make Kconfig prompt of debug cgroup more accurateGravatar Waiman Long 1-2/+5
2017-06-08rcu: Move RCU non-debug Kconfig options to kernel/rcuGravatar Paul E. McKenney 1-238/+1
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsGravatar Paul E. McKenney 1-53/+0
2017-06-08rcu: Remove debugfs tracingGravatar Paul E. McKenney 1-8/+0
2017-06-08srcu: Remove Classic SRCUGravatar Paul E. McKenney 1-19/+2
2017-06-08rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionGravatar Paul E. McKenney 1-31/+0
2017-06-08srcu: Apply trivial callback lists to shrink Tiny SRCUGravatar Paul E. McKenney 1-1/+1
2017-06-08srcu: Make SRCU be once again optionalGravatar Paul E. McKenney 1-1/+0
2017-05-02rcu: Separately compile large rcu_segcblist functionsGravatar Paul E. McKenney 1-0/+3
2017-04-24srcu: Make SRCU be built by defaultGravatar Paul E. McKenney 1-0/+1
2017-04-24srcu: Fix Kconfig botch when SRCU not selectedGravatar Paul E. McKenney 1-2/+2
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Gravatar Paul E. McKenney 1-2/+37
2017-04-19rcu: Make RCU_FANOUT_LEAF help text more explicit about skew_tickGravatar Paul E. McKenney 1-2/+8
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionGravatar Paul E. McKenney 1-2/+19
2017-04-18srcu: Create a tiny SRCUGravatar Paul E. McKenney 1-0/+12
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-0/+10
2017-02-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+14
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-7/+9