summaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)Author
2025-02-01revert "xarray: port tests to kunit"Andrew Morton
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-22Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-01-21Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds
2025-01-12lib/math: add int_sqrt test suiteLuis Felipe Hernandez
2025-01-12xarray: port tests to kunitTamir Duberstein
2025-01-12lib/test_min_heap: use inline min heap variants to reduce attack vectorKuan-Wei Chiu
2025-01-08misc:minor basic kunit testsVimal Agrawal
2024-12-17Documentation: move dev-tools debugging files to process/debugging/Randy Dunlap
2024-12-15lockdep: Clarify size for LOCKDEP_*_BITS configsCarlos Llamas
2024-12-15lockdep: Fix upper limit for LOCKDEP_*_BITS configsCarlos Llamas
2024-12-02locking/lockdep: Enforce PROVE_RAW_LOCK_NESTING only if ARCH_SUPPORTS_RTWaiman Long
2024-12-01lib/crc16_kunit: delete obsolete crc16_kunit.cEric Biggers
2024-12-01lib/crc_kunit.c: add KUnit test suite for CRC library functionsEric Biggers
2024-11-28selftests: kallsyms: fix and clarify current test boundariesLuis Chamberlain
2024-11-27Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-11-18Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao
2024-11-11lib: util_macros_kunit: add kunit test for util_macros.hAlexandru Ardelean
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan
2024-11-07lib/Kconfig.debug: Default STRICT_DEVMEM to "y" on s390David Hildenbrand
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu
2024-11-05lib/crc16_kunit.c: add KUnit tests for crc16Vinicius Peixoto
2024-11-05lib/Kconfig.debug: move int_pow test option to runtime testing sectionKuan-Wei Chiu
2024-11-02timekeeping: Remove CONFIG_DEBUG_TIMEKEEPINGThomas Gleixner
2024-10-24selftests: add new kallsyms selftestsLuis Chamberlain
2024-10-17lockdep: Enable PROVE_RAW_LOCK_NESTING with PROVE_LOCKING.Sebastian Andrzej Siewior
2024-10-07lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOWTimo Grautstueck
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-17Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-09-17Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-17resource, kunit: add test case for region_intersects()Huang Ying
2024-09-13btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF versionMasahiro Yamada
2024-09-13btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada
2024-09-12lib/math: Add int_pow test suiteLuis Felipe Hernandez
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-09-01lockdep: upper limit LOCKDEP_CHAINS_BITSJ. R. Okajima
2024-09-01mul_u64_u64_div_u64: basic sanity testNicolas Pitre
2024-08-15locking/csd_lock: Provide an indication of ongoing CSD-lock stallPaul E. McKenney