index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
drm
/
device.rs
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
1
-78
/
+211
2026-08-12
rust: drm: set fops.owner from driver module pointer
Alvin Sun
1
-1
/
+2
2026-08-05
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
1
-1
/
+1
2026-07-12
rust: drm: Add RegistrationData to drm::Driver
Danilo Krummrich
1
-0
/
+44
2026-07-12
rust: drm: add AsRef<ParentDevice<Bound>> for Device<Registered>
Danilo Krummrich
1
-0
/
+14
2026-07-12
rust: drm: return ParentDevice from Device AsRef
Danilo Krummrich
1
-3
/
+7
2026-07-12
rust: drm: Add RegistrationGuard for drm_dev_enter/exit critical sections
Danilo Krummrich
1
-11
/
+74
2026-07-12
rust: drm: add Ioctl device context typestate
Danilo Krummrich
1
-3
/
+31
2026-07-12
rust: drm: split Deref for Device context typestates
Danilo Krummrich
1
-1
/
+15
2026-07-12
rust: drm: restrict AlwaysRefCounted to Normal GEM Object context
Danilo Krummrich
1
-7
/
+7
2026-07-12
rust: drm: restrict AlwaysRefCounted to Normal Device context
Danilo Krummrich
1
-4
/
+5
2026-07-12
rust: drm: change default DeviceContext to Normal
Danilo Krummrich
1
-1
/
+1
2026-07-12
rust: drm: Add Driver::ParentDevice associated type
Danilo Krummrich
1
-2
/
+5
2026-07-12
rust: drm: rename Uninit DeviceContext to Normal
Danilo Krummrich
1
-65
/
+27
2026-06-28
Merge tag 'v7.2-rc1' into drm-rust-next
Danilo Krummrich
1
-1
/
+1
2026-06-02
rust/drm/gem: Use DeviceContext with GEM objects
Lyude Paul
1
-7
/
+11
2026-06-02
rust/drm: Introduce DeviceContext
Lyude Paul
1
-49
/
+173
2026-05-29
rust: drm: add FEAT_RENDER flag for render node support
Laura Nao
1
-1
/
+11
2026-05-03
rust: drm: fix unsound initialization in drm::Device::new
Eliot Courtney
1
-6
/
+16
2026-03-26
rust: drm: dispatch delayed work items to the private data
Daniel Almeida
1
-0
/
+13
2026-03-26
rust: drm: dispatch work items to the private data
Daniel Almeida
1
-3
/
+53
2026-02-24
rust/drm: Remove imports covered by prelude::*
Lyude Paul
1
-4
/
+1
2026-02-24
rust/drm: Fixup import styles
Lyude Paul
1
-7
/
+24
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+2
2025-09-16
rust: drm: use `core::ffi::CStr` method names
Tamir Duberstein
1
-2
/
+2
2025-09-15
Merge tag 'v6.17-rc6' into drm-next
Dave Airlie
1
-7
/
+25
2025-09-08
rust: drm: fix `srctree/` links
Miguel Ojeda
1
-1
/
+1
2025-08-20
rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+2
2025-08-11
rust: drm: don't pass the address of drm::Device to drm_dev_put()
Danilo Krummrich
1
-3
/
+18
2025-08-11
rust: drm: remove pin annotations from drm::Device
Danilo Krummrich
1
-2
/
+0
2025-08-11
rust: drm: ensure kmalloc() compatible Layout
Danilo Krummrich
1
-2
/
+7
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-6
/
+4
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+1
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2025-07-16
device: rust: rename Device::as_ref() to Device::from_raw()
Alice Ryhl
1
-1
/
+1
2025-07-15
rust: types: add Opaque::cast_from
Alice Ryhl
1
-3
/
+1
2025-07-11
drm: rust: rename as_ref() to from_raw() for drm constructors
Alice Ryhl
1
-1
/
+1
2025-07-04
rust: drm: device: drop_in_place() the drm::Device in release()
Danilo Krummrich
1
-1
/
+11
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
1
-1
/
+1
2025-06-22
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
1
-2
/
+2
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-0
/
+2
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
1
-1
/
+3
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
1
-2
/
+2
2025-04-24
rust: drm: add device abstraction
Asahi Lina
1
-0
/
+198