- dede34b docs/kselftest: clarify running mainline tests on stables by Shuah Khan · 3 years ago
- 6f38be8 Merge tag 'docs-5.17' of git://git.lwn.net/linux by Linus Torvalds · 3 years ago
- 1be5bdf Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years ago
- 689d801 Documentation: kgdb: Replace deprecated remotebaud by Christian Löhle · 3 years ago
- e765c74 Documentation: kgdb: properly capitalize the MAGIC_SYSRQ config by Lukas Bulwahn · 3 years ago
- b360644 Documentation: KUnit: Restyled Frequently Asked Questions by Harinder Singh · 3 years ago
- 39150e8 Documentation: KUnit: Restyle Test Style and Nomenclature page by Harinder Singh · 3 years ago
- 9535743 Documentation: KUnit: Rework writing page to focus on writing tests by Harinder Singh · 3 years ago
- 46201d4 Documentation: kunit: Reorganize documentation related to running tests by Harinder Singh · 3 years ago
- bc145b3 Documentation: KUnit: Added KUnit Architecture by Harinder Singh · 3 years ago
- c48b9ef Documentation: KUnit: Rewrite getting started by Harinder Singh · 3 years ago
- 6c6213f Documentation: KUnit: Rewrite main page by Harinder Singh · 3 years ago
- 4c2911f kunit: tool: reconfigure when the used kunitconfig changes by Daniel Latypov · 3 years, 1 month ago
- 58b391d Documentation: kunit: remove claims that kunit is a mocking framework by Daniel Latypov · 3 years, 2 months ago
- a32fa6b Documentation: dev-tools: Add KTAP specification by Rae Moar · 3 years, 1 month ago
- 82eb691 kcsan: Document modeling of weak memory by Marco Elver · 3 years, 1 month ago
- 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 6f1d34b Documentation/kcov: define `ip' in the example by Sebastian Andrzej Siewior · 3 years, 2 months ago
- d687a9c Documentation/kcov: include types.h in the example by Sebastian Andrzej Siewior · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 4f612ed kfence: default to dynamic branch instead of static keys mode by Marco Elver · 3 years, 2 months ago
- 5cc906b kfence: add note to documentation about skipping covered allocations by Marco Elver · 3 years, 2 months ago
- 624ad33 Merge tag 'docs-5.16' of git://git.lwn.net/linux by Linus Torvalds · 3 years, 2 months ago
- 313b6ff Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 2 months ago
- a127b15 kunit: tool: allow filtering test cases via glob by Daniel Latypov · 3 years, 3 months ago
- 2d27e58 kasan: Extend KASAN mode kernel parameter by Vincenzo Frascino · 3 years, 3 months ago
- b195119 Revert "docs: checkpatch: add UNNECESSARY/UNSPECIFIED_INT and UNNECESSARY_ELSE" by Jonathan Corbet · 3 years, 3 months ago
- 250a0a5 docs: checkpatch: add multiline, do/while, and multiple-assignment messages by Utkarsh Verma · 3 years, 3 months ago
- cbb817f docs: checkpatch: add UNNECESSARY/UNSPECIFIED_INT and UNNECESSARY_ELSE by Utkarsh Verma · 3 years, 3 months ago
- 3454cd5 Documentation: checkpatch: Add SYMBOLIC_PERMS message by Utkarsh Verma · 3 years, 4 months ago
- 29bd0ca Documentation: checkpatch: Add TRAILING_SEMICOLON message by Utkarsh Verma · 3 years, 4 months ago
- d954897 Documentation: checkpatch: Add SPLIT_STRING message by Utkarsh Verma · 3 years, 4 months ago
- 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- 4bbf04a kfence: show cpu and timestamp in alloc/free info by Marco Elver · 3 years, 4 months ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- c9d1af2 mm/kasan: move kasan.fault to mm/kasan/report.c by Woody Lin · 3 years, 4 months ago
- aa82977 Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 6a499c9 kunit: tool: make --raw_output support only showing kunit output by Daniel Latypov · 3 years, 5 months ago
- 6cb51a1 kunit: tool: add --kernel_args to allow setting module params by Daniel Latypov · 3 years, 6 months ago
- 49f72d5 kcsan: Rework atomic.h into permissive.h by Marco Elver · 3 years, 7 months ago
- e675d25 kcsan: Introduce CONFIG_KCSAN_STRICT by Marco Elver · 3 years, 7 months ago
- a72fa63 Documentation: kunit: drop obsolete note about uml_abort for coverage by Daniel Latypov · 3 years, 6 months ago
- b97efd5 Merge branch 'kcsan.2021.05.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years, 6 months ago
- a48ad6e Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 6 months ago
- 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- 3ff16d3 kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() by David Gow · 3 years, 6 months ago
- d9d6b82 kunit: Move default config from arch/um -> tools/testing/kunit by David Gow · 3 years, 7 months ago
- 99a8e89 Documentation: kunit: Clean up some string casts in examples by David Gow · 3 years, 8 months ago
- 2ec73ec docs: dev-tools: kunit: don't use a table for docs name by Mauro Carvalho Chehab · 3 years, 7 months ago
- 654a5bd docs: dev-tools: kunit: avoid using ReST :doc:`foo` markup by Mauro Carvalho Chehab · 3 years, 7 months ago
- 3a8b57d docs: dev-tools: testing-overview.rst: avoid using ReST :doc:`foo` markup by Mauro Carvalho Chehab · 3 years, 7 months ago
- 9129faf docs: dev-tools: kunit: don't use a table for docs name by Mauro Carvalho Chehab · 3 years, 7 months ago
- 91a1265 docs: checkpatch: Document and segregate more checkpatch message types by Dwaipayan Ray · 3 years, 7 months ago
- 12ca7a8 Documentation: kunit: document support for QEMU in kunit_tool by Brendan Higgins · 3 years, 7 months ago
- d7eab3d Documentation: kunit: Update kunit_tool page by David Gow · 3 years, 9 months ago
- 11dbc62 Documentation: kunit: add tips for running KUnit by Daniel Latypov · 3 years, 9 months ago
- 0e7c52d Documentation: checkpatch: Tweak BIT() macro include by Andrew Jeffery · 3 years, 7 months ago
- 76001b8 docs: Add more message type documentations for checkpatch by Dwaipayan Ray · 3 years, 8 months ago
- 117232c kcsan: Use URL link for pointing access-marking.txt by Akira Yokosawa · 3 years, 8 months ago
- b930226 kcsan: Document "value changed" line by Marco Elver · 3 years, 9 months ago
- ea04846 kcsan: Add pointer to access-marking.txt to data_race() bullet by Paul E. McKenney · 3 years, 10 months ago
- 526940e scripts/gdb: add lx_current support for arm64 by Barry Song · 3 years, 8 months ago
- dc95868 scripts/gdb: document lx_current is only supported by x86 by Barry Song · 3 years, 8 months ago
- fc23c07 kasan: docs: update tests section by Andrey Konovalov · 3 years, 8 months ago
- fe547fc kasan: docs: update ignoring accesses section by Andrey Konovalov · 3 years, 8 months ago
- 67ca1c0 kasan: docs: update shadow memory section by Andrey Konovalov · 3 years, 8 months ago
- bb48675 kasan: docs: update HW_TAGS implementation details section by Andrey Konovalov · 3 years, 8 months ago
- a6c18d4 kasan: docs: update SW_TAGS implementation details section by Andrey Konovalov · 3 years, 8 months ago
- b8191d7 kasan: docs: update GENERIC implementation details section by Andrey Konovalov · 3 years, 8 months ago
- f359074 kasan: docs: update boot parameters section by Andrey Konovalov · 3 years, 8 months ago
- 836f79a kasan: docs: update error reports section by Andrey Konovalov · 3 years, 8 months ago
- 86e6f08 kasan: docs: update usage section by Andrey Konovalov · 3 years, 8 months ago
- 3cbc37d kasan: docs: update overview section by Andrey Konovalov · 3 years, 8 months ago
- 96d7d14 kasan: docs: clean up sections by Andrey Konovalov · 3 years, 8 months ago
- 0ff0edb Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
- 1e9599d Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 8 months ago
- 2a68c268 Merge tag 'linux-kselftest-next-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 8 months ago
- 2f9ef05 Merge tag 'docs-5.13' of git://git.lwn.net/linux by Linus Torvalds · 3 years, 8 months ago
- c797997 Documentation: dev-tools: Add Testing Overview by David Gow · 3 years, 9 months ago
- 2603f8a kasan: Add KASAN mode kernel parameter by Vincenzo Frascino · 3 years, 10 months ago
- 1446e32 docs/gcov: Convert two tags to ref in dev-tools/gov.rst by Wu XiangCheng · 3 years, 9 months ago
- de2fcb3 Documentation: kunit: add tips for using current->kunit_test by Daniel Latypov · 3 years, 9 months ago
- 87f1c20 Documentation: kselftest: fix path to test module files by Antonio Terceiro · 3 years, 10 months ago
- 3337c3a docs: document all error message types in checkpatch by Dwaipayan Ray · 3 years, 9 months ago
- bd0ccc4 kcsan: Add missing license and copyright headers by Marco Elver · 4 years ago
- 2eecbab docs: add documentation for checkpatch by Dwaipayan Ray · 3 years, 10 months ago
- 7169487 kasan: clarify that only first bug is reported in HW_TAGS by Andrey Konovalov · 3 years, 10 months ago
- 35beccf kfence: report sensitive information based on no_hash_pointers by Marco Elver · 3 years, 10 months ago
- bc8fbc5 kfence: add test suite by Marco Elver · 3 years, 10 months ago
- 10efe55 kfence, Documentation: add KFENCE documentation by Marco Elver · 3 years, 10 months ago
- 5d92bdf kasan: rename CONFIG_TEST_KASAN_MODULE by Andrey Konovalov · 3 years, 10 months ago
- 4062c24 kasan: clarify HW_TAGS impact on TBI by Andrey Konovalov · 3 years, 10 months ago
- 783955f Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 10 months ago
- 1cc4cdb kasan: fix stack traces dependency for HW_TAGS by Andrey Konovalov · 3 years, 11 months ago
- 7c2b108 Documentation: kunit: add tips.rst for small examples by Daniel Latypov · 4 years ago
- c9ef2d3 KUnit: Docs: make start.rst example Kconfig follow style.rst by Daniel Latypov · 4 years ago
- 76bc99e kasan: fix HW_TAGS boot parameters by Andrey Konovalov · 4 years ago
- 8db50be Documentation: kunit: include example of a parameterized test by Daniel Latypov · 4 years ago
- 1375b98 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
- c45647f Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux by Linus Torvalds · 4 years ago