summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-05-20rust: opp: Extend OPP abstractions with cpufreq supportViresh Kumar
2025-05-20rust: cpufreq: Extend abstractions for driver registrationViresh Kumar
2025-05-20rust: cpufreq: Extend abstractions for policy and driver opsViresh Kumar
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar
2025-05-20rust: opp: Add abstractions for the configuration optionsViresh Kumar
2025-05-20rust: opp: Add abstractions for the OPP tableViresh Kumar
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar
2025-05-19rust: clk: Add initial abstractionsViresh Kumar
2025-05-19rust: cpumask: Add initial abstractionsViresh Kumar
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-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