summary refs log tree commit diff
path: root/drivers/misc/habanalabs/common/command_buffer.c
AgeCommit message (Expand)Author
2022-09-19habanalabs: MMU invalidation h/w is per deviceOded Gabbay
2022-09-19habanalabs: fix possible hole in device vafarah kassabri
2022-09-18habanalabs: set command buffer host VA dynamicallyDafna Hirschfeld
2022-07-12habanalabs: refactor dma asic-specific functionsOhad Sharabi
2022-05-22habanalabs: remove hdev from hl_ctx_get argsOhad Sharabi
2022-05-22habanalabs: add topic to memory manager bufferYuri Nudelman
2022-05-22habanalabs: use unified memory manager for CB flowYuri Nudelman
2022-05-22habanalabs: unified memory manager new code for CB flowYuri Nudelman
2022-02-28habanalabs: avoid using an uninitialized variableTomer Tayar
2022-02-28habanalabs: silence an uninitialized variable warningDan Carpenter
2021-12-26habanalabs: add a lock to protect multiple reset variablesOfir Bitton
2021-12-26habanalabs: refactor reset information variablesOfir Bitton
2021-12-26habanalabs: replace some -ENOTTY with -EINVALOded Gabbay
2021-12-26habanalabs: change wait_for_interrupt implementationfarah kassabri
2021-12-26habanalabs: fix possible deadlock in cache invl failureOfir Bitton
2021-12-26habanalabs: partly skip cache flush when in PMMU map flowYuri Nudelman
2021-12-26habanalabs: add enum mmu_op_flagsYuri Nudelman
2021-12-26habanalabs: wrong VA size calculationYuri Nudelman
2021-09-01habanalabs: cannot sleep while holding spinlockfarah kassabri
2021-08-29habanalabs: rename cb_mmap to mmapZvika Yehudai
2021-04-09habanalabs: replace GFP_ATOMIC with GFP_KERNELOfir Bitton
2021-01-27habanalabs: replace WARN/WARN_ON with dev_crit in driverAlon Mizrahi
2020-11-30habanalabs: Add CB IOCTL opcode to retrieve CB informationTomer Tayar
2020-11-30habanalabs: mmu map wrapper for sizes larger than a pageOfir Bitton
2020-11-30habanalabs: restore vm_pgoff after mmapOded Gabbay
2020-11-30habanalabs: add 'needs reset' state in driverOfir Bitton
2020-11-30habanalabs: Move repeatedly included headers to habanalabs.hTomer Tayar
2020-11-04habanalabs: fix kernel pointer typeArnd Bergmann
2020-09-22habanalabs: Add an option to map CB to device MMUTomer Tayar
2020-09-22habanalabs: Save context in a command buffer objectTomer Tayar
2020-09-22habanalabs: make use of dma_mmap_coherentHillf Danton
2020-09-22habanalabs: clear vm_pgoff before doing the mmapOded Gabbay
2020-09-22habanalabs: restructure hl_mmapOded Gabbay
2020-09-22habanalabs: change CB's ID to be 64 bitsOded Gabbay
2020-08-22habanalabs: Validate user address before mappingOfir Bitton
2020-07-24habanalabs: create internal CB poolOfir Bitton
2020-07-24habanalabs: create common folderOded Gabbay