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
/
lib.rs
Age
Commit message (
Expand
)
Author
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-07-29
Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-07-28
Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-07-23
rust: Add warn_on macro
FUJITA Tomonori
2025-07-21
rust: kernel: add `fmt` module
Tamir Duberstein
2025-07-19
rust: bits: add support for bits/genmask macros
Daniel Almeida
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
2025-07-15
rust: types: add Opaque::cast_from
Alice Ryhl
2025-07-15
rust: regulator: add a bare minimum regulator abstraction
Daniel Almeida
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
2025-06-26
rust: acpi: add `acpi::DeviceId` abstraction
Igor Korotin
2025-06-24
rust: Introduce file_from_location()
Boqun Feng
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-30
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2025-05-29
rust: check type of `$ptr` in `container_of!`
Tamir Duberstein
2025-05-28
rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-05-20
rust: cpufreq: Add initial abstractions for cpufreq framework
Viresh Kumar
2025-05-20
rust: opp: Add initial abstractions for OPP framework
Viresh Kumar
2025-05-20
rust: cpu: Add from_cpu()
Viresh Kumar
2025-05-19
rust: clk: Add initial abstractions
Viresh Kumar
2025-05-19
rust: cpumask: Add initial abstractions
Viresh Kumar
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...
Miguel Ojeda
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
2025-05-11
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
2025-05-01
rust: xarray: Add an abstraction for XArray
Tamir Duberstein
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-03-23
rust: enable `raw_ref_op` feature
Antonio Hickey
2025-03-20
rust: add dma coherent allocator abstraction
Abdiel Janulgue
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-16
rust: add extensions to the pin-init crate and move relevant documentation there
Benno Lossin
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
2025-03-05
rust: remove leftover mentions of the `alloc` crate
Miguel Ojeda
2025-02-13
rust/kernel: Add faux device bindings
Lyude Paul
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-13
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
2025-01-10
rust: kernel: move `build_error` hidden function to prevent mistakes
Miguel Ojeda
2025-01-07
rust: io: move module entry to its correct location
Danilo Krummrich
2025-01-07
rust: pci: do not depend on CONFIG_PCI_MSI
Danilo Krummrich
2024-12-20
rust: platform: add basic platform device / driver abstractions
Danilo Krummrich
2024-12-20
rust: of: add `of::DeviceId` abstraction
Danilo Krummrich
2024-12-20
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
2024-12-20
rust: add devres abstraction
Danilo Krummrich
2024-12-20
rust: add `io::{Io, IoRaw}` base types
Danilo Krummrich
2024-12-20
rust: add `Revocable` type
Wedson Almeida Filho
[next]