aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-0/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 1-0/+6
2018-06-27bitfield: add testsGravatar Johannes Berg 1-0/+7
2018-06-27printk: Make CONSOLE_LOGLEVEL_QUIET configurableGravatar Hans de Goede 1-0/+11
2018-06-21kprobes: Remove jprobe API implementationGravatar Masami Hiramatsu 1-1/+1
2018-06-15fault-injection: reorder config entriesGravatar Mikulas Patocka 1-18/+18
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyGravatar Masahiro Yamada 1-4/+7
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+3
2018-06-05lib: add runtime test of check_*_overflow functionsGravatar Rasmus Villemoes 1-0/+3
2018-05-24dma-debug: check scatterlist segmentsGravatar Robin Murphy 1-0/+17
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigGravatar Christoph Hellwig 1-0/+1
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGGravatar Christoph Hellwig 1-1/+0
2018-04-11lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options togetherGravatar Randy Dunlap 1-24/+24
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-8/+5
2018-03-31locking/Kconfig: Restructure the lock debugging menuGravatar Waiman Long 1-67/+68
2018-03-31locking/Kconfig: Add LOCK_DEBUGGING_SUPPORT to make it more readableGravatar Waiman Long 1-5/+10
2018-03-31locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesGravatar Waiman Long 1-0/+8
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-8/+5
2018-03-26kbuild: rename built-in.o to built-in.aGravatar Nicholas Piggin 1-2/+2
2018-03-09mn10300: Remove the architectureGravatar David Howells 1-1/+1
2018-03-07Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 1-1/+1
2018-02-23Drop a bunch of metag referencesGravatar James Hogan 1-1/+1
2018-02-21lib/Kconfig.debug: enable RUNTIME_TESTING_MENUGravatar Anders Roxell 1-0/+1
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2018-02-06kasan: rework Kconfig settingsGravatar Arnd Bergmann 1-1/+1
2018-02-06lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allGravatar Vincent Legoll 1-2/+5
2018-02-06lib/test_find_bit.c: rename to find_bit_benchmark.cGravatar Yury Norov 1-1/+1
2018-02-02lib/Kconfig.debug: Remove blank help textGravatar Ulf Magnusson 1-1/+0
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+14
2018-01-30Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1