summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-06-23Merge tag 'topic/dma-features-2025-06-23' into alloc-nextDanilo Krummrich
2025-06-23rust: dma: add dma_handle_with_offset method to CoherentAllocationAlexandre Courbot
2025-06-23rust: dma: expose the count and size of CoherentAllocationAlexandre Courbot
2025-06-23rust: dma: fix doc-comment of dma_handle()Alexandre Courbot
2025-06-23rust: dma: add as_slice/write functions for CoherentAllocationAbdiel Janulgue
2025-06-23rust: dma: convert the read/write macros to return ResultAbdiel Janulgue
2025-06-23rust: dma: clarify wording and be consistent in `coherent` nomenclatureAbdiel Janulgue
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman
2025-06-23rust: opp: use c_* types via kernel preludeAbhinav Ananthu
2025-06-23rust: cpufreq: use c_ types from kernel preludeAbhinav Ananthu
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein
2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_cast_constness` lintTamir Duberstein
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-06-19rust: replace literals with constants in `clk::Hertz`Onur Özkan
2025-06-19rust: shorten `con_id`s in `get` methods in clk moduleOnur Özkan
2025-06-19rust: make `clk::Hertz` methods constOnur Özkan
2025-06-19rust: cpufreq: Ensure C ABI compatibility in all unsafeAbhinav Ananthu
2025-06-18Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-06-18rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`Alexandre Courbot
2025-06-18rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`Alexandre Courbot
2025-06-16rust: time: Add ktime_get() to ClockSource traitFUJITA Tomonori
2025-06-16rust: time: Make Instant generic over ClockSourceFUJITA Tomonori
2025-06-16rust: time: Replace ClockId enum with ClockSource traitFUJITA Tomonori
2025-06-16rust: time: Avoid 64-bit integer division on 32-bit architecturesFUJITA Tomonori
2025-06-14Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-06-13rust: devres: do not dereference to the internal RevocableDanilo Krummrich
2025-06-13rust: devres: fix race in Devres::drop()Danilo Krummrich
2025-06-13rust: revocable: indicate whether `data` has been revoked alreadyDanilo Krummrich
2025-06-13rust: completion: implement initial abstractionDanilo Krummrich
2025-06-13rust: device: Implement accessors for firmware propertiesRemo Senekowitsch
2025-06-13rust: device: Introduce PropertyGuardRemo Senekowitsch
2025-06-13rust: device: Enable printing fwnode name and pathRemo Senekowitsch
2025-06-13rust: device: Move property_present() to FwNodeRemo Senekowitsch
2025-06-13rust: device: Enable accessing the FwNode of a DeviceRemo Senekowitsch
2025-06-12rust: device: Create FwNode abstraction for accessing device propertiesRemo Senekowitsch
2025-06-12rust: cpu: Add CpuId::current() to retrieve current CPU IDViresh Kumar
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar
2025-06-12rust: cpu: Introduce CpuId abstractionViresh Kumar
2025-06-11rust: init: remove doctest's `Error::from_errno` workaroundMiguel Ojeda
2025-06-11rust: init: re-enable doctestsMiguel Ojeda
2025-06-11rust: pin-init: change blanket impls for `[Pin]Init` and add one for `Result<...Benno Lossin
2025-06-11rust: pin-init: rename `zeroed` to `init_zeroed`Benno Lossin
2025-06-11rust: vec: impl Default for Vec with any allocatorAlice Ryhl
2025-06-10rust: time: Fix compile error in impl_has_hr_timer macroFUJITA Tomonori
2025-06-10cpufreq: Convert `/// SAFETY` lines to `# Safety` sectionsViresh Kumar
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds