index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2026-05-27
rust: pci: implement Sync for Device<Bound>
Danilo Krummrich
2026-05-27
rust: driver core: drop drvdata before devres release
Danilo Krummrich
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
2026-05-27
rust: driver: move 'static bounds to constructor
Gary Guo
2026-05-27
rust: alloc: remove `'static` bound on `ForeignOwnable`
Gary Guo
2026-05-27
rust: pci: use 'static lifetime for PCI BAR resource names
Danilo Krummrich
2026-05-27
rust: module_param: use `pr_warn_once!` for null pointer warning
Andreas Hindborg
2026-05-25
opp: rust: mark OPP methods as inline
Nicolás Antinori
2026-05-25
Merge tag 'v7.1-rc5' into driver-core-next
Danilo Krummrich
2026-05-23
rust: miscdevice: remove redundant imports
Alvin Sun
2026-05-23
rust: miscdevice: use vertical import style
Alvin Sun
2026-05-20
rust: alloc: cleanup doctest imports to "kernel vertical" style
Danilo Krummrich
2026-05-20
rust: alloc: cleanup imports and use "kernel vertical" style
Danilo Krummrich
2026-05-20
rust: fmt: use vertical import style
Ke Sun
2026-05-20
rust: doc: disable doc inlining for all prelude items
Gary Guo
2026-05-18
rust: pin-init: internal: project using full slot
Gary Guo
2026-05-18
rust: pin-init: internal: project slots instead of references
Gary Guo
2026-05-18
rust: pin-init: internal: make `make_closure` inherent methods
Gary Guo
2026-05-18
rust: pin-init: internal: use marker on drop guard type for pinned fields
Gary Guo
2026-05-18
rust: pin-init: internal: init: handle code blocks early
Gary Guo
2026-05-14
rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`
Gary Guo
2026-05-14
rust: pin-init: internal: pin_data: add struct to record field info
Mohamad Alsadhan
2026-05-14
rust: pin-init: internal: pin_data: use closure for `handle_field`
Gary Guo
2026-05-13
Merge patch series "rust: auxiliary: replace drvdata() with registration data"
Danilo Krummrich
2026-05-12
rust: alloc: fix `Vec::extend_with` SAFETY comment
Hsiu Che Yu
2026-05-12
rust: alloc: add doc test for `Vec::extend_with`
Hsiu Che Yu
2026-05-12
rust: alloc: fix assert in `Vec::reserve` doc test
Hsiu Che Yu
2026-05-11
rust: driver core: remove drvdata() and driver_type
Danilo Krummrich
2026-05-11
rust: auxiliary: add registration data to auxiliary devices
Danilo Krummrich
2026-05-11
rust: alloc: add Box::zeroed()
Danilo Krummrich
2026-05-10
rust: pin-init: examples: fix `useless_borrows_in_formatting` clippy warning
Gary Guo
2026-05-10
rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bump
Gary Guo
2026-05-10
rust: pin-init: internal: turn `PhantomPinned` error into warnings
Gary Guo
2026-05-10
rust: pin-init: cleanup workaround for old Rust compiler
Gary Guo
2026-05-10
rust: pin-init: fix badge URL in README
Gary Guo
2026-05-10
rust: pin-init: internal: adjust license identifier of `zeroable.rs`
Benno Lossin
2026-05-10
rust: pin-init: internal: remove redundant `#[pin]` filtering
Gary Guo
2026-05-10
rust: pin-init: internal: add missing where clause to projection types
Mohamad Alsadhan
2026-05-10
rust: pin-init: extend `impl_zeroable_option` macro to handle generics
Mohamad Alsadhan
2026-05-10
rust: pin-init: cleanup `Zeroable` and `ZeroableOptions`
Mohamad Alsadhan
2026-05-10
rust: pin-init: bump minimum Rust version to 1.82
Gary Guo
2026-05-10
rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`
Alistair Francis
2026-05-09
Merge tag 'rust-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/o...
Linus Torvalds
2026-05-05
drm/gpuvm: rust: add RUST_DRM_GPUVM option to Kconfig
Alice Ryhl
2026-05-05
rust: gpuvm: add GpuVmCore::sm_map()
Alice Ryhl
2026-05-05
rust: gpuvm: add GpuVmCore::sm_unmap()
Alice Ryhl
2026-05-05
rust: gpuvm: add GpuVa struct
Alice Ryhl
2026-05-05
rust: gpuvm: add GpuVm::obtain()
Alice Ryhl
2026-05-05
rust: drm: add base GPUVM immediate mode abstraction
Asahi Lina
2026-05-03
rust: drm: fix unsound initialization in drm::Device::new
Eliot Courtney
[prev]
[next]