index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
accel
Age
Commit message (
Expand
)
Author
Lines
2025-02-10
accel/ivpu: Implement D0i2 disable test mode
Karol Wachowski
-0
/
+10
2025-02-10
accel/ivpu: Add test modes to toggle clock relinquish disable
Karol Wachowski
-0
/
+8
2025-02-10
accel/ivpu: Allow to import single buffer into multiple contexts
Tomasz Rusinowicz
-1
/
+45
2025-02-10
accel/ivpu: Add debugfs interface for setting HWS priority bands
Karol Wachowski
-18
/
+121
2025-02-10
accel/ivpu: Prevent runtime suspend during context abort work
Andrzej Kacprowski
-1
/
+9
2025-02-10
accel/ivpu: Add missing locks around mmu queues
Andrzej Kacprowski
-0
/
+9
2025-02-07
Merge tag 'drm-misc-fixes-2025-02-06' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
-39
/
+58
2025-02-06
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-18
/
+15
2025-02-06
Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixes
Maxime Ripard
-15
/
+8037
2025-02-04
accel/amdxdna: Add MODULE_FIRMWARE() declarations
Mario Limonciello
-0
/
+5
2025-02-03
accel/ivpu: Move recovery work to system_unbound_wq
Karol Wachowski
-1
/
+1
2025-02-03
accel/ivpu: Enable recovery and adjust timeouts for fpga
Tomasz Rusinowicz
-10
/
+5
2025-02-03
accel/ivpu: Turn on HWS by default on all platforms
Karol Wachowski
-9
/
+1
2025-02-03
accel/ivpu: Fix missing MMU events if file_priv is unbound
Karol Wachowski
-1
/
+7
2025-02-03
accel/ivpu: Update last_busy in IRQ handler
Jacek Lawrynowicz
-3
/
+6
2025-02-03
accel/ivpu: Add support for hardware fault injection
Jacek Lawrynowicz
-29
/
+58
2025-02-03
accel/ivpu: Fix error handling in recovery/reset
Jacek Lawrynowicz
-36
/
+43
2025-02-03
accel/ivpu: Clear runtime_error after pm_runtime_resume_and_get() fails
Jacek Lawrynowicz
-1
/
+4
2025-02-03
accel/ivpu: Fix error handling in ivpu_boot()
Jacek Lawrynowicz
-2
/
+6
2025-01-31
accel/qaic: Add AIC200 support
Jeffrey Hugo
-18
/
+395
2025-01-31
accel/qaic: Add config structs for supported cards
Jeffrey Hugo
-30
/
+61
2025-01-31
accel/qaic: Mask out SR-IOV PCI resources
Youssef Samir
-1
/
+1
2025-01-31
accel/qaic: Add support for MSI-X
Youssef Samir
-2
/
+2
2025-01-31
accel/qaic: Allocate an exact number of MSIs
Youssef Samir
-2
/
+4
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-13
/
+6
2025-01-17
accel/qaic: Change aic100_image_table definition
Youssef Samir
-2
/
+2
2025-01-13
accel/amdxdna: Declare sched_ops as static
Lizhi Hou
-1
/
+1
2025-01-13
accel/amdxdna: Remove casting mailbox payload pointer
Lizhi Hou
-34
/
+32
2025-01-12
drivers: remove get_task_comm() and print task comm directly
Yafang Shao
-10
/
+4
2025-01-12
accel/habanalabs: convert timeouts to secs_to_jiffies()
Easwar Hariharan
-3
/
+2
2025-01-10
Merge tag 'v6.13-rc6' into drm-next
Dave Airlie
-5
/
+9
2025-01-09
accel/amdxdna: Return error when setting clock failed for npu1
Lizhi Hou
-0
/
+2
2025-01-09
accel/ivpu: Enable HWS by default on all platforms
Jacek Lawrynowicz
-1
/
+12
2025-01-09
accel/ivpu: Add platform detection for presilicon
Karol Wachowski
-25
/
+29
2025-01-09
accel/ivpu: Add handling of VPU_JSM_STATUS_MVNCI_CONTEXT_VIOLATION_HW
Karol Wachowski
-0
/
+25
2025-01-09
accel/ivpu: Fix locking order in ivpu_job_submit
Karol Wachowski
-10
/
+7
2025-01-09
accel/ivpu: Fix locking order in ivpu_cmdq_destroy_ioctl
Karol Wachowski
-3
/
+6
2025-01-09
accel/ivpu: Set command queue management capability based on HWS
Karol Wachowski
-26
/
+19
2025-01-09
accel/ivpu: Fix missing MMU events from reserved SSID
Karol Wachowski
-3
/
+4
2025-01-09
accel/ivpu: Move parts of MMU event IRQ handling to thread handler
Karol Wachowski
-33
/
+69
2025-01-09
accel/ivpu: Dump only first MMU fault from single context
Karol Wachowski
-20
/
+46
2025-01-09
accel/ivpu: Use workqueue for IRQ handling
Maciej Falkowski
-55
/
+24
2025-01-09
accel/ivpu: Expose NPU memory utilization info in sysfs
Maciej Falkowski
-1
/
+29
2025-01-09
accel/ivpu: Abort all jobs after command queue unregister
Karol Wachowski
-62
/
+121
2025-01-09
accel/ivpu: Add API for command queue create/destroy/submit
Karol Wachowski
-145
/
+235
2025-01-09
accel/ivpu: Separate DB ID and CMDQ ID allocations from CMDQ allocation
Karol Wachowski
-24
/
+64
2025-01-03
accel/amdxdna: Declare npu6_dev_priv as static
Lizhi Hou
-1
/
+1
2025-01-03
accel/amdxdna: Add __user to second parameter of aie2_query_status
Lizhi Hou
-1
/
+1
2025-01-03
accel/amdxdna: Declare force_cmdlist as static
Lizhi Hou
-1
/
+1
2025-01-03
accel/amdxdna: Use rcu_access_pointer for __rcu pointer
Lizhi Hou
-1
/
+1
[prev]
[next]