summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-06-29rust: revocable: document why &T is not used in RevocableGuardAlice Ryhl
2025-06-29rust: rbtree: add RBTree::is_emptyAlice Ryhl
2025-06-29rust: init: Fix generics in *_init! macrosJanne Grunau
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich
2025-06-28rust: devres: replace Devres::new_foreign_owned()Danilo Krummrich
2025-06-28rust: revocable: support fallible PinInit typesDanilo Krummrich
2025-06-28Merge tag 'pin-init-v6.17-result-blanket' of https://github.com/Rust-for-Linu...Danilo Krummrich
2025-06-28rust: implement `Wrapper<T>` for `Opaque<T>`Christian Schrefl
2025-06-28rust: devres: require T: Send for DevresDanilo Krummrich
2025-06-26rust: platform: Add ACPI match table support to `Driver` traitIgor Korotin
2025-06-26rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` traitIgor Korotin
2025-06-26rust: driver: Add ACPI id table support to Adapter traitIgor Korotin
2025-06-26rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`Igor Korotin
2025-06-26rust: acpi: add `acpi::DeviceId` abstractionIgor Korotin
2025-06-25rust: device: implement FwNode::is_of_node()Danilo Krummrich
2025-06-25rust: device: Add property_get_reference_argsRemo Senekowitsch
2025-06-25rust: device: Add child accessor and iteratorRemo Senekowitsch
2025-06-24rust: task: Add Rust version of might_sleep()FUJITA Tomonori
2025-06-24rust: Introduce file_from_location()Boqun Feng
2025-06-24rust: time: Remove Ktime in hrtimerFUJITA Tomonori
2025-06-24rust: time: Make HasHrTimer generic over HrTimerModeFUJITA Tomonori
2025-06-24rust: time: Add HrTimerExpires traitFUJITA Tomonori
2025-06-24rust: task: Mark Task methods inlinePanagiotis Foliadis
2025-06-24rust: sync: Mark PollCondVar::drop() inlineKunwu Chan
2025-06-24rust: sync: Mark CondVar::notify_*() inlineKunwu Chan
2025-06-24rust: time: Replace HrTimerMode enum with trait-based mode typesFUJITA Tomonori
2025-06-24rust: io: avoid mentioning private fields in `IoMem`Sai Vishnu M
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes
2025-06-24rust: list: replace unwrap() with ? in doctest examplesAlbin Babu Varghese
2025-06-24rust: kunit: use crate-level mapping for `c_void`Jesung Yang
2025-06-23rust: sizes: add constants up to SZ_2GAlexandre Courbot
2025-06-23rust: make ETIMEDOUT error availableAlexandre Courbot
2025-06-23Merge tag 'topic/dma-features-2025-06-23' of https://github.com/Rust-for-Linu...Danilo Krummrich
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