index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
habanalabs: correctly cast variable to __le32
Oded Gabbay
2019-09-05
1
-2
/
+2
*
habanalabs: show correct id in error print
Oded Gabbay
2019-09-05
1
-2
/
+2
*
habanalabs: stop using the acronym KMD
Oded Gabbay
2019-09-05
8
-73
/
+77
*
habanalabs: display card name as sensors header
Oded Gabbay
2019-09-05
4
-2
/
+25
*
habanalabs: add uapi to retrieve aggregate H/W events
Oded Gabbay
2019-09-05
4
-7
/
+19
*
habanalabs: add uapi to retrieve device utilization
Oded Gabbay
2019-09-05
6
-8
/
+188
*
habanalabs: Make the Coresight timestamp perpetual
Tomer Tayar
2019-09-05
2
-15
/
+25
*
habanalabs: print to kernel log when reset is finished
Oded Gabbay
2019-09-05
1
-0
/
+2
*
habanalabs: replace __le32_to_cpu with le32_to_cpu
Oded Gabbay
2019-09-05
4
-7
/
+7
*
habanalabs: replace __cpu_to_le32/64 with cpu_to_le32/64
Oded Gabbay
2019-09-05
5
-27
/
+27
*
habanalabs: Handle HW_IP_INFO if device disabled or in reset
Tomer Tayar
2019-09-05
1
-6
/
+13
*
habanalabs: Expose devices after initialization is done
Tomer Tayar
2019-09-05
2
-54
/
+111
*
habanalabs: improve security in Debug IOCTL
Omer Shpigelman
2019-09-05
1
-10
/
+62
*
habanalabs: use default structure for user input in Debug IOCTL
Omer Shpigelman
2019-09-05
1
-7
/
+10
*
habanalabs: Add descriptive name to PSOC app status register
Tomer Tayar
2019-09-05
2
-2
/
+4
*
habanalabs: Add descriptive names to PSOC scratch-pad registers
Tomer Tayar
2019-09-05
2
-17
/
+48
*
habanalabs: create two char devices per ASIC
Oded Gabbay
2019-09-05
4
-52
/
+199
*
habanalabs: change device_setup_cdev() to be more generic
Oded Gabbay
2019-09-05
1
-22
/
+25
*
habanalabs: maintain a list of file private data objects
Oded Gabbay
2019-09-05
4
-132
/
+129
*
habanalabs: rename user_ctx as compute_ctx
Oded Gabbay
2019-09-05
4
-19
/
+21
*
habanalabs: show the process context dram usage
Oded Gabbay
2019-09-05
1
-4
/
+7
*
habanalabs: kill user process after CS rollback
Oded Gabbay
2019-09-05
1
-4
/
+13
*
habanalabs: add handle field to context structure
Oded Gabbay
2019-09-05
2
-11
/
+18
*
habanalabs: Use dev_get_drvdata
Chuhong Yuan
2019-09-05
1
-4
/
+2
*
habanalabs: power management through sysfs is only for GOYA
Oded Gabbay
2019-09-05
2
-98
/
+98
*
habanalabs: cap simulator timeout
Oded Gabbay
2019-09-05
1
-6
/
+14
*
habanalabs: add debug print when rejecting CS
Oded Gabbay
2019-09-05
1
-0
/
+2
*
habanalabs: remove write_open_cnt property
Oded Gabbay
2019-09-05
1
-10
/
+0
*
habanalabs: fix device IRQ unmasking for BE host
Ben Segal
2019-08-12
1
-9
/
+24
*
habanalabs: fix endianness handling for internal QMAN submission
Oded Gabbay
2019-08-12
4
-15
/
+17
*
habanalabs: fix completion queue handling when host is BE
Ben Segal
2019-08-12
1
-14
/
+13
*
habanalabs: fix endianness handling for packets from user
Ben Segal
2019-08-12
2
-13
/
+32
*
habanalabs: fix DRAM usage accounting on context tear down
Tomer Tayar
2019-08-12
1
-0
/
+2
*
habanalabs: Avoid double free in error flow
Tomer Tayar
2019-08-12
1
-3
/
+2
*
habanalabs: fix host memory polling in BE architecture
Ben Segal
2019-07-29
4
-6
/
+20
*
habanalabs: fix F/W download in BE architecture
Ben Segal
2019-07-29
1
-17
/
+2
*
habanalabs: don't reset device when getting VRHOT
Oded Gabbay
2019-06-27
1
-1
/
+1
*
habanalabs: use %pad for printing a dma_addr_t
Arnd Bergmann
2019-07-08
1
-2
/
+2
*
habanalabs: Add busy engines bitmask to HW idle IOCTL
Tomer Tayar
2019-07-01
4
-5
/
+14
*
habanalabs: Add debugfs node for engines status
Tomer Tayar
2019-07-01
4
-53
/
+98
*
habanalabs: Update the device idle check
Tomer Tayar
2019-07-01
3
-4
/
+425
*
habanalabs: Allow accessing host mapped addresses via debugfs
Tomer Tayar
2019-06-16
2
-16
/
+38
*
habanalabs: add WARN in case of bad MMU mapping
Oded Gabbay
2019-05-31
1
-0
/
+4
*
habanalabs: remove DMA mask hack for Goya
Oded Gabbay
2019-05-29
1
-15
/
+4
*
habanalabs: set Goya CPU to use ASIC MMU
Oded Gabbay
2019-05-29
1
-3
/
+20
*
habanalabs: add MMU mappings for Goya CPU
Oded Gabbay
2019-05-29
4
-14
/
+137
*
habanalabs: initialize MMU context for driver
Oded Gabbay
2019-05-29
2
-4
/
+13
*
habanalabs: de-couple MMU and VM module initialization
Oded Gabbay
2019-05-29
3
-20
/
+22
*
habanalabs: initialize device CPU queues after MMU init
Oded Gabbay
2019-05-29
3
-48
/
+40
*
habanalabs: add rate-limit to an error message
Oded Gabbay
2019-06-06
1
-1
/
+1
[next]