1. b42657ac kunit: Fix platform mock to enable calling driver->remove. by Iurii Zaikin · 4 years, 7 months ago
  2. b8d286e kunit: mock: added bool matchers by Sagi Shahar · 4 years, 7 months ago
  3. 64fb396 kunit: Fix memory leak in test_stream_append by Sagi Shahar · 4 years, 7 months ago
  4. 12ef96e kunit_tool: Fix error log typo in kunit_parser.py by Sagi Shahar · 4 years, 7 months ago
  5. 5416e62 kunit: mock: added bool_return by Sagi Shahar · 4 years, 7 months ago
  6. 233e42f kunit: Add 'kunit_shutdown' option by David Gow · 4 years, 8 months ago
  7. d896ec4 kunit: Add compound matchers. by Iurii Zaikin · 4 years, 9 months ago
  8. 1caa886 Documentation: kunit: Add an explicit "run" arguement to the "Getting Started" guide. by David Gow · 4 years, 8 months ago
  9. 66f6b97 arch: um: Mock the _relaxed versions for read*/write* by David Gow · 4 years, 10 months ago
  10. e96c281 kunit_tool: add error log to tests in kunit_test.py by Darya Verzhbinsky · 4 years, 10 months ago
  11. f941c1a kunit_tool: add tests for method build_reconfig() by Darya Verzhbinsky · 4 years, 10 months ago
  12. 0f5a70d kunit_tool: added tests for throw_error_if_not_subset() by Darya Verzhbinsky · 4 years, 10 months ago
  13. 535394b kunit_tool: Move log printing out of kunit_parser by David Gow · 4 years, 10 months ago
  14. 62100f2 kunit_tool: fix type error in exception rethrow by Brendan Higgins · 4 years, 10 months ago
  15. 69a5a9a kunit: test: fix incorrect KUnit log prefix by Brendan Higgins · 4 years, 10 months ago
  16. 4c35e02 Merge "kunit: test: port test abort support to x86" into kunit/alpha/master by Iurii Zaikin · 5 years ago
  17. 00ab351 kunit: test: port test abort support to x86 by Iurii Zaikin · 5 years ago
  18. bcc1666 kunit: tool: make exit status non-zero for any type of failure by Brendan Higgins · 5 years ago kunit/release/4.19/0.7
  19. 5ed82f2 kunit: tool: add support for building kernel with additional threads by Brendan Higgins · 5 years ago
  20. 7ca0a6d kunit: tool: fix invalid attribute access on build failure by Brendan Higgins · 5 years ago
  21. f192c18 kunit: tool: fixed issue introduced by improve error messages for invalid kconfigs by Brendan Higgins · 5 years ago
  22. ba42266 kunit: Documentation: fix typo and includes in getting started guide by Eric Chiang · 5 years ago
  23. 1996e6b kunit: test: improve error messages for invalid kconfigs by Eric Chiang · 5 years ago
  24. 93787af kunit: tool: fixed test broken by system.exit(1) by Brendan Higgins · 5 years ago
  25. 1304e03 kunit: test: implement formatters for error codes by Mike Krinkin · 5 years ago
  26. b9bd9a9 Include kunit.py command in the documentation by Mike Krinkin · 5 years ago
  27. 4691404 kunit.py : Exit with exit code of 1 when all tests do not pass. by Avi Kondareddy · 5 years ago
  28. ccab9ce kunit: test: add test managed resource tests by Brendan Higgins · 5 years ago
  29. 8a91f16 kunit: mock: add failed expectation to output message by Arturo Gomez Diaz · 5 years ago
  30. b16a719 kunit: mock: print the mock method name when the return value is missing by linxinan · 5 years ago
  31. c54af68 kunit: print the mock function and input parameters in the failure by Lin Xinan · 6 years ago kunit/release/4.19/0.6
  32. acd4386 kunit_tool: update to support kunit_watcher by Avi Kondareddy · 6 years ago
  33. 2d5620f kunit_tool: add support to print only sample test by Pallav Agarwal · 6 years ago
  34. 231ce736 init: main: fix ifdef in init/main.c by Brendan Higgins · 6 years ago
  35. a263cc6f kunit: test: fix Makefile CONFIG_ for death test by Brendan Higgins · 6 years ago
  36. 0faa8b8 kunit_tool: added option for creating KUnit test skeletons by Brendan Higgins · 6 years ago
  37. 643f3a4 kunit_tool: refactored kunit_tool for adding subcommands by Brendan Higgins · 6 years ago
  38. d42e03b kunit.py: handle timeout by Avi Kondareddy · 6 years ago
  39. ab1c223 kunit: mock : Add three Cardinality expectation macro helpers. by Harshal Tushar Lehri · 6 years ago
  40. 8d8814a kunit: test: move death test to its own KUnit config by Brendan Higgins · 6 years ago
  41. e7076f9 init: main: add KUnit to kernel init by Brendan Higgins · 6 years ago
  42. 38bfc36 kunit: test: create single dispatcher for kunit by Brendan Higgins · 6 years ago
  43. e5438c6 arch: um: add linker section for kunit test modules by Brendan Higgins · 6 years ago
  44. 494c9a4 kunit: mock : Retire expectations on saturation when they are passed to the InSequence macro. by Harshal Tushar Lehri · 6 years ago
  45. 3eb61af kunit: Documentaiton: updated download link by Brendan Higgins · 6 years ago
  46. f30a27a kunit: Documentation: updated documentation by Brendan Higgins · 6 years ago
  47. 61408ca kunit: test: fixed HAS_IOMEM CONFIGs by Brendan Higgins · 6 years ago
  48. 8b0397e kunit: test: add proper CONFIGs to test/Kconfig by Brendan Higgins · 6 years ago
  49. 6bd5551 kunit: test: use strlcat in string-stream by Brendan Higgins · 6 years ago
  50. fa65768 kunit: mock: swapped out fixed width integer formatters by Brendan Higgins · 6 years ago
  51. 3fa5ae8 kunit: Documentation: Fixed non-ASCII character by Brendan Higgins · 6 years ago
  52. 5b1f170 kunit: added missing newlines by Brendan Higgins · 6 years ago
  53. ee11674 kunit: added missing SPDX headers by Brendan Higgins · 6 years ago
  54. 718efcf kunit: Documentation: Dropped bad toctree from FAQ by Brendan Higgins · 6 years ago
  55. bcb3916 kunit: added reference counting to string-stream by Felix Guo · 6 years ago
  56. 12958d2 kunit: add locking to string-stream operations by Felix Guo · 6 years ago
  57. f1f60aa kunit: added tests for Python Script by Felix Guo · 6 years ago
  58. b9b6006 kunit: added file and line number to expectations by Felix Guo · 6 years ago
  59. 03535f4 kunit: added InSequence implementation by Felix Guo · 6 years ago
  60. 87329e6 kunit: fix up some style and syntax by Felix Guo · 6 years ago
  61. 9f75e6c kunit.py: functional changes for testing by Felix Guo · 6 years ago
  62. 3ccf579 kunit: add parent method reference to expectation by Felix Guo · 6 years ago
  63. 0daadb3 kunit: added expectation modifier macros by Felix Guo · 6 years ago
  64. cd490bf kunit: remove redundant semicolon from macro by Felix Guo · 6 years ago
  65. 10a17b2 kunit: add FAQ to documentation by Felix Guo · 6 years ago
  66. 8f578a8 kunit: check if kernel crashed during kunit by Felix Guo · 6 years ago
  67. a67b25e MAINTAINERS: add entry for KUnit the unit testing framework by Brendan Higgins · 6 years ago
  68. 5d05eaa kunit.py: improved output from python wrapper by Felix Guo · 6 years ago
  69. c4ded7b kunit: added KUnit wrapper script and simple output parser by Felix Guo · 6 years ago
  70. 078f374 kunit: added Python libraries for handing KUnit config and kernel by Felix Guo · 6 years ago
  71. dd1cc91 Documentation: kunit: adds complete documentation for KUnit by Felix Guo · 6 years ago
  72. d609179 arch: um: added stubs for mock iomem for KUnit by Brendan Higgins · 7 years ago
  73. 5c13d98 kunit: added concept of platform mocking by Brendan Higgins · 6 years ago
  74. 298d317 kunit: improved sigsegv stack trace printing by Brendan Higgins · 6 years ago
  75. 290514a kunit: mock: add parameter capturers by Brendan Higgins · 6 years ago
  76. 8a5d475 kunit: mock: added the concept of redirect-mockable functions by Brendan Higgins · 6 years ago
  77. f495263 kunit: mock: added support for arbitrary function mocking by Brendan Higgins · 6 years ago
  78. f5b5c08 kunit: mock: add ability to mock functions with void context by Brendan Higgins · 6 years ago
  79. b155a73 kunit: mock: implemented nice, strict and naggy mock distinctions by Felix Guo · 6 years ago
  80. 1b58276 kunit: mock: added parameter formatters by Brendan Higgins · 6 years ago
  81. 2dbb99b kunit: mock: added struct param matcher by Brendan Higgins · 6 years ago
  82. bf32743 kunit: mock: added basic mock infrastructure by Brendan Higgins · 6 years ago
  83. a56013b kunit: mock: added parameter list minipulation macros by Brendan Higgins · 6 years ago
  84. 124e6ea checkpatch: added support for struct MOCK(foo) syntax by Brendan Higgins · 6 years ago
  85. 7eb1645 kunit: test: added concept of post conditions by Brendan Higgins · 6 years ago
  86. 2181012 kunit: test: added concept of initcalls by Brendan Higgins · 6 years ago
  87. 6db089a kunit: test: added the concept of assertions by Brendan Higgins · 6 years ago
  88. 8ec1f5c arch: um: added shim to trap to allow installing a fault catcher for tests by Brendan Higgins · 6 years ago
  89. 08c70e2 kunit: test: adds KUnit, a basic unit testing library for Linux by Brendan Higgins · 7 years ago
  90. d68b42c3 arch: um: enabled running kunit from User Mode Linux by Brendan Higgins · 7 years ago
  91. 84df952 Linux 4.19 by Greg Kroah-Hartman · 6 years ago
  92. 8e630c3 MAINTAINERS: Add an entry for the code of conduct by Greg Kroah-Hartman · 6 years ago
  93. f3f76d6 Code of Conduct: Change the contact email address by Greg Kroah-Hartman · 6 years ago
  94. d117a85 Code of Conduct Interpretation: Put in the proper URL for the committee by Greg Kroah-Hartman · 6 years ago
  95. f7e5858 Code of Conduct: Provide links between the two documents by Greg Kroah-Hartman · 6 years ago
  96. d84feee Code of Conduct Interpretation: Properly reference the TAB correctly by Greg Kroah-Hartman · 6 years ago
  97. 79dbeed Code of Conduct Interpretation: Add document explaining how the Code of Conduct is to be interpreted by Greg Kroah-Hartman · 6 years ago
  98. c1d1ba8 Code of conduct: Fix wording around maintainers enforcing the code of conduct by Chris Mason · 6 years ago
  99. 467e050 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Greg Kroah-Hartman · 6 years ago
  100. 23469de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Greg Kroah-Hartman · 6 years ago