summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-04-031-2/+2
|\
| * kbuild: rename built-in.o to built-in.aNicholas Piggin2018-03-261-2/+2
* | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-8/+5
|\ \
| * | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-8/+5
| * | mn10300: Remove the architectureDavid Howells2018-03-091-1/+1
| * | Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-03-071-1/+1
| |\ \ | | |/ | |/|
| | * Drop a bunch of metag referencesJames Hogan2018-02-231-1/+1
* | | locking/Kconfig: Restructure the lock debugging menuWaiman Long2018-03-311-67/+68
* | | locking/Kconfig: Add LOCK_DEBUGGING_SUPPORT to make it more readableWaiman Long2018-03-311-5/+10
* | | locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatchesWaiman Long2018-03-311-0/+8
|/ /
* / lib/Kconfig.debug: enable RUNTIME_TESTING_MENUAnders Roxell2018-02-211-0/+1
|/
* Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-091-1/+0
|\
| * lib/Kconfig.debug: Remove blank help textUlf Magnusson2018-02-021-1/+0
* | kasan: rework Kconfig settingsArnd Bergmann2018-02-061-1/+1
* | lib/: make RUNTIME_TESTS a menuconfig to ease disabling it allVincent Legoll2018-02-061-2/+5
* | lib/test_find_bit.c: rename to find_bit_benchmark.cYury Norov2018-02-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+14
|\
| * error-injection: Support fault injection frameworkMasami Hiramatsu2018-01-121-0/+10
| * error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-0/+4
* | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-301-1/+1
|\ \ | |/ |/|
| * Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64Kees Cook2017-12-111-1/+1
* | locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-121-33/+0
|/
* Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru2017-11-171-0/+10
* lib: test module for find_*_bit() functionsYury Norov2017-11-171-0/+9
* Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-161-1/+0
|\
| * debugfs: purge obsolete SRCU based removal protectionNicolai Stange2017-11-071-1/+0
* | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-151-4/+2
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-1/+1
|\ \
| * | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar2017-10-231-74/+73
| |\|
| * | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-1/+1
* | | locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=yByungchul Park2017-10-251-0/+15
* | | locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and ...Byungchul Park2017-10-251-2/+2
| |/ |/|
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-10-141-2/+2
|\ \
| * | locking/lockdep: Disable cross-release features for nowIngo Molnar2017-10-141-2/+2
| |/
* / lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests togetherRandy Dunlap2017-10-131-72/+71
|/
* parisc: Fix too large frame size warningsHelge Deller2017-09-221-1/+2
* lib: add test module for CONFIG_DEBUG_VIRTUALFlorian Fainelli2017-09-081-0/+11
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+18
|\
| * Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-0/+7
| |\
| * | locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETI...Ingo Molnar2017-08-171-2/+2
| * | locking/lockdep: Rename CONFIG_LOCKDEP_COMPLETE to CONFIG_LOCKDEP_COMPLETIONSByungchul Park2017-08-171-2/+2
| * | locking/lockdep: Reword title of LOCKDEP_CROSSRELEASE configByungchul Park2017-08-171-1/+1
| * | locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKINGByungchul Park2017-08-171-5/+2
| * | locking/lockdep: Apply crossrelease to completionsByungchul Park2017-08-101-0/+9
| * | locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-101-0/+12
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-3/+6
|\ \ \ | |_|/ |/| |
| * | x86/kconfig: Make it easier to switch to the new ORC unwinderJosh Poimboeuf2017-07-261-3/+3
| * | x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-0/+3
| |/
* / kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-181-0/+7
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-151-0/+28
|\