summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
5 daysrust: workaround `rustdoc` target modifiers bugMiguel Ojeda1-0/+6
5 daysrust: kbuild: clean output before running `rustdoc`Miguel Ojeda1-3/+7
10 daysrust: miscdevice: clarify invariant for `MiscDeviceRegistration`Shankari Anand1-1/+7
2025-07-24rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda5-7/+10
2025-07-24rust: init: Fix generics in *_init! macrosJanne Grunau1-4/+4
2025-07-06rust: devres: do not dereference to the internal RevocableDanilo Krummrich1-10/+10
2025-07-06rust: devres: fix race in Devres::drop()Danilo Krummrich1-8/+29
2025-07-06rust: revocable: indicate whether `data` has been revoked alreadyDanilo Krummrich1-4/+14
2025-07-06rust: completion: implement initial abstractionDanilo Krummrich5-0/+124
2025-07-06rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta1-1/+1
2025-07-06rust: module: place cleanup_module() in .exit.text sectionFUJITA Tomonori1-0/+1
2025-06-19rust: list: fix path of `assert_pinned!`Benno Lossin1-1/+1
2025-06-19rust: compile libcore with edition 2024 for 1.87+Gary Guo1-6/+8
2025-06-19rust: miscdevice: fix typo in MiscDevice::ioctl documentationChristian Schrefl1-1/+1
2025-06-19rust: pci: fix docs related to missing Markdown code spansMiguel Ojeda1-6/+9
2025-06-19rust: alloc: add missing invariant in Vec::set_len()Danilo Krummrich1-0/+3
2025-06-19rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola1-0/+1
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda5-49/+34
2025-05-07rust: clean Rust 1.88.0's `unnecessary_transmutes` lintMiguel Ojeda2-0/+2
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda2-0/+6
2025-04-25Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+6
2025-04-15rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()FUJITA Tomonori2-0/+17
2025-04-15rust: helpers: Remove volatile qualifier from io helpersFUJITA Tomonori1-17/+17
2025-04-14rust: firmware: Use `ffi::c_char` type in `FwFunc`Christian Schrefl1-2/+6
2025-04-08rust: kbuild: Don't export __pfx symbolsSami Tolvanen1-1/+1
2025-04-08rust: pin-init: use Markdown autolinks in Rust commentsMiguel Ojeda2-2/+2
2025-04-08rust: pin-init: alloc: restrict `impl ZeroableOption` for `Box` to `T: Sized`Miguel Ojeda1-5/+3
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+6
2025-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2-0/+32
2025-04-02Merge tag 'loongarch-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+3
2025-04-01Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-154/+143
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-121/+239
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds62-1817/+5781
2025-03-30rust: Fix enabling Rust and building with GCC for LoongArchWANG Rui1-1/+3
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-0/+220
2025-03-26ARM: 9441/1: rust: Enable Rust support for ARMv7Christian Schrrefl2-0/+32
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+13
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...Miguel Ojeda8-2/+1037
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-14/+131
2025-03-24Merge tag 'bitmap-for-6.15' of https://github.com/norov/linuxLinus Torvalds3-0/+47
2025-03-24Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+18
2025-03-24Merge tag 'vfs-6.15-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+5
2025-03-24rust: dma: add `Send` implementation for `CoherentAllocation`Danilo Krummrich1-0/+4
2025-03-23rust: macros: fix `make rusttest` build on macOSTamir Duberstein1-1/+1
2025-03-23rust: block: refactor to use `&raw mut`Antonio Hickey1-2/+2
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-23rust: kbuild: skip `--remap-path-prefix` for `rustdoc`Miguel Ojeda1-2/+6
2025-03-22rust: hrtimer: add clocksource selection through `ClockId`Andreas Hindborg2-2/+69