index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
drm
Age
Commit message (
Expand
)
Author
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-11-10
rust/drm/gem: Fix missing header in `Object` rustdoc
Lyude Paul
2025-10-23
rust: drm/gem: Remove Object.dev
Lyude Paul
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
2025-10-21
Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem obje...
Lyude Paul
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-09-17
Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...
Dave Airlie
2025-09-16
rust: drm: use `core::ffi::CStr` method names
Tamir Duberstein
2025-09-15
Merge tag 'v6.17-rc6' into drm-next
Dave Airlie
2025-09-10
Merge drm-misc-next-2025-08-21 into drm-rust-next
Danilo Krummrich
2025-09-08
rust: drm: gem: Drop Object::SIZE
Lyude Paul
2025-09-08
rust: drm: gem: Add DriverFile type alias
Lyude Paul
2025-09-08
rust: drm: gem: Simplify use of generics
Lyude Paul
2025-09-08
rust: drm: fix `srctree/` links
Miguel Ojeda
2025-08-20
rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-08-11
rust: drm: don't pass the address of drm::Device to drm_dev_put()
Danilo Krummrich
2025-08-11
rust: drm: remove pin annotations from drm::Device
Danilo Krummrich
2025-08-11
rust: drm: ensure kmalloc() compatible Layout
Danilo Krummrich
2025-08-11
Merge drm/drm-next into drm-misc-n
Thomas Zimmermann
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-07-21
rust: drm: Drop the use of Opaque for ioctl arguments
Beata Michalska
2025-07-16
device: rust: rename Device::as_ref() to Device::from_raw()
Alice Ryhl
2025-07-15
rust: types: add Opaque::cast_from
Alice Ryhl
2025-07-11
drm: rust: rename as_ref() to from_raw() for drm constructors
Alice Ryhl
2025-07-05
rust: drm: remove unnecessary imports
Tamir Duberstein
2025-07-05
rust: drm: remove unnecessary imports
Tamir Duberstein
2025-07-04
rust: drm: device: drop_in_place() the drm::Device in release()
Danilo Krummrich
2025-06-28
rust: devres: replace Devres::new_foreign_owned()
Danilo Krummrich
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-05-14
rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically
Lyude Paul
2025-05-14
rust: drm: gem: s/into_gem_obj()/as_raw()/
Lyude Paul
2025-05-14
rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
Lyude Paul
2025-05-14
rust: drm: gem: Use NonNull for Object::dev
Lyude Paul
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
2025-04-24
rust: drm: add DRM driver registration
Asahi Lina
2025-04-24
rust: drm: add device abstraction
Asahi Lina
2025-04-24
rust: drm: add driver abstractions
Asahi Lina
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina