summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds-0/+47
2025-03-24Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-0/+18
2025-03-24Merge tag 'vfs-6.15-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+5
2025-03-24rust: dma: add `Send` implementation for `CoherentAllocation`Danilo Krummrich-0/+4
2025-03-23rust: macros: fix `make rusttest` build on macOSTamir Duberstein-1/+1
2025-03-23rust: block: refactor to use `&raw mut`Antonio Hickey-2/+2
2025-03-23rust: enable `raw_ref_op` featureAntonio Hickey-0/+2
2025-03-23rust: uaccess: name the correct functionTamir Duberstein-2/+1
2025-03-23rust: rbtree: fix comments referring to Box instead of KBoxCharalampos Mitrodimas-3/+3
2025-03-23rust: kbuild: skip `--remap-path-prefix` for `rustdoc`Miguel Ojeda-2/+6
2025-03-22rust: hrtimer: add clocksource selection through `ClockId`Andreas Hindborg-2/+69
2025-03-22rust: hrtimer: add `HrTimerMode`Andreas Hindborg-3/+79
2025-03-22rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`Andreas Hindborg-0/+123
2025-03-22rust: alloc: add `Box::into_pin`Andreas Hindborg-0/+6
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`Andreas Hindborg-0/+110
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`Andreas Hindborg-0/+106
2025-03-22rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`Andreas Hindborg-0/+33
2025-03-22rust: hrtimer: add `UnsafeHrTimerPointer`Andreas Hindborg-0/+31
2025-03-22rust: hrtimer: allow timer restart from timer handlerAndreas Hindborg-4/+20
2025-03-20rust: str: implement `strip_prefix` for `BStr`Andreas Hindborg-0/+17
2025-03-20rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`Andreas Hindborg-0/+12
2025-03-20rust: str: implement `Index` for `BStr`Andreas Hindborg-0/+11
2025-03-20rust: str: implement `PartialEq` for `BStr`Andreas Hindborg-0/+6
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue-0/+389
2025-03-20rust: error: Add EOVERFLOWAbdiel Janulgue-0/+1
2025-03-20rust: platform: require Send for Driver trait implementersDanilo Krummrich-1/+1
2025-03-20rust: pci: require Send for Driver trait implementersDanilo Krummrich-1/+1
2025-03-20rust: kunit: allow to know if we are in a testJosé Expósito-0/+36
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito-0/+200
2025-03-20rust: kunit: add KUnit case and suite macrosJosé Expósito-0/+124
2025-03-19rust: add kunitconfigThomas Weißschuh-0/+3
2025-03-19rust: pass correct target to bindgen on Usermode LinuxThomas Weißschuh-0/+1
2025-03-18rust: platform: impl Send + Sync for platform::DeviceDanilo Krummrich-0/+7
2025-03-18rust: pci: impl Send + Sync for pci::DeviceDanilo Krummrich-0/+7
2025-03-18rust: optimize rust symbol generation for SeqFileKunwu Chan-0/+1
2025-03-18rust: file: optimize rust symbol generation for FileDescriptorReservationKunwu Chan-0/+4
2025-03-17rust: platform: fix unrestricted &mut platform::DeviceDanilo Krummrich-30/+65
2025-03-17rust: pci: fix unrestricted &mut pci::DeviceDanilo Krummrich-47/+85
2025-03-17rust: device: implement device context markerDanilo Krummrich-0/+26
2025-03-17rust: pci: use to_result() in enable_device_mem()Danilo Krummrich-6/+1
2025-03-16rust: pin-init: re-enable doctestsBenno Lossin-27/+27
2025-03-16rust: pin-init: add miscellaneous files from the user-space versionBenno Lossin-0/+300
2025-03-16rust: pin-init: miscellaneous synchronization with the user-space versionBenno Lossin-6/+3
2025-03-16rust: pin-init: internal: synchronize with user-space versionBenno Lossin-3/+25
2025-03-16rust: pin-init: synchronize documentation with the user-space versionBenno Lossin-54/+115
2025-03-16rust: pin-init: add `std` and `alloc` support from the user-space versionBenno Lossin-7/+221
2025-03-16rust: make pin-init its own crateBenno Lossin-151/+162
2025-03-16rust: add pin-init crate build infrastructureMiguel Ojeda-18/+69
2025-03-16rust: pin-init: change the way the `paste!` macro is calledBenno Lossin-6/+8
2025-03-16rust: pin-init: remove kernel-crate dependencyBenno Lossin-28/+18