summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* lib/Kconfig.debug: TEST_IOV_ITER depends on MMUGuenter Roeck2024-02-201-0/+1
* Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-201-5/+7
|\
| * lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and nameNathan Chancellor2024-01-171-5/+6
| * riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor2024-01-171-0/+1
* | lib/Kconfig.debug: disable CONFIG_DEBUG_INFO_BTF for HexagonNathan Chancellor2024-01-121-0/+2
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-4/+2
|\ \
| * | lib: add note about process exit message for DEBUG_STACK_USAGEUwe Kleine-König2023-12-291-0/+2
| * | kcov: remove stale RANDOMIZE_BASE textMark Rutland2023-12-201-4/+0
| |/
* | Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-01-091-1/+0
|\ \
| * | mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka2023-12-051-1/+0
| |/
* / cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-15/+0
|/
* Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-11-011-0/+11
|\
| * lib: objpool test module addedwuqiang.matt2023-10-181-0/+11
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-1/+1
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
| |/
* / bcache: move closures to lib/Kent Overstreet2023-10-191-0/+9
|/
* iov_iter: Kunit tests for copying to/from an iteratorDavid Howells2023-09-091-0/+11
* Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-011-1/+6
|\
| * lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VNathan Chancellor2023-08-311-0/+5
| * riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64BJisheng Zhang2023-08-311-1/+1
* | Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-08-281-0/+16
|\ \
| * | kunit: memcpy: Mark tests as slow using test attributesRae Moar2023-07-261-0/+3
| * | rust: support running Rust documentation tests as KUnit onesMiguel Ojeda2023-07-191-0/+13
| |/
* | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-281-13/+8
|\ \
| * | hardening: Move BUG_ON_DATA_CORRUPTION to hardening optionsMarco Elver2023-08-151-11/+1
| * | list: Introduce CONFIG_LIST_HARDENEDMarco Elver2023-08-151-2/+7
| |/
* / workqueue: Fix cpu_intensive_thresh_us name in help textGeert Uytterhoeven2023-07-111-1/+1
|/
* Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-081-1/+1
|\
| * Revert "fortify: Allow KUnit test to build without FORTIFY"Kees Cook2023-07-031-1/+1
* | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-12/+72
|\ \
| * | watchdog/hardlockup: fix typo in config HARDLOCKUP_DETECTOR_PREFER_BUDDYLukas Bulwahn2023-06-231-1/+1
| * | watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek2023-06-191-0/+9
| * | watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek2023-06-191-1/+1
| * | watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek2023-06-191-10/+5
| * | watchdog/hardlockup: make the config checks more straightforwardPetr Mladek2023-06-191-26/+36
| * | watchdog/hardlockup: sort hardlockup detector related config values a logical...Petr Mladek2023-06-191-39/+39
| * | watchdog/buddy: simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDYDouglas Anderson2023-06-191-1/+1
| * | watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson2023-06-091-3/+49
* | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+7
|\ \ \
| * | | maple_tree: make test code work without debug enabledLiam R. Howlett2023-06-091-3/+7
| |/ /
* | | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-1/+6
|\ \ \ | | |/ | |/|
| * | string: Add Kunit tests for strcat() familyKees Cook2023-05-161-0/+5
| * | fortify: Allow KUnit test to build without FORTIFYKees Cook2023-05-161-1/+1
| |/
* | Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2023-06-271-0/+13
|\ \
| * | workqueue: Report work funcs that trigger automatic CPU_INTENSIVE mechanismTejun Heo2023-05-171-0/+13
| |/
* / x86/csum: Improve performance of `csum_partial`Noah Goldstein2023-05-251-0/+17
|/
* Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-301-1/+1
|\
| * s390: enable DEBUG_FORCE_FUNCTION_ALIGN_64BHeiko Carstens2023-03-201-1/+1
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-0/+9
|\ \
| * | locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney2023-03-241-0/+9
| |/