index
:
git.armlinux.org.uk/linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
2025-06-23
Merge tag 'topic/dma-features-2025-06-23' into alloc-next
Danilo Krummrich
2025-06-23
rust: dma: add dma_handle_with_offset method to CoherentAllocation
Alexandre Courbot
2025-06-23
rust: dma: expose the count and size of CoherentAllocation
Alexandre Courbot
2025-06-23
rust: dma: fix doc-comment of dma_handle()
Alexandre Courbot
2025-06-23
rust: dma: add as_slice/write functions for CoherentAllocation
Abdiel Janulgue
2025-06-23
rust: dma: convert the read/write macros to return Result
Abdiel Janulgue
2025-06-23
rust: dma: clarify wording and be consistent in `coherent` nomenclature
Abdiel Janulgue
2025-06-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
2025-06-23
rust: opp: use c_* types via kernel prelude
Abhinav Ananthu
2025-06-23
rust: cpufreq: use c_ types from kernel prelude
Abhinav Ananthu
2025-06-22
rust: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::cast_lossless` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::as_ptr_cast_mut` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-06-19
rust: replace literals with constants in `clk::Hertz`
Onur Özkan
2025-06-19
rust: shorten `con_id`s in `get` methods in clk module
Onur Özkan
2025-06-19
rust: make `clk::Hertz` methods const
Onur Özkan
2025-06-19
rust: cpufreq: Ensure C ABI compatibility in all unsafe
Abhinav Ananthu
2025-06-18
Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
Alexandre Courbot
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
Alexandre Courbot
2025-06-16
rust: time: Add ktime_get() to ClockSource trait
FUJITA Tomonori
2025-06-16
rust: time: Make Instant generic over ClockSource
FUJITA Tomonori
2025-06-16
rust: time: Replace ClockId enum with ClockSource trait
FUJITA Tomonori
2025-06-16
rust: time: Avoid 64-bit integer division on 32-bit architectures
FUJITA Tomonori
2025-06-14
Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-06-13
rust: devres: do not dereference to the internal Revocable
Danilo Krummrich
2025-06-13
rust: devres: fix race in Devres::drop()
Danilo Krummrich
2025-06-13
rust: revocable: indicate whether `data` has been revoked already
Danilo Krummrich
2025-06-13
rust: completion: implement initial abstraction
Danilo Krummrich
2025-06-13
rust: device: Implement accessors for firmware properties
Remo Senekowitsch
2025-06-13
rust: device: Introduce PropertyGuard
Remo Senekowitsch
2025-06-13
rust: device: Enable printing fwnode name and path
Remo Senekowitsch
2025-06-13
rust: device: Move property_present() to FwNode
Remo Senekowitsch
2025-06-13
rust: device: Enable accessing the FwNode of a Device
Remo Senekowitsch
2025-06-12
rust: device: Create FwNode abstraction for accessing device properties
Remo Senekowitsch
2025-06-12
rust: cpu: Add CpuId::current() to retrieve current CPU ID
Viresh Kumar
2025-06-12
rust: Use CpuId in place of raw CPU numbers
Viresh Kumar
2025-06-12
rust: cpu: Introduce CpuId abstraction
Viresh Kumar
2025-06-11
rust: init: remove doctest's `Error::from_errno` workaround
Miguel Ojeda
2025-06-11
rust: init: re-enable doctests
Miguel Ojeda
2025-06-11
rust: pin-init: change blanket impls for `[Pin]Init` and add one for `Result<...
Benno Lossin
2025-06-11
rust: pin-init: rename `zeroed` to `init_zeroed`
Benno Lossin
2025-06-11
rust: vec: impl Default for Vec with any allocator
Alice Ryhl
2025-06-10
rust: time: Fix compile error in impl_has_hr_timer macro
FUJITA Tomonori
2025-06-10
cpufreq: Convert `/// SAFETY` lines to `# Safety` sections
Viresh Kumar
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
[prev]
[next]