summaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-281-5/+21
|\
| * mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin2022-06-271-0/+9
| * mm: remove vmacacheLiam R. Howlett2022-06-271-8/+0
| * Maple Tree: add new data structureLiam R. Howlett2022-06-271-0/+15
* | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-06-281-0/+155
|\ \ | |/ |/|
| * Kbuild: add Rust supportMiguel Ojeda2022-05-231-0/+155
* | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-271-23/+0
|\ \
| * | nvdimm: Drop nd_device_lock()Dan Williams2022-04-281-17/+0
| * | cxl: Drop cxl_device_lock()Dan Williams2022-04-281-6/+0
| |/
* | Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-35/+0
|\ \
| * | mm: Kconfig: reorganize misplaced mm optionsVlastimil Babka2022-05-271-34/+0
| |/
* | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-21/+0
|\ \
| * | lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes2022-04-291-21/+0
| |/
* | Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-05-251-5/+10
|\ \
| * | lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTSDaniel Latypov2022-05-121-5/+10
| |/
* | Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-05-251-0/+1
|\ \
| * | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2022-04-061-0/+1
| |/
* | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-2/+1
|\ \
| * | random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-05-181-2/+1
| |/
* | objtool: Add HAVE_NOINSTR_VALIDATIONJosh Poimboeuf2022-04-221-1/+1
* | objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf2022-04-221-1/+1
* | objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-221-2/+2
* | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-9/+11
|/
* Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-03-241-0/+23
|\
| * cxl: Prove CXL lockingDan Williams2022-02-081-0/+23
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-66/+76
|\ \
| * | lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang2022-03-231-1/+2
| * | Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook2022-03-231-65/+74
| |/
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-2/+32
|\ \
| * | fprobe: Add a selftest for fprobeMasami Hiramatsu2022-03-171-0/+12
| * | bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien2022-02-281-0/+10
| * | lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor2022-02-021-1/+1
| * | lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor2022-02-021-2/+2
| * | compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song2022-01-271-0/+8
| |/
* | lib: stackinit: Convert to KUnitKees Cook2022-03-211-11/+11
* | lib: overflow: Convert to KunitKees Cook2022-02-271-3/+13
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-5/+26
|\
| * kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver2022-01-201-0/+2
| * lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor2022-01-201-0/+1
| * test_hash.c: refactor into kunitIsabella Basso2022-01-201-9/+19
| * lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso2022-01-201-3/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+1
|\ \ | |/
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-081-0/+1
| |\
| | * bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-021-0/+1
* | | net: add net device refcount tracker infrastructureEric Dumazet2021-12-061-0/+5
* | | lib: add tests for reference trackerEric Dumazet2021-12-061-0/+10
|/ /
* | parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller2021-11-221-2/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+1
|\
| * mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-061-1/+1
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-1/+2
|\ \