summaryrefslogtreecommitdiff
path: root/drivers/accel/amdxdna/amdxdna_gem.c
AgeCommit message (Expand)AuthorFilesLines
12 daysaccel/amdxdna: refuse to flush an imported BOTaimuraz Kaitmazov1-3/+4
13 daysMerge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-0/+6
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-35/+62
2026-08-19accel/amdxdna: return early from a zero-length flushTaimuraz Kaitmazov1-0/+3
2026-07-31accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages()Lizhi Hou1-19/+8
2026-07-31accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages()Lizhi Hou1-4/+20
2026-07-07accel/amdxdna: Fix potential NULL pointer dereference of abo->clientLizhi Hou1-2/+9
2026-07-07accel/amdxdna: fix open_ref leak and stale client pointer on dma map failureLizhi Hou1-1/+4
2026-07-06accel/amdxdna: Fix VMA access raceLizhi Hou1-10/+21
2026-07-06accel/amdxdna: Use unsigned long for nr_pages in amdxdna_hmm_register()Lizhi Hou1-1/+1
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-0/+6
2026-07-02accel/amdxdna: Fix use-after-free in amdxdna_gem_dmabuf_mmap()Wentao Liang1-0/+1
2026-06-26Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2026-06-16accel/amdxdna: Use caller client for debug BO syncShuvam Pandey1-1/+2
2026-06-02accel/amdxdna: Preserve user address when PASID is disabledLizhi Hou1-1/+4
2026-05-28accel/amdxdna: Disable device buffer exportingLizhi Hou1-0/+6
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter1-1/+8
2026-05-19accel/amdxdna: Remove mmap and export support for ubufLizhi Hou1-1/+8
2026-05-18accel/amdxdna: Add expandable device heap supportLizhi Hou1-76/+250
2026-05-07accel/amdxdna: Add command doorbell and wait supportDavid Zhang1-2/+3
2026-05-05accel/amdxdna: Add carveout memory support for non-IOMMU systemsMax Zhen1-17/+78
2026-03-25accel/amdxdna: Add per-process BO memory usage query supportMax Zhen1-10/+124
2026-03-20accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retri...Max Zhen1-213/+187
2026-03-12accel/amdxdna: Allow forcing IOVA-based DMA via module parameterLizhi Hou1-1/+44
2026-02-23accel/amdxdna: Remove buffer size check when creating command BOLizhi Hou1-19/+19
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-10-20accel/amdxdna: Support firmware debug bufferLizhi Hou1-0/+3
2025-09-17accel/amdxdna: Call dma_buf_vmap_unlocked() for imported objectLizhi Hou1-27/+20
2025-07-22accel/amdxdna: Support user space allocated bufferLizhi Hou1-25/+114
2025-06-16accel/amdxdna: Revise device bo creation and freeLizhi Hou1-88/+103
2025-03-28accel/amdxdna: Add BO import and exportLizhi Hou1-80/+329
2025-03-27accel/amdxdna: s/drm_gem_v[un]map_unlocked/drm_gem_v[un]map/Boris Brezillon1-2/+2
2024-12-17accel/amdxdna: Add zero check for pad in ioctl input structuresLizhi Hou1-1/+1
2024-11-22accel/amdxdna: Add command executionLizhi Hou1-0/+1
2024-11-22accel/amdxdna: Add GEM buffer object managementLizhi Hou1-0/+621