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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-14
habanalabs: remove variable 'val' set but not used
Chen Wandun
1
-8
/
+7
2019-12-14
habanalabs: rate limit error msg on waiting for CS
Oded Gabbay
2
-3
/
+4
2019-11-21
habanalabs: add more protection of device during reset
Oded Gabbay
1
-0
/
+16
2019-11-21
habanalabs: flush EQ workers in hard reset
Oded Gabbay
1
-5
/
+11
2019-11-21
habanalabs: make the reset code more consistent
Oded Gabbay
1
-1
/
+1
2019-11-21
habanalabs: expose reset counters via existing INFO IOCTL
Moti Haimovski
1
-0
/
+19
2019-11-21
habanalabs: make code more concise
Oded Gabbay
1
-13
/
+9
2019-11-21
habanalabs: use defines for F/W files
Oded Gabbay
1
-6
/
+5
2019-11-21
habanalabs: remove prints on successful device initialization
Oded Gabbay
2
-7
/
+1
2019-11-21
habanalabs: remove unnecessary checks
Omer Shpigelman
1
-31
/
+9
2019-11-21
habanalabs: invalidate MMU cache only once
Omer Shpigelman
1
-1
/
+11
2019-11-21
habanalabs: skip VA block list update in reset flow
Omer Shpigelman
1
-10
/
+20
2019-11-21
habanalabs: optimize MMU unmap
Omer Shpigelman
1
-6
/
+13
2019-11-21
habanalabs: prevent read/write from/to the device during hard reset
Omer Shpigelman
1
-2
/
+4
2019-11-21
habanalabs: split MMU properties to PCI/DRAM
Omer Shpigelman
6
-148
/
+268
2019-11-21
habanalabs: re-factor MMU masks and documentation
Omer Shpigelman
3
-25
/
+23
2019-11-21
habanalabs: type specific MMU cache invalidation
Omer Shpigelman
3
-9
/
+12
2019-11-21
habanalabs: re-factor memory module code
Omer Shpigelman
3
-129
/
+158
2019-11-21
habanalabs: export uapi defines to user-space
Oded Gabbay
1
-4
/
+0
2019-11-21
habanalabs: don't print error when queues are full
Oded Gabbay
1
-3
/
+4
2019-11-21
habanalabs: increase max jobs number to 512
Oded Gabbay
1
-1
/
+1
2019-11-21
habanalabs: set ETR as non-secured
Oded Gabbay
2
-1
/
+5
2019-11-21
habanalabs: use registers name defines for ETR block
Oded Gabbay
3
-26
/
+140
2019-11-21
habanalabs: read F/W versions before failure
Oded Gabbay
1
-4
/
+4
2019-11-21
habanalabs: expose card name in INFO IOCTL
Oded Gabbay
2
-2
/
+10
2019-11-21
habanalabs: remove set but not used variable 'qman_base_addr'
YueHaibing
1
-4
/
+0
2019-11-21
habanalabs: add opcode to INFO IOCTL to return clock rate
Oded Gabbay
5
-1
/
+60
2019-11-21
habanalabs: set TPC Icache to 16 cache lines
Oded Gabbay
2
-3
/
+7
2019-11-21
habanalabs: Add a new H/W queue type
Tomer Tayar
5
-101
/
+308
2019-11-21
habanalabs: Mark queue as expecting CB handle or address
Tomer Tayar
3
-1
/
+9
2019-11-21
habanalabs: Fix typos
Tomer Tayar
2
-3
/
+3
2019-11-21
habanalabs: remove set but not used variable 'ctx'
YueHaibing
1
-2
/
+0
2019-11-21
habanalabs: handle F/W failure for sensor initialization
Oded Gabbay
2
-0
/
+7
2019-09-05
habanalabs: correctly cast variable to __le32
Oded Gabbay
1
-2
/
+2
2019-09-05
habanalabs: show correct id in error print
Oded Gabbay
1
-2
/
+2
2019-09-05
habanalabs: stop using the acronym KMD
Oded Gabbay
8
-73
/
+77
2019-09-05
habanalabs: display card name as sensors header
Oded Gabbay
4
-2
/
+25
2019-09-05
habanalabs: add uapi to retrieve aggregate H/W events
Oded Gabbay
4
-7
/
+19
2019-09-05
habanalabs: add uapi to retrieve device utilization
Oded Gabbay
6
-8
/
+188
2019-09-05
habanalabs: Make the Coresight timestamp perpetual
Tomer Tayar
2
-15
/
+25
2019-09-05
habanalabs: print to kernel log when reset is finished
Oded Gabbay
1
-0
/
+2
2019-09-05
habanalabs: replace __le32_to_cpu with le32_to_cpu
Oded Gabbay
4
-7
/
+7
2019-09-05
habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64
Oded Gabbay
5
-27
/
+27
2019-09-05
habanalabs: Handle HW_IP_INFO if device disabled or in reset
Tomer Tayar
1
-6
/
+13
2019-09-05
habanalabs: Expose devices after initialization is done
Tomer Tayar
2
-54
/
+111
2019-09-05
habanalabs: improve security in Debug IOCTL
Omer Shpigelman
1
-10
/
+62
2019-09-05
habanalabs: use default structure for user input in Debug IOCTL
Omer Shpigelman
1
-7
/
+10
2019-09-05
habanalabs: Add descriptive name to PSOC app status register
Tomer Tayar
2
-2
/
+4
2019-09-05
habanalabs: Add descriptive names to PSOC scratch-pad registers
Tomer Tayar
2
-17
/
+48
2019-09-05
habanalabs: create two char devices per ASIC
Oded Gabbay
4
-52
/
+199
[next]