aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Gravatar Linus Torvalds 1-0/+23
2022-03-24Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-66/+76
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-2/+32
2022-03-23lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionGravatar Feng Tang 1-1/+2
2022-03-23Kconfig.debug: make DEBUG_INFO selectable from a choiceGravatar Kees Cook 1-65/+74
2022-03-21lib: stackinit: Convert to KUnitGravatar Kees Cook 1-11/+11
2022-03-17fprobe: Add a selftest for fprobeGravatar Masami Hiramatsu 1-0/+12
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesGravatar Connor O'Brien 1-0/+10
2022-02-27lib: overflow: Convert to KunitGravatar Kees Cook 1-3/+13
2022-02-08cxl: Prove CXL lockingGravatar Dan Williams 1-0/+23
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Gravatar Nathan Chancellor 1-1/+1
2022-02-02lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONGravatar Nathan Chancellor 1-2/+2
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Gravatar Yonghong Song 1-0/+8
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+26
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRGravatar Marco Elver 1-0/+2
2022-01-20lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBGravatar Nathan Chancellor 1-0/+1
2022-01-20test_hash.c: refactor into kunitGravatar Isabella Basso 1-9/+19
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesGravatar Isabella Basso 1-3/+11
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-0/+1
2021-12-06net: add net device refcount tracker infrastructureGravatar Eric Dumazet 1-0/+5
2021-12-06lib: add tests for reference trackerGravatar Eric Dumazet 1-0/+10
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLGravatar Kumar Kartikeya Dwivedi 1-0/+1
2021-11-22parisc: Increase FRAME_WARN to 2048 bytes on pariscGravatar Helge Deller 1-2/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEGravatar David Hildenbrand 1-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+2
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+11
2021-10-21kprobes: convert tests to kunitGravatar Sven Schnelle 1-1/+2
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTGravatar Kees Cook 1-0/+11
2021-10-07Merge branch 'objtool/urgent'Gravatar Peter Zijlstra 1-2/+2
2021-09-24xtensa: increase size of gcc stack frame checkGravatar Guenter Roeck 1-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrGravatar Peter Zijlstra 1-1/+1
2021-09-13Kconfig.debug: drop GCC 5+ version check for DWARF5Gravatar Nick Desaulniers 1-1/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+4
2021-09-08Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHGravatar Lukas Bulwahn 1-1/+0
2021-09-08lib/test: convert test_sort.c to use KUnitGravatar Daniel Latypov 1-2/+3
2021-09-08math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGravatar Geert Uytterhoeven 1-2/+1
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+2
2021-09-03Makefile: remove stale cc-option checksGravatar Nick Desaulniers 1-0/+2
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-0/+7
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-27/+0
2021-08-30parisc: Increase size of gcc stack frame checkGravatar Helge Deller 1-1/+1
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTGravatar Christoph Hellwig 1-27/+0
2021-08-20SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryGravatar Chuck Lever 1-0/+7
2021-08-17locking/rtmutex: Add mutex variant for RTGravatar Thomas Gleixner 1-5/+6
2021-07-30lib/test_string.c: move string selftest in the Runtime Testing menuGravatar Matteo Croce 1-0/+3
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundGravatar Mel Gorman 1-3/+0
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-2/+2