index
:
git.armlinux.org.uk/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
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-10-15
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
2024-10-15
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
2024-10-10
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
2024-10-09
rust: miscdevice: add base miscdevice abstraction
Alice Ryhl
2024-10-08
rust: add PidNamespace
Christian Brauner
2024-10-08
rust: add seqfile abstraction
Alice Ryhl
2024-10-08
Merge patch series "File abstractions needed by Rust Binder"
Christian Brauner
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
2024-10-07
rust: start using the `#[expect(...)]` attribute
Miguel Ojeda
2024-09-30
rust: security: add abstraction for secctx
Alice Ryhl
2024-09-30
rust: cred: add Rust abstraction for `struct cred`
Wedson Almeida Filho
2024-09-30
rust: file: add Rust abstraction for `struct file`
Wedson Almeida Filho
2024-09-26
rust: kernel: sort Rust modules
Miguel Ojeda
2024-09-25
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-08-31
rust: rbtree: add red-black tree implementation backed by the C version
Wedson Almeida Filho
2024-08-30
rust: sizes: add commonly used constants
FUJITA Tomonori
2024-08-23
rust: list: add ListArc
Alice Ryhl
2024-07-27
Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-08
rust: add abstraction for `struct page`
Alice Ryhl
2024-07-08
rust: uaccess: add userspace pointers
Wedson Almeida Filho
2024-06-18
rust: add firmware abstractions
Danilo Krummrich
2024-06-18
rust: add abstraction for struct device
Danilo Krummrich
2024-06-14
rust: block: introduce `kernel::block::mq` module
Andreas Hindborg
2024-05-13
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-04-23
rust: kernel: require `Send` for `Module` implementations
Wedson Almeida Filho
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
2024-04-16
rust: alloc: introduce the `VecExt` trait
Wedson Almeida Filho
2024-04-16
rust: kernel: move `allocator` module under `alloc`
Wedson Almeida Filho
2024-03-29
rust: upgrade to Rust 1.77.1
Miguel Ojeda
2024-03-29
rust: add `Module::as_ptr`
Alice Ryhl
2024-02-25
rust: add `container_of!` macro
Wedson Almeida Filho
2024-02-18
rust: kernel: stop using ptr_metadata feature
Alice Ryhl
2024-02-18
rust: kernel: add srctree-relative doclinks
Valentin Obst
2024-01-28
rust: time: add msecs to jiffies conversion
Alice Ryhl
2024-01-22
rust: upgrade to Rust 1.75.0
Miguel Ojeda
2023-12-15
rust: core abstractions for network PHY drivers
FUJITA Tomonori
2023-09-25
rust: workqueue: add helper for defining work_struct fields
Alice Ryhl
2023-09-25
rust: workqueue: add low-level workqueue bindings
Alice Ryhl
2023-09-25
rust: sync: add `Arc::{from_raw, into_raw}`
Wedson Almeida Filho
2023-08-29
Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2023-08-15
rust: bindgen: upgrade to 0.65.1
Aakash Sen Sharma
2023-07-19
rust: support running Rust documentation tests as KUnit ones
Miguel Ojeda
2023-05-31
rust: upgrade to Rust 1.68.2
Miguel Ojeda
2023-04-22
rust: ioctl: Add ioctl number manipulation functions
Asahi Lina
2023-04-22
rust: uapi: Add UAPI crate
Asahi Lina
2023-04-22
rust: add basic `Task`
Wedson Almeida Filho
2023-04-12
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
2023-04-12
rust: add pin-init API core
Benno Lossin
[prev]
[next]