aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2018-05-18sched/fair: Fix documentation file pathSebastian Andrzej Siewior1-1/+1
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+10
2018-04-05Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski1-3/+6
2018-04-05syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski1-0/+7
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-3/+2
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2018-02-22pc104: Add EXPERT dependency for PC104 Kconfig optionWilliam Breathitt Gray1-1/+1
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers1-0/+3
2018-02-05locking: Introduce sync_core_before_usermode()Mathieu Desnoyers1-0/+3
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-0/+3
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+7
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-0/+7
2018-01-08sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TESTGeert Uytterhoeven1-0/+1
2017-12-18sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultFrederic Weisbecker1-1/+5
2017-11-17EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap1-91/+93
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+0
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi1-6/+0
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+0
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-1/+1
2017-11-07PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap1-9/+0
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker1-1/+0
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker1-0/+8
2017-10-12init/Kconfig: Fix module signing document locationNathan Chancellor1-1/+1
2017-10-07kbuild: Fix optimization level choice defaultUlf Magnusson1-1/+1
2017-09-06mm: add SLUB free list pointer obfuscationKees Cook1-0/+9
2017-08-01futex: Allow for compiling out PI supportNicolas Pitre1-1/+6
2017-07-06mm: allow slab_nomerge to be set at build timeKees Cook1-0/+14
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-2/+5
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre1-0/+1
2017-06-14cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long1-2/+5
2017-06-08rcu: Move RCU non-debug Kconfig options to kernel/rcuPaul E. McKenney1-238/+1
2017-06-08rcu: Eliminate NOCBs CPU-state Kconfig optionsPaul E. McKenney1-53/+0
2017-06-08rcu: Remove debugfs tracingPaul E. McKenney1-8/+0
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney1-19/+2
2017-06-08rcu: Remove the RCU_KTHREAD_PRIO Kconfig optionPaul E. McKenney1-31/+0
2017-06-08srcu: Apply trivial callback lists to shrink Tiny SRCUPaul E. McKenney1-1/+1
2017-06-08srcu: Make SRCU be once again optionalPaul E. McKenney1-1/+0
2017-05-02rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney1-0/+3
2017-04-24srcu: Make SRCU be built by defaultPaul E. McKenney1-0/+1
2017-04-24srcu: Fix Kconfig botch when SRCU not selectedPaul E. McKenney1-2/+2
2017-04-21Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney1-2/+37
2017-04-19rcu: Make RCU_FANOUT_LEAF help text more explicit about skew_tickPaul E. McKenney1-2/+8
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney1-2/+19
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney1-0/+12
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-0/+10
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+14
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-7/+9
2017-02-22slub: make sysfs directories for memcg sub-caches optionalTejun Heo1-0/+14
2017-02-22Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2017-02-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+0
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky1-7/+9
2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+4
2017-02-03kbuild: modversions: add infrastructure for emitting relative CRCsArd Biesheuvel1-0/+4
2017-01-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-14/+0
2017-01-23rcu: Re-enable TASKS_RCU for User Mode LinuxPaul E. McKenney1-1/+0
2017-01-19pc104: Introduce the PC104 Kconfig optionWilliam Breathitt Gray1-0/+7
2017-01-16rcu: update: Make RCU_EXPEDITE_BOOT be the defaultSebastian Andrzej Siewior1-13/+0
2017-01-11cgroup: move CONFIG_SOCK_CGROUP_DATA to init/KconfigArnd Bergmann1-0/+4
2017-01-10rdmacg: Added rdma cgroup controllerParav Pandit1-0/+10
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2016-12-17cgroup: Fix CGROUP_BPF configAndy Lutomirski1-1/+2
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+17
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-29Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds1-1/+0
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-25Fix subtle CONFIG_MODVERSIONS problemsLinus Torvalds1-0/+1
2016-11-25cgroup: add support for eBPF programsDaniel Mack1-0/+12
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+17
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra1-0/+1
2016-10-07Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+0
2016-09-20parisc: Drop BROKEN_RODATA config optionHelge Deller1-6/+0
2016-09-16sched/core: Add try_get_task_stack() and put_task_stack()Andy Lutomirski1-0/+3
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski1-0/+7
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+2
2016-08-02init/Kconfig: add clarification for out-of-tree modulesValdis Kletnieks1-1/+1
2016-08-02init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfigAlexey Dobriyan1-0/+1
2016-08-02init/Kconfig: make COMPILE_TEST depend on !UMLRichard Weinberger1-0/+1
2016-08-02cgroup: update cgroup's document pathseokhoon.yoon1-2/+2
2016-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2016-07-26mm: SLUB freelist randomizationThomas Garnier1-2/+2
2016-07-26mm: SLUB hardened usercopy supportKees Cook1-0/+1
2016-07-26mm: SLAB hardened usercopy supportKees Cook1-0/+1
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2016-07-14sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel1-3/+3
2016-07-06init/Kconfig: keep Expert users menu togetherRandy Dunlap1-0/+1
2016-06-21init: fix Kconfig textGeert Uytterhoeven1-2/+2
2016-06-15rcu: Disable TASKS_RCU for usermode LinuxPaul E. McKenney1-0/+1
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+29
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek1-0/+22
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-0/+5
2016-05-19mm: SLAB freelist randomizationThomas Garnier1-0/+9
2016-05-10Kbuild: change CC_OPTIMIZE_FOR_SIZE definitionArnd Bergmann1-0/+13
2016-04-01Make CONFIG_FHANDLE default yAndi Kleen1-1/+2
2016-03-29kconfig option for TRIM_UNUSED_KSYMSNicolas Pitre1-0/+16
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-2/+2
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+1
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel1-0/+18
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel1-0/+4
2016-03-05cgroup: Trivial correction to reflect controller.Parav Pandit1-2/+2
2016-03-03akcipher: Move the RSA DER encoding check to the crypto layerDavid Howells1-1/+1
2016-01-20mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner1-18/+3
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-1/+9
2016-01-17Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-8/+3
2016-01-16uselib: default depending if libc5 was usedRiku Voipio1-1/+1
2016-01-13audit: always enable syscall auditing when supported and audit is enabledPaul Moore1-8/+3
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-127/+114
2015-12-18cgroup: put controller Kconfig options in meaningful orderJohannes Weiner1-107/+107
2015-12-18cgroup: clean up the kernel configuration menu nomenclatureJohannes Weiner1-39/+26
2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson1-7/+0
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers1-0/+12
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-19/+21
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2015-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+18
2015-09-04mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-0/+10
2015-09-04userfaultfd: buildsystem activationAndrea Arcangeli1-0/+11
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+16
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov1-1/+0
2015-08-14Move certificate handling to its own directoryDavid Howells1-39/+0
2015-08-12sign-file: Document dependency on OpenSSL devel librariesDavid Howells1-0/+4
2015-08-07modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS optionDavid Woodhouse1-0/+13
2015-08-07modsign: Use single PEM file for autogenerated keyDavid Woodhouse1-2/+2
2015-08-07modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if neededDavid Woodhouse1-4/+4
2015-08-07modsign: Allow external signing key to be specifiedDavid Woodhouse1-0/+14
2015-08-07MODSIGN: Extract the blob PKCS#7 signature verifier from module signingDavid Howells1-10/+19
2015-08-07MODSIGN: Use PKCS#7 messages as module signaturesDavid Howells1-0/+1
2015-07-22rcu: Hide RCU_NOCB_CPU behind RCU_EXPERTPaul E. McKenney1-0/+1
2015-07-14cgroup: implement the PIDs subsystemAleksa Sarai1-0/+16
2015-07-06rcu: Drop RCU_USER_QS in favor of NO_HZ_FULLPaul E. McKenney1-9/+0
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2015-07-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao1-0/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+14
2015-07-01printk: Increase maximum CONFIG_LOG_BUF_SHIFT from 21 to 25Ingo Molnar1-1/+1
2015-06-26Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-0/+1
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras1-0/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2015-06-23modules: clarify CONFIG_MODULE_COMPRESS help, suggest 'N'.Rusty Russell1-15/+10
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-06-02writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo1-0/+5
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra1-0/+4
2015-05-27rcu: Remove prompt for RCU implementationPranith Kumar1-12/+6
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIOPaul E. McKenney1-0/+1
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAFPaul E. McKenney1-1/+1
2015-05-27rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUTPaul E. McKenney1-1/+1
2015-05-27rcu: Break dependency of RCU_FANOUT_LEAF on RCU_FANOUTPaul E. McKenney1-2/+2
2015-05-27rcu: Create RCU_EXPERT Kconfig and hide booleans behind itPaul E. McKenney1-2/+17
2015-05-27rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameterPaul E. McKenney1-14/+0
2015-05-27rcu: Directly drive RCU_USER_QS from KconfigPaul E. McKenney1-9/+1
2015-05-27rcu: Directly drive TASKS_RCU from KconfigPaul E. McKenney1-3/+1
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo1-0/+1
2015-05-08perf_event: Don't allow vmalloc() backed perf on powerpcMichael Ellerman1-1/+1
2015-04-18Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds1-6/+0
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-1/+18
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2015-04-11Documentation/memcg: update memcg/kmem statusVladimir Davydov1-6/+0
2015-04-02bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...Ingo Molnar1-1/+1
2015-02-26rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney1-0/+13
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-2/+2
2015-02-19Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-2/+2
2015-02-13init: remove CONFIG_INIT_FALLBACKAndy Lutomirski1-16/+0
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney1-5/+13
2015-01-15rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney1-3/+4
2015-01-08kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZEMasahiro Yamada1-2/+2
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-2/+2
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar1-0/+9
2015-01-06rcu: Remove "select IRQ_WORK" from config TREE_RCULai Jiangshan1-2/+0
2014-12-10init: allow CONFIG_INIT_FALLBACK=n to disable defaults if init= failsAndy Lutomirski1-0/+16
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner1-12/+0
2014-12-10mm/numa balancing: rearrange Kconfig entryAneesh Kumar K.V1-8/+8
2014-12-10kernel: res_counter: remove the unused APIJohannes Weiner1-6/+0
2014-12-10mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner1-1/+2
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner1-1/+4
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-28/+21
2014-10-29rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar1-14/+8
2014-10-29rcu: Unify boost and kthread prioritiesClark Williams1-11/+12
2014-10-28init/Kconfig: move RCU_NOCB_CPU dependencies to choiceStefan Hengelein1-3/+1
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov1-0/+14
2014-10-14printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGeert Uytterhoeven1-0/+1
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+12
2014-10-09mm: remove misleading ARCH_USES_NUMA_PROT_NONEMel Gorman1-11/+0
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+43
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds1-0/+10
2014-10-03init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menuJosh Triplett1-0/+1
2014-10-03init/Kconfig: Hide printk log config if CONFIG_PRINTK=nJosh Triplett1-0/+2
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney1-0/+10
2014-09-16rcu: Fix attempt to avoid unsolicited offloading of callbacksPaul E. McKenney1-2/+2
2014-09-07rcu: Add call_rcu_tasks()Paul E. McKenney1-0/+10
2014-08-27kbuild: handle module compression while running 'make modules_install'.Bertrand Jacquin1-0/+43
2014-08-17mm: Support compiling out madvise and fadviseJosh Triplett1-0/+10
2014-08-14mm: fix CROSS_MEMORY_ATTACH help text grammarGeert Uytterhoeven1-1/+1
2014-08-08kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal1-0/+5
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez1-4/+42