summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-171-1/+0
* Makefile: Improve compressed debug info support detectionArvind Sankar2020-06-151-1/+1
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-3/+3
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-111-0/+2
|\ \
| * \ Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+2
| |\ \ | | |/ | |/|
| | * Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-18/+55
| | |\
| | * \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-211-3/+3
| | |\ \
| | * \ \ 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: test get_count_order/long in test_bitops.cWei Yang2020-06-101-5/+5
|/ / / / /
* | | | | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-06-091-2/+4
|\ \ \ \ \
| * | | | | lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-2/+4
* | | | | | 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