aboutsummaryrefslogtreecommitdiff
path: root/Documentation/dev-tools
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-27Documentation: Kunit: Update architecture.rst for minor fixesGravatar Sadiya Kazi 1-57/+58
2022-10-12Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-8/+9
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+7
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-6/+439
2022-10-07Documentation: kunit: Update description of --alltests optionGravatar David Gow 1-8/+9
2022-10-06Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 7-312/+130
2022-10-05docs:kselftest: fix kselftest_module.h path of example moduleGravatar Hoi Pok Wu 1-1/+1
2022-10-03checkpatch: warn for non-standard fixes tag styleGravatar Niklas Söderlund 1-0/+7
2022-10-03kmsan: add ReST documentationGravatar Alexander Potapenko 2-0/+428
2022-10-03kasan: dynamically allocate stack ring entriesGravatar Andrey Konovalov 1-1/+3
2022-10-03kasan: support kasan.stacktrace for SW_TAGSGravatar Andrey Konovalov 1-6/+9
2022-09-30Documentation: Kunit: Use full path to .kunitconfigGravatar Khalid Masum 1-1/+1
2022-09-30Documentation: KUnit: update links in the index pageGravatar Tales Aparecida 1-6/+7
2022-09-30Documentation: KUnit: add intro to the getting-started pageGravatar Tales Aparecida 1-0/+4
2022-09-30Documentation: KUnit: Reword start guide for selecting testsGravatar Tales Aparecida 1-27/+63
2022-09-30Documentation: KUnit: add note about mrproper in start.rstGravatar Tales Aparecida 1-0/+16
2022-09-30Documentation: KUnit: avoid repeating "kunit.py run" in start.rstGravatar Tales Aparecida 2-24/+16
2022-09-30Documentation: KUnit: remove duplicated docs for kunit_toolGravatar Tales Aparecida 4-253/+16
2022-09-30Documentation: Kunit: Add ref for other kinds of testsGravatar Tales Aparecida 2-0/+4
2022-09-30Documentation: KUnit: Fix non-uml anchorGravatar Tales Aparecida 3-5/+7
2022-09-30Documentation: Kunit: Fix inconsistent titlesGravatar Tales Aparecida 1-2/+2
2022-09-30Documentation: kunit: fix trivial typoGravatar Tales Aparecida 1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 4-8/+89
2022-07-28Documentation: KUnit: Fix example with compilation errorGravatar Maíra Canal 1-1/+1
2022-07-26Documentation: kunit: Add CLI args for kunit_toolGravatar Sadiya Kazi 1-1/+62
2022-07-11selftest: Taint kernel when test module loadedGravatar David Gow 1-0/+9
2022-07-11Documentation: kunit: fix example run_kunit func to allow spaces in argsGravatar Daniel Latypov 1-1/+1
2022-07-08Documentation: kunit: Cleanup run_wrapper, fix x-refGravatar David Gow 1-3/+15
2022-07-07kunit: add coverage_uml.config to enable GCOV on UMLGravatar Daniel Latypov 1-2/+1