aboutsummaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-06-24rust: task: Mark Task methods inlinePanagiotis Foliadis1-0/+9
2025-06-24rust: sync: Mark PollCondVar::drop() inlineKunwu Chan1-0/+1
2025-06-24rust: sync: Mark CondVar::notify_*() inlineKunwu Chan1-0/+3
2025-06-24rust: time: Replace HrTimerMode enum with trait-based mode typesFUJITA Tomonori1-74/+90
2025-06-24rust: io: avoid mentioning private fields in `IoMem`Sai Vishnu M1-1/+1
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar13-29/+29
2025-06-24rust: macros: remove `module!`'s deprecated `author` keyGuilherme Giacomo Simoes2-7/+1
2025-06-24rust: list: replace unwrap() with ? in doctest examplesAlbin Babu Varghese1-19/+19
2025-06-24rust: kunit: use crate-level mapping for `c_void`Jesung Yang1-1/+1
2025-06-23rust: sizes: add constants up to SZ_2GAlexandre Courbot1-0/+24
2025-06-23rust: make ETIMEDOUT error availableAlexandre Courbot1-0/+1
2025-06-23Merge tag 'topic/dma-features-2025-06-23' of https://github.com/Rust-for-Linu...Danilo Krummrich1-34/+165
2025-06-23Merge tag 'topic/dma-features-2025-06-23' into alloc-nextDanilo Krummrich1-34/+165
2025-06-23rust: dma: add dma_handle_with_offset method to CoherentAllocationAlexandre Courbot1-0/+14
2025-06-23rust: dma: expose the count and size of CoherentAllocationAlexandre Courbot1-6/+26
2025-06-23rust: dma: fix doc-comment of dma_handle()Alexandre Courbot1-1/+1
2025-06-23rust: dma: add as_slice/write functions for CoherentAllocationAbdiel Janulgue1-0/+87
2025-06-23rust: dma: convert the read/write macros to return ResultAbdiel Janulgue1-23/+33
2025-06-23rust: dma: clarify wording and be consistent in `coherent` nomenclatureAbdiel Janulgue1-5/+5
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman12-84/+478
2025-06-23rust: opp: use c_* types via kernel preludeAbhinav Ananthu1-4/+4
2025-06-23rust: cpufreq: use c_ types from kernel preludeAbhinav Ananthu1-23/+15
2025-06-22rust: enable `clippy::ref_as_ptr` lintTamir Duberstein7-20/+14
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein3-2/+4
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein14-59/+68
2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein1-1/+1
2025-06-22rust: enable `clippy::ptr_cast_constness` lintTamir Duberstein2-4/+4
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein24-32/+40
2025-06-19rust: replace literals with constants in `clk::Hertz`Onur Özkan1-6/+10
2025-06-19rust: shorten `con_id`s in `get` methods in clk moduleOnur Özkan1-10/+2
2025-06-19rust: make `clk::Hertz` methods constOnur Özkan1-7/+7
2025-06-19rust: cpufreq: Ensure C ABI compatibility in all unsafeAbhinav Ananthu1-13/+13
2025-06-18Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-21/+181
2025-06-18rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`Alexandre Courbot1-0/+57
2025-06-18rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`Alexandre Courbot1-0/+53
2025-06-16rust: time: Add ktime_get() to ClockSource traitFUJITA Tomonori2-4/+44
2025-06-16rust: time: Make Instant generic over ClockSourceFUJITA Tomonori1-5/+17
2025-06-16rust: time: Replace ClockId enum with ClockSource traitFUJITA Tomonori2-69/+84
2025-06-16rust: time: Avoid 64-bit integer division on 32-bit architecturesFUJITA Tomonori3-4/+36
2025-06-14Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-06-13rust: devres: do not dereference to the internal RevocableDanilo Krummrich1-11/+16
2025-06-13rust: devres: fix race in Devres::drop()Danilo Krummrich1-8/+29
2025-06-13rust: revocable: indicate whether `data` has been revoked alreadyDanilo Krummrich1-4/+14
2025-06-13rust: completion: implement initial abstractionDanilo Krummrich5-0/+124
2025-06-13rust: device: Implement accessors for firmware propertiesRemo Senekowitsch1-2/+252
2025-06-13rust: device: Introduce PropertyGuardRemo Senekowitsch1-0/+60
2025-06-13rust: device: Enable printing fwnode name and pathRemo Senekowitsch1-1/+76
2025-06-13rust: device: Move property_present() to FwNodeRemo Senekowitsch2-7/+7
2025-06-13rust: device: Enable accessing the FwNode of a DeviceRemo Senekowitsch1-0/+15
2025-06-12rust: device: Create FwNode abstraction for accessing device propertiesRemo Senekowitsch4-0/+85