Age | Commit message (Expand) | Author |
2020-08-12 | lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT | Tiezhu Yang |
2020-08-12 | lib/test_bits.c: add tests of GENMASK | Rikard Falkeborn |
2020-08-12 | lib/: replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-08-12 | lib/Kconfig.debug: make TEST_LOCKUP depend on module | Tiezhu Yang |
2020-08-12 | ./Makefile: add debug option to enable function aligned on 32 bytes | Feng Tang |
2020-08-05 | Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-08-03 | Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-08-03 | Merge branch 'locking/nmi' into locking/core, to pick up completed topic branch | Ingo Molnar |
2020-07-29 | lockdep: Add preemption enabled/disabled assertion APIs | Ahmed S. Darwish |
2020-07-27 | locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs | peterz@infradead.org |
2020-07-23 | debugfs: Add access restriction option | Peter Enderborg |
2020-07-03 | lib: update DEBUG_SHIRQ docs to match reality | Wolfram Sang |
2020-06-29 | selftests/fpu: Add an FPU selftest | Petteri Aimonen |
2020-06-17 | kconfig: unify cc-option and as-option | Masahiro Yamada |
2020-06-15 | Makefile: Improve compressed debug info support detection | Arvind Sankar |
2020-06-13 | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-11 | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner |
2020-06-10 | lib: test get_count_order/long in test_bitops.c | Wei Yang |
2020-06-09 | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2020-06-08 | dynamic_debug: add an option to enable dynamic debug for modules only | Orson Zhai |
2020-06-06 | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-06-04 | lib: make a test module with set/clear bit | Jesse Brandeburg |
2020-06-04 | mm/debug: add tests validating architecture page table helpers | Anshuman Khandual |
2020-06-04 | kcov: collect coverage from interrupts | Andrey Konovalov |
2020-06-02 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
2020-06-01 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds |
2020-06-01 | lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTS | Anders Roxell |
2020-06-01 | Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-05-29 | Makefile: support compressed debug info | Nick Desaulniers |
2020-05-19 | mm/hmm/test: add selftest driver for HMM | Ralph Campbell |
2020-05-15 | docs: debugging-via-ohci1394.txt: add it to the core-api book | Mauro Carvalho Chehab |
2020-05-08 | lib/test_linear_ranges: add a test for the 'linear_ranges' | Matti Vaittinen |
2020-04-22 | kbuild/objtool: Add objtool-vmlinux.o pass | Peter Zijlstra |
2020-04-13 | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar |
2020-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-04-07 | lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability" | Qiujun Huang |
2020-04-07 | lib/test_lockup: test module to generate lockups | Konstantin Khlebnikov |
2020-04-07 | compiler: remove CONFIG_OPTIMIZE_INLINING entirely | Masahiro Yamada |
2020-04-03 | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-04-03 | kbuild, btf: Fix dependencies for DEBUG_INFO_BTF | Slava Bacherikov |
2020-03-31 | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-03-31 | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds |
2020-03-30 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-03-21 | lockdep: Introduce wait-type checks | Peter Zijlstra |
2020-03-21 | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar |
2020-03-12 | serial/sysrq: Add a help-string for MAGIC_SYSRQ_SERIAL_SEQUENCE | Dmitry Safonov |
2020-03-07 | serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCE | Dmitry Safonov |
2020-03-06 | lib: Introduce generic min-heap | Ian Rogers |