index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
/
common
/
device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
habanalabs: do MMU prefetch as deferred work
Ohad Sharabi
2022-05-22
1
-1
/
+14
*
habanalabs: use NULL for eventfd
Oded Gabbay
2022-05-22
1
-6
/
+2
*
habanalabs: add support for notification via eventfd
Tal Cohen
2022-05-22
1
-0
/
+52
*
habanalabs: handle race in driver fini
Dani Liberman
2022-05-22
1
-4
/
+7
*
habanalabs: use unified memory manager for CB flow
Yuri Nudelman
2022-05-22
1
-8
/
+4
*
habanalabs: hide memory manager page shift
Yuri Nudelman
2022-05-22
1
-1
/
+2
*
habanalabs: support debugfs Byte access to device DRAM
Moti Haimovski
2022-05-22
1
-0
/
+12
*
habanalabs: use for_each_sgtable_dma_sg for dma sgt
Ohad Sharabi
2022-05-22
1
-0
/
+32
*
habanalabs: don't print normal reset operations
Oded Gabbay
2022-05-22
1
-3
/
+6
*
habanalabs: enforce alignment upon registers access through debugfs
Dafna Hirschfeld
2022-05-22
1
-0
/
+5
*
habanalabs: add callback and field to be used for debugfs refactor
Dafna Hirschfeld
2022-05-22
1
-0
/
+127
*
habanalabs: convert ts to use unified memory manager
Yuri Nudelman
2022-05-22
1
-2
/
+2
*
habanalabs: add new return code to device fd open
Ofir Bitton
2022-05-22
1
-0
/
+4
*
habanalabs: add an option to delay a device reset
Tomer Tayar
2022-02-28
1
-1
/
+7
*
habanalabs: Fix reset upon device release bug
farah kassabri
2022-02-28
1
-5
/
+8
*
habanalabs: set max power on device init per ASIC
Tomer Tayar
2022-02-28
1
-1
/
+2
*
habanalabs: use proper max_power variable for device utilization
Tomer Tayar
2022-02-28
1
-1
/
+1
*
habanalabs: Timestamps buffers registration
farah kassabri
2022-02-28
1
-7
/
+11
*
habanalabs: fix soft reset flow in case of failure
Dani Liberman
2022-02-28
1
-0
/
+3
*
habanalabs: move more f/w functions to firmware_if.c
Oded Gabbay
2022-02-28
1
-3
/
+3
*
habanalabs: remove ASIC functions of clock gating
Oded Gabbay
2022-02-28
1
-4
/
+0
*
habanalabs: support hard-reset scheduling during soft-reset
Ofir Bitton
2021-12-26
1
-3
/
+28
*
habanalabs: add a lock to protect multiple reset variables
Ofir Bitton
2021-12-26
1
-14
/
+36
*
habanalabs: refactor reset information variables
Ofir Bitton
2021-12-26
1
-37
/
+39
*
habanalabs: keep control device alive during hard reset
Dani Liberman
2021-12-26
1
-18
/
+38
*
habanalabs: remove compute context pointer
Oded Gabbay
2021-12-26
1
-5
/
+5
*
habanalabs: add helper to get compute context
Oded Gabbay
2021-12-26
1
-7
/
+6
*
habanalabs: fix etr asid configuration
Oded Gabbay
2021-12-26
1
-2
/
+2
*
habanalabs: pass reset flags to reset thread
Tomer Tayar
2021-12-26
1
-7
/
+3
*
habanalabs: handle events during soft-reset
Ofir Bitton
2021-12-26
1
-0
/
+4
*
habanalabs: rename late init after reset function
Oded Gabbay
2021-12-26
1
-1
/
+1
*
habanalabs: fix soft reset accounting
Oded Gabbay
2021-12-26
1
-25
/
+25
*
habanalabs: Move frequency change thread to goya_late_init
Rajaravi Krishna Katta
2021-12-26
1
-58
/
+0
*
habanalabs: abort reset on invalid request
Oded Gabbay
2021-12-26
1
-7
/
+9
*
habanalabs: prevent false heartbeat message
Oded Gabbay
2021-12-26
1
-1
/
+3
*
habanalabs: expand clock throttling information uAPI
Ofir Bitton
2021-12-26
1
-0
/
+3
*
habanalabs: rename reset flags
Bharat Jauhari
2021-12-26
1
-20
/
+20
*
habanalabs: adding indication of boot fit loaded
Ohad Sharabi
2021-12-26
1
-2
/
+2
*
habanalabs: bypass reset for continuous h/w error event
Bharat Jauhari
2021-10-18
1
-34
/
+84
*
habanalabs: prevent race between fd close/open
Oded Gabbay
2021-10-18
1
-7
/
+23
*
habanalabs: refactor reset log message
Oded Gabbay
2021-10-18
1
-1
/
+8
*
habanalabs: define soft-reset as inference op
Oded Gabbay
2021-10-18
1
-1
/
+1
*
habanalabs: add support for f/w reset
Oded Gabbay
2021-09-01
1
-12
/
+23
*
habanalabs: add "in device creation" status
Omer Shpigelman
2021-09-01
1
-0
/
+3
*
habanalabs: add wait-for-multi-CS uAPI
Ohad Sharabi
2021-08-29
1
-0
/
+4
*
habanalabs: revise prints on FD close
Oded Gabbay
2021-08-29
1
-2
/
+2
*
habanalabs: fix race between soft reset and heartbeat
Koby Elbaz
2021-08-29
1
-54
/
+41
*
habanalabs: mark linux image as not loaded after hw_fini
Tomer Tayar
2021-08-29
1
-0
/
+5
*
habanalabs: missing mutex_unlock in process kill procedure
Ofir Bitton
2021-08-29
1
-0
/
+1
*
habanalabs: expose state dump
Yuri Nudelman
2021-08-29
1
-0
/
+2
[next]