aboutsummaryrefslogtreecommitdiff
path: root/Documentation/dev-tools
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 2-0/+478
2024-01-17Merge tag 'uml-for-linus-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+11
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-4/+1
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-8/+4
2024-01-05Documentation: kunit: Add clang UML coverage exampleGravatar Michał Winiarski 1-0/+11
2024-01-03kunit: add parameter generation macro using description from arrayGravatar Benjamin Berg 1-8/+4
2023-12-29docs: dev-tools: Add UAPI checker documentationGravatar John Moon 2-0/+478
2023-12-18kunit: Add APIs for managing devicesGravatar davidgow@google.com 2-0/+59
2023-12-18Documentation: Add debugfs docs with run after bootGravatar Rae Moar 1-4/+47
2023-12-18kunit: add is_init test attributeGravatar Rae Moar 1-0/+7
2023-12-18kunit: Add a macro to wrap a deferred action functionGravatar David Gow 1-3/+7
2023-11-17Merge branch 'vegard' into docs-mwGravatar Jonathan Corbet 1-4/+1
2023-11-17Documentation: dev-tools: properly format ToC headingssGravatar Vegard Nossum 1-4/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-9/+14
2023-11-01Documentation: ubsan: drop "the" from article titleGravatar Andrey Konovalov 1-2/+4
2023-10-18Documentation: *san: drop "the" from article titlesGravatar Andrey Konovalov 3-7/+10
2023-10-09Documentation: kselftests: Remove references to bpf testsGravatar Marcos Paulo de Souza 1-3/+3
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 1-2/+2
2023-09-06LoongArch: Add KASAN (Kernel Address Sanitizer) supportGravatar Qing Zhang 1-2/+2
2023-07-26kunit: Add documentation of KUnit test attributesGravatar Rae Moar 2-0/+178
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-3/+7
2023-06-27Merge tag 'linux-kselftest-next-6.5-rc1' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+22
2023-06-23kasan, doc: note kasan.fault=panic_on_write behaviour for async modesGravatar Marco Elver 1-1/+3
2023-06-19kasan: add support for kasan.fault=panic_on_writeGravatar Marco Elver 1-3/+4
2023-06-19Documentation: kselftest: "make headers" is a prerequisiteGravatar John Hubbard 1-0/+1
2023-06-12selftests: allow runners to override the timeoutGravatar Luis Chamberlain 1-0/+22
2023-06-06Documentation: kunit: Rename references to kunit_abort()Gravatar David Gow 1-2/+2
2023-05-31Documentation: Kunit: add MODULE_LICENSE to sample codeGravatar Takashi Sakamoto 1-0/+2
2023-05-25Documentation: kunit: Add usage notes for kunit_add_action()Gravatar David Gow 1-0/+51
2023-05-11Documentation: kunit: Warn that exit functions run even if init failsGravatar David Gow 1-2/+10
2023-05-11Documentation: kunit: Note that assertions should not be used in cleanupGravatar David Gow 1-0/+6
2023-05-08Documentation: kunit: Modular tests should not depend on KUNIT=yGravatar Geert Uytterhoeven 1-1/+4
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-67/+102
2023-04-20docs: kmemleak: adjust to config renamingGravatar Lukas Bulwahn 1-1/+1
2023-04-08kcov: improve documentationGravatar Andrey Konovalov 1-67/+102
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+17
2023-02-23Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 3-12/+178
2023-02-08Documentation: Add Function Redirection API docsGravatar Sadiya Kazi 2-3/+172
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleGravatar David Gow 1-9/+6
2023-01-31Documentation: coccinelle: Escape --options to fix Sphinx outputGravatar Jonathan Neuschäfer 1-4/+4
2023-01-26docs/scripts/gdb: add necessary make scripts_gdb stepGravatar Jakob Koschel 1-0/+4
2023-01-18kasan: allow sampling page_alloc allocations for HW_TAGSGravatar Andrey Konovalov 1-0/+17
2022-12-12Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Gravatar Linus Torvalds 6-303/+136
2022-12-12Documentation: dev-tools: Clarify requirements for result descriptionGravatar Mark Brown 1-2/+2
2022-12-12Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sectionsGravatar David Gow 2-21/+16
2022-12-12kunit: Use the static key when retrieving the current testGravatar David Gow 1-9/+21
2022-12-12Documentation: kunit: Remove redundant 'tips.rst' pageGravatar David Gow 2-191/+0
2022-12-12Documentation: KUnit: reword description of assertionsGravatar Daniel Latypov 1-5/+8
2022-12-12Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplicationGravatar Daniel Latypov 1-18/+31
2022-11-08docs: kmsan: fix formatting of "Example report"Gravatar Alexander Potapenko 1-0/+1