index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
2025-05-11
mm: rust: add lock_vma_under_rcu
Alice Ryhl
2025-05-11
mm: rust: add vm_insert_page
Alice Ryhl
2025-05-11
mm: rust: add vm_area_struct methods that require read access
Alice Ryhl
2025-05-11
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
2025-05-12
rust: replace rustdoc references to alloc::format
Andrew Ballance
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
2025-05-12
rust: uaccess: take advantage of the prelude and `Result`'s defaults
Miguel Ojeda
2025-05-12
rust: static_assert: add optional message
Altan Ozlu
2025-05-12
rust: page: optimize rust symbol generation for Page
Kunwu Chan
2025-05-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::pop
Alice Ryhl
2025-05-07
rust: alloc: add Vec::clear
Alice Ryhl
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2025-05-04
rust: devres: implement Devres::access()
Danilo Krummrich
2025-05-04
rust: revocable: implement Revocable::access()
Danilo Krummrich
2025-05-01
rust: xarray: Add an abstraction for XArray
Tamir Duberstein
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
2025-04-29
rust: device: conditionally expect `dead_code` for `parent()`
Miguel Ojeda
2025-04-29
rust: time: Introduce Instant type
FUJITA Tomonori
2025-04-29
rust: time: Introduce Delta type
FUJITA Tomonori
2025-04-29
rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
FUJITA Tomonori
2025-04-29
rust: hrtimer: Add Ktime temporarily
FUJITA Tomonori
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
2025-04-23
rust: alloc: replace `Vec::set_len` with `inc_len`
Tamir Duberstein
2025-04-23
rust: alloc: refactor `Vec::truncate` using `dec_len`
Tamir Duberstein
2025-04-23
rust: alloc: add `Vec::dec_len`
Tamir Duberstein
2025-04-23
rust: alloc: add Vec::len() <= Vec::capacity invariant
Tamir Duberstein
2025-04-22
rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
Alexandre Courbot
2025-04-22
rust/revocable: add try_access_with() convenience method
Alexandre Courbot
2025-04-19
rust: auxiliary: add auxiliary registration
Danilo Krummrich
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
2025-04-19
rust: device: implement Device::parent()
Danilo Krummrich
2025-04-19
rust: types: add `Opaque::zeroed`
Danilo Krummrich
2025-04-19
rust: platform: impl TryFrom<&Device> for &platform::Device
Danilo Krummrich
2025-04-19
rust: pci: impl TryFrom<&Device> for &pci::Device
Danilo Krummrich
2025-04-17
rust: dma: require a bound device
Danilo Krummrich
2025-04-17
rust: devres: require a bound device
Danilo Krummrich
2025-04-17
rust: pci: move iomap_region() to impl Device<Bound>
Danilo Krummrich
2025-04-17
rust: device: implement Bound device context
Danilo Krummrich
[prev]
[next]