index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2023-01-26
habanalabs: move driver to accel subsystem
Oded Gabbay
1
-558
/
+0
2023-01-26
habanalabs/uapi: move uapi file to drm
Oded Gabbay
1
-1
/
+1
2023-01-26
habanalabs: don't allow user to destroy CB handle more than once
Tomer Tayar
1
-0
/
+22
2022-09-19
habanalabs: MMU invalidation h/w is per device
Oded Gabbay
1
-5
/
+5
2022-09-19
habanalabs: fix possible hole in device va
farah kassabri
1
-83
/
+16
2022-09-18
habanalabs: set command buffer host VA dynamically
Dafna Hirschfeld
1
-4
/
+14
2022-07-12
habanalabs: refactor dma asic-specific functions
Ohad Sharabi
1
-8
/
+4
2022-05-22
habanalabs: remove hdev from hl_ctx_get args
Ohad Sharabi
1
-1
/
+1
2022-05-22
habanalabs: add topic to memory manager buffer
Yuri Nudelman
1
-0
/
+1
2022-05-22
habanalabs: use unified memory manager for CB flow
Yuri Nudelman
1
-337
/
+25
2022-05-22
habanalabs: unified memory manager new code for CB flow
Yuri Nudelman
1
-0
/
+156
2022-02-28
habanalabs: avoid using an uninitialized variable
Tomer Tayar
1
-1
/
+1
2022-02-28
habanalabs: silence an uninitialized variable warning
Dan Carpenter
1
-0
/
+2
2021-12-26
habanalabs: add a lock to protect multiple reset variables
Ofir Bitton
1
-2
/
+1
2021-12-26
habanalabs: refactor reset information variables
Ofir Bitton
1
-1
/
+1
2021-12-26
habanalabs: replace some -ENOTTY with -EINVAL
Oded Gabbay
1
-1
/
+1
2021-12-26
habanalabs: change wait_for_interrupt implementation
farah kassabri
1
-6
/
+25
2021-12-26
habanalabs: fix possible deadlock in cache invl failure
Ofir Bitton
1
-5
/
+4
2021-12-26
habanalabs: partly skip cache flush when in PMMU map flow
Yuri Nudelman
1
-1
/
+2
2021-12-26
habanalabs: add enum mmu_op_flags
Yuri Nudelman
1
-3
/
+3
2021-12-26
habanalabs: wrong VA size calculation
Yuri Nudelman
1
-1
/
+1
2021-09-01
habanalabs: cannot sleep while holding spinlock
farah kassabri
1
-2
/
+0
2021-08-29
habanalabs: rename cb_mmap to mmap
Zvika Yehudai
1
-1
/
+1
2021-04-09
habanalabs: replace GFP_ATOMIC with GFP_KERNEL
Ofir Bitton
1
-3
/
+9
2021-01-27
habanalabs: replace WARN/WARN_ON with dev_crit in driver
Alon Mizrahi
1
-3
/
+5
2020-11-30
habanalabs: Add CB IOCTL opcode to retrieve CB information
Tomer Tayar
1
-0
/
+38
2020-11-30
habanalabs: mmu map wrapper for sizes larger than a page
Ofir Bitton
1
-5
/
+5
2020-11-30
habanalabs: restore vm_pgoff after mmap
Oded Gabbay
1
-0
/
+1
2020-11-30
habanalabs: add 'needs reset' state in driver
Ofir Bitton
1
-2
/
+3
2020-11-30
habanalabs: Move repeatedly included headers to habanalabs.h
Tomer Tayar
1
-1
/
+0
2020-11-04
habanalabs: fix kernel pointer type
Arnd Bergmann
1
-5
/
+4
2020-09-22
habanalabs: Add an option to map CB to device MMU
Tomer Tayar
1
-4
/
+192
2020-09-22
habanalabs: Save context in a command buffer object
Tomer Tayar
1
-9
/
+13
2020-09-22
habanalabs: make use of dma_mmap_coherent
Hillf Danton
1
-7
/
+2
2020-09-22
habanalabs: clear vm_pgoff before doing the mmap
Oded Gabbay
1
-0
/
+4
2020-09-22
habanalabs: restructure hl_mmap
Oded Gabbay
1
-1
/
+1
2020-09-22
habanalabs: change CB's ID to be 64 bits
Oded Gabbay
1
-1
/
+1
2020-08-22
habanalabs: Validate user address before mapping
Ofir Bitton
1
-2
/
+14
2020-07-24
habanalabs: create internal CB pool
Ofir Bitton
1
-30
/
+52
2020-07-24
habanalabs: create common folder
Oded Gabbay
1
-0
/
+463