1. ec54c28 include/kunit/test.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
  2. 361b57d kunit: fix kernel-doc warnings due to mismatched arg names by Daniel Latypov · 3 years, 3 months ago
  3. 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
  4. 26c6cb7 kunit: make test->lock irq safe by Vlastimil Babka · 3 years, 6 months ago
  5. 6d2426b kunit: Support skipped tests by David Gow · 3 years, 6 months ago
  6. 7122deb kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers by Daniel Latypov · 3 years, 8 months ago
  7. 44acdbb kunit: Add gnu_printf specifiers by David Gow · 3 years, 8 months ago
  8. 3747b5c kunit: Assign strings to 'const char*' in STREQ assertions by David Gow · 3 years, 8 months ago
  9. 6e62dfa kunit: Do not typecheck binary assertions by David Gow · 3 years, 8 months ago
  10. f65968a kunit: fix -Wunused-function warning for __kunit_fail_current_test by Daniel Latypov · 3 years, 9 months ago
  11. 359a376 kunit: support failure from dynamic analysis tools by Uriel Guajardo · 3 years, 10 months ago
  12. fadb08e kunit: Support for Parameterized Testing by Arpitha Raghunandan · 4 years, 1 month ago
  13. 3084db0 kunit: fix display of failed expectations for strings by Daniel Latypov · 4 years, 2 months ago
  14. 7f32b10 kunit: test: fix remaining kernel-doc warnings by Mauro Carvalho Chehab · 4 years, 2 months ago
  15. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  16. 7cf726a Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 2 months ago
  17. 623050a kunit: test.h: fix a bad kernel-doc markup by Mauro Carvalho Chehab · 4 years, 4 months ago
  18. 38d9b90 kunit: test.h: solve kernel-doc warnings by Mauro Carvalho Chehab · 4 years, 4 months ago
  19. 83c4e7a KUnit: KASAN Integration by Patricia Alfonso · 4 years, 2 months ago
  20. 8c0d884 init: main: add KUnit to kernel init by Brendan Higgins · 4 years, 5 months ago
  21. aac3546 kunit: test: create a single centralized executor for all tests by Alan Maguire · 4 years, 5 months ago
  22. 725aca9 kunit: add support for named resources by Alan Maguire · 4 years, 7 months ago
  23. d4cdd14 kunit: generalize kunit_resource API beyond allocated resources by Alan Maguire · 4 years, 7 months ago
  24. c4714b0 Documentation: test.h - fix warnings by Lothar Rubusch · 4 years, 9 months ago
  25. c3bba69 kunit: subtests should be indented 4 spaces according to TAP by Alan Maguire · 4 years, 9 months ago
  26. e2219db kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display by Alan Maguire · 4 years, 9 months ago
  27. c475c77 kunit: allow kunit tests to be loaded as a module by Alan Maguire · 5 years ago
  28. 9bbb11c kunit: hide unexported try-catch interface in try-catch-impl.h by Alan Maguire · 5 years ago
  29. 109fb06 kunit: move string-stream.h to lib/kunit by Alan Maguire · 5 years ago
  30. 741a98d kunit: fix failure to build without printk by Brendan Higgins · 5 years ago
  31. e4aea8f kunit: test: add the concept of assertions by Brendan Higgins · 5 years ago
  32. 5f3e062 kunit: test: add support for test abort by Brendan Higgins · 5 years ago
  33. 73cda7b kunit: test: add the concept of expectations by Brendan Higgins · 5 years ago
  34. 6b229e5 kunit: test: add assertion printing library by Brendan Higgins · 5 years ago
  35. d1fadef1 kunit: test: add string_stream a std::stream like string builder by Brendan Higgins · 5 years ago
  36. 0a756853 kunit: test: add test resource management API by Brendan Higgins · 5 years ago
  37. 914cc63 kunit: test: add KUnit test runner core by Brendan Higgins · 5 years ago