summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda-49/+34
2025-05-07rust: clean Rust 1.88.0's `unnecessary_transmutes` lintMiguel Ojeda-0/+2
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda-0/+6
2025-04-25Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+6
2025-04-15rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()FUJITA Tomonori-0/+17
2025-04-15rust: helpers: Remove volatile qualifier from io helpersFUJITA Tomonori-17/+17
2025-04-14rust: firmware: Use `ffi::c_char` type in `FwFunc`Christian Schrefl-2/+6
2025-04-08rust: kbuild: Don't export __pfx symbolsSami Tolvanen-1/+1
2025-04-08rust: pin-init: use Markdown autolinks in Rust commentsMiguel Ojeda-2/+2
2025-04-08rust: pin-init: alloc: restrict `impl ZeroableOption` for `Box` to `T: Sized`Miguel Ojeda-5/+3
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-2/+6
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds-0/+32
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds-1/+3
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-154/+143
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-121/+239
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-1817/+5781
2025-03-30rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui-1/+3
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+220
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl-0/+32
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+13
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...Miguel Ojeda-2/+1037
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+131
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