aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
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/ojeda/linuxLinus 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
2025-06-12rust: cpu: Add CpuId::current() to retrieve current CPU IDViresh Kumar3-0/+20
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar3-25/+57
2025-06-12rust: cpu: Introduce CpuId abstractionViresh Kumar1-0/+110
2025-06-11rust: pin-init: examples, tests: use `ignore` instead of conditionally compiling testsBenno Lossin1-1/+2
2025-06-11rust: init: remove doctest's `Error::from_errno` workaroundMiguel Ojeda1-8/+0
2025-06-11rust: init: re-enable doctestsMiguel Ojeda1-6/+6
2025-06-11rust: pin-init: implement `ZeroableOption` for function pointers with up to 20 argumentsBenno Lossin1-0/+16
2025-06-11rust: pin-init: change blanket impls for `[Pin]Init` and add one for `Result<T, E>`Benno Lossin2-9/+33
2025-06-11rust: pin-init: change `impl Zeroable for Option<NonNull<T>>` to `ZeroableOption for NonNull<T>`Benno Lossin1-1/+3
2025-06-11rust: pin-init: improve safety documentation for `impl<T> [Pin]Init<T> for T`Benno Lossin1-5/+7
2025-06-11rust: pin-init: implement `ZeroableOption` for `&T` and `&mut T`Benno Lossin1-0/+7
2025-06-11rust: pin-init: add `zeroed()` & `Zeroable::zeroed()` functionsBenno Lossin1-0/+52
2025-06-11rust: pin-init: add `Zeroable::init_zeroed`Benno Lossin1-1/+12
2025-06-11rust: pin-init: rename `zeroed` to `init_zeroed`Benno Lossin6-30/+30
2025-06-11rust: pin-init: feature-gate the `stack_init_reuse` test on the `std` featureBenno Lossin1-0/+1
2025-06-11rust: pin-init: examples: pthread_mutex: disable the main test for miriBenno Lossin1-1/+1
2025-06-11rust: pin-init: examples, tests: add conditional compilation in order to compile under any feature combinationBenno Lossin5-90/+121
2025-06-11rust: vec: impl Default for Vec with any allocatorAlice Ryhl1-1/+1
2025-06-10rust: time: Fix compile error in impl_has_hr_timer macroFUJITA Tomonori1-1/+1
2025-06-10cpufreq: Convert `/// SAFETY` lines to `# Safety` sectionsViresh Kumar1-37/+109
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds57-357/+1767
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-52/+73
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+6
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl1-0/+1
2025-05-31mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl2-52/+72
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-118/+1041
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki12-8/+3287
2025-05-30rust: file: improve safety commentsPekka Ristola1-4/+5
2025-05-30rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola1-0/+1
2025-05-29rust: list: Fix typo `much` in arc.rsSylvan Smit1-1/+1
2025-05-29rust: check type of `$ptr` in `container_of!`Tamir Duberstein1-3/+10
2025-05-29rust: workqueue: remove HasWork::OFFSETTamir Duberstein1-33/+17