index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_gem.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
drm/amdgpu: use hmm_pfns instead of array of pages
Sunil Khatri
1
-2
/
+3
2025-09-22
Merge tag 'amd-drm-next-6.18-2025-09-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-0
/
+3
2025-09-15
Merge tag 'v6.17-rc6' into drm-next
Dave Airlie
1
-1
/
+2
2025-09-09
drm/amdgpu/uapi: Introduce AMDGPU_GEM_DOMAIN_MMIO_REMAP
Srinivasan Shanmugam
1
-0
/
+3
2025-09-05
drm/amdgpu: Fix error codes if copy_to_user() fails
Dan Carpenter
1
-2
/
+4
2025-09-05
drm/amdgpu: Correct misnamed function in amdgpu_gem.c
Srinivasan Shanmugam
1
-1
/
+1
2025-09-02
drm/amdgpu: Add mapping info option for GEM_OP ioctl
David Francis
1
-13
/
+75
2025-09-02
drm/amdgpu: Add ioctl to get all gem handles for a process
David Francis
1
-0
/
+79
2025-09-02
drm/amdgpu: Allow more flags to be set on gem create.
David Francis
1
-9
/
+1
2025-08-13
Revert "drm/amdgpu: Use dma_buf from GEM object instance"
Thomas Zimmermann
1
-1
/
+2
2025-08-04
drm/amdgpu: rework how PTE flags are generated v3
Christian König
1
-35
/
+2
2025-07-04
Merge tag 'amd-drm-next-6.17-2025-07-01' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-3
/
+2
2025-06-30
drm/amdgpu: Use dma_buf from GEM object instance
Thomas Zimmermann
1
-2
/
+1
2025-06-30
drm/amdgpu: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-2
/
+2
2025-06-17
drm: amdgpu: Use struct drm_wedge_task_info inside of struct amdgpu_task_info
André Almeida
1
-1
/
+1
2025-06-03
drm/amdgpu: Fix integer overflow in amdgpu_gem_add_input_fence()
Dan Carpenter
1
-1
/
+1
2025-05-07
drm/amdgpu: unreserve the gem BO before returning from attach error
Prike Liang
1
-0
/
+1
2025-04-08
drm/amdgpu: fix the memleak caused by fence not released
Arvind Yadav
1
-12
/
+16
2025-04-08
drm/amdgpu: fix call to amdgpu_eviction_fence_detach
Christian König
1
-3
/
+3
2025-04-08
drm/amdgpu: enable eviction fence
Shashank Sharma
1
-0
/
+10
2025-04-08
drm/amdgpu: add gfx eviction fence helpers
Shashank Sharma
1
-0
/
+1
2025-04-08
Revert "drm/amdgpu: don't allow userspace to create a doorbell BO"
Shashank Sharma
1
-4
/
+0
2025-04-08
drm/amdgpu: Add input fence to sync bo map/unmap
Arvind Yadav
1
-0
/
+46
2025-04-08
drm/amdgpu: update userqueue BOs and PDs
Arvind Yadav
1
-9
/
+104
2025-01-13
Merge tag 'amd-drm-next-6.14-2025-01-10' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-4
/
+2
2025-01-06
drm/amdgpu: Remove unnecessary NULL check
Kent Russell
1
-4
/
+2
2024-12-19
drm/amdgpu: track bo memory stats at runtime
Yunxiang Li
1
-0
/
+3
2024-12-19
drm/amdgpu: remove unused function parameter
Yunxiang Li
1
-2
/
+1
2024-09-18
drm/amdgpu: use GEM references instead of TTMs v2
Christian König
1
-8
/
+5
2024-08-29
drm/amdgpu: always allocate cleared VRAM for GEM allocations
Alex Deucher
1
-0
/
+3
2024-07-05
Merge tag 'amd-drm-next-6.11-2024-06-28' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Daniel Vetter
1
-5
/
+0
2024-07-05
Merge v6.10-rc6 into drm-next
Daniel Vetter
1
-0
/
+1
2024-06-27
drm/amdgpu: tolerate allocating GTT bo with dcc flag
Frank Min
1
-5
/
+0
2024-06-14
drm/amdgpu: support for DCC feature
Likun Gao
1
-0
/
+6
2024-06-10
drm/amdgpu: Fix the BO release clear memory warning
Arunpravin Paneer Selvam
1
-0
/
+1
2024-05-17
drm/amdgpu: Add amdgpu_bo_is_vm_bo helper
Tvrtko Ursulin
1
-1
/
+1
2024-04-30
drm/amdgpu: support gfx v12 specific pte/pde fields
Hawking Zhang
1
-1
/
+1
2024-03-04
drm/amdgpu: change vm->task_info handling
Shashank Sharma
1
-3
/
+9
2024-01-22
drm/amdgpu: Enable seq64 manager and fix bugs
Arunpravin Paneer Selvam
1
-3
/
+3
2024-01-15
drm/amdgpu: Auto-validate DMABuf imports in compute VMs
Felix Kuehling
1
-1
/
+28
2023-12-10
drm/exec: Pass in initial # of objects
Rob Clark
1
-2
/
+2
2023-10-18
Merge tag 'amd-drm-next-6.7-2023-10-13' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-1
/
+1
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-2
/
+4
2023-09-20
drm: Update file owner during use
Tvrtko Ursulin
1
-2
/
+4
2023-09-11
drm/amdgpu: Merge debug module parameters
André Almeida
1
-1
/
+1
2023-08-11
drm/amdgpu: don't allow userspace to create a doorbell BO
Alex Deucher
1
-0
/
+4
2023-08-04
Merge tag 'amd-drm-next-6.6-2023-07-28' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Daniel Vetter
1
-15
/
+15
2023-07-25
drm/amdgpu: Fix style issues in amdgpu_gem.c
Srinivasan Shanmugam
1
-19
/
+19
2023-07-12
drm/amdgpu: use drm_exec for GEM and CSA handling v2
Christian König
1
-43
/
+38
2023-06-09
drm/amdgpu: remove unnecessary (void*) conversions
Su Hui
1
-1
/
+1
[next]