summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-171-0/+5
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-3/+11
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-2/+2
| * kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig2018-08-021-1/+8
* | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-151-2/+2
|\ \
| * | init/Kconfig: Use short unix-style option instead of --longnameRob Landley2018-08-091-2/+2
| |/
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-0/+9
|\ \
| * | kbuild: Add build salt to the kernel and modulesLaura Abbott2018-07-181-0/+9
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-131-1/+14
|\ \ | |/ |/|
| * init/Kconfig: add an option for uncompressed kernelVasily Gorbik2018-06-251-1/+14
* | Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-301-4/+3
|\ \ | |/ |/|
| * kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada2018-06-281-4/+3
* | dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-4/+0
|/
* Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-0/+15
|\
| * kconfig: add CC_IS_CLANG and CLANG_VERSIONMasahiro Yamada2018-06-081-0/+7
| * kconfig: add CC_IS_GCC and GCC_VERSIONMasahiro Yamada2018-06-081-0/+8
* | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+23
|\ \ | |/ |/|
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
| |\ \ | | |/
| * | bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-141-0/+1
* | | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-06-061-21/+4
|\ \ \
| * | | kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada2018-05-291-2/+2
| * | | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-12/+4
| * | | kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada2018-05-291-9/+0
| | |/ | |/|
* | | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-0/+27
|\ \ \ | |/ / |/| |
| * | kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledNicholas Piggin2018-05-171-0/+27
| |/
* | sched/fair: Fix documentation file pathSebastian Andrzej Siewior2018-05-181-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-0/+10
|\
| * syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski2018-04-051-3/+6
| * syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski2018-04-051-0/+7
* | 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
|\ \
OpenPOWER on IntegriCloud