aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-07scripts/gdb: add lx_current support for arm64Barry Song1-1/+1
2021-05-07scripts/gdb: document lx_current is only supported by x86Barry Song1-1/+1
2021-04-30kasan: docs: update tests sectionAndrey Konovalov1-17/+15
2021-04-30kasan: docs: update ignoring accesses sectionAndrey Konovalov1-4/+30
2021-04-30kasan: docs: update shadow memory sectionAndrey Konovalov1-17/+14
2021-04-30kasan: docs: update HW_TAGS implementation details sectionAndrey Konovalov1-13/+13
2021-04-30kasan: docs: update SW_TAGS implementation details sectionAndrey Konovalov1-20/+19
2021-04-30kasan: docs: update GENERIC implementation details sectionAndrey Konovalov1-14/+13
2021-04-30kasan: docs: update boot parameters sectionAndrey Konovalov1-4/+10
2021-04-30kasan: docs: update error reports sectionAndrey Konovalov1-20/+26
2021-04-30kasan: docs: update usage sectionAndrey Konovalov1-12/+11
2021-04-30kasan: docs: update overview sectionAndrey Konovalov1-8/+19
2021-04-30kasan: docs: clean up sectionsAndrey Konovalov1-27/+27
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2021-04-27Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-2/+76
2021-04-27Merge tag 'linux-kselftest-next-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-2/+2
2021-04-26Merge tag 'docs-5.13' of git://git.lwn.net/linuxLinus Torvalds4-2/+883
2021-04-15Documentation: dev-tools: Add Testing OverviewDavid Gow2-0/+121
2021-04-11kasan: Add KASAN mode kernel parameterVincenzo Frascino1-0/+9
2021-04-08docs/gcov: Convert two tags to ref in dev-tools/gov.rstWu XiangCheng1-2/+6
2021-04-07Documentation: kunit: add tips for using current->kunit_testDaniel Latypov1-2/+76
2021-04-02Documentation: kselftest: fix path to test module filesAntonio Terceiro1-2/+2
2021-03-25docs: document all error message types in checkpatchDwaipayan Ray1-38/+280
2021-03-08kcsan: Add missing license and copyright headersMarco Elver1-0/+3
2021-03-06docs: add documentation for checkpatchDwaipayan Ray2-0/+514
2021-02-26kasan: clarify that only first bug is reported in HW_TAGSAndrey Konovalov1-2/+6
2021-02-26kfence: report sensitive information based on no_hash_pointersMarco Elver1-4/+4
2021-02-26kfence: add test suiteMarco Elver1-6/+6
2021-02-26kfence, Documentation: add KFENCE documentationMarco Elver2-0/+299
2021-02-24kasan: rename CONFIG_TEST_KASAN_MODULEAndrey Konovalov1-4/+4
2021-02-24kasan: clarify HW_TAGS impact on TBIAndrey Konovalov1-5/+11
2021-02-22Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-2/+122
2021-02-09kasan: fix stack traces dependency for HW_TAGSAndrey Konovalov1-2/+1
2021-02-08Documentation: kunit: add tips.rst for small examplesDaniel Latypov3-1/+120
2021-02-08KUnit: Docs: make start.rst example Kconfig follow style.rstDaniel Latypov1-1/+2
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov1-21/+6
2021-01-15Documentation: kunit: include example of a parameterized testDaniel Latypov1-0/+57
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-89/+173
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds1-2/+2
2020-12-22kasan: update documentationAndrey Konovalov1-69/+115
2020-12-22kasan: add documentation for hardware tag-based modeAndrey Konovalov1-21/+59
2020-12-22kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*Andrey Konovalov1-1/+1
2020-12-16Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-6/+77
2020-12-15ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook1-0/+1
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+3
2020-12-15kasan: update documentation for generic kasanWalter Wu1-2/+3
2020-12-14Merge tag 'docs-5.11' of git://git.lwn.net/linuxLinus Torvalds4-8/+14
2020-12-03Documentation: fix typos found in process, dev-tools, and doc-guide subdirectoriesAndrew Klychkov1-1/+1
2020-12-03Documentation: Coccinelle: Improve command example for debugging patchesSumera Priyadarsini1-1/+8
2020-12-01Documentation: kunit: provide guidance for testing many inputsDaniel Latypov1-6/+77