summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2026-01-16rust: driver: add DriverData type to the DriverLayout traitDanilo Krummrich6-0/+14
2026-01-16rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout traitDanilo Krummrich6-1/+22
2026-01-16rust: driver: introduce a DriverLayout traitDanilo Krummrich6-50/+80
2026-01-15rust: xarray: add __rust_helper to helpersAlice Ryhl1-5/+5
2026-01-15rust: configfs: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+5
2026-01-15rust: auxiliary: add Driver::unbind() callbackDanilo Krummrich1-1/+17
2026-01-15rust: i2c: do not drop device private data on shutdown()Danilo Krummrich1-2/+2
2026-01-14rust: irq: always inline functions using build_assert with argumentsAlexandre Courbot1-0/+2
2026-01-14rust: io: always inline functions using build_assert with argumentsAlexandre Courbot2-3/+8
2026-01-14rust: macros: ignore example with module parametersFUJITA Tomonori1-1/+1
2026-01-14rust: bitops: fix missing _find_* functions on 32-bit ARMAlice Ryhl1-0/+42
2026-01-13regulator: Add TPS65185Mark Brown5-15/+17
2026-01-13rust: platform: fix remove_callback invariant commentAlok Tiwari1-1/+1
2026-01-13rust: auxiliary: fix remove_callback invariant commentAlok Tiwari1-1/+1
2026-01-12Merge tag 'v6.19-rc5' into driver-core-nextDanilo Krummrich6-17/+27
2026-01-12regulator: core: allow regulator_register() withMark Brown2-1/+31
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman7-16/+48
2026-01-11Merge tag 'driver-core-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-15/+17
2026-01-10rust: sync: Inline various lock related methodsAlice Ryhl4-0/+19
2026-01-09rust: helpers: Move #define __rust_helper out of atomic.cAlice Ryhl2-6/+3
2026-01-09rust: wait: Add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-09rust: time: Add __rust_helper to helpersAlice Ryhl1-7/+7
2026-01-09rust: task: Add __rust_helper to helpersAlice Ryhl2-13/+13
2026-01-09rust: sync: Add __rust_helper to helpersAlice Ryhl3-14/+16
2026-01-09rust: refcount: Add __rust_helper to helpersAlice Ryhl1-5/+5
2026-01-09rust: rcu: Add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-09rust: processor: Add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-09rust: cpu: Add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-09rust: completion: Add __rust_helper to helpersAlice Ryhl1-1/+1
2026-01-09rust: blk: Add __rust_helper to helpersAlice Ryhl1-2/+2
2026-01-09rust: barrier: Add __rust_helper to helpersAlice Ryhl1-3/+3
2026-01-09rust: list: Switch to kernel::sync atomic primitivesFUJITA Tomonori1-8/+6
2026-01-09rust: sync: atomic: Add atomic bool testsFUJITA Tomonori1-0/+16
2026-01-09rust: sync: atomic: Add atomic bool support via i8 representationFUJITA Tomonori1-0/+11
2026-01-09rust: sync: atomic: Add i8/i16 xchg and cmpxchg supportFUJITA Tomonori2-3/+9
2026-01-09rust: sync: atomic: Add store_release/load_acquire testsFUJITA Tomonori1-0/+10
2026-01-09rust: sync: atomic: Add i8/i16 load and store supportFUJITA Tomonori2-7/+32
2026-01-09rust: sync: atomic: Prepare AtomicOps macros for i8/i16 supportFUJITA Tomonori1-19/+66
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg helpersFUJITA Tomonori1-0/+17
2026-01-09rust: helpers: Add i8/i16 atomic xchg_relaxed helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg_release helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg_acquire helpersFUJITA Tomonori1-0/+10
2026-01-09rust: helpers: Add i8/i16 atomic xchg helpersFUJITA Tomonori1-0/+18
2026-01-09rust: helpers: Add i8/i16 relaxed atomic helpersFUJITA Tomonori1-0/+21
2026-01-09rust: helpers: Add i8/i16 atomic_read_acquire/atomic_set_release helpersFUJITA Tomonori2-0/+24
2026-01-09rust: sync: Implement Unpin for ARefAlice Ryhl1-0/+3
2026-01-09rust: sync: set_once: Implement Send and SyncFUJITA Tomonori1-0/+8