index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
drm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
4
-59
/
+56
2025-09-17
Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-next
Dave Airlie
2
-52
/
+44
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-10
Merge drm-misc-next-2025-08-21 into drm-rust-next
Danilo Krummrich
4
-7
/
+12
2025-09-08
rust: drm: gem: Drop Object::SIZE
Lyude Paul
1
-4
/
+1
2025-09-08
rust: drm: gem: Add DriverFile type alias
Lyude Paul
1
-11
/
+12
2025-09-08
rust: drm: gem: Simplify use of generics
Lyude Paul
2
-43
/
+37
2025-09-08
rust: drm: fix `srctree/` links
Miguel Ojeda
5
-5
/
+5
2025-08-20
rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
3
-3
/
+5
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-11
Merge drm/drm-next into drm-misc-n
Thomas Zimmermann
3
-17
/
+25
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
2
-9
/
+5
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
4
-15
/
+15
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
2
-7
/
+9
2025-07-21
rust: drm: Drop the use of Opaque for ioctl arguments
Beata Michalska
1
-4
/
+7
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
2
-6
/
+2
2025-07-11
drm: rust: rename as_ref() to from_raw() for drm constructors
Alice Ryhl
4
-15
/
+15
2025-07-05
rust: drm: remove unnecessary imports
Tamir Duberstein
1
-1
/
+0
2025-07-05
rust: drm: remove unnecessary imports
Tamir Duberstein
1
-1
/
+0
2025-07-04
rust: drm: device: drop_in_place() the drm::Device in release()
Danilo Krummrich
1
-1
/
+11
2025-06-28
rust: devres: replace Devres::new_foreign_owned()
Danilo Krummrich
1
-6
/
+8
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/linux
Linus Torvalds
2
-1
/
+7
2025-05-14
rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically
Lyude Paul
1
-23
/
+24
2025-05-14
rust: drm: gem: s/into_gem_obj()/as_raw()/
Lyude Paul
1
-19
/
+9
2025-05-14
rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
Lyude Paul
1
-26
/
+43
2025-05-14
rust: drm: gem: Use NonNull for Object::dev
Lyude Paul
1
-3
/
+3
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
4
-2
/
+325
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
4
-2
/
+106
2025-04-24
rust: drm: add DRM driver registration
Asahi Lina
2
-1
/
+60
2025-04-24
rust: drm: add device abstraction
Asahi Lina
3
-8
/
+200
2025-04-24
rust: drm: add driver abstractions
Asahi Lina
2
-0
/
+121
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
2
-0
/
+167