index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Lines
2025-05-12
drm: nova-drm: add initial driver skeleton
Danilo Krummrich
-0
/
+1
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
-0
/
+1057
2025-05-12
rust: devres: fix doctest build under `!CONFIG_PCI`
Miguel Ojeda
-0
/
+1
2025-05-11
task: rust: rework how current is accessed
Alice Ryhl
-118
/
+129
2025-05-11
rust: miscdevice: add mmap support
Alice Ryhl
-0
/
+45
2025-05-11
mm: rust: add VmaNew for f_ops->mmap()
Alice Ryhl
-1
/
+185
2025-05-11
mm: rust: add mmput_async support
Alice Ryhl
-0
/
+51
2025-05-11
mm: rust: add lock_vma_under_rcu
Alice Ryhl
-0
/
+65
2025-05-11
mm: rust: add vm_insert_page
Alice Ryhl
-1
/
+78
2025-05-11
mm: rust: add vm_area_struct methods that require read access
Alice Ryhl
-0
/
+239
2025-05-11
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
-0
/
+251
2025-05-12
rust: replace rustdoc references to alloc::format
Andrew Ballance
-17
/
+34
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
-4
/
+4
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
-7
/
+21
2025-05-12
rust: uaccess: take advantage of the prelude and `Result`'s defaults
Miguel Ojeda
-3
/
+1
2025-05-12
rust: static_assert: add optional message
Altan Ozlu
-2
/
+7
2025-05-12
rust: page: optimize rust symbol generation for Page
Kunwu Chan
-0
/
+2
2025-05-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
-1
/
+73
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
-1
/
+52
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
-0
/
+72
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
-0
/
+59
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
-4
/
+65
2025-05-07
rust: alloc: add Vec::pop
Alice Ryhl
-0
/
+31
2025-05-07
rust: alloc: add Vec::clear
Alice Ryhl
-0
/
+20
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
-49
/
+34
2025-05-07
rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
Miguel Ojeda
-0
/
+2
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
-0
/
+6
2025-05-04
rust: devres: implement Devres::access()
Danilo Krummrich
-0
/
+38
2025-05-04
rust: revocable: implement Revocable::access()
Danilo Krummrich
-0
/
+12
2025-05-01
rust: pin-init: improve documentation for `Zeroable` derive macros
Benno Lossin
-6
/
+18
2025-05-01
rust: pin-init: fix typos
Benno Lossin
-1
/
+1
2025-05-01
rust: pin-init: add `MaybeZeroable` derive macro
Benno Lossin
-1
/
+120
2025-05-01
rust: pin-init: allow `Zeroable` derive macro to also be applied to unions
Benno Lossin
-0
/
+30
2025-05-01
rust: pin-init: allow `pub` fields in `derive(Zeroable)`
Benno Lossin
-1
/
+1
2025-05-01
rust: pin-init: Update the structural pinning link in readme.
Christian Schrefl
-2
/
+2
2025-05-01
rust: pin-init: Update Changelog and Readme
Christian Schrefl
-0
/
+12
2025-05-01
rust: pin-init: Implement `Wrapper` for `UnsafePinned` behind feature flag.
Christian Schrefl
-0
/
+12
2025-05-01
rust: pin-init: Add the `Wrapper` trait.
Christian Schrefl
-0
/
+44
2025-05-01
rust: pin-init: add `cast_[pin_]init` functions to change the initialized type
Benno Lossin
-0
/
+32
2025-05-01
rust: xarray: Add an abstraction for XArray
Tamir Duberstein
-0
/
+311
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
-49
/
+70
2025-04-29
rust: device: conditionally expect `dead_code` for `parent()`
Miguel Ojeda
-0
/
+1
2025-04-29
rust: time: Introduce Instant type
FUJITA Tomonori
-38
/
+39
2025-04-29
rust: time: Introduce Delta type
FUJITA Tomonori
-0
/
+88
2025-04-29
rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
FUJITA Tomonori
-1
/
+1
2025-04-29
rust: hrtimer: Add Ktime temporarily
FUJITA Tomonori
-6
/
+22
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
-2
/
+351
2025-04-25
Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-2
/
+6
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
-2
/
+107
2025-04-24
rust: drm: add DRM driver registration
Asahi Lina
-1
/
+60
[prev]
[next]