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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
habanalabs: print f/w boot unknown error
Oded Gabbay
2021-04-09
1
-16
/
+68
*
habanalabs/gaudi: skip iATU if F/W security is enabled
Ofir Bitton
2021-04-09
2
-0
/
+55
*
habanalabs/gaudi: derive security status from pci id
Ofir Bitton
2021-04-09
6
-4
/
+35
*
habanalabs: move dram scrub to free sequence
Bharat Jauhari
2021-04-09
1
-39
/
+48
*
habanalabs: send dynamic msi-x indexes to f/w
Ohad Sharabi
2021-04-09
2
-0
/
+71
*
habanalabs: support DEVICE_UNUSABLE error indication from FW
Koby Elbaz
2021-04-09
1
-0
/
+3
*
habanalabs: use strscpy instead of sprintf and strlcpy
Oded Gabbay
2021-04-09
1
-2
/
+2
*
habanalabs/gaudi: add debugfs to DMA from the device
Oded Gabbay
2021-04-09
2
-5
/
+131
*
habanalabs: add custom timeout flag per cs
Alon Mizrahi
2021-04-09
3
-16
/
+23
*
habanalabs: improve utilization calculation
Koby Elbaz
2021-04-09
5
-164
/
+19
*
habanalabs: support legacy and new pll indexes
Ohad Sharabi
2021-04-09
3
-11
/
+76
*
habanalabs: move relevant datapath work outside cs lock
Ofir Bitton
2021-04-09
3
-35
/
+68
*
habanalabs: avoid soft lockup bug upon mapping error
farah kassabri
2021-04-09
1
-3
/
+17
*
habanalabs: debugfs access to user mapped host addresses
Ofir Bitton
2021-04-09
3
-25
/
+76
*
habanalabs: Switch to using the new API kobj_to_dev()
Yang Li
2021-04-09
1
-1
/
+1
*
habanalabs: skip DISABLE PCI packet to FW on heartbeat
Ohad Sharabi
2021-04-09
5
-17
/
+38
*
habanalabs: replace GFP_ATOMIC with GFP_KERNEL
Ofir Bitton
2021-04-09
4
-12
/
+34
*
habanalabs: return current power via INFO IOCTL
Sagiv Ozeri
2021-04-09
3
-0
/
+46
*
habanalabs: support HW blocks vm show
Sagiv Ozeri
2021-04-09
4
-7
/
+112
*
habanalabs: use a single FW loading bringup flag
Ofir Bitton
2021-04-09
3
-9
/
+15
*
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
5
-24
/
+285
*
habanalabs: enable all IRQs for user interrupt support
Ofir Bitton
2021-04-09
3
-2
/
+74
*
habanalabs: change default CS timeout to 30 seconds
Oded Gabbay
2021-04-09
1
-2
/
+2
*
habanalabs: print if device is used on FD close
Oded Gabbay
2021-04-09
2
-4
/
+6
*
habanalabs: reset_upon_device_release is for bring-up
Oded Gabbay
2021-04-09
1
-2
/
+1
*
habanalabs: fail reset if device is not idle
Oded Gabbay
2021-04-09
1
-14
/
+12
*
habanalabs: reset after device is actually released
Oded Gabbay
2021-04-09
1
-16
/
+16
*
habanalabs: add reset support when user closes FD
Ofir Bitton
2021-04-09
2
-2
/
+20
*
habanalabs: fix debugfs address translation
farah kassabri
2021-03-10
1
-12
/
+26
*
habanalabs: Disable file operations after device is removed
Tomer Tayar
2021-03-10
2
-6
/
+46
*
habanalabs: Call put_pid() when releasing control device
Tomer Tayar
2021-03-10
1
-0
/
+2
*
drivers: habanalabs: remove unused dentry pointer for debugfs files
Greg Kroah-Hartman
2021-03-10
2
-6
/
+1
*
habanalabs: mark hl_eq_inc_ptr() as static
Oded Gabbay
2021-03-10
1
-1
/
+1
*
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-24
17
-455
/
+1306
|
\
|
*
habanalabs: return block size + block ID
Oded Gabbay
2021-02-08
2
-9
/
+14
|
*
habanalabs: update security map after init CPU Qs
Ohad Sharabi
2021-02-08
2
-8
/
+2
|
*
habanalabs: enable F/W events after init done
Oded Gabbay
2021-02-08
2
-6
/
+26
|
*
habanalabs: support fetching first available user CQ
Ofir Bitton
2021-02-08
2
-1
/
+4
|
*
habanalabs: improve communication protocol with cpucp
Ofir Bitton
2021-02-08
2
-2
/
+18
|
*
habanalabs: fix integer handling issue
Oded Gabbay
2021-02-08
1
-1
/
+1
|
*
habanalabs: staged submission support
Ofir Bitton
2021-01-27
3
-24
/
+226
|
*
habanalabs: modify device_idle interface
Ohad Sharabi
2021-01-27
4
-9
/
+11
|
*
habanalabs: add CS completion and timeout properties
Ofir Bitton
2021-01-27
3
-26
/
+117
|
*
habanalabs: add new mem ioctl op for mapping hw blocks
Ofir Bitton
2021-01-27
3
-6
/
+106
|
*
habanalabs: fix MMU debugfs related nodes
farah kassabri
2021-01-27
3
-20
/
+89
|
*
habanalabs: add user available interrupt to hw_ip
Ofir Bitton
2021-01-27
2
-0
/
+5
|
*
habanalabs: always try to use the hint address
farah kassabri
2021-01-27
1
-102
/
+37
|
*
habanalabs: add security violations dump to debugfs
Ofir Bitton
2021-01-27
2
-0
/
+24
|
*
habanalabs: ignore F/W BMC errors in case no BMC present
Ofir Bitton
2021-01-27
1
-3
/
+9
[next]