aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-11workqueue: Fix cpu_intensive_thresh_us name in help textGravatar Geert Uytterhoeven 1-1/+1
2023-07-08Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2023-07-03Revert "fortify: Allow KUnit test to build without FORTIFY"Gravatar Kees Cook 1-1/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-12/+72
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+7
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+6
2023-06-27Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-0/+13
2023-06-23watchdog/hardlockup: fix typo in config HARDLOCKUP_DETECTOR_PREFER_BUDDYGravatar Lukas Bulwahn 1-1/+1
2023-06-19watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHGravatar Petr Mladek 1-0/+9
2023-06-19watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Gravatar Petr Mladek 1-1/+1
2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificGravatar Petr Mladek 1-10/+5
2023-06-19watchdog/hardlockup: make the config checks more straightforwardGravatar Petr Mladek 1-26/+36
2023-06-19watchdog/hardlockup: sort hardlockup detector related config values a logical...Gravatar Petr Mladek 1-39/+39
2023-06-19watchdog/buddy: simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDYGravatar Douglas Anderson 1-1/+1
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsGravatar Douglas Anderson 1-3/+49
2023-06-09maple_tree: make test code work without debug enabledGravatar Liam R. Howlett 1-3/+7
2023-05-25x86/csum: Improve performance of `csum_partial`Gravatar Noah Goldstein 1-0/+17
2023-05-17workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismGravatar Tejun Heo 1-0/+13
2023-05-16string: Add Kunit tests for strcat() familyGravatar Kees Cook 1-0/+5
2023-05-16fortify: Allow KUnit test to build without FORTIFYGravatar Kees Cook 1-1/+1
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-1/+1
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+9
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+10
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+13
2023-04-16fault-inject: fix build error when FAULT_INJECTION_CONFIGFS=y and CONFIGFS_FS=mGravatar Akinobu Mita 1-1/+2