aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2015-02-19Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus 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', 'srcu.2015.01.06a', 'stall.2015.01.16a' and 'torture.2015.01.11a' into HEADPaul 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/paulmck/linux-rcu into core/rcuIngo 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/kernel/git/tip/tipLinus 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/kernel/git/rusty/linuxLinus Torvalds1-0/+43
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linuxLinus 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
2014-07-09Merge branches 'doc.2014.07.08a', 'fixes.2014.07.09a', 'maintainers.2014.07.08b', 'nocbs.2014.07.07a' and 'torture.2014.07.07a' into HEADPaul E. McKenney1-3/+3
2014-07-09rcu: Handle obsolete references to TINY_PREEMPT_RCUPaul E. McKenney1-1/+1
2014-07-07rcu: Don't offload callbacks unless specifically requestedPaul E. McKenney1-2/+2
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-0/+10
2014-06-04mm/process_vm_access: move config option into init/KconfigKonstantin Khlebnikov1-0/+10
2014-06-04memcg: kill CONFIG_MM_OWNEROleg Nesterov1-7/+0
2014-06-04Documentation/memcg: warn about incomplete kmemcg stateVladimir Davydov1-0/+6
2014-04-18init/Kconfig: move the trusted keyring config option to general setupPeter Foley1-12/+12
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+4
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett1-0/+1
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+20
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett1-0/+10
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick1-0/+10
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2014-03-20audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro1-1/+4