summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-081-2/+2
|\
| * LoongArch: Add KASAN (Kernel Address Sanitizer) supportQing Zhang2023-09-061-2/+2
* | kunit: Add documentation of KUnit test attributesRae Moar2023-07-262-0/+178
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-3/+7
|\
| * kasan, doc: note kasan.fault=panic_on_write behaviour for async modesMarco Elver2023-06-231-1/+3
| * kasan: add support for kasan.fault=panic_on_writeMarco Elver2023-06-191-3/+4
| * Documentation: kselftest: "make headers" is a prerequisiteJohn Hubbard2023-06-191-0/+1
* | Merge tag 'linux-kselftest-next-6.5-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-06-271-0/+22
|\ \
| * | selftests: allow runners to override the timeoutLuis Chamberlain2023-06-121-0/+22
| |/
* | Documentation: kunit: Rename references to kunit_abort()David Gow2023-06-061-2/+2
* | Documentation: Kunit: add MODULE_LICENSE to sample codeTakashi Sakamoto2023-05-311-0/+2
* | Documentation: kunit: Add usage notes for kunit_add_action()David Gow2023-05-251-0/+51
* | Documentation: kunit: Warn that exit functions run even if init failsDavid Gow2023-05-111-2/+10
* | Documentation: kunit: Note that assertions should not be used in cleanupDavid Gow2023-05-111-0/+6
* | Documentation: kunit: Modular tests should not depend on KUNIT=yGeert Uytterhoeven2023-05-081-1/+4
|/
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-67/+102
|\
| * kcov: improve documentationAndrey Konovalov2023-04-081-67/+102
* | docs: kmemleak: adjust to config renamingLukas Bulwahn2023-04-201-1/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-0/+17
|\
| * kasan: allow sampling page_alloc allocations for HW_TAGSAndrey Konovalov2023-01-181-0/+17
* | Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-02-233-12/+178
|\ \
| * | Documentation: Add Function Redirection API docsSadiya Kazi2023-02-082-3/+172
| * | kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow2023-02-081-9/+6
| |/
* | Documentation: coccinelle: Escape --options to fix Sphinx outputJonathan Neuschäfer2023-01-311-4/+4
* | docs/scripts/gdb: add necessary make scripts_gdb stepJakob Koschel2023-01-261-0/+4
|/
* Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-12-126-303/+136
|\
| * Documentation: dev-tools: Clarify requirements for result descriptionMark Brown2022-12-121-2/+2
| * Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sectionsDavid Gow2022-12-122-21/+16
| * kunit: Use the static key when retrieving the current testDavid Gow2022-12-121-9/+21
| * Documentation: kunit: Remove redundant 'tips.rst' pageDavid Gow2022-12-122-191/+0
| * Documentation: KUnit: reword description of assertionsDaniel Latypov2022-12-121-5/+8
| * Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplicationDaniel Latypov2022-12-121-18/+31
| * Documentation: Kunit: Update architecture.rst for minor fixesSadiya Kazi2022-10-271-57/+58
* | docs: kmsan: fix formatting of "Example report"Alexander Potapenko2022-11-081-0/+1
|/
* Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-10-121-8/+9
|\
| * Documentation: kunit: Update description of --alltests optionDavid Gow2022-10-071-8/+9
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-0/+7
|\ \
| * | checkpatch: warn for non-standard fixes tag styleNiklas Söderlund2022-10-031-0/+7
* | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-103-6/+439
|\ \ \
| * | | kmsan: add ReST documentationAlexander Potapenko2022-10-032-0/+428
| * | | kasan: dynamically allocate stack ring entriesAndrey Konovalov2022-10-031-1/+3
| * | | kasan: support kasan.stacktrace for SW_TAGSAndrey Konovalov2022-10-031-6/+9
| |/ /
* | | Merge tag 'linux-kselftest-kunit-6.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-067-312/+130
|\ \ \ | | |/ | |/|
| * | Documentation: Kunit: Use full path to .kunitconfigKhalid Masum2022-09-301-1/+1
| * | Documentation: KUnit: update links in the index pageTales Aparecida2022-09-301-6/+7
| * | Documentation: KUnit: add intro to the getting-started pageTales Aparecida2022-09-301-0/+4
| * | Documentation: KUnit: Reword start guide for selecting testsTales Aparecida2022-09-301-27/+63
| * | Documentation: KUnit: add note about mrproper in start.rstTales Aparecida2022-09-301-0/+16
| * | Documentation: KUnit: avoid repeating "kunit.py run" in start.rstTales Aparecida2022-09-302-24/+16
| * | Documentation: KUnit: remove duplicated docs for kunit_toolTales Aparecida2022-09-304-253/+16