Age | Commit message (Expand) | Author | Files | Lines |
2021-09-03 | mm/kasan: move kasan.fault to mm/kasan/report.c | Woody Lin | 1 | -5/+8 |
2021-07-12 | Documentation: kunit: drop obsolete note about uml_abort for coverage | Daniel Latypov | 1 | -13/+1 |
2021-07-04 | Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -54/+39 |
2021-07-02 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/... | Linus Torvalds | 5 | -24/+485 |
2021-06-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -5/+4 |
2021-06-29 | kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() | David Gow | 1 | -5/+4 |
2021-06-24 | kunit: Move default config from arch/um -> tools/testing/kunit | David Gow | 1 | -1/+1 |
2021-06-24 | Documentation: kunit: Clean up some string casts in examples | David Gow | 1 | -4/+3 |
2021-06-23 | docs: dev-tools: kunit: don't use a table for docs name | Mauro Carvalho Chehab | 1 | -4/+4 |
2021-06-17 | docs: dev-tools: kunit: avoid using ReST :doc:`foo` markup | Mauro Carvalho Chehab | 5 | -15/+18 |
2021-06-17 | docs: dev-tools: testing-overview.rst: avoid using ReST :doc:`foo` markup | Mauro Carvalho Chehab | 1 | -9/+9 |
2021-06-17 | docs: dev-tools: kunit: don't use a table for docs name | Mauro Carvalho Chehab | 1 | -4/+4 |
2021-06-15 | docs: checkpatch: Document and segregate more checkpatch message types | Dwaipayan Ray | 1 | -71/+328 |
2021-06-12 | Documentation: kunit: document support for QEMU in kunit_tool | Brendan Higgins | 2 | -11/+87 |
2021-05-21 | Documentation: kunit: Update kunit_tool page | David Gow | 1 | -8/+132 |
2021-05-21 | Documentation: kunit: add tips for running KUnit | Daniel Latypov | 3 | -0/+262 |
2021-05-20 | Documentation: checkpatch: Tweak BIT() macro include | Andrew Jeffery | 1 | -1/+1 |
2021-05-20 | docs: Add more message type documentations for checkpatch | Dwaipayan Ray | 1 | -7/+163 |
2021-05-18 | kcsan: Use URL link for pointing access-marking.txt | Akira Yokosawa | 1 | -2/+3 |
2021-05-18 | kcsan: Document "value changed" line | Marco Elver | 1 | -53/+35 |
2021-05-18 | kcsan: Add pointer to access-marking.txt to data_race() bullet | Paul E. McKenney | 1 | -1/+3 |
2021-05-07 | scripts/gdb: add lx_current support for arm64 | Barry Song | 1 | -1/+1 |
2021-05-07 | scripts/gdb: document lx_current is only supported by x86 | Barry Song | 1 | -1/+1 |
2021-04-30 | kasan: docs: update tests section | Andrey Konovalov | 1 | -17/+15 |
2021-04-30 | kasan: docs: update ignoring accesses section | Andrey Konovalov | 1 | -4/+30 |
2021-04-30 | kasan: docs: update shadow memory section | Andrey Konovalov | 1 | -17/+14 |
2021-04-30 | kasan: docs: update HW_TAGS implementation details section | Andrey Konovalov | 1 | -13/+13 |
2021-04-30 | kasan: docs: update SW_TAGS implementation details section | Andrey Konovalov | 1 | -20/+19 |
2021-04-30 | kasan: docs: update GENERIC implementation details section | Andrey Konovalov | 1 | -14/+13 |
2021-04-30 | kasan: docs: update boot parameters section | Andrey Konovalov | 1 | -4/+10 |
2021-04-30 | kasan: docs: update error reports section | Andrey Konovalov | 1 | -20/+26 |
2021-04-30 | kasan: docs: update usage section | Andrey Konovalov | 1 | -12/+11 |
2021-04-30 | kasan: docs: update overview section | Andrey Konovalov | 1 | -8/+19 |
2021-04-30 | kasan: docs: clean up sections | Andrey Konovalov | 1 | -27/+27 |
2021-04-28 | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
2021-04-28 | Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -2/+76 |
2021-04-28 | Merge tag 'linux-kselftest-next-5.13-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -2/+2 |
2021-04-26 | Merge tag 'docs-5.13' of git://git.lwn.net/linux | Linus Torvalds | 4 | -2/+883 |
2021-04-15 | Documentation: dev-tools: Add Testing Overview | David Gow | 2 | -0/+121 |
2021-04-11 | kasan: Add KASAN mode kernel parameter | Vincenzo Frascino | 1 | -0/+9 |
2021-04-08 | docs/gcov: Convert two tags to ref in dev-tools/gov.rst | Wu XiangCheng | 1 | -2/+6 |
2021-04-08 | Documentation: kunit: add tips for using current->kunit_test | Daniel Latypov | 1 | -2/+76 |
2021-04-03 | Documentation: kselftest: fix path to test module files | Antonio Terceiro | 1 | -2/+2 |
2021-03-25 | docs: document all error message types in checkpatch | Dwaipayan Ray | 1 | -38/+280 |
2021-03-09 | kcsan: Add missing license and copyright headers | Marco Elver | 1 | -0/+3 |
2021-03-07 | docs: add documentation for checkpatch | Dwaipayan Ray | 2 | -0/+514 |
2021-02-26 | kasan: clarify that only first bug is reported in HW_TAGS | Andrey Konovalov | 1 | -2/+6 |
2021-02-26 | kfence: report sensitive information based on no_hash_pointers | Marco Elver | 1 | -4/+4 |
2021-02-26 | kfence: add test suite | Marco Elver | 1 | -6/+6 |
2021-02-26 | kfence, Documentation: add KFENCE documentation | Marco Elver | 2 | -0/+299 |