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
/
device.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: fix resetting the DRAM BAR
Ohad Sharabi
1
-19
/
+22
2022-09-19
habanalabs/gaudi2: read F/W security indication after hard reset
Tomer Tayar
1
-0
/
+7
2022-09-19
habanalabs: send device activity in a proper context
Ofir Bitton
1
-2
/
+2
2022-09-19
habanalabs: send device active message to f/w
farah kassabri
1
-0
/
+2
2022-09-18
habanalabs: trace DMA allocations
Ohad Sharabi
1
-18
/
+31
2022-09-18
habanalabs: fix calculation of DRAM base address in PCIe BAR
Tomer Tayar
1
-1
/
+5
2022-09-18
habanalabs: add cdev index data member
Omer Shpigelman
1
-4
/
+6
2022-09-18
habanalabs: move common function out of debugfs.c
Oded Gabbay
1
-0
/
+24
2022-09-18
habanalabs: add a missing lock for in_reset indication
Tomer Tayar
1
-0
/
+2
2022-09-18
habanalabs: rename non_hard_reset to compute_reset
Ofir Bitton
1
-1
/
+1
2022-07-12
habanalabs: rename soft reset to compute reset
Oded Gabbay
1
-14
/
+14
2022-07-12
habanalabs: add status of reset after device release
Oded Gabbay
1
-6
/
+11
2022-07-12
habanalabs: fix update of is_in_soft_reset
Oded Gabbay
1
-5
/
+15
2022-07-12
habanalabs: add a value field to hl_fw_send_pci_access_msg()
Tomer Tayar
1
-3
/
+2
2022-07-12
habanalabs: initialize variable explicitly
Oded Gabbay
1
-1
/
+1
2022-07-12
habanalabs: do not set max power on a secured device
Ofir Bitton
1
-2
/
+4
2022-07-12
habanalabs: enable gaudi2 code in driver
Oded Gabbay
1
-0
/
+8
2022-07-12
habanalabs: add gaudi2 wait-for-CS support
Oded Gabbay
1
-14
/
+34
2022-07-12
habanalabs: remove obsolete device variables used for testing
Oded Gabbay
1
-2
/
+1
2022-07-12
habanalabs: add gaudi2 asic-specific code
Oded Gabbay
1
-0
/
+10
2022-07-12
habanalabs: remove redundant argument in access_dev_mem APIs
Ofir Bitton
1
-3
/
+2
2022-07-12
habanalabs: refactor dma asic-specific functions
Ohad Sharabi
1
-0
/
+75
2022-07-12
habanalabs: set default value for memory_scrub
Dafna Hirschfeld
1
-0
/
+3
2022-07-12
habanalabs: move call to scrub_device_mem after ctx_fini
Dafna Hirschfeld
1
-2
/
+14
2022-07-12
habanalabs/gaudi: collect undefined opcode error info
Tal Cohen
1
-6
/
+7
2022-07-12
habanalabs: fix race between hl_get_compute_ctx() and hl_ctx_put()
Tomer Tayar
1
-0
/
+1
2022-05-22
habanalabs: do MMU prefetch as deferred work
Ohad Sharabi
1
-1
/
+14
2022-05-22
habanalabs: use NULL for eventfd
Oded Gabbay
1
-6
/
+2
2022-05-22
habanalabs: add support for notification via eventfd
Tal Cohen
1
-0
/
+52
2022-05-22
habanalabs: handle race in driver fini
Dani Liberman
1
-4
/
+7
2022-05-22
habanalabs: use unified memory manager for CB flow
Yuri Nudelman
1
-8
/
+4
2022-05-22
habanalabs: hide memory manager page shift
Yuri Nudelman
1
-1
/
+2
2022-05-22
habanalabs: support debugfs Byte access to device DRAM
Moti Haimovski
1
-0
/
+12
2022-05-22
habanalabs: use for_each_sgtable_dma_sg for dma sgt
Ohad Sharabi
1
-0
/
+32
2022-05-22
habanalabs: don't print normal reset operations
Oded Gabbay
1
-3
/
+6
2022-05-22
habanalabs: enforce alignment upon registers access through debugfs
Dafna Hirschfeld
1
-0
/
+5
2022-05-22
habanalabs: add callback and field to be used for debugfs refactor
Dafna Hirschfeld
1
-0
/
+127
2022-05-22
habanalabs: convert ts to use unified memory manager
Yuri Nudelman
1
-2
/
+2
2022-05-22
habanalabs: add new return code to device fd open
Ofir Bitton
1
-0
/
+4
2022-02-28
habanalabs: add an option to delay a device reset
Tomer Tayar
1
-1
/
+7
2022-02-28
habanalabs: Fix reset upon device release bug
farah kassabri
1
-5
/
+8
2022-02-28
habanalabs: set max power on device init per ASIC
Tomer Tayar
1
-1
/
+2
2022-02-28
habanalabs: use proper max_power variable for device utilization
Tomer Tayar
1
-1
/
+1
2022-02-28
habanalabs: Timestamps buffers registration
farah kassabri
1
-7
/
+11
2022-02-28
habanalabs: fix soft reset flow in case of failure
Dani Liberman
1
-0
/
+3
2022-02-28
habanalabs: move more f/w functions to firmware_if.c
Oded Gabbay
1
-3
/
+3
2022-02-28
habanalabs: remove ASIC functions of clock gating
Oded Gabbay
1
-4
/
+0
2021-12-26
habanalabs: support hard-reset scheduling during soft-reset
Ofir Bitton
1
-3
/
+28
2021-12-26
habanalabs: add a lock to protect multiple reset variables
Ofir Bitton
1
-14
/
+36
[next]