summaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-03-241-0/+26
* Merge branch 'akpm-current/current'Stephen Rothwell2020-03-241-12/+27
|\
| * kcov: collect coverage from interruptsAndrey Konovalov2020-03-241-0/+9
| * lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov2020-03-241-0/+12
| * compiler: Remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-03-241-12/+0
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2020-03-241-0/+6
* | Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell2020-03-241-3/+4
|\ \
| * | dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman2020-02-121-3/+4
| |/
* | Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell2020-03-241-0/+10
|\ \
| * | serial/sysrq: Add a help-string for MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov2020-03-121-0/+2
| * | serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov2020-03-071-0/+8
| |/
* | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2020-03-241-0/+2
|\ \
| * \ Merge branch 'kcsan-dev.2020.03.09b' into HEADPaul E. McKenney2020-03-211-0/+2
| |\ \ | | |/ | |/|
| | * Merge branch 'kcsan.2020.01.07a' into urgent.2020.01.25aPaul E. McKenney2020-01-251-0/+2
| | |\
* | | \ Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2020-03-241-0/+12
|\ \ \ \
| * \ \ \ Merge branch 'locking/kcsan'Ingo Molnar2020-03-081-0/+2
| |\ \ \ \
| | * \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-301-225/+284
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+2
| * | | | | lib: Introduce generic min-heapIan Rogers2020-03-061-0/+10
| | |_|/ / | |/| | |
* | | | | kbuild: remove cc-option switch from -Wframe-larger-than=Masahiro Yamada2020-03-021-2/+1
|/ / / /
* | | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-291-2/+2
|\ \ \ \
| * | | | kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-2/+2
| | |/ / | |/| |
* | | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-251-216/+239
|\ \ \ \ | |/ / /
| * | | lib/Kconfig.debug: fix some messed up configurationsChangbin Du2019-12-171-49/+51
| | |/ | |/|
| * | lib/: fix Kconfig indentationKrzysztof Kozlowski2019-12-071-17/+17
| * | kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'Changbin Du2019-12-071-12/+12
| * | kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'Changbin Du2019-12-071-9/+9
| * | kernel-hacking: create a submenu for scheduler debugging optionsChangbin Du2019-12-071-0/+4
| * | kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGEChangbin Du2019-12-071-12/+12
| * | kernel-hacking: move Oops into 'Lockups and Hangs'Changbin Du2019-12-071-29/+29
| * | kernel-hacking: move kernel testing and coverage options to same submenuChangbin Du2019-12-071-84/+89
| * | kernel-hacking: group kernel data structures debugging togetherChangbin Du2019-12-071-10/+14
| * | kernel-hacking: create submenu for arch special debugging optionsChangbin Du2019-12-071-0/+4
| * | kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum...Changbin Du2019-12-071-4/+8
* | | sched/core: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2019-12-081-1/+1
|/ /
* | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-11/+0
|\ \
| * | kbuild: move headers_check rule to usr/include/MakefileMasahiro Yamada2019-11-151-11/+0
| |/
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+7
|\ \
| * | drivers: hv: vmbus: Introduce latency testingBranden Bonaby2019-11-211-0/+7
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-0/+9
|\ \
| * | printf: add support for printing symbolic error namesRasmus Villemoes2019-10-171-0/+9
* | | lib/list-test: add a test for the 'list' doubly linked listDavid Gow2019-11-011-0/+18
* | | kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()Iurii Zaikin2019-09-301-0/+11
* | | lib: enable building KUnit in lib/Brendan Higgins2019-09-301-0/+2
| |/ |/|
* | compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada2019-09-251-3/+1
* | mm/kmemleak: increase the max mem pool to 1MQian Cai2019-09-241-1/+1
* | mm: kmemleak: use the memory pool for early allocationsCatalin Marinas2019-09-241-5/+6
* | kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-09-241-1/+1
* | module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULESMasahiro Yamada2019-09-111-16/+0
* | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-11/+1
|\ \