Age | Commit message (Expand) | Author |
2021-05-07 | scripts/gdb: add lx_current support for arm64 | Barry Song |
2021-05-07 | scripts/gdb: document lx_current is only supported by x86 | Barry Song |
2021-04-30 | kasan: docs: update tests section | Andrey Konovalov |
2021-04-30 | kasan: docs: update ignoring accesses section | Andrey Konovalov |
2021-04-30 | kasan: docs: update shadow memory section | Andrey Konovalov |
2021-04-30 | kasan: docs: update HW_TAGS implementation details section | Andrey Konovalov |
2021-04-30 | kasan: docs: update SW_TAGS implementation details section | Andrey Konovalov |
2021-04-30 | kasan: docs: update GENERIC implementation details section | Andrey Konovalov |
2021-04-30 | kasan: docs: update boot parameters section | Andrey Konovalov |
2021-04-30 | kasan: docs: update error reports section | Andrey Konovalov |
2021-04-30 | kasan: docs: update usage section | Andrey Konovalov |
2021-04-30 | kasan: docs: update overview section | Andrey Konovalov |
2021-04-30 | kasan: docs: clean up sections | Andrey Konovalov |
2021-04-28 | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-04-27 | Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2021-04-27 | Merge tag 'linux-kselftest-next-5.13-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2021-04-26 | Merge tag 'docs-5.13' of git://git.lwn.net/linux | Linus Torvalds |
2021-04-15 | Documentation: dev-tools: Add Testing Overview | David Gow |
2021-04-11 | kasan: Add KASAN mode kernel parameter | Vincenzo Frascino |
2021-04-08 | docs/gcov: Convert two tags to ref in dev-tools/gov.rst | Wu XiangCheng |
2021-04-07 | Documentation: kunit: add tips for using current->kunit_test | Daniel Latypov |
2021-04-02 | Documentation: kselftest: fix path to test module files | Antonio Terceiro |
2021-03-25 | docs: document all error message types in checkpatch | Dwaipayan Ray |
2021-03-08 | kcsan: Add missing license and copyright headers | Marco Elver |
2021-03-06 | docs: add documentation for checkpatch | Dwaipayan Ray |
2021-02-26 | kasan: clarify that only first bug is reported in HW_TAGS | Andrey Konovalov |
2021-02-26 | kfence: report sensitive information based on no_hash_pointers | Marco Elver |
2021-02-26 | kfence: add test suite | Marco Elver |
2021-02-26 | kfence, Documentation: add KFENCE documentation | Marco Elver |
2021-02-24 | kasan: rename CONFIG_TEST_KASAN_MODULE | Andrey Konovalov |
2021-02-24 | kasan: clarify HW_TAGS impact on TBI | Andrey Konovalov |
2021-02-22 | Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2021-02-09 | kasan: fix stack traces dependency for HW_TAGS | Andrey Konovalov |
2021-02-08 | Documentation: kunit: add tips.rst for small examples | Daniel Latypov |
2021-02-08 | KUnit: Docs: make start.rst example Kconfig follow style.rst | Daniel Latypov |
2021-01-24 | kasan: fix HW_TAGS boot parameters | Andrey Konovalov |
2021-01-15 | Documentation: kunit: include example of a parameterized test | Daniel Latypov |
2020-12-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-12-22 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux | Linus Torvalds |
2020-12-22 | kasan: update documentation | Andrey Konovalov |
2020-12-22 | kasan: add documentation for hardware tag-based mode | Andrey Konovalov |
2020-12-22 | kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* | Andrey Konovalov |
2020-12-16 | Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2020-12-15 | ubsan: remove UBSAN_MISC in favor of individual options | Kees Cook |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-12-15 | kasan: update documentation for generic kasan | Walter Wu |
2020-12-14 | Merge tag 'docs-5.11' of git://git.lwn.net/linux | Linus Torvalds |
2020-12-03 | Documentation: fix typos found in process, dev-tools, and doc-guide subdirect... | Andrew Klychkov |
2020-12-03 | Documentation: Coccinelle: Improve command example for debugging patches | Sumera Priyadarsini |
2020-12-01 | Documentation: kunit: provide guidance for testing many inputs | Daniel Latypov |