summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-08-15rust: miscdevice: clarify invariant for `MiscDeviceRegistration`Shankari Anand
2025-07-24rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0Miguel Ojeda
2025-07-24rust: init: Fix generics in *_init! macrosJanne Grunau
2025-07-06rust: devres: do not dereference to the internal RevocableDanilo Krummrich
2025-07-06rust: devres: fix race in Devres::drop()Danilo Krummrich
2025-07-06rust: revocable: indicate whether `data` has been revoked alreadyDanilo Krummrich
2025-07-06rust: completion: implement initial abstractionDanilo Krummrich
2025-06-19rust: list: fix path of `assert_pinned!`Benno Lossin
2025-06-19rust: miscdevice: fix typo in MiscDevice::ioctl documentationChristian Schrefl
2025-06-19rust: pci: fix docs related to missing Markdown code spansMiguel Ojeda
2025-06-19rust: alloc: add missing invariant in Vec::set_len()Danilo Krummrich
2025-06-19rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda
2025-04-14rust: firmware: Use `ffi::c_char` type in `FwFunc`Christian Schrefl
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
2025-03-22rust: hrtimer: allow timer restart from timer handlerAndreas Hindborg
2025-03-20rust: str: implement `strip_prefix` for `BStr`Andreas Hindborg
2025-03-20rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`Andreas Hindborg
2025-03-20rust: str: implement `Index` for `BStr`Andreas Hindborg
2025-03-20rust: str: implement `PartialEq` for `BStr`Andreas Hindborg
2025-03-20rust: add dma coherent allocator abstractionAbdiel Janulgue
2025-03-20rust: error: Add EOVERFLOWAbdiel Janulgue
2025-03-20rust: platform: require Send for Driver trait implementersDanilo Krummrich
2025-03-20rust: pci: require Send for Driver trait implementersDanilo Krummrich
2025-03-20rust: kunit: allow to know if we are in a testJosé Expósito
2025-03-20rust: macros: add macro to easily run KUnit testsJosé Expósito
2025-03-20rust: kunit: add KUnit case and suite macrosJosé Expósito
2025-03-18rust: platform: impl Send + Sync for platform::DeviceDanilo Krummrich