summaryrefslogtreecommitdiff
path: root/drivers/accel/amdxdna/amdxdna_gem.c
AgeCommit message (Expand)Author
3 daysMerge branch 'for-linux-next-fixes' of https://gitlab.freedesktop.org/drm/mis...Mark Brown
12 daysBackMerge tag 'v7.2' into drm-nextDave Airlie
12 daysaccel/amdxdna: return early from a zero-length flushTaimuraz Kaitmazov
2026-07-31accel/amdxdna: Fix locally exploitable BUG_ON in amdxdna_insert_pages()Lizhi Hou
2026-07-31accel/amxdna: Fix page-insertion errors in amdxdna_insert_pages()Lizhi Hou
2026-07-07accel/amdxdna: Fix potential NULL pointer dereference of abo->clientLizhi Hou
2026-07-07accel/amdxdna: fix open_ref leak and stale client pointer on dma map failureLizhi Hou
2026-07-06accel/amdxdna: Fix VMA access raceLizhi Hou
2026-07-06accel/amdxdna: Use unsigned long for nr_pages in amdxdna_hmm_register()Lizhi Hou
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2026-07-02accel/amdxdna: Fix use-after-free in amdxdna_gem_dmabuf_mmap()Wentao Liang
2026-06-26Merge tag 'drm-fixes-2026-06-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-16accel/amdxdna: Use caller client for debug BO syncShuvam Pandey
2026-06-02accel/amdxdna: Preserve user address when PASID is disabledLizhi Hou
2026-05-28accel/amdxdna: Disable device buffer exportingLizhi Hou
2026-05-28Merge v7.1-rc5 into drm-nextSimona Vetter
2026-05-19accel/amdxdna: Remove mmap and export support for ubufLizhi Hou
2026-05-18accel/amdxdna: Add expandable device heap supportLizhi Hou
2026-05-07accel/amdxdna: Add command doorbell and wait supportDavid Zhang
2026-05-05accel/amdxdna: Add carveout memory support for non-IOMMU systemsMax Zhen
2026-03-25accel/amdxdna: Add per-process BO memory usage query supportMax Zhen
2026-03-20accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retri...Max Zhen
2026-03-12accel/amdxdna: Allow forcing IOVA-based DMA via module parameterLizhi Hou
2026-02-23accel/amdxdna: Remove buffer size check when creating command BOLizhi Hou
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-10-31drm: include drm_print.h where neededJani Nikula
2025-10-20accel/amdxdna: Support firmware debug bufferLizhi Hou
2025-09-17accel/amdxdna: Call dma_buf_vmap_unlocked() for imported objectLizhi Hou
2025-07-22accel/amdxdna: Support user space allocated bufferLizhi Hou
2025-06-16accel/amdxdna: Revise device bo creation and freeLizhi Hou
2025-03-28accel/amdxdna: Add BO import and exportLizhi Hou
2025-03-27accel/amdxdna: s/drm_gem_v[un]map_unlocked/drm_gem_v[un]map/Boris Brezillon
2024-12-17accel/amdxdna: Add zero check for pad in ioctl input structuresLizhi Hou
2024-11-22accel/amdxdna: Add command executionLizhi Hou
2024-11-22accel/amdxdna: Add GEM buffer object managementLizhi Hou