index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
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]