summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-03-23rust: enable `raw_ref_op` featureAntonio Hickey1-0/+2
2025-03-23rust: uaccess: name the correct functionTamir Duberstein1-2/+1
2025-03-23rust: rbtree: fix comments referring to Box instead of KBoxCharalampos Mitrodimas1-3/+3
2025-03-22rust: hrtimer: add clocksource selection through `ClockId`Andreas Hindborg2-2/+69
2025-03-22rust: hrtimer: add `HrTimerMode`Andreas Hindborg1-3/+79
2025-03-22rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`Andreas Hindborg2-0/+123
2025-03-22rust: alloc: add `Box::into_pin`Andreas Hindborg1-0/+6
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`Andreas Hindborg2-0/+110
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`Andreas Hindborg2-0/+106
2025-03-22rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`Andreas Hindborg1-0/+33
2025-03-22rust: hrtimer: add `UnsafeHrTimerPointer`Andreas Hindborg1-0/+31
2025-03-22rust: hrtimer: allow timer restart from timer handlerAndreas Hindborg2-4/+20
2025-03-20rust: str: implement `strip_prefix` for `BStr`Andreas Hindborg1-0/+17
2025-03-20rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`Andreas Hindborg1-0/+12
2025-03-20rust: str: implement `Index` for `BStr`Andreas Hindborg1-0/+11
2025-03-20rust: str: implement `PartialEq` for `BStr`Andreas Hindborg1-0/+6
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue2-0/+388
2025-03-20rust: error: Add EOVERFLOWAbdiel Janulgue1-0/+1
2025-03-20rust: platform: require Send for Driver trait implementersDanilo Krummrich1-1/+1
2025-03-20rust: pci: require Send for Driver trait implementersDanilo Krummrich1-1/+1
2025-03-20rust: kunit: allow to know if we are in a testJosé Expósito1-0/+36
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito1-0/+11
2025-03-20rust: kunit: add KUnit case and suite macrosJosé Expósito1-0/+124
2025-03-19rust: platform: impl Send + Sync for platform::DeviceDanilo Krummrich1-0/+7
2025-03-19rust: pci: impl Send + Sync for pci::DeviceDanilo Krummrich1-0/+7
2025-03-18rust: optimize rust symbol generation for SeqFileKunwu Chan1-0/+1
2025-03-18rust: file: optimize rust symbol generation for FileDescriptorReservationKunwu Chan1-0/+4
2025-03-17rust: platform: fix unrestricted &mut platform::DeviceDanilo Krummrich1-30/+65
2025-03-17rust: pci: fix unrestricted &mut pci::DeviceDanilo Krummrich1-47/+85
2025-03-17rust: device: implement device context markerDanilo Krummrich1-0/+26
2025-03-17rust: pci: use to_result() in enable_device_mem()Danilo Krummrich1-6/+1
2025-03-16rust: make pin-init its own crateBenno Lossin13-46/+41
2025-03-16rust: pin-init: fix documentation linksBenno Lossin1-1/+1
2025-03-16rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...Benno Lossin1-2/+2
2025-03-16rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...Benno Lossin2-2/+11
2025-03-16rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...Benno Lossin4-3/+123
2025-03-16rust: pin-init: move the default error behavior of `try_[pin_]init`Benno Lossin1-0/+113
2025-03-16rust: add extensions to the pin-init crate and move relevant documentation thereBenno Lossin2-0/+138
2025-03-16rust: move pin-init API into its own directoryBenno Lossin4-3133/+1
2025-03-16rust: init: disable doctestsBenno Lossin1-20/+20
2025-03-16rust: error: extend the Result documentationDirk Behme1-1/+122
2025-03-16Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-23/+38
2025-03-11rust: hrtimer: implement `HrTimerPointer` for `Arc`Andreas Hindborg2-1/+105
2025-03-11rust: sync: add `Arc::as_ptr`Andreas Hindborg1-2/+11
2025-03-11rust: hrtimer: introduce hrtimer supportAndreas Hindborg2-0/+353
2025-03-11rust/kernel/faux: mark Registration methods inlineEthan Carter Edwards1-0/+2
2025-03-10rust: task: fix `SAFETY` comment in `Task::wake_up`Panagiotis Foliadis1-1/+1
2025-03-10rust: types: add intra-doc links for `Opaque<T>`Dirk Behme1-2/+2
2025-03-10rust: module: introduce `authors` keyGuilherme Giacomo Simoes3-4/+4
2025-03-10Merge 6.14-rc6 into char-misc-nextGreg Kroah-Hartman3-1/+69