1. a09161d Add -Werror flag to treat warnings as errors by Rajasekaran Kalidoss · 2 weeks ago main master
  2. 77042ef Print useful build variables in CMakeLists file by Rajasekaran Kalidoss · 6 weeks ago
  3. 4bfd987 Change remoteproc to map ROM as device memory by Mikael Olsson · 3 weeks ago
  4. d80345f Add additional error logging in NPU driver by Mikael Olsson · 4 weeks ago
  5. b2f4a2c Add IOCTL command names to driver library logging by Mikael Olsson · 4 weeks ago
  6. acbebc6 Fix deprecated options in kernel uncrustify config by Mikael Olsson · 9 weeks ago
  7. e43c8c2 Fix UAPI device type naming and validation by Mikael Olsson · 3 months ago
  8. 8a687ed Add suppression for non-zero index access in logd by Mikael Olsson · 3 months ago
  9. a72b2d5 Fix unnecessary string copy in logd by Mikael Olsson · 3 months ago
  10. a025eb5 Fix unnecessary string copying in inference runner by Mikael Olsson · 3 months ago
  11. dc18cea Add NPU device type to capabilities by Mikael Olsson · 3 months ago
  12. 16be285 Rename macros and types to namespace their usage by Mikael Olsson · 3 months ago
  13. d4ad9e5 Restructure kernel driver source tree by Mikael Olsson · 3 months ago
  14. 09cdc30 Add Sparse and build test information to README by Mikael Olsson · 4 months ago 24.02 24.02-rc1
  15. 6d5e2d2 Fix inference cancellation behavior by Mikael Olsson · 4 months ago
  16. 3918eea Remove reject inference test by Mikael Olsson · 4 months ago
  17. e87446c Change PMU event counter values to use 64-bit by Mikael Olsson · 5 months ago
  18. 5087ba6 Update documentation about UAPI license exception by Jonny Svärd · 6 months ago 23.11 23.11-rc3
  19. 47e9bd0 Make all kernel module Sparse warnings into errors by Mikael Olsson · 6 months ago 23.11-rc2
  20. b682431 Fix NPU driver inference poll callback return type by Mikael Olsson · 6 months ago
  21. c4ec925 Fix device id data ptr using 0 instead of NULL by Mikael Olsson · 6 months ago
  22. 404a536 Make internal functions static in kernel modules by Mikael Olsson · 6 months ago
  23. 9f176ba Fix iomem pointer usage with rproc_mem_entry_init by Mikael Olsson · 6 months ago
  24. 9fdbf1e Ensure rpmsg channel name is null-terminated by Mikael Olsson · 6 months ago 23.11-rc1
  25. c081e59 Change create network UAPI to take a user buffer by Mikael Olsson · 6 months ago
  26. 9c999fd Split DMA memory and buffer setup in kernel driver by Mikael Olsson · 6 months ago
  27. 0754515 Remove buffer capacity, offset and resize in UAPI by Mikael Olsson · 7 months ago
  28. 45d4799 Fix type validation in the network create UAPI by Mikael Olsson · 7 months ago
  29. 8f918c6 Add UAPI NPU driver version test by Mikael Olsson · 7 months ago
  30. c4ae218 Remove out of date UAPI protocol version test by Mikael Olsson · 7 months ago
  31. c1a418d Add Sparse checking to kernel module builds by Mikael Olsson · 6 months ago
  32. edd2550 Decrease log verbosity in the kernel modules by Ledion Daja · 7 months ago
  33. c2eaf26 Replace enum with fixed-width int in UAPI structs by Ledion Daja · 7 months ago
  34. 00f83c0 Fix typos in UAPI type name comments by Ledion Daja · 7 months ago
  35. 6e0778a Add -Werror to kernel module builds by Mikael Olsson · 7 months ago
  36. f1b23f3 Fix C90 declaration order warning in remoteproc by Mikael Olsson · 7 months ago
  37. 53d224a Fix DMA configuration in NPU Linux kernel driver by Mikael Olsson · 11 months ago
  38. 9d0ea8b Add resource table entry for address translation by Mikael Olsson · 11 months ago
  39. a45260e Add support for new Juno FPGA reset controller by Mikael Olsson · 8 months ago
  40. 3875fa7 Fix code style in Juno FPGA reset driver by Mikael Olsson · 8 months ago
  41. 6fb238f Fix wait for TX buffer blocking receive callback by Mikael Olsson · 9 months ago
  42. 1825760 Reduce mutex scope for NPU device IOCTL calls by Mikael Olsson · 9 months ago
  43. 27fe8e0 Fix mailbox clean up on inference request failure by Mikael Olsson · 9 months ago
  44. ec90223 Initialize UAPI structs copied to user space by Mikael Olsson · 9 months ago
  45. 52c563d Remove copy from user in network info IOCTL call by Mikael Olsson · 9 months ago
  46. 891156d Fix IOCTL calls returning the wrong value by Mikael Olsson · 9 months ago
  47. 99429e1 Add command and error to IOCTL failure exception by Mikael Olsson · 9 months ago
  48. 42699b0 Add error logs to network info response handling by Mikael Olsson · 9 months ago
  49. ea209b6 Add kernel network info description checks by Mikael Olsson · 9 months ago
  50. 0483d66 Fix uninitialized return value from rpmsg callback by Mikael Olsson · 9 months ago 23.08 23.08-rc2
  51. 1182f38 Clear inference related data before freeing it by Mikael Olsson · 9 months ago
  52. e9c3f07 Add version to driver library by Mikael Olsson · 11 months ago 23.08-rc1
  53. 308e7f1 Add kernel driver version check in driver library by Mikael Olsson · 11 months ago
  54. f1cfe19 Add kernel driver version to UAPI by Mikael Olsson · 11 months ago
  55. 7c843dc Add protocol version check during probing by Mikael Olsson · 9 months ago
  56. fab31eb Remove protocol version request IOCTL from UAPI by Mikael Olsson · 9 months ago
  57. 529cfad Fix concurrent access to IDR in kernel driver by Mikael Olsson · 11 months ago
  58. f1e675a Correct license in UAPI header file by Jonny Svärd · 10 months ago
  59. 08c42f5 Fix kernel driver probe not freeing endpoint by Mikael Olsson · 11 months ago
  60. 229e125 Fix double free in kernel driver probe clean up by Mikael Olsson · 11 months ago
  61. eb5a328 Change NPU kernel driver to use async probing by Mikael Olsson · 11 months ago
  62. 09965b0 Add type check when getting message by ID by Mikael Olsson · 11 months ago
  63. 252ed6a Add device capabilities caching in kernel driver by Mikael Olsson · 11 months ago
  64. 5fcc28c Fix shared state race in mailbox message handling by Mikael Olsson · 12 months ago 23.05 23.05-rc2
  65. fd6b8dc Add rpmsg message magic check in kernel driver by Mikael Olsson · 12 months ago
  66. 099d90c Fix kernel driver not setting coherent DMA mask by Mikael Olsson · 1 year ago
  67. 4f795b3 Fix compiler flag passing in Python API CMake file by Mikael Olsson · 1 year, 1 month ago 23.05-rc1
  68. e7461c7 Fix Python API CMake file ETHOS_U_DRIVER_LIB path by Mikael Olsson · 1 year, 1 month ago
  69. 18cfaf0 Fix license file path in Python API CMake file by Mikael Olsson · 1 year, 1 month ago
  70. 29e4ddb Minor formatting fix by Jonny Svärd · 1 year, 1 month ago
  71. da0d167 Update toolchain files by Jonny Svärd · 1 year, 1 month ago
  72. 21fdc8c Add documentation about required Linux kernel version by Kristofer Jonsson · 1 year, 3 months ago 23.02 23.02-rc2
  73. 350965e Update documentation about AMP communication by Kristofer Jonsson · 1 year, 3 months ago
  74. 7a26045 Removing core interface by Kristofer Jonsson · 1 year, 3 months ago 23.02-rc1
  75. 074ef90 Create device for Ethos-U kernel driver by Kristofer Jonsson · 1 year, 3 months ago
  76. ec47704 Break circulare dependency on struct ethosu_device by Kristofer Jonsson · 1 year, 4 months ago
  77. d779a08 Converting Ethos-U driver to rpmsg by Kristofer Jonsson · 1 year, 4 months ago
  78. b42bc0b Removing watchdog and reset by Kristofer Jonsson · 1 year, 4 months ago
  79. a70bfde Add rpmsg capabilities to remoteproc by Kristofer Jonsson · 1 year, 4 months ago
  80. 553e4d5 Updating .gitignore by Kristofer Jonsson · 1 year, 8 months ago
  81. 964c0ac Add rpmsg interface by Kristofer Jonsson · 1 year, 4 months ago
  82. 2b8922d Add custom cross compilation documentation by Jonny Svärd · 1 year, 5 months ago
  83. 8fd2fd7 Update README how to contribute by Kristofer Jonsson · 1 year, 6 months ago 22.11 22.11-rc2
  84. f9efe0d Added Python interface for Arm Ethos-U NPU driver library. by Kshitij Sisodia · 1 year, 7 months ago 22.11-rc1
  85. 569aa55 Add list of files to be ignored from inclusive language scanning by Ledion Daja · 1 year, 6 months ago
  86. 6d2e5b7 Add cancel inference tests by Davide Grohmann · 1 year, 9 months ago
  87. f036423 Add linux_driver_stack tests by Davide Grohmann · 1 year, 11 months ago
  88. 43e7dc4 Remove sgm775 support by Davide Grohmann · 1 year, 9 months ago
  89. 53fd03d Improved logging by Kristofer Jonsson · 1 year, 11 months ago 22.08 22.08-rc1 22.08-rc2
  90. 2d69b8b Fix bug in inference release by Kristofer Jonsson · 1 year, 10 months ago
  91. e2a5815 Bug fix for queue capacity calculation by Kristofer Jonsson · 1 year, 10 months ago
  92. e3e2643 Return network info error code by Kristofer Jonsson · 1 year, 10 months ago
  93. 3706043 Add missing padding to core interface by Kristofer Jonsson · 1 year, 10 months ago
  94. 087ea21 reset controller driver for corstone1000 ES by Per Åstrand · 2 years, 1 month ago
  95. 7f9a4e3 Update uapi definition for capability request by Per Åstrand · 2 years ago
  96. 32660f9 Use ids for identifying messages sent to EthosU firmware by Davide Grohmann · 2 years ago
  97. b9248a4 Add sentinel entry to dt array by Per Åstrand · 2 years ago 22.05 22.05-rc2 22.05-rc3
  98. f50f25e Check size of buffer before allocating by Per Åstrand · 2 years ago
  99. 6ab0b6b Replace usage of forbidden strncpy with strscpy by Davide Grohmann · 2 years ago
  100. 8b1fe55 Reset firmware when inference cancellation fails by Davide Grohmann · 2 years, 1 month ago 22.05-rc1