aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-09-25Fix DMA configuration in NPU Linux kernel 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 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 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-03-24Minor formatting fixJonny Svärd
2023-02-08Removing core interface23.02-rc1Kristofer Jonsson
2023-02-02Create device for Ethos-U kernel driverKristofer Jonsson
2023-02-02Break circulare dependency on struct ethosu_deviceKristofer Jonsson
2023-02-02Converting Ethos-U driver to rpmsgKristofer Jonsson
2023-02-02Removing watchdog and resetKristofer Jonsson
2023-01-16Updating .gitignoreKristofer Jonsson
2023-01-16Add rpmsg interfaceKristofer Jonsson
2022-08-29Add linux_driver_stack testsDavide Grohmann
2022-06-30Improved logging22.08-rc222.08-rc122.08Kristofer Jonsson
2022-06-30Fix bug in inference releaseKristofer Jonsson
2022-06-29Bug fix for queue capacity calculationKristofer Jonsson
2022-06-29Return network info error codeKristofer Jonsson
2022-06-29Add missing padding to core interfaceKristofer Jonsson
2022-05-24Update uapi definition for capability requestPer Åstrand
2022-05-23Use ids for identifying messages sent to EthosU firmwareDavide Grohmann
2022-05-18Check size of buffer before allocatingPer Åstrand
2022-05-18Replace usage of forbidden strncpy with strscpyDavide Grohmann