aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-04-08Add additional error logging in NPU driverMikael Olsson
2024-02-21Fix UAPI device type naming and validationMikael Olsson
2024-02-19Add NPU device type to capabilitiesMikael Olsson
2024-02-12Rename macros and types to namespace their usageMikael Olsson
2024-02-12Restructure kernel driver source treeMikael Olsson
2024-01-16Fix inference cancellation behaviorMikael Olsson
2023-12-20Change PMU event counter values to use 64-bitMikael Olsson
2023-11-14Make all kernel module Sparse warnings into errors23.11-rc2Mikael Olsson
2023-11-14Fix NPU driver inference poll callback return typeMikael Olsson
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-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