summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-09-30Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-22rust: add `Alignment` typeAlexandre Courbot
2025-09-22Merge tag 'rust-timekeeping-v6.18' of https://github.com/Rust-for-Linux/linux...Miguel Ojeda
2025-09-22rust: macros: reduce collections in `quote!` macroTamir Duberstein
2025-09-16rust: acpi: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: of: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: net: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: miscdevice: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: kunit: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: firmware: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: drm: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: cpufreq: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: configfs: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: auxiliary: use `core::ffi::CStr` method namesTamir Duberstein
2025-09-16rust: device: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-16rust: sync: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-16rust: seq_file: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-16rust: kunit: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-16rust: file: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-16rust: device: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-16rust: block: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-16rust: alloc: use `kernel::{fmt,prelude::fmt!}`Tamir Duberstein
2025-09-15rust: block: convert `block::mq` to use `Refcount`Gary Guo
2025-09-15rust: convert `Arc` to use `Refcount`Gary Guo
2025-09-15rust: make `Arc::into_unique_or_drop` associated functionGary Guo
2025-09-15rust: implement `kernel::sync::Refcount`Gary Guo
2025-09-15rust: sync: Add memory barriersBoqun Feng
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg operationsBoqun Feng
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng
2025-09-15rust: Introduce atomic API helpersBoqun Feng
2025-09-15rust: list: Add an example for `ListLinksSelfPtr` usageBoqun Feng
2025-09-15rust: sync: extend module documentation of arefBenno Lossin
2025-09-14rust: kernel: cpu: mark `CpuId::current()` inlineRitvik Gupta
2025-09-13Merge tag 'driver-core-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-10rust: error: improve `to_result` documentationMiguel Ojeda
2025-09-10rust: error: improve `Error::from_errno` documentationMiguel Ojeda
2025-09-08rust: cpufreq: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::...Benno Lossin
2025-09-08rust: derive `Zeroable` for all structs & unions generated by bindgen where p...Benno Lossin
2025-09-08rust: add `pin-init` as a dependency to `bindings` and `uapi`Benno Lossin
2025-09-08rust: task: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-09-08rust: prelude: re-export `core::mem::{align,size}_of{,_val}`Miguel Ojeda
2025-09-08rust: error: add C header linksOnur Özkan