index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
accel/qaic: Add qaic driver to the build system
Jeffrey Hugo
4
-0
/
+38
2023-04-06
accel/qaic: Add mhi_qaic_cntl
Pranjal Ramajor Asha Kanojiya
2
-0
/
+581
2023-04-06
accel/qaic: Add datapath
Jeffrey Hugo
1
-0
/
+1902
2023-04-06
accel/qaic: Add control path
Jeffrey Hugo
1
-0
/
+1526
2023-04-06
accel/qaic: Add MHI controller
Jeffrey Hugo
2
-0
/
+579
2023-04-06
accel/qaic: Add uapi and core driver file
Jeffrey Hugo
2
-0
/
+929
2023-04-05
accel/ivpu: Remove D3hot delay for Meteorlake
Karol Wachowski
1
-0
/
+4
2023-03-22
Merge tag 'drm-habanalabs-next-2023-03-20' of https://git.kernel.org/pub/scm/...
Dave Airlie
28
-3611
/
+4448
2023-03-20
accel/habanalabs: remove redundant TODOs
Ofir Bitton
1
-5
/
+0
2023-03-20
accel/habanalabs: change razwi handle after fw fix
Dani Liberman
2
-4
/
+6
2023-03-20
accel/habanalabs: add handling for unexpected user event
Ofir Bitton
5
-3
/
+46
2023-03-20
accel/habanalabs: fix a missing-braces compilation warning
Tomer Tayar
1
-1
/
+1
2023-03-20
accel/habanalabs: fix a maybe-uninitialized compilation warnings
Tomer Tayar
1
-2
/
+2
2023-03-20
accel/habanalabs: fix page fault event clear
Dani Liberman
1
-1
/
+1
2023-03-20
accel/habanalabs: expose rotator mask to userspace
Ofir Bitton
3
-2
/
+6
2023-03-20
accel/habanalabs: regenerate gaudi2 ids_map_extended
Ohad Sharabi
1
-38
/
+38
2023-03-20
accel/habanalabs: expose dram reserved size by kmd
Ofir Bitton
1
-0
/
+1
2023-03-20
accel/habanalabs: remove '\n' when passing strings to gaudi2_print_event()
Tomer Tayar
1
-11
/
+11
2023-03-20
accel/habanalabs: return tlb inv error code upon failure
Koby Elbaz
2
-18
/
+43
2023-03-20
accel/habanalabs: in {e/p}dma_core events read the err cause reg
Dafna Hirschfeld
1
-7
/
+33
2023-03-20
accel/habanalabs: fix use of var reset_sleep_ms
Dafna Hirschfeld
1
-18
/
+16
2023-03-20
accel/habanalabs: in hw_fini return error code if polling timed-out
Dafna Hirschfeld
3
-12
/
+14
2023-03-20
accel/habanalabs: increase reset poll timeout
Ofir Bitton
1
-1
/
+2
2023-03-20
accel/habanalabs: do not verify engine modes after being changed
Koby Elbaz
1
-34
/
+1
2023-03-20
accel/habanalabs: align to latest firmware specs
Oded Gabbay
5
-40
/
+27
2023-03-20
accel/habanalabs: Fix spelling mistake "maped" -> "mapped"
Colin Ian King
1
-1
/
+1
2023-03-20
accel/habanalabs: make gaudi2_is_device_idle() static
Oded Gabbay
1
-1
/
+1
2023-03-15
accel/habanalabs: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-5
/
+0
2023-03-15
accel/habanalabs: postpone mem_mgr IDR destruction to hpriv_release()
Tomer Tayar
4
-1
/
+23
2023-03-15
accel/habanalabs: move soft-reset wait to soft-reset execute
Dafna Hirschfeld
1
-24
/
+26
2023-03-15
accel/habanalabs: add uapi to stall/resume engine
Koby Elbaz
6
-5
/
+325
2023-03-15
accel/habanalabs: use scnprintf() in print_device_in_use_info()
Tomer Tayar
1
-26
/
+10
2023-03-15
accel/habanalabs: unify err log of hw-fini failure in dirty state
Dafna Hirschfeld
1
-1
/
+1
2023-03-15
accel/habanalabs: use a mutex rather than a spinlock
Koby Elbaz
2
-9
/
+10
2023-03-15
accel/habanalabs: allow getting HL_INFO_DRAM_USAGE during soft-reset
Dafna Hirschfeld
1
-4
/
+2
2023-03-15
accel/habanalabs: fix register address on PDMA/EDMA idle check
Koby Elbaz
1
-22
/
+22
2023-03-15
accel/habanalabs: remove a useless is_idle TPC flag
Koby Elbaz
1
-1
/
+0
2023-03-15
accel/habanalabs: fix few misspelled words in the code
farah kassabri
6
-10
/
+10
2023-03-15
accel/habanalabs: verify return code after scrubbing ARCs DCCMs
Koby Elbaz
1
-4
/
+22
2023-03-15
accel/habanalabs: use notifications and graceful reset for decoder
Tomer Tayar
1
-6
/
+16
2023-03-15
accel/habanalabs: assert return value of hw_fini
Dafna Hirschfeld
4
-6
/
+27
2023-03-15
accel/habanalabs: break is_idle function into per-engine sub-routines
Koby Elbaz
1
-66
/
+146
2023-03-15
accel/habanalabs: add device id to all threads names
Sagiv Ozeri
1
-8
/
+12
2023-03-15
accel/habanalabs: add helper function to get vm hash node
Tomer Tayar
1
-12
/
+16
2023-03-15
accel/habanalabs: remove unneeded irq_handler variable
Tomer Tayar
1
-5
/
+3
2023-03-15
accel/habanalabs: change hw_fini to return int to indicate error
Dafna Hirschfeld
4
-7
/
+10
2023-03-15
accel/habanalabs: improve readability of engines idle mask print
Tomer Tayar
1
-12
/
+11
2023-03-15
accel/habanalabs: organize hl_device structure comment
Sagiv Ozeri
1
-3
/
+3
2023-03-15
accel/habanalabs: set hl_capture_*_err storage-class-specifier to static
Tom Rix
1
-2
/
+2
2023-03-15
accel/habanalabs: change unused extern decl of hdev to forward decl of hl_device
Tom Rix
1
-1
/
+1
[next]