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
/
amdxdna
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+6
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
8
-83
/
+195
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-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-19
accel/amdxdna: Fix command timeout race
Wendy Liang
3
-14
/
+20
2026-07-16
accel/amdxdna: Fix use-after-free of mm_struct in job scheduler
Lizhi Hou
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-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
1
-0
/
+6
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-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
1
-1
/
+1
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
42
-1005
/
+4050
2026-06-16
accel/amdxdna: Use caller client for debug BO sync
Shuvam Pandey
1
-1
/
+2
2026-06-11
accel/amdxdna: Fix mm_struct reference leak in aie2_populate_range()
Lizhi Hou
1
-0
/
+3
2026-06-09
accel/amdxdna: Clear sva pointer after unbind
Lizhi Hou
1
-0
/
+1
2026-06-05
accel/amdxdna: Require carveout when PASID and force_iova are disabled
Lizhi Hou
1
-1
/
+7
2026-06-03
accel/amdxdna: Return errors for failed debug BO commands
Lizhi Hou
1
-8
/
+5
2026-06-03
accel/amdxdna: Remove drv_cmd tracing from job free callback
Lizhi Hou
1
-1
/
+2
2026-06-02
accel/amdxdna: Preserve user address when PASID is disabled
Lizhi Hou
1
-1
/
+4
2026-05-28
accel/amdxdna: Disable device buffer exporting
Lizhi Hou
1
-0
/
+6
2026-05-28
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
3
-51
/
+10
2026-05-28
Merge v7.1-rc5 into drm-next
Simona Vetter
3
-51
/
+10
2026-05-22
Revert "accel/amdxdna: Support read-only user-pointer BO mappings"
Lizhi Hou
1
-27
/
+2
2026-05-21
accel/amdxdna: Block running when IOMMU is off
Lizhi Hou
1
-0
/
+5
2026-05-19
accel/amdxdna: Remove mmap and export support for ubuf
Lizhi Hou
3
-51
/
+10
2026-05-18
accel/amdxdna: Add expandable device heap support
Lizhi Hou
15
-97
/
+461
2026-05-07
accel/amdxdna: Add AIE4 work buffer initialization
Nishad Saraf
10
-52
/
+141
2026-05-07
accel/amdxdna: Add AIE4 metadata query support
David Zhang
10
-83
/
+140
2026-05-07
accel/amdxdna: Add command doorbell and wait support
David Zhang
10
-6
/
+177
2026-05-07
accel/amdxdna: Add AIE4 VF hardware context create and destroy
David Zhang
8
-0
/
+348
2026-05-07
accel/amdxdna: Init AIE4 device partition
David Zhang
3
-1
/
+73
2026-05-07
accel/amdxdna: Add initial support for AIE4 VF
David Zhang
5
-76
/
+112
[next]