summaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
2019-09-26compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada1-3/+1
2019-09-25mm/kmemleak: increase the max mem pool to 1MQian Cai1-1/+1
2019-09-25mm: kmemleak: use the memory pool for early allocationsCatalin Marinas1-5/+6
2019-09-25kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat1-1/+1
2019-09-11module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULESMasahiro Yamada1-16/+0
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-11/+1
2019-07-17kbuild: create *.mod with full directory path and remove MODVERDIRMasahiro Yamada1-11/+1
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+8
2019-07-17lib: introduce test_meminit moduleAlexander Potapenko1-0/+8
2019-07-15docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-2/+2
2019-07-13Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-9/+16
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+9
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-09Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2019-07-02blackhole_dev: add a selftestMahesh Bandewar1-0/+9
2019-06-26rslib: Add tests for the encoder and decoderFerdinand Blomqvist1-0/+12
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long1-4/+4
2019-06-15kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada1-3/+1
2019-06-15kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada1-5/+14
2019-06-15kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECKMasahiro Yamada1-3/+3
2019-06-14docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-12genirq/timings: Add selftest for circular arrayDaniel Lezcano1-0/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-17slab: remove /proc/slab_allocatorsQian Cai1-4/+0
2019-05-15init: introduce DEBUG_MISC optionSinan Kaya1-0/+9
2019-05-15lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTDavidlohr Bueso1-1/+1
2019-05-15compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGMasahiro Yamada1-0/+14
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+8
2019-05-08Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2019-05-07Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing1-0/+1
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe1-3/+3
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland1-3/+3
2019-04-09lib: Add test module for strscpy_padTobin C. Harding1-0/+3
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig1-1/+0
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko1-0/+8
2019-03-11Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-36/+0
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+17
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+10
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds1-1/+22
2019-03-07Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2019-03-06mm/page_owner: move config option to mm/Kconfig.debugChangbin Du1-17/+0
2019-03-06vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)1-0/+13
2019-03-06kasan: remove use after scope bugs detection.Andrey Ryabinin1-1/+0
2019-03-04lib: Introduce test_stackinit moduleKees Cook1-0/+10
2019-02-28kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigMasahiro Yamada1-0/+2