开源镜像站
帮助
动态
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_submission.c
Age
Commit message (
Expand
)
Author
2021-01-27
habanalabs: staged submission support
Ofir Bitton
2021-01-27
habanalabs: add CS completion and timeout properties
Ofir Bitton
2021-01-27
habanalabs: add driver support for internal cb scheduling
Ofir Bitton
2021-01-27
habanalabs: increment ctx ref from within a cs allocation
Ofir Bitton
2021-01-27
habanalabs: replace WARN/WARN_ON with dev_crit in driver
Alon Mizrahi
2021-01-27
habanalabs: allow user to pass a staged submission seq
Ofir Bitton
2021-01-27
habanalabs/gaudi: support CS with no completion
Ofir Bitton
2020-12-28
habanalabs: add validation cs counter, fix misplaced counters
Alon Mizrahi
2020-12-28
habanalabs: Revise comment to align with mirror list name
Tomer Tayar
2020-11-30
habanalabs: Modify the cs_cnt of a CB to be atomic
Tomer Tayar
2020-11-30
habanalabs: Add mask for CS type bits in CS flags
Tomer Tayar
2020-11-30
habanalabs: add support for cs with timestamp
Ofir Bitton
2020-11-30
habanalabs: indicate to user that a cs is gone
Ofir Bitton
2020-11-30
habanalabs: print CS type when it is stuck
Oded Gabbay
2020-11-30
habanalabs: Rename hw_queues_mirror to cs_mirror
Tomer Tayar
2020-11-30
habanalabs: add 'needs reset' state in driver
Ofir Bitton
2020-11-30
habanalabs: Separate CS job completion from its deallocation
Tomer Tayar
2020-11-30
habanalabs: release signal if collective wait was dropped
Ofir Bitton
2020-11-30
habanalabs: Small refactoring of cs_do_release()
Tomer Tayar
2020-11-30
habanalabs: Small refactoring of CS IOCTL handling
Tomer Tayar
2020-11-30
habanalabs: fix cs counters structure
farah kassabri
2020-11-30
habanalabs: initialize variable before use
Oded Gabbay
2020-11-30
habanalabs: make sure cs type is valid in cs_ioctl_signal_wait
Oded Gabbay
2020-11-30
habanalabs: sync stream collective support
Ofir Bitton
2020-11-30
habanalabs: sync stream collective infrastructure
Ofir Bitton
2020-11-30
habanalabs: use enum for CB allocation options
Tal Cohen
2020-11-30
habanalabs: remove duplicate check
Oded Gabbay
2020-11-30
habanalabs: sync stream refactor functions
Ofir Bitton
2020-11-30
habanalabs: add support for multiple SOBs per monitor
Ofir Bitton
2020-11-30
habanalabs: change aggregate cs counters to atomic
Oded Gabbay
2020-09-22
habanalabs: allow to wait on CS without sleep
Oded Gabbay
2020-09-22
habanalabs: count dropped CS because max CS in-flight
Oded Gabbay
2020-09-22
habanalabs: eliminate redundant else condition
Oded Gabbay
2020-09-22
habanalabs: Replace dma-fence mechanism with completions
Ofir Bitton
2020-08-22
habanalabs: verify user input in cs_ioctl_signal_wait
Ofir Bitton
2020-07-29
habanalabs: remove unused but set variable 'ctx_asid'
Wei Yongjun
2020-07-24
habanalabs: create internal CB pool
Ofir Bitton
2020-07-24
habanalabs: create common folder
Oded Gabbay