summaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorLines
2025-07-05rust: drm: remove unnecessary importsTamir Duberstein-1/+0
2025-07-05rust: drm: remove unnecessary importsTamir Duberstein-1/+0
2025-07-04rust: drm: device: drop_in_place() the drm::Device in release()Danilo Krummrich-1/+11
2025-07-03rust: sync: implement `Borrow` and `BorrowMut` for `Arc` typesAlexandre Courbot-1/+77
2025-07-03rust: acpi: remove unneeded cast to clean future Clippy warningMiguel Ojeda-1/+1
2025-07-01rust: dma: require mutable reference for as_slice_mut() and write()Danilo Krummrich-2/+2
2025-07-01rust: miscdevice: clarify invariant for `MiscDeviceRegistration`Shankari Anand-1/+7
2025-07-01rust: fix typo in #[repr(transparent)] commentsFUJITA Tomonori-5/+5
2025-07-01Cast to the proper typeTamir Duberstein-5/+5
2025-07-01Use unqualified references to ffi typesTamir Duberstein-16/+8
2025-06-30rust: time: Add wrapper for fsleep() functionFUJITA Tomonori-0/+50
2025-06-30rust: time: Seal the HrTimerMode traitFUJITA Tomonori-1/+20
2025-06-29rust: revocable: document why &T is not used in RevocableGuardAlice Ryhl-0/+4
2025-06-29rust: rbtree: add RBTree::is_emptyAlice Ryhl-0/+6
2025-06-29rust: init: Fix generics in *_init! macrosJanne Grunau-4/+4
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich-97/+136
2025-06-28rust: devres: replace Devres::new_foreign_owned()Danilo Krummrich-20/+78
2025-06-28rust: revocable: support fallible PinInit typesDanilo Krummrich-4/+4
2025-06-28Merge tag 'pin-init-v6.17-result-blanket' of https://github.com/Rust-for-Linu...Danilo Krummrich-5/+7
2025-06-28rust: implement `Wrapper<T>` for `Opaque<T>`Christian Schrefl-12/+16
2025-06-28rust: devres: require T: Send for DevresDanilo Krummrich-5/+5
2025-06-26rust: platform: Add ACPI match table support to `Driver` traitIgor Korotin-2/+21
2025-06-26rust: platform: Set `OF_ID_TABLE` default to `None` in `Driver` traitIgor Korotin-1/+1
2025-06-26rust: driver: Add ACPI id table support to Adapter traitIgor Korotin-2/+45
2025-06-26rust: driver: Consolidate `Adapter::of_id_info` methods using `#[cfg]`Igor Korotin-19/+21
2025-06-26rust: acpi: add `acpi::DeviceId` abstractionIgor Korotin-0/+66
2025-06-25rust: device: implement FwNode::is_of_node()Danilo Krummrich-0/+7
2025-06-25rust: device: Add property_get_reference_argsRemo Senekowitsch-0/+102
2025-06-25rust: device: Add child accessor and iteratorRemo Senekowitsch-0/+56
2025-06-24rust: task: Add Rust version of might_sleep()FUJITA Tomonori-0/+24
2025-06-24rust: Introduce file_from_location()Boqun Feng-0/+48
2025-06-24rust: time: Remove Ktime in hrtimerFUJITA Tomonori-16/+0
2025-06-24rust: time: Make HasHrTimer generic over HrTimerModeFUJITA Tomonori-21/+66
2025-06-24rust: time: Add HrTimerExpires traitFUJITA Tomonori-36/+97
2025-06-24rust: task: Mark Task methods inlinePanagiotis Foliadis-0/+9
2025-06-24rust: sync: Mark PollCondVar::drop() inlineKunwu Chan-0/+1
2025-06-24rust: sync: Mark CondVar::notify_*() inlineKunwu Chan-0/+3
2025-06-24rust: time: Replace HrTimerMode enum with trait-based mode typesFUJITA Tomonori-74/+90
2025-06-24rust: io: avoid mentioning private fields in `IoMem`Sai Vishnu M-1/+1
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar-28/+28
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes-1/+1
2025-06-24rust: list: replace unwrap() with ? in doctest examplesAlbin Babu Varghese-19/+19
2025-06-24rust: kunit: use crate-level mapping for `c_void`Jesung Yang-1/+1
2025-06-23rust: sizes: add constants up to SZ_2GAlexandre Courbot-0/+24
2025-06-23rust: make ETIMEDOUT error availableAlexandre Courbot-0/+1
2025-06-23Merge tag 'topic/dma-features-2025-06-23' of https://github.com/Rust-for-Linu...Danilo Krummrich-34/+165
2025-06-23Merge tag 'topic/dma-features-2025-06-23' into alloc-nextDanilo Krummrich-34/+165
2025-06-23rust: dma: add dma_handle_with_offset method to CoherentAllocationAlexandre Courbot-0/+14
2025-06-23rust: dma: expose the count and size of CoherentAllocationAlexandre Courbot-6/+26
2025-06-23rust: dma: fix doc-comment of dma_handle()Alexandre Courbot-1/+1