aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-30Documentation: fix typos in dev-tools/kasan.rstAndrew Klychkov1-2/+2
2020-11-18Documentation: kgdb: Fix a typoTiezhu Yang1-4/+3
2020-11-05Merge tag 'linux-kselftest-kunit-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-1/+6
2020-10-28docs: kasan.rst: add two missing blank linesMauro Carvalho Chehab1-0/+2
2020-10-26Documentation: kunit: Update Kconfig parts for KUNIT's module supportSeongJae Park2-1/+6
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-0/+211
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-3/+3
2020-10-15Merge tag 'linux-kselftest-next-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-13/+22
2020-10-15docs: kgdb.rst: fix :c:type: usagesMauro Carvalho Chehab1-3/+3
2020-10-13KASAN: Testing DocumentationPatricia Alfonso1-0/+70
2020-10-13mm,kmemleak-test.c: move kmemleak-test.c to samples dirHui Su1-1/+1
2020-10-13kasan: remove mentions of unsupported Clang versionsMarco Elver1-2/+2
2020-10-09Documentation: kunit: add a brief blurb about kunit_test_suiteBrendan Higgins1-0/+5
2020-10-09Documentation: kunit: Add naming guidelinesDavid Gow2-0/+206
2020-10-07doc: dev-tools: kselftest.rst: Update examples and pathsKees Cook1-13/+22
2020-08-13Merge tag 'docs-5.9-2' of git://git.lwn.net/linuxLinus Torvalds2-12/+19
2020-08-11documentation: coccinelle: Improve command example for make C={1,2}Sumera Priyadarsini1-4/+11
2020-08-11Dev-tools: Documentation: Replace deprecated :c:func: UsagePuranjay Mohan1-8/+8
2020-08-07kasan: update documentation for generic kasanWalter Wu1-0/+3
2020-08-07kasan: update required compiler versions in documentationMarco Elver1-5/+2
2020-08-05Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-13/+6
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds5-27/+27
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/coreIngo Molnar1-1/+2
2020-07-17Documentation: kunit: Remove references to --defconfigDavid Gow2-13/+6
2020-07-13docs: gcov: replace links with HTTPSAlexander A. Klimov1-2/+2
2020-07-13Documentation: kgdb: eliminate duplicated wordRandy Dunlap1-1/+1
2020-07-05doc: add link to sparse's home page/internal docsLuc Van Oostenryck1-0/+2
2020-07-05Documentation/features: Add kmemleakTobias Klauser1-2/+0
2020-07-05Documentation: Coccinelle: fix various typos etc.Randy Dunlap1-20/+20
2020-07-02Merge tag 'linux-kselftest-kunit-fixes-5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+40
2020-06-29kcsan: Re-add GCC as a supported compilerMarco Elver1-1/+2
2020-06-26Documentation: kunit: Add some troubleshooting tips to the FAQDavid Gow1-0/+40
2020-06-26doc: update URL for sparse's tarballsLuc Van Oostenryck1-2/+2
2020-06-15kcsan: Remove __no_kcsan_or_inlinePeter Zijlstra1-6/+0
2020-06-11kcsan: Update Documentation to change supported compilersMarco Elver1-8/+1
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner2-0/+329
2020-06-10Merge tag 'docs-5.8-2' of git://git.lwn.net/linuxLinus Torvalds2-5/+5
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-7/+10
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+23
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov1-1/+1
2020-06-08docs: dev-tools: coccinelle: underlinesHeinrich Schuchardt1-4/+4
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov1-8/+9
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+2
2020-06-02Documentation: kgdboc: Document new kgdboc_earlycon parameterDouglas Anderson1-0/+24
2020-05-22Documentation: test.h - fix warningsLothar Rubusch2-7/+10
2020-05-19selftests: introduce gen_tar Makefile targetVeronika Kabatova1-0/+23
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsanThomas Gleixner1-83/+145
2020-04-28kselftest: add fixture variantsJakub Kicinski1-1/+2
2020-04-13kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver1-1/+2
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar6-30/+116