| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tj... | Mark Brown | 1 | -0/+5 |
| 2 days | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Mark Brown | 1 | -3/+3 |
| 2 days | Merge branch 'master' of git://git.code.sf.net/p/tomoyo/tomoyo.git | Mark Brown | 1 | -0/+7 |
| 3 days | Merge branch into tip/master: 'objtool/core' | Ingo Molnar | 1 | -1/+1 |
| 3 days | lib: kunit: add tests for __ashldi3(), __ashrdi3(), and __lshrdi3() | Dmitry Antipov | 1 | -0/+10 |
| 4 days | compiler-context-analysis: Bump required Clang version to 23 | Marco Elver | 1 | -2/+2 |
| 7 days | lib/Kconfig.debug: enable CONFIG_PREEMPT_RT for syzbot kernels. | Tetsuo Handa | 1 | -0/+1 |
| 7 days | lib/Kconfig.debug: add CONFIG_DEBUG_AID_FOR_SYZBOT option | Tetsuo Handa | 1 | -0/+6 |
| 2026-05-11 | workqueue: forbid TEST_WORKQUEUE from being built-in | Breno Leitao | 1 | -0/+5 |
| 2026-05-04 | objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDING | Josh Poimboeuf | 1 | -1/+1 |
| 2026-04-24 | Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+11 |
| 2026-04-15 | Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -0/+10 |
| 2026-04-14 | Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+8 |
| 2026-04-13 | Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
| 2026-04-04 | lib/string_kunit: add performance benchmark for strlen() | Feng Jiang | 1 | -0/+11 |
| 2026-04-01 | workqueue: add test_workqueue benchmark module | Breno Leitao | 1 | -0/+10 |
| 2026-03-30 | kbuild: rust: provide an option to inline C helpers into Rust | Gary Guo | 1 | -0/+17 |
| 2026-03-23 | lib: Move crypto library tests to Runtime Testing menu | Eric Biggers | 1 | -0/+2 |
| 2026-03-16 | lockdep: Raise default stack trace limits when KASAN is enabled | Mikhail Gavrilov | 1 | -0/+8 |
| 2026-03-01 | Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -0/+1 |
| 2026-03-01 | Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
| 2026-02-25 | lib/Kconfig.debug: Require a release version of LLVM 22 for context analysis | Nathan Chancellor | 1 | -2/+2 |
| 2026-02-23 | Remove WARN_ALL_UNSEEDED_RANDOM kernel config option | Linus Torvalds | 1 | -27/+0 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -20/+98 |
| 2026-02-11 | Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+12 |
| 2026-02-11 | Merge tag 'wq-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -0/+23 |
| 2026-02-10 | printk: Add execution context (task name/CPU) to printk_info | Breno Leitao | 1 | -0/+12 |
| 2026-02-10 | Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+0 |
| 2026-02-10 | Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+44 |
| 2026-02-10 | Merge tag 'bitmap-for-6.20' of https://github.com/norov/linux | Linus Torvalds | 1 | -0/+13 |
| 2026-02-10 | debugobject: Make it work with deferred page initialization - again | Thomas Gleixner | 1 | -0/+1 |
| 2026-02-08 | lib/tests: extend KUnit test for bitops with more cases | Ryota Sakamoto | 1 | -2/+2 |
| 2026-02-08 | lib/tests: add KUnit test for bitops | Ryota Sakamoto | 1 | -0/+13 |
| 2026-02-08 | tests/liveupdate: add in-kernel liveupdate test | Pasha Tatashin | 1 | -0/+23 |
| 2026-02-08 | list: add kunit test for private list primitives | Pasha Tatashin | 1 | -0/+14 |
| 2026-02-03 | workqueue: add CONFIG_BOOTPARAM_WQ_STALL_PANIC option | Breno Leitao | 1 | -0/+23 |
| 2026-01-26 | atomic: add option for weaker alignment check | Finn Thain | 1 | -0/+8 |
| 2026-01-26 | atomic: add alignment check to instrumented atomic operations | Peter Zijlstra | 1 | -0/+10 |
| 2026-01-26 | lib/glob: convert selftest to KUnit | Kir Chou | 1 | -0/+13 |
| 2026-01-26 | lib/Kconfig.debug: fix BOOTPARAM_HUNG_TASK_PANIC comment | Tomas Glozar | 1 | -1/+1 |
| 2026-01-26 | lib/tests: convert test_min_heap module to KUnit | Ryota Sakamoto | 1 | -10/+11 |
| 2026-01-20 | watchdog: softlockup: panic when lockup duration exceeds N thresholds | Li RongQing | 1 | -6/+7 |
| 2026-01-20 | lib/tests: convert test_uuid module to KUnit | Ryota Sakamoto | 1 | -3/+11 |
| 2026-01-05 | compiler-context-analysis: Add test stub | Marco Elver | 1 | -0/+14 |
| 2026-01-05 | compiler-context-analysis: Add infrastructure for Context Analysis with Clang | Marco Elver | 1 | -0/+30 |
| 2025-12-19 | lib/Kconfig.debug: Set the minimum required pahole version to v1.22 | Ihor Solodrai | 1 | -9/+4 |
| 2025-12-15 | genirq: Remove IRQ timing tracking infrastructure | Marc Zyngier | 1 | -8/+0 |
| 2025-12-06 | Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -23/+40 |
| 2025-12-05 | Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -8/+1 |
| 2025-12-01 | Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+10 |
| 2025-11-27 | debugfs: Remove broken no-mount mode | Aaron Thompson | 1 | -8/+1 |
| 2025-11-26 | Increase the default 32-bit build frame size warning limit to 1280 bytes | Linus Torvalds | 1 | -2/+1 |
| 2025-11-21 | Merge branch 'objtool/core' | Peter Zijlstra | 1 | -8/+49 |
| 2025-11-20 | lib: add KUnit tests for base64 encoding/decoding | Guan-Chun Wu | 1 | -1/+18 |
| 2025-11-20 | lib/Kconfig.debug: cleanup CONFIG_DEBUG_SECTION_MISMATCH help text | Borislav Petkov (AMD) | 1 | -16/+16 |
| 2025-11-12 | hung_task: panic when there are more than N hung tasks at the same time | Li RongQing | 1 | -4/+5 |
| 2025-11-12 | treewide: drop outdated compiler version remarks in Kconfig help texts | Lukas Bulwahn | 1 | -2/+1 |
| 2025-10-02 | Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -6/+0 |
| 2025-10-02 | Merge tag 'bitmap-for-6.18' of https://github.com/norov/linux | Linus Torvalds | 1 | -0/+13 |
| 2025-10-01 | Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-29 | Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-28 | panic: remove CONFIG_PANIC_ON_OOPS_VALUE | Johannes Berg | 1 | -6/+0 |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI | Kees Cook | 1 | -1/+1 |
| 2025-09-22 | rust: add find_bit_benchmark_rust module. | Burak Emir | 1 | -0/+13 |
| 2025-09-08 | KUnit: Introduce ffs()-family tests | Kees Cook | 1 | -0/+14 |
| 2025-08-28 | lib/Kconfig.debug: Drop CLANG_VERSION check from DEBUG_INFO_DWARF_TOOLCHAIN_D... | Nathan Chancellor | 1 | -1/+1 |
| 2025-08-05 | Merge commit 'linus' into core/bugs, to resolve conflicts | Ingo Molnar | 1 | -23/+23 |
| 2025-08-03 | Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+20 |
| 2025-08-02 | kho: add test for kexec handover | Mike Rapoport (Microsoft) | 1 | -0/+21 |
| 2025-07-29 | Merge tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+11 |
| 2025-07-29 | Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -0/+1 |
| 2025-07-29 | Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2025-07-28 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -21/+0 |
| 2025-07-19 | seq_buf: Introduce KUnit tests | Kees Cook | 1 | -0/+9 |
| 2025-07-10 | kunit: fix longest symbol length test | Sergio González Collado | 1 | -0/+1 |
| 2025-06-30 | lib/crc: Move files into lib/crc/ | Eric Biggers | 1 | -21/+0 |
| 2025-06-24 | char: misc: add test cases | Thadeu Lima de Souza Cascardo | 1 | -2/+2 |
| 2025-06-24 | lib: Add trivial kunit test for ratelimit | Paul E. McKenney | 1 | -0/+11 |
| 2025-06-13 | bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig switch | Ingo Molnar | 1 | -0/+10 |
| 2025-05-31 | Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -6/+0 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
| 2025-05-31 | Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -9/+1 |
| 2025-05-11 | lib/test_kmod: do not hardcode/depend on any filesystem | Herton R. Krzesinski | 1 | -6/+0 |
| 2025-05-11 | lib/test_vmalloc.c: allow built-in execution | Uladzislau Rezki (Sony) | 1 | -2/+1 |
| 2025-05-08 | lib/tests: Add randstruct KUnit test | Kees Cook | 1 | -0/+8 |
| 2025-04-30 | gcc-plugins: remove SANCOV gcc plugin | Arnd Bergmann | 1 | -6/+0 |
| 2025-04-30 | Kbuild: remove structleak gcc plugin | Arnd Bergmann | 1 | -3/+1 |
| 2025-04-15 | lib/prime_numbers: KUnit test should not select PRIME_NUMBERS | Geert Uytterhoeven | 1 | -1/+1 |
| 2025-04-05 | Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -4/+3 |
| 2025-04-01 | Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+11 |
| 2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+11 |
| 2025-03-27 | Merge tag 'linux_kselftest-kunit-6.15-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -0/+9 |
| 2025-03-26 | Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -9/+11 |
| 2025-03-25 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -0/+1 |
| 2025-03-24 | Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+0 |
| 2025-03-24 | Merge tag 'objtool-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+11 |
| 2025-03-24 | Merge tag 'move-lib-kunit-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+71 |
| 2025-03-24 | Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+9 |
| 2025-03-22 | kbuild: deb-pkg: add comment about future removal of KDEB_COMPRESS | Masahiro Yamada | 1 | -3/+3 |
| 2025-03-21 | hung_task: show the blocker task if the task is hung on mutex | Masami Hiramatsu (Google) | 1 | -0/+11 |
| 2025-03-19 | sched/debug: Remove CONFIG_SCHED_DEBUG | Ingo Molnar | 1 | -9/+0 |
| 2025-03-17 | objtool: Add CONFIG_OBJTOOL_WERROR | Josh Poimboeuf | 1 | -0/+11 |
| 2025-03-15 | Kunit to check the longest symbol length | Sergio González Collado | 1 | -0/+9 |
| 2025-03-15 | kbuild: implement CONFIG_HEADERS_INSTALL for Usermode Linux | Thomas Weißschuh | 1 | -1/+0 |
| 2025-03-14 | scanf: convert self-test to KUnit | Tamir Duberstein | 1 | -3/+9 |
| 2025-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+1 |
| 2025-03-13 | printf: convert self-test to KUnit | Tamir Duberstein | 1 | -3/+9 |
| 2025-03-10 | lib/crc_kunit.c: add test and benchmark for crc7_be() | Eric Biggers | 1 | -0/+1 |
| 2025-03-10 | Merge 6.14-rc6 into char-misc-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2025-03-05 | Documentation: fix doc link to fault-injection.rst | Ujwal Kundur | 1 | -1/+1 |
| 2025-02-21 | vfs: add initial support for CONFIG_DEBUG_VFS | Mateusz Guzik | 1 | -0/+9 |
| 2025-02-20 | char: misc: improve testing Kconfig description | Thadeu Lima de Souza Cascardo | 1 | -4/+11 |
| 2025-02-12 | lib/prime_numbers: convert self-test to KUnit | Tamir Duberstein | 1 | -0/+14 |
| 2025-02-12 | lib/math: Add Kunit test suite for gcd() | Yu-Chun Lin | 1 | -0/+13 |
| 2025-02-11 | blackhole_dev: convert self-test to KUnit | Tamir Duberstein | 1 | -9/+11 |
| 2025-02-10 | lib/tests/kfifo_kunit.c: add tests for the kfifo structure | Diego Vieira | 1 | -0/+14 |
| 2025-02-10 | lib/math: Add int_log test suite | Bruno Sobreira França | 1 | -0/+11 |
| 2025-02-10 | lib: math: Move KUnit tests into tests/ subdir | Luis Felipe Hernandez | 1 | -1/+1 |
| 2025-02-01 | revert "xarray: port tests to kunit" | Andrew Morton | 1 | -16/+2 |
| 2025-01-27 | Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+11 |
| 2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -3/+31 |
| 2025-01-22 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -9/+20 |
| 2025-01-21 | Merge tag 'docs-6.14' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2025-01-12 | lib/math: add int_sqrt test suite | Luis Felipe Hernandez | 1 | -0/+15 |
| 2025-01-12 | xarray: port tests to kunit | Tamir Duberstein | 1 | -2/+16 |
| 2025-01-12 | lib/test_min_heap: use inline min heap variants to reduce attack vector | Kuan-Wei Chiu | 1 | -1/+0 |
| 2025-01-08 | misc:minor basic kunit tests | Vimal Agrawal | 1 | -0/+11 |
| 2024-12-17 | Documentation: move dev-tools debugging files to process/debugging/ | Randy Dunlap | 1 | -1/+1 |
| 2024-12-15 | lockdep: Clarify size for LOCKDEP_*_BITS configs | Carlos Llamas | 1 | -5/+5 |
| 2024-12-15 | lockdep: Fix upper limit for LOCKDEP_*_BITS configs | Carlos Llamas | 1 | -4/+4 |
| 2024-12-02 | locking/lockdep: Enforce PROVE_RAW_LOCK_NESTING only if ARCH_SUPPORTS_RT | Waiman Long | 1 | -2/+2 |
| 2024-12-01 | lib/crc16_kunit: delete obsolete crc16_kunit.c | Eric Biggers | 1 | -9/+0 |
| 2024-12-01 | lib/crc_kunit.c: add KUnit test suite for CRC library functions | Eric Biggers | 1 | -0/+20 |
| 2024-11-28 | selftests: kallsyms: fix and clarify current test boundaries | Luis Chamberlain | 1 | -1/+31 |
| 2024-11-27 | Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+105 |
| 2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -16/+43 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-11-21 | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+10 |
| 2024-11-19 | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -13/+0 |
| 2024-11-19 | Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -10/+2 |
| 2024-11-18 | Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-12 | net: Implement fault injection forcing skb reallocation | Breno Leitao | 1 | -0/+10 |
| 2024-11-11 | lib: util_macros_kunit: add kunit test for util_macros.h | Alexandru Ardelean | 1 | -0/+17 |
| 2024-11-07 | alloc_tag: populate memory for module tags as needed | Suren Baghdasaryan | 1 | -0/+1 |
| 2024-11-07 | lib/Kconfig.debug: Default STRICT_DEVMEM to "y" on s390 | David Hildenbrand | 1 | -1/+1 |
| 2024-11-05 | lib/min_heap: introduce non-inline versions of min heap API functions | Kuan-Wei Chiu | 1 | -0/+1 |
| 2024-11-05 | lib/crc16_kunit.c: add KUnit tests for crc16 | Vinicius Peixoto | 1 | -0/+9 |
| 2024-11-05 | lib/Kconfig.debug: move int_pow test option to runtime testing section | Kuan-Wei Chiu | 1 | -16/+16 |
| 2024-11-02 | timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING | Thomas Gleixner | 1 | -13/+0 |
| 2024-10-24 | selftests: add new kallsyms selftests | Luis Chamberlain | 1 | -0/+105 |
| 2024-10-17 | lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING. | Sebastian Andrzej Siewior | 1 | -10/+2 |
| 2024-10-07 | lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW | Timo Grautstueck | 1 | -1/+1 |
| 2024-09-24 | Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+15 |
| 2024-09-21 | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -3/+5 |
| 2024-09-21 | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+11 |
| 2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-09-20 | kbuild: generate offset range data for builtin modules | Kris Van Hees | 1 | -0/+15 |
| 2024-09-18 | Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
| 2024-09-17 | Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -0/+16 |
| 2024-09-17 | Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+8 |
| 2024-09-17 | resource, kunit: add test case for region_intersects() | Huang Ying | 1 | -0/+1 |
| 2024-09-13 | btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF version | Masahiro Yamada | 1 | -1/+1 |
| 2024-09-13 | btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debug | Masahiro Yamada | 1 | -2/+4 |
| 2024-09-12 | lib/math: Add int_pow test suite | Luis Felipe Hernandez | 1 | -0/+16 |
| 2024-09-08 | treewide: Fix wrong singular form of jiffies in comments | Anna-Maria Behnsen | 1 | -1/+1 |
| 2024-09-01 | lockdep: upper limit LOCKDEP_CHAINS_BITS | J. R. Okajima | 1 | -1/+1 |
| 2024-09-01 | mul_u64_u64_div_u64: basic sanity test | Nicolas Pitre | 1 | -0/+10 |
| 2024-08-15 | locking/csd_lock: Provide an indication of ongoing CSD-lock stall | Paul E. McKenney | 1 | -0/+1 |
| 2024-08-08 | kcov: Add interrupt handling self test | Dmitry Vyukov | 1 | -0/+8 |
| 2024-07-21 | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+3 |
| 2024-06-24 | lib/Kconfig.debug: document panic= command line option and procfs entry for P... | Brian Masney | 1 | -1/+3 |
| 2024-06-14 | usercopy: Convert test_user_copy to KUnit test | Kees Cook | 1 | -12/+9 |
| 2024-05-22 | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-21 | Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linux | Linus Torvalds | 1 | -1/+0 |
| 2024-05-19 | selftests/fpu: allow building on other architectures | Samuel Holland | 1 | -1/+1 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+31 |
| 2024-05-14 | Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+14 |
| 2024-05-13 | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-13 | Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -10/+0 |
| 2024-05-09 | lib: make test_bitops compilable into the kernel image | Yury Norov | 1 | -1/+0 |
| 2024-04-25 | lib: add codetag reference into slabobj_ext | Suren Baghdasaryan | 1 | -0/+1 |
| 2024-04-25 | lib: introduce support for page allocation tagging | Suren Baghdasaryan | 1 | -0/+1 |
| 2024-04-25 | lib: add allocation tagging support for memory allocation profiling | Suren Baghdasaryan | 1 | -0/+25 |
| 2024-04-25 | lib: code tagging framework | Suren Baghdasaryan | 1 | -0/+4 |
| 2024-04-19 | string: Merge strcat KUnit tests into string_kunit.c | Kees Cook | 1 | -5/+0 |
| 2024-04-19 | string: Merge strscpy KUnit tests into string_kunit.c | Kees Cook | 1 | -5/+0 |
| 2024-04-12 | watchdog/softlockup: Low-overhead detection of interrupt storm | Bitao Hu | 1 | -0/+14 |
| 2024-04-05 | bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition | Andrii Nakryiko | 1 | -2/+3 |
| 2024-03-25 | Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branch | Ingo Molnar | 1 | -20/+12 |
| 2024-03-23 | Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -12/+0 |
| 2024-03-21 | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
| 2024-03-18 | Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST" | Guenter Roeck | 1 | -12/+0 |
| 2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+2 |
| 2024-03-12 | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+9 |
| 2024-03-12 | sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernels | Ingo Molnar | 1 | -1/+1 |
| 2024-03-11 | Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
| 2024-03-11 | Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -22/+0 |
| 2024-03-05 | string: Convert helpers selftest to KUnit | Kees Cook | 1 | -2/+4 |
| 2024-03-05 | string: Convert selftest to KUnit | Kees Cook | 1 | -2/+4 |
| 2024-02-29 | fortify: Allow KUnit test to build without FORTIFY | Kees Cook | 1 | -1/+1 |