summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-3/+3
|\
| * docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-3/+3
* | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-8/+0Star
|\ \
| * | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-201-8/+0Star
| |/
* | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-091-1/+1
|\ \
| * | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | | sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-241-0/+53
| |/ |/|
* | Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-06-081-9/+8Star
|\ \ | |/ |/|
| * kheaders: Move from proc to sysfsJoel Fernandes (Google)2019-05-241-9/+8Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-151-0/+24
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-1/+10
|\
| * init/config: Do not select BUILD_BIN2C for IKCONFIGJoel Fernandes (Google)2019-04-291-1/+0Star
| * Provide in-kernel headers to make extending kernel easierJoel Fernandes (Google)2019-04-291-0/+10
* | Make anon_inodes unconditionalDavid Howells2019-04-191-10/+0Star
|/
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-111-1/+18
|\
| * kbuild: clean up scripts/gcc-version.shMasahiro Yamada2019-03-041-1/+1
| * kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2019-02-271-0/+17
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-03-101-0/+1
|\ \
| * | time: Make VIRT_CPU_ACCOUNTING_GEN depend on GENERIC_CLOCKEVENTSArnd Bergmann2019-03-061-0/+1
* | | Add io_uring IO interfaceJens Axboe2019-02-281-0/+9
|/ /
* | psi: clarify the Kconfig text for the default-disable optionJohannes Weiner2019-02-021-0/+11
* | init/Kconfig: fix grammar by moving a closing parenthesisJonathan Neuschäfer2019-02-021-1/+1
|/
* kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7Paul Burton2019-01-141-0/+1
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-0/+3
* Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-271-9/+0Star
|\
| * audit: remove WATCH and TREE config optionsRichard Guy Briggs2018-11-191-9/+0Star
* | psi: fix reference to kernel commandline enableBaruch Siach2018-12-151-2/+2
* | psi: make disabling/enabling easier for vendor kernelsJohannes Weiner2018-11-301-0/+9
|/
* psi: cgroup supportJohannes Weiner2018-10-271-0/+4
* psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-271-0/+15
* sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-021-0/+5
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-251-0/+2
|\
| * kbuild: test dead code/data elimination support in KconfigMasahiro Yamada2018-08-241-0/+2
* | init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber2018-08-221-12/+12
* | init/Kconfig: fix its typosRandy Dunlap2018-08-221-2/+2
|/
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-181-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-171-0/+9
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-141-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/+3Star
|\ \ | |/ |/|
| * kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada2018-06-281-4/+3Star
* | dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-4/+0Star
|/