index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
amdxdna
/
amdxdna_gem.c
Age
Commit message (
Expand
)
Author
3 days
Merge branch 'for-linux-next-fixes' of https://gitlab.freedesktop.org/drm/mis...
Mark Brown
12 days
BackMerge tag 'v7.2' into drm-next
Dave Airlie
12 days
accel/amdxdna: return early from a zero-length flush
Taimuraz Kaitmazov
2026-07-31
accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages()
Lizhi Hou
2026-07-31
accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages()
Lizhi Hou
2026-07-07
accel/amdxdna: Fix potential NULL pointer dereference of abo->client
Lizhi Hou
2026-07-07
accel/amdxdna: fix open_ref leak and stale client pointer on dma map failure
Lizhi Hou
2026-07-06
accel/amdxdna: Fix VMA access race
Lizhi Hou
2026-07-06
accel/amdxdna: Use unsigned long for nr_pages in amdxdna_hmm_register()
Lizhi Hou
2026-07-06
Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2026-07-02
accel/amdxdna: Fix use-after-free in amdxdna_gem_dmabuf_mmap()
Wentao Liang
2026-06-26
Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-06-16
accel/amdxdna: Use caller client for debug BO sync
Shuvam Pandey
2026-06-02
accel/amdxdna: Preserve user address when PASID is disabled
Lizhi Hou
2026-05-28
accel/amdxdna: Disable device buffer exporting
Lizhi Hou
2026-05-28
Merge v7.1-rc5 into drm-next
Simona Vetter
2026-05-19
accel/amdxdna: Remove mmap and export support for ubuf
Lizhi Hou
2026-05-18
accel/amdxdna: Add expandable device heap support
Lizhi Hou
2026-05-07
accel/amdxdna: Add command doorbell and wait support
David Zhang
2026-05-05
accel/amdxdna: Add carveout memory support for non-IOMMU systems
Max Zhen
2026-03-25
accel/amdxdna: Add per-process BO memory usage query support
Max Zhen
2026-03-20
accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retri...
Max Zhen
2026-03-12
accel/amdxdna: Allow forcing IOVA-based DMA via module parameter
Lizhi Hou
2026-02-23
accel/amdxdna: Remove buffer size check when creating command BO
Lizhi Hou
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
2025-10-20
accel/amdxdna: Support firmware debug buffer
Lizhi Hou
2025-09-17
accel/amdxdna: Call dma_buf_vmap_unlocked() for imported object
Lizhi Hou
2025-07-22
accel/amdxdna: Support user space allocated buffer
Lizhi Hou
2025-06-16
accel/amdxdna: Revise device bo creation and free
Lizhi Hou
2025-03-28
accel/amdxdna: Add BO import and export
Lizhi Hou
2025-03-27
accel/amdxdna: s/drm_gem_v[un]map_unlocked/drm_gem_v[un]map/
Boris Brezillon
2024-12-17
accel/amdxdna: Add zero check for pad in ioctl input structures
Lizhi Hou
2024-11-22
accel/amdxdna: Add command execution
Lizhi Hou
2024-11-22
accel/amdxdna: Add GEM buffer object management
Lizhi Hou