index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
18
-60
/
+600
12 days
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-19
/
+4
13 days
BackMerge tag 'v7.2' into drm-next
Dave Airlie
14
-103
/
+239
2026-08-12
accel/amdxdna: Skip unmapped range in aie2_populate_range()
Lizhi Hou
1
-0
/
+16
2026-08-11
Revert "accel/amdxdna: Remove drm_sched_init_args->num_rqs usage"
Tvrtko Ursulin
1
-0
/
+1
2026-08-11
Revert "accel/rocket: Remove drm_sched_init_args->num_rqs usage"
Tvrtko Ursulin
1
-0
/
+1
2026-08-11
Revert "accel/ethosu: Remove drm_sched_init_args->num_rqs usage"
Tvrtko Ursulin
1
-0
/
+1
2026-08-04
accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
Stanislav Kinsburskii
1
-19
/
+4
2026-07-31
accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages()
Lizhi Hou
1
-19
/
+8
2026-07-31
accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages()
Lizhi Hou
1
-4
/
+20
2026-07-29
accel/qaic: use sizeof(*trans_hdr) for transaction length check
Muhammad Bilal
1
-1
/
+1
2026-07-21
accel: ethosu: Handle U85 internal chaining buffer
Rob Herring (Arm)
1
-9
/
+26
2026-07-21
accel: ethosu: Fix element size accounting for cmd stream validation
Rob Herring (Arm)
1
-9
/
+10
2026-07-19
accel/amdxdna: Fix command timeout race
Wendy Liang
3
-14
/
+20
2026-07-17
accel/ivpu: Remove unnecessary min_t()/max_t() usage
Andrzej Kacprowski
2
-3
/
+3
2026-07-16
accel/amdxdna: Fix use-after-free of mm_struct in job scheduler
Lizhi Hou
1
-0
/
+4
2026-07-15
accel/ivpu: Reject firmware log with size smaller than header
Jhonraushan
1
-0
/
+4
2026-07-14
accel/amdxdna: reject command submission on devices without a submit op
Doruk Tan Ozturk
1
-0
/
+4
2026-07-14
accel/amdxdna: reject user command submission without a command BO
Doruk Tan Ozturk
1
-0
/
+10
2026-07-13
Merge v7.2-rc3 into drm-misc-fixes
Maarten Lankhorst
3
-3
/
+0
2026-07-13
accel/ivpu: Fix wrong register read in LNL failure diagnostics
Karol Wachowski
1
-1
/
+1
2026-07-10
Merge tag 'drm-misc-fixes-2026-07-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
6
-48
/
+114
2026-07-08
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
8
-56
/
+98
2026-07-07
accel/amdxdna: Fix potential NULL pointer dereference of abo->client
Lizhi Hou
3
-6
/
+20
2026-07-07
accel/amdxdna: Check init_srcu_struct() return value
Lizhi Hou
1
-3
/
+13
2026-07-07
accel/amdxdna: Check drmm_mutex_init() return value
Lizhi Hou
1
-1
/
+4
2026-07-07
accel/amdxdna: Fix hardware context race in amdxdna_update_heap()
Lizhi Hou
2
-15
/
+15
2026-07-07
accel/amdxdna: Fix deadlock on debug BO command timeout
Lizhi Hou
2
-1
/
+10
2026-07-07
accel/amdxdna: fix open_ref leak and stale client pointer on dma map failure
Lizhi Hou
1
-1
/
+4
2026-07-07
accel/amdxdna: Fix potential amdxdna_umap lifetime race
Lizhi Hou
1
-2
/
+2
2026-07-06
accel/amdxdna: Fix VMA access race
Lizhi Hou
3
-13
/
+21
2026-07-06
accel/amdxdna: Use unsigned long for nr_pages in amdxdna_hmm_register()
Lizhi Hou
1
-1
/
+1
2026-07-06
accel/amdxdna: Prevent PM resume deadlock in hwctx_sync_debug_bo()
Lizhi Hou
2
-5
/
+23
2026-07-06
Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
15
-48
/
+574
2026-07-04
accel/rocket: Fix error path handling in rocket_job_run()
ZhaoJinming
1
-3
/
+11
2026-07-04
accel/rocket: fix NULL dereference and integer overflow in rocket_job_push()
Muhammad Bilal
1
-4
/
+10
2026-07-04
accel/rocket: initialize job domain before cleanup paths
Shuvam Pandey
1
-2
/
+2
2026-07-03
Merge tag 'drm-fixes-2026-07-04' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
5
-53
/
+98
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
3
-3
/
+0
2026-07-02
accel/amdxdna: Fix use-after-free in amdxdna_gem_dmabuf_mmap()
Wentao Liang
1
-0
/
+1
2026-07-01
accel/amdxdna: Fix use-after-free in debug BO command handling
Lizhi Hou
2
-18
/
+51
2026-06-30
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
12
-33
/
+101
2026-06-29
accel/amdxdna: Fix iommu domain lifetime race during device removal
Lizhi Hou
1
-14
/
+29
2026-06-29
accel/amdxdna: Fix notifier_wq lifetime race during device removal
Lizhi Hou
1
-8
/
+4
2026-06-29
accel/amdxdna: Fix amdxdna_client lifetime race during device removal
Lizhi Hou
2
-13
/
+14
2026-06-26
Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-6
/
+6
2026-06-17
accel/ivpu: Drop IRQF_ONESHOT to allow IPC IRQ threading on PREEMPT_RT
Karol Wachowski
1
-1
/
+1
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
73
-1163
/
+4453
2026-06-16
accel/amdxdna: Use caller client for debug BO sync
Shuvam Pandey
1
-1
/
+2
2026-06-15
accel/ivpu: fix HWS command queue leak on registration failure
Karol Wachowski
1
-5
/
+5
[next]