summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai2020-06-081-0/+12
* Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-0/+17
|\
| * Makefile: support compressed debug infoNick Desaulniers2020-05-291-0/+17
* | lib: make a test module with set/clear bitJesse Brandeburg2020-06-041-0/+13
* | mm/debug: add tests validating architecture page table helpersAnshuman Khandual2020-06-041-0/+22
* | kcov: collect coverage from interruptsAndrey Konovalov2020-06-041-0/+9
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-06-021-0/+13
|\ \
| * | mm/hmm/test: add selftest driver for HMMRalph Campbell2020-05-191-0/+13
| |/
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-011-1/+1
|\ \
| * | docs: debugging-via-ohci1394.txt: add it to the core-api bookMauro Carvalho Chehab2020-05-151-1/+1
* | | Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-0/+5
|\ \ \
| * | | kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra2020-04-221-0/+5
| | |/ | |/|
* / | lib/test_linear_ranges: add a test for the 'linear_ranges'Matti Vaittinen2020-05-081-0/+12
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-091-0/+2
|\ \ | |/ |/|
| * kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov2020-04-031-0/+2
* | lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang2020-04-071-1/+1
* | lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov2020-04-071-0/+12
* | compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada2020-04-071-12/+0
* | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-031-3/+4
|\ \ | |/ |/|
| * dynamic_debug: allow to work if debugfs is disabledGreg Kroah-Hartman2020-02-121-3/+4
* | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-311-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 tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-311-2/+1
|\ \
| * | kbuild: remove cc-option switch from -Wframe-larger-than=Masahiro Yamada2020-03-021-2/+1
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-0/+10
|\ \
| * | lib: Introduce generic min-heapIan Rogers2020-03-061-0/+10
| |/
* / lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-0/+17
|/
* 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