开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
/
common
/
command_buffer.c
Age
Commit message (
Expand
)
Author
2023-01-26
habanalabs: move driver to accel subsystem
Oded Gabbay
2023-01-26
habanalabs/uapi: move uapi file to drm
Oded Gabbay
2023-01-26
habanalabs: don't allow user to destroy CB handle more than once
Tomer Tayar
2022-09-19
habanalabs: MMU invalidation h/w is per device
Oded Gabbay
2022-09-19
habanalabs: fix possible hole in device va
farah kassabri
2022-09-18
habanalabs: set command buffer host VA dynamically
Dafna Hirschfeld
2022-07-12
habanalabs: refactor dma asic-specific functions
Ohad Sharabi
2022-05-22
habanalabs: remove hdev from hl_ctx_get args
Ohad Sharabi
2022-05-22
habanalabs: add topic to memory manager buffer
Yuri Nudelman
2022-05-22
habanalabs: use unified memory manager for CB flow
Yuri Nudelman
2022-05-22
habanalabs: unified memory manager new code for CB flow
Yuri Nudelman
2022-02-28
habanalabs: avoid using an uninitialized variable
Tomer Tayar
2022-02-28
habanalabs: silence an uninitialized variable warning
Dan Carpenter
2021-12-26
habanalabs: add a lock to protect multiple reset variables
Ofir Bitton
2021-12-26
habanalabs: refactor reset information variables
Ofir Bitton
2021-12-26
habanalabs: replace some -ENOTTY with -EINVAL
Oded Gabbay
2021-12-26
habanalabs: change wait_for_interrupt implementation
farah kassabri
2021-12-26
habanalabs: fix possible deadlock in cache invl failure
Ofir Bitton
2021-12-26
habanalabs: partly skip cache flush when in PMMU map flow
Yuri Nudelman
2021-12-26
habanalabs: add enum mmu_op_flags
Yuri Nudelman
2021-12-26
habanalabs: wrong VA size calculation
Yuri Nudelman
2021-09-01
habanalabs: cannot sleep while holding spinlock
farah kassabri
2021-08-29
habanalabs: rename cb_mmap to mmap
Zvika Yehudai
2021-04-09
habanalabs: replace GFP_ATOMIC with GFP_KERNEL
Ofir Bitton
2021-01-27
habanalabs: replace WARN/WARN_ON with dev_crit in driver
Alon Mizrahi
2020-11-30
habanalabs: Add CB IOCTL opcode to retrieve CB information
Tomer Tayar
2020-11-30
habanalabs: mmu map wrapper for sizes larger than a page
Ofir Bitton
2020-11-30
habanalabs: restore vm_pgoff after mmap
Oded Gabbay
2020-11-30
habanalabs: add 'needs reset' state in driver
Ofir Bitton
2020-11-30
habanalabs: Move repeatedly included headers to habanalabs.h
Tomer Tayar
2020-11-04
habanalabs: fix kernel pointer type
Arnd Bergmann
2020-09-22
habanalabs: Add an option to map CB to device MMU
Tomer Tayar
2020-09-22
habanalabs: Save context in a command buffer object
Tomer Tayar
2020-09-22
habanalabs: make use of dma_mmap_coherent
Hillf Danton
2020-09-22
habanalabs: clear vm_pgoff before doing the mmap
Oded Gabbay
2020-09-22
habanalabs: restructure hl_mmap
Oded Gabbay
2020-09-22
habanalabs: change CB's ID to be 64 bits
Oded Gabbay
2020-08-22
habanalabs: Validate user address before mapping
Ofir Bitton
2020-07-24
habanalabs: create internal CB pool
Ofir Bitton
2020-07-24
habanalabs: create common folder
Oded Gabbay