summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-04-24rust: drm: add driver abstractionsAsahi Lina
2025-04-24rust: drm: ioctl: Add DRM ioctl abstractionAsahi Lina
2025-04-23rust: alloc: replace `Vec::set_len` with `inc_len`Tamir Duberstein
2025-04-23rust: alloc: refactor `Vec::truncate` using `dec_len`Tamir Duberstein
2025-04-23rust: alloc: add `Vec::dec_len`Tamir Duberstein
2025-04-23rust: alloc: add Vec::len() <= Vec::capacity invariantTamir Duberstein
2025-04-22rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements UAlexandre Courbot
2025-04-22rust/revocable: add try_access_with() convenience methodAlexandre Courbot
2025-04-19rust: auxiliary: add auxiliary registrationDanilo Krummrich
2025-04-19rust: auxiliary: add auxiliary device / driver abstractionsDanilo Krummrich
2025-04-19rust: device: implement Device::parent()Danilo Krummrich
2025-04-19rust: types: add `Opaque::zeroed`Danilo Krummrich
2025-04-19rust: platform: impl TryFrom<&Device> for &platform::DeviceDanilo Krummrich
2025-04-19rust: pci: impl TryFrom<&Device> for &pci::DeviceDanilo Krummrich
2025-04-17rust: dma: require a bound deviceDanilo Krummrich
2025-04-17rust: devres: require a bound deviceDanilo Krummrich
2025-04-17rust: pci: move iomap_region() to impl Device<Bound>Danilo Krummrich
2025-04-17rust: device: implement Bound device contextDanilo Krummrich
2025-04-17rust: pci: preserve device context in AsRefDanilo Krummrich
2025-04-17rust: platform: preserve device context in AsRefDanilo Krummrich
2025-04-17rust: device: implement device context for DeviceDanilo Krummrich
2025-04-17rust: device: implement impl_device_context_into_aref!Danilo Krummrich
2025-04-17rust: device: implement impl_device_context_deref!Danilo Krummrich
2025-04-14rust: firmware: Use `ffi::c_char` type in `FwFunc`Christian Schrefl
2025-04-07rust: alloc: use `spare_capacity_mut` to reduce unsafeTamir Duberstein
2025-04-07rust: alloc: add Vec::resize methodAndrew Ballance
2025-04-07rust: alloc: add Vec::truncate methodAndrew Ballance
2025-04-07rust: alloc: add missing invariant in Vec::set_len()Danilo Krummrich
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-03-24Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-24rust: dma: add `Send` implementation for `CoherentAllocation`Danilo Krummrich
2025-03-23rust: block: refactor to use `&raw mut`Antonio Hickey
2025-03-23rust: enable `raw_ref_op` featureAntonio Hickey
2025-03-23rust: uaccess: name the correct functionTamir Duberstein
2025-03-23rust: rbtree: fix comments referring to Box instead of KBoxCharalampos Mitrodimas
2025-03-22rust: hrtimer: add clocksource selection through `ClockId`Andreas Hindborg
2025-03-22rust: hrtimer: add `HrTimerMode`Andreas Hindborg
2025-03-22rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`Andreas Hindborg
2025-03-22rust: alloc: add `Box::into_pin`Andreas Hindborg
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`Andreas Hindborg
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`Andreas Hindborg
2025-03-22rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`Andreas Hindborg
2025-03-22rust: hrtimer: add `UnsafeHrTimerPointer`Andreas Hindborg