aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-06Ensure rpmsg channel name is null-terminated23.11-rc1Mikael Olsson
2023-11-06Change create network UAPI to take a user bufferMikael Olsson
2023-11-06Split DMA memory and buffer setup in kernel driverMikael Olsson
2023-11-06Remove buffer capacity, offset and resize in UAPIMikael Olsson
2023-11-06Fix type validation in the network create UAPIMikael Olsson
2023-11-03Add UAPI NPU driver version testMikael Olsson
2023-11-03Remove out of date UAPI protocol version testMikael Olsson
2023-11-01Add Sparse checking to kernel module buildsMikael Olsson
2023-11-01Decrease log verbosity in the kernel modulesLedion Daja
2023-10-10Replace enum with fixed-width int in UAPI structsLedion Daja
2023-10-10Fix typos in UAPI type name commentsLedion Daja
2023-10-06Add -Werror to kernel module buildsMikael Olsson
2023-10-06Fix C90 declaration order warning in remoteprocMikael Olsson
2023-09-25Fix DMA configuration in NPU Linux kernel driverMikael Olsson
2023-09-25Add resource table entry for address translationMikael Olsson
2023-09-15Add support for new Juno FPGA reset controllerMikael Olsson
2023-09-15Fix code style in Juno FPGA reset driverMikael Olsson
2023-09-07Fix wait for TX buffer blocking receive callbackMikael Olsson
2023-09-07Reduce mutex scope for NPU device IOCTL callsMikael Olsson
2023-09-07Fix mailbox clean up on inference request failureMikael Olsson
2023-09-07Initialize UAPI structs copied to user spaceMikael Olsson
2023-09-07Remove copy from user in network info IOCTL callMikael Olsson
2023-09-07Fix IOCTL calls returning the wrong valueMikael Olsson
2023-08-16Add command and error to IOCTL failure exceptionMikael Olsson
2023-08-16Add error logs to network info response handlingMikael Olsson
2023-08-16Add kernel network info description checksMikael Olsson
2023-08-15Fix uninitialized return value from rpmsg callback23.08-rc223.08Mikael Olsson
2023-08-11Clear inference related data before freeing itMikael Olsson
2023-08-09Add version to driver library23.08-rc1Mikael Olsson
2023-08-09Add kernel driver version check in driver libraryMikael Olsson
2023-08-09Add kernel driver version to UAPIMikael Olsson
2023-08-09Add protocol version check during probingMikael Olsson
2023-08-09Remove protocol version request IOCTL from UAPIMikael Olsson
2023-08-09Fix concurrent access to IDR in kernel driverMikael Olsson
2023-08-07Correct license in UAPI header fileJonny Svärd
2023-07-31Fix kernel driver probe not freeing endpointMikael Olsson
2023-07-31Fix double free in kernel driver probe clean upMikael Olsson
2023-07-31Change NPU kernel driver to use async probingMikael Olsson
2023-06-16Add type check when getting message by IDMikael Olsson
2023-05-29Add device capabilities caching in kernel driverMikael Olsson
2023-05-16Fix shared state race in mailbox message handling23.05-rc223.05Mikael Olsson
2023-05-15Add rpmsg message magic check in kernel driverMikael Olsson
2023-05-02Fix kernel driver not setting coherent DMA maskMikael Olsson
2023-04-20Fix compiler flag passing in Python API CMake file23.05-rc1Mikael Olsson
2023-04-20Fix Python API CMake file ETHOS_U_DRIVER_LIB pathMikael Olsson
2023-04-20Fix license file path in Python API CMake fileMikael Olsson
2023-03-24Minor formatting fixJonny Svärd
2023-03-24Update toolchain filesJonny Svärd
2023-02-15Add documentation about required Linux kernel version23.02-rc223.02Kristofer Jonsson
2023-02-14Update documentation about AMP communicationKristofer Jonsson