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
/
rust
/
kernel
/
drm
/
gpuvm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
4
-17
/
+40
2026-08-05
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
2
-2
/
+2
2026-07-13
rust: drm: gpuvm: implement Send and Sync for GpuVaAlloc and GpuVmBo
Sami Tolvanen
2
-0
/
+17
2026-07-13
rust: drm: gpuvm: require Send + Sync for the driver's associated data
Sami Tolvanen
1
-11
/
+15
2026-06-12
rust: drm: gpuvm: add SmContext lifetime bound
Boris Brezillon
2
-3
/
+5
2026-06-12
rust: drm: gpuvm: update DriverGpuVm for DeviceContext
Deborah Brouwer
1
-4
/
+4
2026-05-05
drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig
Alice Ryhl
1
-1
/
+1
2026-05-05
rust: gpuvm: add GpuVmCore::sm_map()
Alice Ryhl
2
-6
/
+170
2026-05-05
rust: gpuvm: add GpuVmCore::sm_unmap()
Alice Ryhl
4
-5
/
+306
2026-05-05
rust: gpuvm: add GpuVa struct
Alice Ryhl
3
-4
/
+185
2026-05-05
rust: gpuvm: add GpuVm::obtain()
Alice Ryhl
2
-3
/
+271
2026-05-05
rust: drm: add base GPUVM immediate mode abstraction
Asahi Lina
1
-0
/
+260