aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+27
2022-12-19Merge tag 'mm-nonmm-stable-2022-12-17-20-32' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2022-12-15fault-injection: allow stacktrace filter for x86-64Gravatar Wei Yongjun 1-1/+0
2022-12-15mm: use stack_depot for recording kmemleak's backtraceGravatar Zhaoyang Huang 1-0/+1
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-12/+16
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2022-12-12Merge tag 'rust-6.2' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-0/+16
2022-12-12Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+10
2022-12-04rust: add `build_error` crateGravatar Gary Guo 1-0/+16
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2022-12-01error-injection: Add prompt for function error injectionGravatar Steven Rostedt (Google) 1-1/+7
2022-11-30maple_tree: allow TEST_MAPLE_TREE only when DEBUG_KERNEL is setGravatar Randy Dunlap 1-0/+1
2022-11-30Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabledGravatar Lee Jones 1-0/+1
2022-11-22test_kprobes: fix implicit declaration error of test_kprobesGravatar Li Hua 1-0/+1
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsGravatar Ingo Molnar 1-1/+6
2022-11-21Makefile.debug: support for -gz=zstdGravatar Nick Desaulniers 1-2/+27
2022-11-08Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNGravatar Alexander Potapenko 1-1/+1
2022-11-08maple_tree: reorganize testing to restore module testingGravatar Liam Howlett 1-0/+4
2022-11-01siphash: Convert selftest to KUnitGravatar Kees Cook 1-9/+11
2022-11-01string: Convert strscpy() self-test to KUnitGravatar Kees Cook 1-3/+5
2022-10-28cgroup: Implement DEBUG_CGROUP_REFGravatar Tejun Heo 1-0/+10
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultGravatar Alexander Potapenko 1-1/+2
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTGravatar Peter Zijlstra 1-0/+1
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+8
2022-10-17lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Gravatar Nathan Chancellor 1-2/+7
2022-10-13Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTGravatar Masahiro Yamada 1-0/+1
2022-10-13Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5Gravatar Masahiro Yamada 1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+13
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+10
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+10
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+21
2022-10-03kmsan: add KMSAN runtime coreGravatar Alexander Potapenko 1-0/+1
2022-09-29Merge branch 'v6.0-rc7'Gravatar Peter Zijlstra 1-3/+8
2022-09-28Kbuild: add Rust supportGravatar Miguel Ojeda 1-0/+34
2022-09-26mm: remove vmacacheGravatar Liam R. Howlett 1-8/+0
2022-09-26Maple Tree: add new data structureGravatar Liam R. Howlett 1-0/+15
2022-09-24Makefile.debug: re-enable debug info for .S filesGravatar Nick Desaulniers 1-1/+3
2022-09-19mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()Gravatar Thomas Gleixner 1-0/+3
2022-09-12Merge 6.0-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-2/+5
2022-09-07fortify: Add KUnit test for FORTIFY_SOURCE internalsGravatar Kees Cook 1-0/+9
2022-09-07dyndbg: add test_dynamic_debug moduleGravatar Jim Cromie 1-0/+10
2022-08-31testing/selftests: Add tests for the is_signed_type() macroGravatar Bart Van Assche 1-0/+12
2022-08-30perf/hw_breakpoint: Add KUnit test for constraints accountingGravatar Marco Elver 1-0/+10
2022-08-24lib/test_cpumask: follow KUnit style guidelinesGravatar Sander Vanheule 1-2/+5
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+9
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+8
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-07-28kobject: fix Kconfig.debug "its" grammarGravatar Randy Dunlap 1-1/+1