1. 3e7aeb7 Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 1 year, 2 months ago
  2. 7ece381 kunit: Protect string comparisons against NULL by Richard Fitzgerald · 1 year, 2 months ago
  3. 292010e kunit: add parameter generation macro using description from array by Benjamin Berg · 1 year, 2 months ago
  4. 6c4ea2f kunit: add is_init test attribute by Rae Moar · 1 year, 3 months ago
  5. d81f0d7 kunit: add KUNIT_INIT_TABLE to init linker section by Rae Moar · 1 year, 3 months ago
  6. 05e2006 kunit: Use string_stream for test log by Richard Fitzgerald · 1 year, 6 months ago
  7. d68b4b6 Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 6 months ago
  8. b229baa kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.h by Andy Shevchenko · 1 year, 8 months ago
  9. b67abaa kunit: Allow kunit test modules to use test filtering by Janusz Krzysztofik · 1 year, 7 months ago
  10. 18258c6 kunit: Make 'list' action available to kunit test modules by Janusz Krzysztofik · 1 year, 7 months ago
  11. c95e7c0 kunit: Report the count of test suites in a module by Janusz Krzysztofik · 1 year, 7 months ago
  12. a00a727 kunit: Add module attribute by Rae Moar · 1 year, 7 months ago
  13. 02c2d0c kunit: Add speed attribute by Rae Moar · 1 year, 7 months ago
  14. 39e92cb kunit: Add test attributes API structure by Rae Moar · 1 year, 7 months ago
  15. 2607551 kunit: Move kunit_abort() call out of kunit_do_failed_assertion() by David Gow · 1 year, 9 months ago
  16. b1eaa8b kunit: Update kunit_print_ok_not_ok function by Michal Wajdeczko · 1 year, 10 months ago
  17. 57e3cde kunit: kmalloc_array: Use kunit_add_action() by David Gow · 1 year, 9 months ago
  18. cdc87bd Documentation: kunit: Warn that exit functions run even if init fails by David Gow · 1 year, 10 months ago
  19. 7232282 kunit: increase KUNIT_LOG_SIZE to 2048 bytes by Heiko Carstens · 2 years ago
  20. 2c6a96d kunit: fix bug of extra newline characters in debugfs logs by Rae Moar · 2 years ago
  21. 887d85a kunit: fix bug in debugfs logs of parameterized tests by Rae Moar · 2 years ago
  22. 254c713 kunit: fix kunit_test_init_section_suites(...) by Brendan Higgins · 2 years, 1 month ago
  23. dd2f0a0 kunit: fix bug in KUNIT_EXPECT_MEMEQ by Rae Moar · 2 years, 1 month ago
  24. 908d0c1 kunit: Provide a static key to check if KUnit is actively running tests by David Gow · 2 years, 3 months ago
  25. 34c68f4 kunit: remove KUNIT_INIT_MEM_ASSERTION macro by Daniel Latypov · 2 years, 4 months ago
  26. 697365c kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros by Daniel Latypov · 2 years, 5 months ago
  27. b8a926b kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros by Maíra Canal · 2 years, 4 months ago
  28. c1144e0 kunit: declare kunit_assert structs as const by Daniel Latypov · 2 years, 5 months ago
  29. 97d453b kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED by Daniel Latypov · 2 years, 5 months ago
  30. a8495ad kunit: remove format func from struct kunit_assert, get it to 0 bytes by Daniel Latypov · 2 years, 5 months ago
  31. 7d97635 kunit: no longer call module_info(test, "Y") for kunit modules by Joe Fradley · 2 years, 6 months ago
  32. d20a6ba kunit: add kunit.enable to enable/disable KUnit test by Joe Fradley · 2 years, 6 months ago
  33. aded3ca kunit: fix assert_type for comparison macros by Sander Vanheule · 2 years, 6 months ago
  34. e5857d3 kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites by Daniel Latypov · 2 years, 8 months ago
  35. 3d6e446 kunit: unify module and builtin suite definitions by Jeremy Kerr · 2 years, 8 months ago
  36. 7b23794 kunit: test.h: fix a kernel-doc markup by Mauro Carvalho Chehab · 2 years, 8 months ago
  37. c272612 kunit: Taint the kernel when KUnit tests are run by David Gow · 2 years, 8 months ago
  38. 7466886 kunit: take `kunit_assert` as `const` by Miguel Ojeda · 2 years, 10 months ago
  39. 1cdba21 kunit: add ability to specify suite-level init and exit functions by Daniel Latypov · 2 years, 10 months ago
  40. 9bf2eed kunit: add support for kunit_suites that reference init code by Brendan Higgins · 2 years, 11 months ago
  41. 61695f8 kunit: split resource API from test.h into new resource.h by Daniel Latypov · 3 years ago
  42. caae945 kunit: Introduce _NULL and _NOT_NULL macros by Ricardo Ribalda · 3 years, 1 month ago
  43. c274145 kunit: cleanup assertion macro internal variables by Daniel Latypov · 3 years, 1 month ago
  44. 2b6861e kunit: factor out str constants from binary assertion structs by Daniel Latypov · 3 years, 1 month ago
  45. 064ff29 kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros by Daniel Latypov · 3 years, 1 month ago
  46. 6125a5c kunit: decrease macro layering for EQ/NE asserts by Daniel Latypov · 3 years, 1 month ago
  47. 40f3977 kunit: decrease macro layering for integer asserts by Daniel Latypov · 3 years, 1 month ago
  48. 955df7d kunit: reduce layering in string assertion macros by Daniel Latypov · 3 years, 1 month ago
  49. c585590 kunit: drop unused intermediate macros for ptr inequality checks by Daniel Latypov · 3 years, 1 month ago
  50. 6709d0f kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc. by Daniel Latypov · 3 years, 1 month ago
  51. 05a7da8 kunit: drop unused assert_type from kunit_assert and clean up macros by Daniel Latypov · 3 years, 2 months ago
  52. 21957f9 kunit: split out part of kunit_assert into a static const by Daniel Latypov · 3 years, 2 months ago
  53. a91e9ad kunit: drop unused kunit* field in kunit_assert by Daniel Latypov · 3 years, 2 months ago
  54. 4fdacef kunit: move check if assertion passed into the macros by Daniel Latypov · 3 years, 2 months ago
  55. ec54c28 include/kunit/test.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 4 months ago
  56. 361b57d kunit: fix kernel-doc warnings due to mismatched arg names by Daniel Latypov · 3 years, 5 months ago
  57. 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, 8 months ago
  58. 26c6cb7 kunit: make test->lock irq safe by Vlastimil Babka · 3 years, 8 months ago
  59. 6d2426b kunit: Support skipped tests by David Gow · 3 years, 8 months ago
  60. 7122deb kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpers by Daniel Latypov · 3 years, 10 months ago
  61. 44acdbb kunit: Add gnu_printf specifiers by David Gow · 3 years, 10 months ago
  62. 3747b5c kunit: Assign strings to 'const char*' in STREQ assertions by David Gow · 3 years, 10 months ago
  63. 6e62dfa kunit: Do not typecheck binary assertions by David Gow · 3 years, 10 months ago
  64. fadb08e kunit: Support for Parameterized Testing by Arpitha Raghunandan · 4 years, 4 months ago
  65. 3084db0 kunit: fix display of failed expectations for strings by Daniel Latypov · 4 years, 4 months ago
  66. 7f32b10 kunit: test: fix remaining kernel-doc warnings by Mauro Carvalho Chehab · 4 years, 4 months ago
  67. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 4 months ago
  68. 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, 5 months ago
  69. 623050a kunit: test.h: fix a bad kernel-doc markup by Mauro Carvalho Chehab · 4 years, 6 months ago
  70. 38d9b90 kunit: test.h: solve kernel-doc warnings by Mauro Carvalho Chehab · 4 years, 6 months ago
  71. 83c4e7a KUnit: KASAN Integration by Patricia Alfonso · 4 years, 5 months ago
  72. 8c0d884 init: main: add KUnit to kernel init by Brendan Higgins · 4 years, 7 months ago
  73. aac3546 kunit: test: create a single centralized executor for all tests by Alan Maguire · 4 years, 7 months ago
  74. 725aca9 kunit: add support for named resources by Alan Maguire · 4 years, 9 months ago
  75. d4cdd14 kunit: generalize kunit_resource API beyond allocated resources by Alan Maguire · 4 years, 9 months ago
  76. c4714b0 Documentation: test.h - fix warnings by Lothar Rubusch · 4 years, 11 months ago
  77. c3bba69 kunit: subtests should be indented 4 spaces according to TAP by Alan Maguire · 5 years ago
  78. e2219db kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display by Alan Maguire · 5 years ago
  79. c475c77 kunit: allow kunit tests to be loaded as a module by Alan Maguire · 5 years ago
  80. 741a98d kunit: fix failure to build without printk by Brendan Higgins · 5 years ago
  81. e4aea8f kunit: test: add the concept of assertions by Brendan Higgins · 5 years ago
  82. 5f3e062 kunit: test: add support for test abort by Brendan Higgins · 5 years ago
  83. 73cda7b kunit: test: add the concept of expectations by Brendan Higgins · 5 years ago
  84. 0a756853 kunit: test: add test resource management API by Brendan Higgins · 5 years ago
  85. 914cc63 kunit: test: add KUnit test runner core by Brendan Higgins · 5 years ago