index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
/
common
/
command_submission.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-20
habanalabs: eliminate aggregate use warning
Oded Gabbay
1
-2
/
+2
2022-09-19
habanalabs: rename error info structure
Dani Liberman
1
-3
/
+3
2022-09-18
habanalabs: perform context switch flow only if needed
Ofir Bitton
1
-4
/
+6
2022-09-18
habanalabs/gaudi2: new API to control engine cores running mode
Tal Cohen
1
-1
/
+42
2022-09-18
habanalabs: fix command submission sanity check
Tal Cohen
1
-5
/
+9
2022-07-12
habanalabs: make sure variable is set before used
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs: don't declare tmp twice in same function
Oded Gabbay
1
-2
/
+2
2022-07-12
habanalabs: add support for common decoder interrupts
Ofir Bitton
1
-0
/
+5
2022-07-12
habanalabs: naming refactor of user interrupt flow
Ofir Bitton
1
-3
/
+3
2022-07-12
habanalabs: add gaudi2 wait-for-CS support
Oded Gabbay
1
-43
/
+75
2022-07-12
habanalabs: add gaudi2 asic-specific code
Oded Gabbay
1
-3
/
+2
2022-07-12
habanalabs: print pointer with correct modifier
Oded Gabbay
1
-2
/
+2
2022-07-12
habanalabs: check fence pointer before use
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs: fix NULL dereference on cs timeout
Yuri Nudelman
1
-2
/
+2
2022-07-12
habanalabs: add validity check for cq counter offset
farah kassabri
1
-1
/
+8
2022-07-12
habanalabs: send an event notification when CS timeout occurs
Tal Cohen
1
-9
/
+17
2022-07-12
habanalabs: keep a record of completed CS outcomes
Yuri Nudelman
1
-11
/
+102
2022-07-12
habanalabs: change the write flag name of error info structs
Tal Cohen
1
-2
/
+2
2022-05-22
habanalabs: use separate structure info for each error collect data
Tal Cohen
1
-4
/
+3
2022-05-22
habanalabs: remove hdev from hl_ctx_get args
Ohad Sharabi
1
-6
/
+6
2022-05-22
habanalabs: use unified memory manager for CB flow
Yuri Nudelman
1
-13
/
+8
2022-05-22
habanalabs: hide memory manager page shift
Yuri Nudelman
1
-10
/
+2
2022-05-22
habanalabs: fix comments according to kernel-doc
Rajaravi Krishna Katta
1
-1
/
+1
2022-05-22
habanalabs: convert ts to use unified memory manager
Yuri Nudelman
1
-17
/
+27
2022-05-22
habanalabs: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-6
/
+5
2022-02-28
habanalabs: Fix reset upon device release bug
farah kassabri
1
-7
/
+10
2022-02-28
habanalabs: Timestamps buffers registration
farah kassabri
1
-34
/
+163
2022-02-28
habanalabs: fix race when waiting on encaps signal
Dani Liberman
1
-5
/
+8
2022-02-28
habanalabs: remove duplicate print
Oded Gabbay
1
-6
/
+1
2022-02-28
habanalabs: fix race between wait and irq
Oded Gabbay
1
-1
/
+5
2022-02-28
habanalabs: fix user interrupt wait when timeout is 0
Oded Gabbay
1
-4
/
+6
2022-02-28
habanalabs: there is no kernel TDR in future ASICs
Oded Gabbay
1
-4
/
+13
2022-02-28
habanalabs: check the return value of hl_cs_poll_fences()
Tomer Tayar
1
-1
/
+1
2021-12-26
habanalabs: refactor reset information variables
Ofir Bitton
1
-2
/
+2
2021-12-26
habanalabs: handle skip multi-CS if handling not done
Ohad Sharabi
1
-1
/
+11
2021-12-26
habanalabs: change wait_for_interrupt implementation
farah kassabri
1
-2
/
+109
2021-12-26
habanalabs: prevent wait if CS in multi-CS list completed
Ohad Sharabi
1
-31
/
+54
2021-12-26
habanalabs: wait again for multi-CS if no CS completed
Ohad Sharabi
1
-49
/
+48
2021-12-26
habanalabs: save ctx inside encaps signal
Oded Gabbay
1
-3
/
+8
2021-12-26
habanalabs: free signal handle on failure
Oded Gabbay
1
-1
/
+3
2021-12-26
habanalabs: enable access to info ioctl during hard reset
Dani Liberman
1
-4
/
+1
2021-12-26
habanalabs: add SOB information to signal submission uAPI
Dani Liberman
1
-7
/
+30
2021-12-26
habanalabs: fix race condition in multi CS completion
Dani Liberman
1
-0
/
+7
2021-12-26
habanalabs: add support for fetching historic errors
Dani Liberman
1
-0
/
+8
2021-12-26
habanalabs: refactor wait-for-user-interrupt function
Bharat Jauhari
1
-14
/
+8
2021-12-26
habanalabs: change wait for interrupt timeout to 64 bit
Dani Liberman
1
-5
/
+17
2021-12-26
habanalabs: rename reset flags
Bharat Jauhari
1
-1
/
+1
2021-12-26
habanalabs: handle abort scenario for user interrupt
Bharat Jauhari
1
-18
/
+16
2021-10-18
habanalabs: refactor fence handling in hl_cs_poll_fences
Dani Liberman
1
-35
/
+36
2021-10-18
habanalabs: simplify wait for interrupt with timestamp flow
Yuri Nudelman
1
-6
/
+5
[next]