aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-15rust: make `Arc::into_unique_or_drop` associated functionGary Guo1-6/+6
2025-09-15rust: implement `kernel::sync::Refcount`Gary Guo2-0/+100
2025-09-15rust: sync: Add memory barriersBoqun Feng2-0/+62
2025-09-15rust: sync: atomic: Add Atomic<{usize,isize}>Boqun Feng1-4/+49
2025-09-15rust: sync: atomic: Add Atomic<u{32,64}>Boqun Feng1-0/+95
2025-09-15rust: sync: atomic: Add the framework of arithmetic operationsBoqun Feng2-2/+106
2025-09-15rust: sync: atomic: Add atomic {cmp,}xchg operationsBoqun Feng1-1/+167
2025-09-15rust: sync: atomic: Add generic atomicsBoqun Feng2-0/+286
2025-09-15rust: sync: atomic: Add ordering annotation typesBoqun Feng2-0/+106
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng3-0/+288
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman3-7/+14
2025-09-15rust: list: Add an example for `ListLinksSelfPtr` usageBoqun Feng1-0/+120
2025-09-15rust: sync: extend module documentation of arefBenno Lossin1-0/+15
2025-09-14rust: kernel: cpu: mark `CpuId::current()` inlineRitvik Gupta1-0/+1
2025-09-13rust: mm: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand2-2/+3
2025-09-13rust: allocator: add KUnit tests for alignment guaranteesHui Zhu1-0/+56
2025-09-13rust: support large alignments in allocationsVitaly Wool1-21/+9
2025-09-13rust: add support for NUMA ids in allocationsVitaly Wool5-23/+84
2025-09-13Merge tag 'driver-core-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-2/+3
2025-09-12Merge tag 'pin-init-v6.18' of https://github.com/Rust-for-Linux/linux into drm-rust-nextDanilo Krummrich2-12/+3
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+10
2025-09-12dma-mapping: introduce new DMA attribute to indicate MMIO memoryLeon Romanovsky1-0/+3
2025-09-11rust: pin-init: add references to previously initialized fieldsBenno Lossin1-4/+2
2025-09-11rust: pin-init: add pin projections to `#[pin_data]`Benno Lossin1-8/+1
2025-09-10rust: regulator: add devm_enable and devm_enable_optionalDaniel Almeida1-1/+59
2025-09-10rust: regulator: remove Regulator<Dynamic>Daniel Almeida1-87/+1
2025-09-10rust: debugfs: Add support for scoped directoriesMatthew Maurer2-15/+320
2025-09-10rust: debugfs: Add support for callback-based filesMatthew Maurer3-0/+219
2025-09-10rust: debugfs: Add support for writable filesMatthew Maurer3-3/+216
2025-09-10rust: debugfs: Add support for read-only filesMatthew Maurer4-1/+350
2025-09-10rust: debugfs: Add initial support for directoriesMatthew Maurer3-0/+144
2025-09-10Merge drm-misc-next-2025-08-21 into drm-rust-nextDanilo Krummrich4-7/+12
2025-09-10rust: error: improve `to_result` documentationMiguel Ojeda1-2/+37
2025-09-10rust: error: improve `Error::from_errno` documentationMiguel Ojeda1-2/+17
2025-09-08rust: drm: gem: Drop Object::SIZELyude Paul1-4/+1
2025-09-08rust: drm: gem: Add DriverFile type aliasLyude Paul1-11/+12
2025-09-08rust: drm: gem: Simplify use of genericsLyude Paul2-43/+37
2025-09-08rust: cpufreq: replace `MaybeUninit::zeroed().assume_init()` with `pin_init::zeroed()`Benno Lossin1-3/+1
2025-09-08rust: task: update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-3/+4
2025-09-08rust: prelude: re-export `core::mem::{align,size}_of{,_val}`Miguel Ojeda1-1/+4
2025-09-08rust: error: add C header linksOnur Özkan1-1/+3
2025-09-08rust: drm: fix `srctree/` linksMiguel Ojeda5-5/+5
2025-09-08rust: block: fix `srctree/` linksMiguel Ojeda1-1/+1
2025-09-08rust: sync: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-1/+1
2025-09-08Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda10-149/+126
2025-09-06Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-5/+10
2025-09-06Merge patch series "Rust support for `struct iov_iter`"Greg Kroah-Hartman5-1/+448
2025-09-06rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structuresAlice Ryhl1-1/+62
2025-09-06rust: fs: add Kiocb structAlice Ryhl2-0/+71
2025-09-06rust: iov: add iov_iter abstractions for ITER_DESTAlice Ryhl1-0/+143