index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Kconfig.debug
Age
Commit message (
Expand
)
Author
Lines
2020-06-17
kconfig: unify cc-option and as-option
Masahiro Yamada
-1
/
+0
2020-06-15
Makefile: Improve compressed debug info support detection
Arvind Sankar
-1
/
+1
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
-3
/
+3
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
-3
/
+3
2020-06-11
Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+2
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
-0
/
+2
2020-06-10
lib: test get_count_order/long in test_bitops.c
Wei Yang
-5
/
+5
2020-06-09
Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-2
/
+4
2020-06-08
dynamic_debug: add an option to enable dynamic debug for modules only
Orson Zhai
-0
/
+12
2020-06-06
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
-0
/
+17
2020-06-04
lib: make a test module with set/clear bit
Jesse Brandeburg
-0
/
+13
2020-06-04
mm/debug: add tests validating architecture page table helpers
Anshuman Khandual
-0
/
+22
2020-06-04
kcov: collect coverage from interrupts
Andrey Konovalov
-0
/
+9
2020-06-02
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
-0
/
+13
2020-06-01
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
-1
/
+1
2020-06-01
lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTS
Anders Roxell
-2
/
+4
2020-06-01
Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+5
2020-05-29
Makefile: support compressed debug info
Nick Desaulniers
-0
/
+17
2020-05-19
mm/hmm/test: add selftest driver for HMM
Ralph Campbell
-0
/
+13
2020-05-15
docs: debugging-via-ohci1394.txt: add it to the core-api book
Mauro Carvalho Chehab
-1
/
+1
2020-05-08
lib/test_linear_ranges: add a test for the 'linear_ranges'
Matti Vaittinen
-0
/
+12
2020-04-22
kbuild/objtool: Add objtool-vmlinux.o pass
Peter Zijlstra
-0
/
+5
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
-18
/
+55
2020-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-0
/
+2
2020-04-07
lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"
Qiujun Huang
-1
/
+1
2020-04-07
lib/test_lockup: test module to generate lockups
Konstantin Khlebnikov
-0
/
+12
2020-04-07
compiler: remove CONFIG_OPTIMIZE_INLINING entirely
Masahiro Yamada
-12
/
+0
2020-04-03
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+4
2020-04-03
kbuild, btf: Fix dependencies for DEBUG_INFO_BTF
Slava Bacherikov
-0
/
+2
2020-03-31
Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-0
/
+10
2020-03-31
Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
-2
/
+1
2020-03-30
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+10
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
-0
/
+17
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
-3
/
+3
2020-03-12
serial/sysrq: Add a help-string for MAGIC_SYSRQ_SERIAL_SEQUENCE
Dmitry Safonov
-0
/
+2
2020-03-07
serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE
Dmitry Safonov
-0
/
+8
2020-03-06
lib: Introduce generic min-heap
Ian Rogers
-0
/
+10
2020-03-02
kbuild: remove cc-option switch from -Wframe-larger-than=
Masahiro Yamada
-2
/
+1
2020-02-12
dynamic_debug: allow to work if debugfs is disabled
Greg Kroah-Hartman
-3
/
+4
2020-01-29
Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-2
/
+2
2020-01-09
kunit: allow kunit tests to be loaded as a module
Alan Maguire
-2
/
+2
2019-12-30
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
-225
/
+284
2019-12-25
Merge tag 'v5.5-rc3' into sched/core, to pick up fixes
Ingo Molnar
-216
/
+239
2019-12-17
lib/Kconfig.debug: fix some messed up configurations
Changbin Du
-49
/
+51
2019-12-08
sched/core: Use CONFIG_PREEMPTION
Sebastian Andrzej Siewior
-1
/
+1
2019-12-07
lib/: fix Kconfig indentation
Krzysztof Kozlowski
-17
/
+17
2019-12-07
kernel-hacking: move DEBUG_FS to 'Generic Kernel Debugging Instruments'
Changbin Du
-12
/
+12
2019-12-07
kernel-hacking: move DEBUG_BUGVERBOSE to 'printk and dmesg options'
Changbin Du
-9
/
+9
2019-12-07
kernel-hacking: create a submenu for scheduler debugging options
Changbin Du
-0
/
+4
2019-12-07
kernel-hacking: move SCHED_STACK_END_CHECK after DEBUG_STACK_USAGE
Changbin Du
-12
/
+12
[next]