aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyGravatar Orson Zhai 1-0/+12
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+17
2020-06-04lib: make a test module with set/clear bitGravatar Jesse Brandeburg 1-0/+13
2020-06-04mm/debug: add tests validating architecture page table helpersGravatar Anshuman Khandual 1-0/+22
2020-06-04kcov: collect coverage from interruptsGravatar Andrey Konovalov 1-0/+9
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-0/+13
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2020-05-29Makefile: support compressed debug infoGravatar Nick Desaulniers 1-0/+17
2020-05-19mm/hmm/test: add selftest driver for HMMGravatar Ralph Campbell 1-0/+13
2020-05-15docs: debugging-via-ohci1394.txt: add it to the core-api bookGravatar Mauro Carvalho Chehab 1-1/+1
2020-05-08lib/test_linear_ranges: add a test for the 'linear_ranges'Gravatar Matti Vaittinen 1-0/+12
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passGravatar Peter Zijlstra 1-0/+5
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+2
2020-04-07lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Gravatar Qiujun Huang 1-1/+1
2020-04-07lib/test_lockup: test module to generate lockupsGravatar Konstantin Khlebnikov 1-0/+12
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyGravatar Masahiro Yamada 1-12/+0
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+4
2020-04-03kbuild, btf: Fix dependencies for DEBUG_INFO_BTFGravatar Slava Bacherikov 1-0/+2
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+10
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+1
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+10
2020-03-21lockdep: Introduce wait-type checksGravatar Peter Zijlstra 1-0/+17
2020-03-12serial/sysrq: Add a help-string for MAGIC_SYSRQ_SERIAL_SEQUENCEGravatar Dmitry Safonov 1-0/+2
2020-03-07serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEGravatar Dmitry Safonov 1-0/+8
2020-03-06lib: Introduce generic min-heapGravatar Ian Rogers 1-0/+10
2020-03-02kbuild: remove cc-option switch from -Wframe-larger-than=Gravatar Masahiro Yamada 1-2/+1
2020-02-12dynamic_debug: allow to work if debugfs is disabledGravatar Greg Kroah-Hartman 1-3/+4
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+2
2020-01-09kunit: allow kunit tests to be loaded as a moduleGravatar Alan Maguire 1-2/+2
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesGravatar Ingo Molnar 1-216/+239
2019-12-17lib/Kconfig.debug: fix some messed up configurationsGravatar Changbin Du 1-49/+51
2019-12-08sched/core: Use CONFIG_PREEMPTIONGravatar Sebastian Andrzej Siewior 1-1/+1
2019-12-07lib/: fix Kconfig indentationGravatar Krzysztof Kozlowski 1-17/+17
2019-12-07kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'Gravatar Changbin Du 1-12/+12
2019-12-07kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'Gravatar Changbin Du 1-9/+9
2019-12-07kernel-hacking: create a submenu for scheduler debugging optionsGravatar Changbin Du 1-0/+4
2019-12-07kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGEGravatar Changbin Du 1-12/+12
2019-12-07kernel-hacking: move Oops into 'Lockups and Hangs'Gravatar Changbin Du 1-29/+29
2019-12-07kernel-hacking: move kernel testing and coverage options to same submenuGravatar Changbin Du 1-84/+89
2019-12-07kernel-hacking: group kernel data structures debugging togetherGravatar Changbin Du 1-10/+14
2019-12-07kernel-hacking: create submenu for arch special debugging optionsGravatar Changbin Du 1-0/+4
2019-12-07kernel-hacking: group sysrq/kgdb/ubsan into 'Generic Kernel Debugging Instrum...Gravatar Changbin Du 1-4/+8
2019-12-02Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-11/+0
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+7
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+9
2019-11-21drivers: hv: vmbus: Introduce latency testingGravatar Branden Bonaby 1-0/+7
2019-11-15kbuild: move headers_check rule to usr/include/MakefileGravatar Masahiro Yamada 1-11/+0
2019-11-01lib/list-test: add a test for the 'list' doubly linked listGravatar David Gow 1-0/+18
2019-10-17printf: add support for printing symbolic error namesGravatar Rasmus Villemoes 1-0/+9