aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
2019-05-16slab: remove /proc/slab_allocatorsGravatar Qian Cai 1-4/+0
2019-05-14init: introduce DEBUG_MISC optionGravatar Sinan Kaya 1-0/+9
2019-05-14lib/plist: rename DEBUG_PI_LIST to DEBUG_PLISTGravatar Davidlohr Bueso 1-1/+1
2019-05-14compiler: allow all arches to enable CONFIG_OPTIMIZE_INLININGGravatar Masahiro Yamada 1-0/+14
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+8
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+3
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKGravatar YueHaibing 1-0/+1
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockGravatar Jens Axboe 1-3/+3
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textGravatar Mark Rutland 1-3/+3
2019-04-08lib: Add test module for strscpy_padGravatar Tobin C. Harding 1-0/+3
2019-04-06block: remove CONFIG_LBDAFGravatar Christoph Hellwig 1-1/+0
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxGravatar Andrii Nakryiko 1-0/+8
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-36/+0
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+17
2019-03-09Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+10
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 1-1/+22
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2019-03-05mm/page_owner: move config option to mm/Kconfig.debugGravatar Changbin Du 1-17/+0
2019-03-05vmalloc: add test driver to analyse vmalloc allocatorGravatar Uladzislau Rezki (Sony) 1-0/+13
2019-03-05kasan: remove use after scope bugs detection.Gravatar Andrey Ryabinin 1-1/+0
2019-03-04lib: Introduce test_stackinit moduleGravatar Kees Cook 1-0/+10
2019-02-28kbuild: move -gsplit-dwarf, -gdwarf-4 option tests to KconfigGravatar Masahiro Yamada 1-0/+2
2019-02-13dma-mapping: move debug configuration options to kernel/dmaGravatar Andy Shevchenko 1-36/+0
2019-02-01selftests/livepatch: add DYNAMIC_DEBUG config dependencyGravatar Joe Lawrence 1-0/+1
2019-01-11selftests/livepatch: introduce testsGravatar Joe Lawrence 1-1/+21
2019-01-09lkdtm: Do not depend on BLOCK and clean up headersGravatar Kees Cook 1-1/+0
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-2/+2
2018-12-28kmemleak: add config to select auto scanGravatar Sri Krishna chowdary 1-0/+15
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-2/+2
2018-12-18printk: Add caller information to printk() output.Gravatar Tetsuo Handa 1-0/+17
2018-11-15lib: introduce initial implementation of object aggregation managerGravatar Jiri Pirko 1-0/+10
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-2/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-0/+3
2018-10-26Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+8
2018-10-23Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-3/+3
2018-10-21xarray: Add XArray load operationGravatar Matthew Wilcox 1-0/+3
2018-10-11lib: Add memcat_p(): paste 2 pointer arrays togetherGravatar Alexander Shishkin 1-0/+8
2018-10-04ARM: 8800/1: use choice for kernel unwindersGravatar Stefan Agner 1-3/+3
2018-09-04lib/Kconfig.debug: fix three typos in help textGravatar Thibaut Sautereau 1-2/+2
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-0/+3
2018-08-22lib/Kconfig: remove 'default n' for testsGravatar Andy Shevchenko 1-17/+0
2018-08-21ida: Start new test_ida moduleGravatar Matthew Wilcox 1-0/+3
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodGravatar Linus Torvalds 1-8/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+7
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+7
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+11