index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
accel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-03
accel/ivpu: Add support for hardware fault injection
Jacek Lawrynowicz
4
-29
/
+58
2025-02-03
accel/ivpu: Fix error handling in recovery/reset
Jacek Lawrynowicz
1
-36
/
+43
2025-02-03
accel/ivpu: Clear runtime_error after pm_runtime_resume_and_get() fails
Jacek Lawrynowicz
1
-1
/
+4
2025-02-03
accel/ivpu: Fix error handling in ivpu_boot()
Jacek Lawrynowicz
1
-2
/
+6
2025-01-31
accel/qaic: Add AIC200 support
Jeffrey Hugo
5
-18
/
+395
2025-01-31
accel/qaic: Add config structs for supported cards
Jeffrey Hugo
3
-30
/
+61
2025-01-31
accel/qaic: Mask out SR-IOV PCI resources
Youssef Samir
1
-1
/
+1
2025-01-31
accel/qaic: Add support for MSI-X
Youssef Samir
1
-2
/
+2
2025-01-31
accel/qaic: Allocate an exact number of MSIs
Youssef Samir
1
-2
/
+4
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
4
-13
/
+6
2025-01-17
accel/qaic: Change aic100_image_table definition
Youssef Samir
1
-2
/
+2
2025-01-13
accel/amdxdna: Declare sched_ops as static
Lizhi Hou
1
-1
/
+1
2025-01-13
accel/amdxdna: Remove casting mailbox payload pointer
Lizhi Hou
8
-34
/
+32
2025-01-12
drivers: remove get_task_comm() and print task comm directly
Yafang Shao
2
-10
/
+4
2025-01-12
accel/habanalabs: convert timeouts to secs_to_jiffies()
Easwar Hariharan
2
-3
/
+2
2025-01-10
Merge tag 'v6.13-rc6' into drm-next
Dave Airlie
3
-5
/
+9
2025-01-09
accel/amdxdna: Return error when setting clock failed for npu1
Lizhi Hou
1
-0
/
+2
2025-01-09
accel/ivpu: Enable HWS by default on all platforms
Jacek Lawrynowicz
1
-1
/
+12
2025-01-09
accel/ivpu: Add platform detection for presilicon
Karol Wachowski
5
-25
/
+29
2025-01-09
accel/ivpu: Add handling of VPU_JSM_STATUS_MVNCI_CONTEXT_VIOLATION_HW
Karol Wachowski
1
-0
/
+25
2025-01-09
accel/ivpu: Fix locking order in ivpu_job_submit
Karol Wachowski
1
-10
/
+7
2025-01-09
accel/ivpu: Fix locking order in ivpu_cmdq_destroy_ioctl
Karol Wachowski
1
-3
/
+6
2025-01-09
accel/ivpu: Set command queue management capability based on HWS
Karol Wachowski
4
-26
/
+19
2025-01-09
accel/ivpu: Fix missing MMU events from reserved SSID
Karol Wachowski
1
-3
/
+4
2025-01-09
accel/ivpu: Move parts of MMU event IRQ handling to thread handler
Karol Wachowski
3
-33
/
+69
2025-01-09
accel/ivpu: Dump only first MMU fault from single context
Karol Wachowski
3
-20
/
+46
2025-01-09
accel/ivpu: Use workqueue for IRQ handling
Maciej Falkowski
11
-55
/
+24
2025-01-09
accel/ivpu: Expose NPU memory utilization info in sysfs
Maciej Falkowski
1
-1
/
+29
2025-01-09
accel/ivpu: Abort all jobs after command queue unregister
Karol Wachowski
6
-62
/
+121
2025-01-09
accel/ivpu: Add API for command queue create/destroy/submit
Karol Wachowski
3
-145
/
+235
2025-01-09
accel/ivpu: Separate DB ID and CMDQ ID allocations from CMDQ allocation
Karol Wachowski
1
-24
/
+64
2025-01-03
accel/amdxdna: Declare npu6_dev_priv as static
Lizhi Hou
1
-1
/
+1
2025-01-03
accel/amdxdna: Add __user to second parameter of aie2_query_status
Lizhi Hou
1
-1
/
+1
2025-01-03
accel/amdxdna: Declare force_cmdlist as static
Lizhi Hou
1
-1
/
+1
2025-01-03
accel/amdxdna: Use rcu_access_pointer for __rcu pointer
Lizhi Hou
1
-1
/
+1
2025-01-03
accel/amdxdna: Declare aie2_max_col as static
Lizhi Hou
1
-1
/
+1
2025-01-03
accel/amdxdna: Declare mailbox register base as __iomem pointer
Lizhi Hou
3
-16
/
+16
2025-01-03
accel/amdxdna: Declare npu device profile as static variables
Lizhi Hou
4
-4
/
+4
2024-12-20
Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
3
-5
/
+9
2024-12-19
accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal()
Jacek Lawrynowicz
1
-1
/
+1
2024-12-19
accel/ivpu: Fix memory leak in ivpu_mmu_reserved_context_init()
Jacek Lawrynowicz
1
-3
/
+7
2024-12-19
accel/ivpu: Fix general protection fault in ivpu_bo_list()
Jacek Lawrynowicz
1
-1
/
+1
2024-12-18
accel/amdxdna: include linux/slab.h
Arnd Bergmann
1
-0
/
+1
2024-12-17
accel/amdxdna: Add zero check for pad in ioctl input structures
Lizhi Hou
4
-1
/
+13
2024-12-16
accel/amdxdna: Read firmware interface version from registers
Lizhi Hou
7
-50
/
+64
2024-12-16
accel/amdxdna: Enhance power management settings
Lizhi Hou
17
-128
/
+482
2024-12-16
accel/amdxdna: Replace idr api with xarray
Lizhi Hou
8
-72
/
+60
2024-12-16
accel/amdxdna: Add RyzenAI-npu6 support
Lizhi Hou
4
-1
/
+125
2024-12-13
accel/amdxdna: use modern PM helpers
Arnd Bergmann
1
-2
/
+2
2024-12-13
accel/amdxdna: Add include interrupt.h to amdxdna_mailbox.c
Mike Lothian
1
-0
/
+1
[prev]
[next]