summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
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: 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-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: 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
2025-09-08rust: drm: fix `srctree/` linksMiguel Ojeda
2025-09-08rust: block: fix `srctree/` linksMiguel Ojeda
2025-09-08rust: sync: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-08-31rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0Alice Ryhl
2025-08-27rust: mm: mark VmaNew as transparentBaptiste Lepers
2025-08-24rust: alloc: remove `allocator_test`Miguel Ojeda
2025-08-24rust: kernel: remove support for unused host `#[test]`sMiguel Ojeda
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-08-21rust: alloc: implement Box::pin_slice()Alice Ryhl
2025-08-17rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` tooMiguel Ojeda
2025-08-15rust: dma: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand
2025-08-15rust: alloc: take the allocator into account for FOREIGN_ALIGNAlice Ryhl
2025-08-15rust: alloc: specify the minimum alignment of each allocatorAlice Ryhl
2025-08-15rust: make `kvec::Vec` functions `const fn`Onur Özkan
2025-08-15rust: make `ArrayLayout::new_unchecked` a `const fn`Onur Özkan
2025-08-14rust: devres: fix leaking call to devm_add_action()Danilo Krummrich
2025-08-13rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"Hui Zhu
2025-08-13rust: alloc: kvec: add doc example for as_slice methodHui Zhu
2025-08-13rust: faux: fix C header linkMiguel Ojeda
2025-08-12driver: rust: expand documentation for driver infrastructureDanilo Krummrich
2025-08-12device: rust: expand documentation for DeviceDanilo Krummrich
2025-08-12device: rust: expand documentation for DeviceContextDanilo Krummrich
2025-08-11rust: drm: don't pass the address of drm::Device to drm_dev_put()Danilo Krummrich
2025-08-11rust: drm: remove pin annotations from drm::DeviceDanilo Krummrich
2025-08-11rust: drm: ensure kmalloc() compatible LayoutDanilo Krummrich
2025-08-11rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()Danilo Krummrich
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-29Merge branches 'clk-bindings', 'clk-cleanup', 'clk-pwm', 'clk-hw-device', 'cl...Stephen Boyd
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-28Merge tag 'regulator-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds