summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorLines
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+15
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-3/+5
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+11
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-09-20kbuild: generate offset range data for builtin modulesKris Van Hees-0/+15
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2024-09-17Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+16
2024-09-17Merge tag 'x86-build-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+8
2024-09-17resource, kunit: add test case for region_intersects()Huang Ying-0/+1
2024-09-13btf: require pahole 1.21+ for DEBUG_INFO_BTF with default DWARF versionMasahiro Yamada-1/+1
2024-09-13btf: move pahole check in scripts/link-vmlinux.sh to lib/Kconfig.debugMasahiro Yamada-2/+4
2024-09-12lib/math: Add int_pow test suiteLuis Felipe Hernandez-0/+16
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-1/+1
2024-09-01lockdep: upper limit LOCKDEP_CHAINS_BITSJ. R. Okajima-1/+1
2024-09-01mul_u64_u64_div_u64: basic sanity testNicolas Pitre-0/+10
2024-08-15locking/csd_lock: Provide an indication of ongoing CSD-lock stallPaul E. McKenney-0/+1
2024-08-08kcov: Add interrupt handling self testDmitry Vyukov-0/+8
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+3
2024-06-24lib/Kconfig.debug: document panic= command line option and procfs entry for P...Brian Masney-1/+3
2024-06-14usercopy: Convert test_user_copy to KUnit testKees Cook-12/+9
2024-05-22Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-05-21Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds-1/+0
2024-05-19selftests/fpu: allow building on other architecturesSamuel Holland-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+31
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+14
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+0
2024-05-09lib: make test_bitops compilable into the kernel imageYury Norov-1/+0
2024-04-25lib: add codetag reference into slabobj_extSuren Baghdasaryan-0/+1
2024-04-25lib: introduce support for page allocation taggingSuren Baghdasaryan-0/+1
2024-04-25lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan-0/+25
2024-04-25lib: code tagging frameworkSuren Baghdasaryan-0/+4
2024-04-19string: Merge strcat KUnit tests into string_kunit.cKees Cook-5/+0
2024-04-19string: Merge strscpy KUnit tests into string_kunit.cKees Cook-5/+0
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu-0/+14
2024-04-05bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definitionAndrii Nakryiko-2/+3
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar-20/+12
2024-03-23Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-12/+0
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2024-03-18Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"Guenter Roeck-12/+0
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+9
2024-03-12sched/debug: Allow CONFIG_SCHEDSTATS even on !KERNEL_DEBUG kernelsIngo Molnar-1/+1
2024-03-11Merge tag 'locking-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-22/+0
2024-03-05string: Convert helpers selftest to KUnitKees Cook-2/+4
2024-03-05string: Convert selftest to KUnitKees Cook-2/+4
2024-02-29fortify: Allow KUnit test to build without FORTIFYKees Cook-1/+1
2024-02-28locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusiveWaiman Long-2/+2
2024-02-22lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor-1/+1