aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/drm/gpuvm
AgeCommit message (Expand)AuthorFilesLines
2026-08-21Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-17/+40
2026-08-05rust: treewide: replace `__pinned_init` with `raw_[try_]init`Gary Guo2-2/+2
2026-07-13rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBoSami Tolvanen2-0/+17
2026-07-13rust: drm: gpuvm: require Send + Sync for the driver's associated dataSami Tolvanen1-11/+15
2026-06-12rust: drm: gpuvm: add SmContext lifetime boundBoris Brezillon2-3/+5
2026-06-12rust: drm: gpuvm: update DriverGpuVm for DeviceContextDeborah Brouwer1-4/+4
2026-05-05drm/gpuvm: rust: add RUST_DRM_GPUVM option to KconfigAlice Ryhl1-1/+1
2026-05-05rust: gpuvm: add GpuVmCore::sm_map()Alice Ryhl2-6/+170
2026-05-05rust: gpuvm: add GpuVmCore::sm_unmap()Alice Ryhl4-5/+306
2026-05-05rust: gpuvm: add GpuVa structAlice Ryhl3-4/+185
2026-05-05rust: gpuvm: add GpuVm::obtain()Alice Ryhl2-3/+271
2026-05-05rust: drm: add base GPUVM immediate mode abstractionAsahi Lina1-0/+260