aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)Author
2018-09-04lib/Kconfig.debug: fix three typos in help textThibaut Sautereau
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko
2018-08-21ida: Start new test_ida moduleMatthew Wilcox
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig
2018-06-27bitfield: add testsJohannes Berg
2018-06-27printk: Make CONSOLE_LOGLEVEL_QUIET configurableHans de Goede
2018-06-21kprobes: Remove jprobe API implementationMasami Hiramatsu
2018-06-15fault-injection: reorder config entriesMikulas Patocka
2018-06-11kcov: test compiler capability in Kconfig and correct dependencyMasahiro Yamada
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-05lib: add runtime test of check_*_overflow functionsRasmus Villemoes
2018-05-24dma-debug: check scatterlist segmentsRobin Murphy
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig
2018-04-11lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options togetherRandy Dunlap
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-03-31locking/Kconfig: Restructure the lock debugging menuWaiman Long
2018-03-31locking/Kconfig: Add LOCK_DEBUGGING_SUPPORT to make it more readableWaiman Long
2018-03-31locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesWaiman Long
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin
2018-03-09mn10300: Remove the architectureDavid Howells
2018-03-07Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2018-02-23Drop a bunch of metag referencesJames Hogan
2018-02-21lib/Kconfig.debug: enable RUNTIME_TESTING_MENUAnders Roxell
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-02-06kasan: rework Kconfig settingsArnd Bergmann
2018-02-06lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allVincent Legoll
2018-02-06lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov
2018-02-02lib/Kconfig.debug: Remove blank help textUlf Magnusson
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-01-12error-injection: Support fault injection frameworkMasami Hiramatsu
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar
2017-12-11Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64Kees Cook
2017-11-17Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru
2017-11-17lib: test module for find_*_bit() functionsYury Norov
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-07debugfs: purge obsolete SRCU based removal protectionNicolai Stange
2017-10-25locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=yByungchul Park