summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-07-17rust: time: Pass correct timer mode ID to hrtimer_start_range_nsLyude Paul
2025-07-16Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...Miguel Ojeda
2025-07-15Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-07-15workqueue: rust: add delayed work itemsAlice Ryhl
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl
2025-07-15rust: types: add Opaque::cast_fromAlice Ryhl
2025-07-14rust: types: require `ForeignOwnable::into_foreign` return non-nullAndreas Hindborg
2025-07-14rust: types: add FOREIGN_ALIGN to ForeignOwnableAndreas Hindborg
2025-07-14rust: rbtree: simplify finding `current` in `remove_current`Onur Özkan
2025-07-14rust: uaccess: use newtype for user pointersAlice Ryhl
2025-07-14rust: uaccess: add UserSliceReader::strcpy_into_bufAlice Ryhl
2025-07-14rust: uaccess: add strncpy_from_userAlice Ryhl
2025-07-13Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into ru...Miguel Ojeda
2025-07-03rust: sync: implement `Borrow` and `BorrowMut` for `Arc` typesAlexandre Courbot
2025-07-01rust: dma: require mutable reference for as_slice_mut() and write()Danilo Krummrich
2025-06-30rust: time: Add wrapper for fsleep() functionFUJITA Tomonori
2025-06-30rust: time: Seal the HrTimerMode traitFUJITA Tomonori
2025-06-29rust: revocable: document why &T is not used in RevocableGuardAlice Ryhl
2025-06-29rust: rbtree: add RBTree::is_emptyAlice Ryhl
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: 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-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-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-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