index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
/
common
/
command_submission.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
habanalabs: add support for fetching historic errors
Dani Liberman
2021-12-26
1
-0
/
+8
*
habanalabs: refactor wait-for-user-interrupt function
Bharat Jauhari
2021-12-26
1
-14
/
+8
*
habanalabs: change wait for interrupt timeout to 64 bit
Dani Liberman
2021-12-26
1
-5
/
+17
*
habanalabs: rename reset flags
Bharat Jauhari
2021-12-26
1
-1
/
+1
*
habanalabs: handle abort scenario for user interrupt
Bharat Jauhari
2021-12-26
1
-18
/
+16
*
habanalabs: refactor fence handling in hl_cs_poll_fences
Dani Liberman
2021-10-18
1
-35
/
+36
*
habanalabs: simplify wait for interrupt with timestamp flow
Yuri Nudelman
2021-10-18
1
-6
/
+5
*
habanalabs: fix NULL pointer dereference
Dani Liberman
2021-10-18
1
-2
/
+11
*
habanalabs: fix race condition in multi CS completion
Dani Liberman
2021-10-18
1
-1
/
+19
*
habanalabs: take timestamp on wait for interrupt
Yuri Nudelman
2021-10-18
1
-2
/
+15
*
habanalabs: add support for a long interrupt target value
Ofir Bitton
2021-10-18
1
-4
/
+4
*
habanalabs: remove redundant cs validity checks
Ofir Bitton
2021-10-18
1
-3
/
+2
*
habanalabs: fix resetting args in wait for CS IOCTL
Rajaravi Krishna Katta
2021-09-29
1
-14
/
+19
*
habanalabs: expose a single cs seq in staged submissions
Ofir Bitton
2021-09-14
1
-0
/
+6
*
habanalabs: rate limit multi CS completion errors
Ofir Bitton
2021-09-14
1
-1
/
+2
*
habanalabs: fail collective wait when not supported
Ofir Bitton
2021-09-14
1
-0
/
+9
*
habanalabs: fix kernel OOPs related to staged cs
farah kassabri
2021-09-14
1
-5
/
+13
*
habanalabs: fix potential race in interrupt wait ioctl
Ofir Bitton
2021-09-14
1
-14
/
+21
*
habanalabs: never copy_from_user inside spinlock
Oded Gabbay
2021-09-01
1
-23
/
+12
*
habanalabs: remove unnecessary device status check
Oded Gabbay
2021-09-01
1
-4
/
+6
*
habanalabs: disable IRQ in user interrupts spinlock
Oded Gabbay
2021-09-01
1
-12
/
+13
*
habanalabs: modify multi-CS to wait on stream masters
Ohad Sharabi
2021-09-01
1
-17
/
+33
*
habanalabs: add support for encapsulated signals submission
farah kassabri
2021-08-29
1
-203
/
+140
*
habanalabs: add support for encapsulated signals reservation
farah kassabri
2021-08-29
1
-9
/
+246
*
habanalabs: signal/wait change sync object reset flow
farah kassabri
2021-08-29
1
-31
/
+73
*
habanalabs: add wait-for-multi-CS uAPI
Ohad Sharabi
2021-08-29
1
-1
/
+442
*
habanalabs: get multiple fences under same cs_lock
Ohad Sharabi
2021-08-29
1
-42
/
+66
*
habanalabs: expose state dump
Yuri Nudelman
2021-08-29
1
-0
/
+4
*
habanalabs: handle case of interruptable wait
Oded Gabbay
2021-08-29
1
-2
/
+9
*
habanalabs: re-init completion object upon retry
Oded Gabbay
2021-08-29
1
-1
/
+12
*
habanalabs: add validity check for signal cs
farah kassabri
2021-06-21
1
-0
/
+55
*
debugfs: add skip_reset_on_timeout option
Yuri Nudelman
2021-06-18
1
-0
/
+1
*
habanalabs: add debug flag to prevent failure on timeout
Yuri Nudelman
2021-06-18
1
-5
/
+20
*
habanalabs/gaudi: send hard reset cause to preboot
Koby Elbaz
2021-06-18
1
-1
/
+1
*
habanalabs: wait for interrupt wrong timeout calculation
Ofir Bitton
2021-05-08
1
-1
/
+1
*
habanalabs: add custom timeout flag per cs
Alon Mizrahi
2021-04-09
1
-15
/
+20
*
habanalabs: improve utilization calculation
Koby Elbaz
2021-04-09
1
-18
/
+0
*
habanalabs: move relevant datapath work outside cs lock
Ofir Bitton
2021-04-09
1
-34
/
+52
*
habanalabs: skip DISABLE PCI packet to FW on heartbeat
Ohad Sharabi
2021-04-09
1
-2
/
+2
*
habanalabs: replace GFP_ATOMIC with GFP_KERNEL
Ofir Bitton
2021-04-09
1
-1
/
+21
*
habanalabs: use correct define for 32-bit max value
Oded Gabbay
2021-04-09
1
-1
/
+1
*
habanalabs: wait for interrupt support
Ofir Bitton
2021-04-09
1
-1
/
+212
*
habanalabs: staged submission support
Ofir Bitton
2021-01-27
1
-24
/
+190
*
habanalabs: add CS completion and timeout properties
Ofir Bitton
2021-01-27
1
-19
/
+85
*
habanalabs: add driver support for internal cb scheduling
Ofir Bitton
2021-01-27
1
-0
/
+139
*
habanalabs: increment ctx ref from within a cs allocation
Ofir Bitton
2021-01-27
1
-10
/
+5
*
habanalabs: replace WARN/WARN_ON with dev_crit in driver
Alon Mizrahi
2021-01-27
1
-2
/
+2
*
habanalabs: allow user to pass a staged submission seq
Ofir Bitton
2021-01-27
1
-5
/
+11
*
habanalabs/gaudi: support CS with no completion
Ofir Bitton
2021-01-27
1
-0
/
+1
*
habanalabs: add validation cs counter, fix misplaced counters
Alon Mizrahi
2020-12-28
1
-18
/
+57
[prev]
[next]