summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-01-15rust: i2c: do not drop device private data on shutdown()Danilo Krummrich
2026-01-14rust: irq: always inline functions using build_assert with argumentsAlexandre Courbot
2026-01-14rust: io: always inline functions using build_assert with argumentsAlexandre Courbot
2026-01-14rust: macros: ignore example with module parametersFUJITA Tomonori
2026-01-13rust: bitops: fix missing _find_* functions on 32-bit ARMAlice Ryhl
2026-01-13regulator: Add TPS65185Mark Brown
2026-01-13rust: platform: fix remove_callback invariant commentAlok Tiwari
2026-01-13rust: auxiliary: fix remove_callback invariant commentAlok Tiwari
2026-01-12Merge tag 'v6.19-rc5' into driver-core-nextDanilo Krummrich
2026-01-12regulator: core: allow regulator_register() withMark Brown
2026-01-12Merge 6.19-rc5 into char-misc-nextGreg Kroah-Hartman
2026-01-10Merge tag 'driver-core-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-01-10rust: sync: Inline various lock related methodsAlice Ryhl
2026-01-09rust: helpers: Move #define __rust_helper out of atomic.cAlice Ryhl
2026-01-09rust: wait: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: time: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: task: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: sync: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: refcount: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: rcu: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: processor: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: cpu: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: completion: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: blk: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: barrier: Add __rust_helper to helpersAlice Ryhl
2026-01-09rust: list: Switch to kernel::sync atomic primitivesFUJITA Tomonori
2026-01-09rust: sync: atomic: Add atomic bool testsFUJITA Tomonori
2026-01-09rust: sync: atomic: Add atomic bool support via i8 representationFUJITA Tomonori
2026-01-09rust: sync: atomic: Add i8/i16 xchg and cmpxchg supportFUJITA Tomonori
2026-01-09rust: sync: atomic: Add store_release/load_acquire testsFUJITA Tomonori
2026-01-09rust: sync: atomic: Add i8/i16 load and store supportFUJITA Tomonori
2026-01-09rust: sync: atomic: Prepare AtomicOps macros for i8/i16 supportFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic try_cmpxchg helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic xchg_relaxed helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic xchg_release helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic xchg_acquire helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic xchg helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 relaxed atomic helpersFUJITA Tomonori
2026-01-09rust: helpers: Add i8/i16 atomic_read_acquire/atomic_set_release helpersFUJITA Tomonori
2026-01-09rust: sync: Implement Unpin for ARefAlice Ryhl
2026-01-09rust: sync: set_once: Implement Send and SyncFUJITA Tomonori
2026-01-09rust: sync: Clean up LockClassKey and its docsAlice Ryhl
2026-01-09rust: sync: Refactor static_lock_class!() macroAlice Ryhl
2026-01-07rust: faux: use "kernel vertical" style for importsDanilo Krummrich
2026-01-07rust: driver-core: use "kernel vertical" style for importsDanilo Krummrich
2026-01-07rust: platform: use "kernel vertical" style for importsDanilo Krummrich
2026-01-07rust: auxiliary: use "kernel vertical" style for importsDanilo Krummrich