1. de65b12 tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · 1 year, 6 months ago
  2. c25be4f patman: fix class TestFunctional by Heinrich Schuchardt · 1 year, 6 months ago
  3. b646e1f patman: Declare the future Series memory by Simon Glass · 1 year, 6 months ago
  4. 00d54ae patman: Check patches in parallel by Simon Glass · 1 year, 8 months ago
  5. 27409e3 patman: Run get_maintainer.pl in parallel by Simon Glass · 1 year, 8 months ago
  6. c524cd6 patman: Refactor MakeCcFile() into two functions by Simon Glass · 1 year, 8 months ago
  7. 98bc0b4 patman: Drop an incorrect comment about git am by Simon Glass · 1 year, 8 months ago
  8. 6608acb doc: Add notes on how to install patman and binman by Simon Glass · 1 year, 8 months ago
  9. 30eb11a patman: Add support for building a patman PyPi package by Simon Glass · 1 year, 8 months ago
  10. a545dc1 patman: Avoid importing test_checkpatch before it is needed by Simon Glass · 1 year, 8 months ago
  11. 4583c00 patman: Move library functions into a library directory by Simon Glass · 1 year, 8 months ago
  12. 00290d6 Remove concurrencytest by Simon Glass · 1 year, 8 months ago
  13. 6811fea Revert "patman: test_util: Print test stdout/stderr within test summaries" by Simon Glass · 1 year, 8 months ago
  14. 48be546 checkpatch: Add a warning for pre-schema driver model tags by Simon Glass · 1 year, 8 months ago
  15. 4c59078 patman: symlink top level .checkpatch.conf by Maxim Cournoyer · 1 year, 9 months ago
  16. da413b5 Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" by Maxim Cournoyer · 1 year, 9 months ago
  17. 8c042fb patman: add '--get-maintainer-script' argument by Maxim Cournoyer · 1 year, 10 months ago
  18. 8f8d3f7 patman: additionally honor a local .patman config file by Maxim Cournoyer · 1 year, 10 months ago
  19. db16edd patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · 1 year, 10 months ago
  20. 2c58a5e patman: set the default config_fname argument value to None by Maxim Cournoyer · 1 year, 10 months ago
  21. 57e3b03 patman: import gitutil module where it is needed by Maxim Cournoyer · 1 year, 10 months ago
  22. 8b73f9b patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · 1 year, 10 months ago
  23. 872f3a4 patman: fix pep8 warnings in settings module by Maxim Cournoyer · 1 year, 10 months ago
  24. 3052930 patman: document default 'send' command by Maxim Cournoyer · 1 year, 10 months ago
  25. f393f59 patman: document how to run test suite via pytest by Maxim Cournoyer · 1 year, 10 months ago
  26. 52c1c33 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · 1 year, 10 months ago
  27. a3997a0 patman: add pytest configuration file by Maxim Cournoyer · 1 year, 10 months ago
  28. 579916b patman: rename main script to __main__.py by Maxim Cournoyer · 1 year, 10 months ago
  29. 648d818 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · 1 year, 10 months ago
  30. 1c77598 patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · 1 year, 10 months ago
  31. f9e20e3 patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · 1 year, 10 months ago
  32. a5197fc patman: locate README.rst via importlib by Maxim Cournoyer · 1 year, 10 months ago
  33. 425bbed patman: fix installation of README.rst data file by Maxim Cournoyer · 1 year, 10 months ago
  34. 291ab6c patman: remove extraneous imports by Maxim Cournoyer · 1 year, 10 months ago
  35. e0ddd89 patman: Switch to setuptools by Sean Anderson · 1 year, 11 months ago
  36. 2a06da0 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · 1 year, 11 months ago
  37. 65af8f2 patman: Tidy up unnecessary blank lines and numbers by Simon Glass · 2 years, 2 months ago
  38. 74eaa5c patman: Fix version table by Simon Glass · 2 years, 2 months ago
  39. 1046313 patman: Don't buffer test output with a single test by Simon Glass · 2 years, 2 months ago
  40. 8816eda patman: Put the coverage command-line last by Simon Glass · 2 years, 2 months ago
  41. 37c42b7 patman: Add documentation to doc/ by Simon Glass · 2 years, 2 months ago
  42. dce4322 patman: By default don't pass "--no-tree" to checkpatch for linux by Douglas Anderson · 2 years, 3 months ago
  43. 4780f7d patman: Fix defaults not propagating to subparsers by Sean Anderson · 2 years, 6 months ago
  44. ebcaafc patman: test_util: Print test stdout/stderr within test summaries by Alper Nebi Yasak · 2 years, 7 months ago
  45. dd6b92b patman: test_util: Customize unittest test results for more info by Alper Nebi Yasak · 2 years, 7 months ago
  46. d8318fe patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 7 months ago
  47. ce12c47 patman: test_util: Handle nonexistent tests while loading tests by Alper Nebi Yasak · 2 years, 7 months ago
  48. 6474aaa patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · 2 years, 7 months ago
  49. fc6c663 patman: Define Commit.path in the constructor by Simon Glass · 2 years, 8 months ago
  50. 32cc6ae patman: Correct pylint errors by Simon Glass · 2 years, 8 months ago
  51. 098b10f patman: Convert camel case in terminal.py by Simon Glass · 2 years, 9 months ago
  52. 252ac58 patman: Rename Color() method to build() by Simon Glass · 2 years, 9 months ago
  53. 82e0e73 patman: Rename Print() to Tprint() by Simon Glass · 2 years, 9 months ago
  54. f3385a5 patman: Convert camel case in tout.py by Simon Glass · 2 years, 9 months ago
  55. 5e2ab40 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 9 months ago
  56. ce31277 patman: Convert camel case in test_checkpatch.py by Simon Glass · 2 years, 9 months ago
  57. 642df43 patman: Convert camel case in project.py by Simon Glass · 2 years, 9 months ago
  58. 0157b18 patman: Convert camel case in gitutil.py by Simon Glass · 2 years, 9 months ago
  59. 967af26 patman: Convert camel case in get_maintainer.py by Simon Glass · 2 years, 9 months ago
  60. c3aaa05 patman: Convert camel case in func_test.py by Simon Glass · 2 years, 9 months ago
  61. 208f01b patman: Convert camel case in cros_subprocess.py by Simon Glass · 2 years, 9 months ago
  62. a3eeadf patman: Convert camel case in commit.py by Simon Glass · 2 years, 9 months ago
  63. ae5e926 patman: Convert camel case in checkpatch.py by Simon Glass · 2 years, 9 months ago
  64. d980069 patman: Convert camel case in command.py by Simon Glass · 2 years, 9 months ago
  65. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 9 months ago
  66. 1d0f30e patman: Update test_util to run doc tests by Simon Glass · 2 years, 9 months ago
  67. ad35ce5 binman: Move compression into binman by Simon Glass · 2 years, 9 months ago
  68. 532ae70 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 9 months ago
  69. 596fd10 patman: Add a function to find a tool on the path by Simon Glass · 2 years, 9 months ago
  70. 5b79686 patman: Tidy up the download function a little by Simon Glass · 2 years, 9 months ago
  71. 8ea6d23 buildman: Move the download function to tools by Simon Glass · 2 years, 9 months ago
  72. ade5327 patman: Allow running a tool and returning the full result by Simon Glass · 2 years, 9 months ago
  73. fd52009 patman: Update the list of modules by Simon Glass · 2 years, 11 months ago
  74. dca7926 patman: Support absolute and ~user-relative alias files by Brian Norris · 2 years, 10 months ago
  75. e5eaf81 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · 3 years ago
  76. 082c119 patman: Add "postfix" support to patch subjects by Sean Anderson · 3 years ago
  77. 7bf83a5 buildman: Detect Kconfig loops by Simon Glass · 3 years ago
  78. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 1 month ago
  79. 0d60e5d tools: Handle PAGER containing arguments by Paul Barker · 3 years, 1 month ago
  80. 5fe50f9 tools: Refactor full help printing by Paul Barker · 3 years, 1 month ago
  81. 5974718 patman: Avoid blank lines between tags by Simon Glass · 3 years, 3 months ago
  82. a612333 patman: add warning for invalid tag by Patrick Delaunay · 3 years, 3 months ago
  83. c31d0cb patman: Use bytearray instead of string by Simon Glass · 3 years, 4 months ago
  84. 650ead1 binman: Put compressed data into separate files by Simon Glass · 3 years, 4 months ago
  85. 880e476 tools: Fix default target compile tools in Python tools by Alper Nebi Yasak · 3 years, 4 months ago
  86. ec6db6c patman: Parse checkpatch by message instead of by line by Evan Benn · 3 years, 7 months ago
  87. 2959a8e patman: Assume we always have pygit2 for tests by Tom Rini · 3 years, 8 months ago
  88. d9c3050 checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · 3 years, 7 months ago
  89. 42bc156 patman: Continue on if warnings are found outside a commit by Simon Glass · 3 years, 7 months ago
  90. 5187b80 binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · 3 years, 7 months ago
  91. b1b6efc patman: Use less for help file, if available by Nicolas Boichat · 3 years, 8 months ago
  92. 0fb560d patman: Quieten down the alias checking by Simon Glass · 3 years, 9 months ago
  93. c7e42ca patman: Update documentation to match new usage by Simon Glass · 3 years, 9 months ago
  94. 67637d4 fix patman --limit-cc option by Bernhard Kirchen · 3 years, 9 months ago
  95. 6deff87 patman: Correct lz4 compression parameters by Simon Glass · 3 years, 10 months ago
  96. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  97. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  98. 10cbd3b dtoc: Add an 'all' command by Simon Glass · 3 years, 10 months ago
  99. ddc44c2 patman: Add project-default for 'gcc' by Philipp Tomsich · 3 years, 11 months ago
  100. b3aff15 patman: Add --no-signoff to suppress adding signoffs by Philipp Tomsich · 3 years, 11 months ago