aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29Fix deprecated options in kernel uncrustify configHEADmasterMikael Olsson
2024-02-21Fix UAPI device type naming and validationMikael Olsson
2024-02-19Add suppression for non-zero index access in logdMikael Olsson
2024-02-19Fix unnecessary string copy in logdMikael Olsson
2024-02-19Fix unnecessary string copying in inference runnerMikael 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-16Add Sparse and build test information to README24.02-rc124.02Mikael Olsson
2024-01-16Fix inference cancellation behaviorMikael Olsson
2024-01-16Remove reject inference testMikael Olsson
2023-12-20Change PMU event counter values to use 64-bitMikael Olsson
2023-11-20Update documentation about UAPI license exception23.11-rc323.11Jonny Svärd
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-14Fix device id data ptr using 0 instead of NULLMikael Olsson
2023-11-14Make internal functions static in kernel modulesMikael Olsson
2023-11-14Fix iomem pointer usage with rproc_mem_entry_initMikael 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-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