aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+14
4 daysMerge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
5 daysMerge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-10/+0
2024-04-19string: Merge strcat KUnit tests into string_kunit.cGravatar Kees Cook 1-5/+0
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cGravatar Kees Cook 1-5/+0
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormGravatar Bitao Hu 1-0/+14
2024-04-05bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionGravatar Andrii Nakryiko 1-2/+3
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchGravatar Ingo Molnar 1-20/+12
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-12/+0
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2024-03-18Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"Gravatar Guenter Roeck 1-12/+0
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+2
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-5/+9
2024-03-12sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernelsGravatar Ingo Molnar 1-1/+1
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-22/+0
2024-03-05string: Convert helpers selftest to KUnitGravatar Kees Cook 1-2/+4
2024-03-05string: Convert selftest to KUnitGravatar Kees Cook 1-2/+4
2024-02-29fortify: Allow KUnit test to build without FORTIFYGravatar Kees Cook 1-1/+1
2024-02-28locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusiveGravatar Waiman Long 1-2/+2
2024-02-22lib/Kconfig.debug: update Clang version check in CONFIG_KCOVGravatar Nathan Chancellor 1-1/+1
2024-02-22lib: dhry: add missing closing parenthesisGravatar Geert Uytterhoeven 1-1/+1
2024-02-20lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGravatar Guenter Roeck 1-0/+1
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesGravatar Masahiro Yamada 1-1/+1
2024-01-22livepatch: Move tests from lib/livepatch to selftests/livepatchGravatar Marcos Paulo de Souza 1-22/+0
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+7
2024-01-17lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and nameGravatar Nathan Chancellor 1-5/+6
2024-01-17riscv: Restrict DWARF5 when building with LLVM to known working versionsGravatar Nathan Chancellor 1-0/+1
2024-01-12lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for HexagonGravatar Nathan Chancellor 1-0/+2
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-4/+2
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Gravatar Linus Torvalds 1-1/+0
2023-12-29lib: add note about process exit message for DEBUG_STACK_USAGEGravatar Uwe Kleine-König 1-0/+2
2023-12-20kcov: remove stale RANDOMIZE_BASE textGravatar Mark Rutland 1-4/+0
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSGravatar Jens Axboe 1-15/+0
2023-12-05mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileGravatar Vlastimil Babka 1-1/+0
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 1-0/+11
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-10-19bcache: move closures to lib/Gravatar Kent Overstreet 1-0/+9
2023-10-18lib: objpool test module addedGravatar wuqiang.matt 1-0/+11
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 1-1/+1
2023-09-09iov_iter: Kunit tests for copying to/from an iteratorGravatar David Howells 1-0/+11
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+6
2023-08-31lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VGravatar Nathan Chancellor 1-0/+5
2023-08-31riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64BGravatar Jisheng Zhang 1-1/+1
2023-08-28Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+16
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-13/+8
2023-08-15hardening: Move BUG_ON_DATA_CORRUPTION to hardening optionsGravatar Marco Elver 1-11/+1
2023-08-15list: Introduce CONFIG_LIST_HARDENEDGravatar Marco Elver 1-2/+7
2023-07-26kunit: memcpy: Mark tests as slow using test attributesGravatar Rae Moar 1-0/+3
2023-07-19rust: support running Rust documentation tests as KUnit onesGravatar Miguel Ojeda 1-0/+13