summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-01-17rust: pin-init: internal: init: add escape hatch for referencing initialized ...Benno Lossin
2026-01-17rust: pin-init: internal: init: add support for attributes on initializer fieldsBenno Lossin
2026-01-17rust: init: use `#[default_error(err)]` for the initializer macrosBenno Lossin
2026-01-17rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macrosBenno Lossin
2026-01-17rust: pin-init: rewrite the initializer macros using `syn`Benno Lossin
2026-01-17rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macroBenno Lossin
2026-01-17rust: pin-init: rewrite `#[pin_data]` using `syn`Benno Lossin
2026-01-17rust: pin-init: rewrite the `#[pinned_drop]` attribute macro using `syn`Benno Lossin
2026-01-17rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using ...Benno Lossin
2026-01-17rust: pin-init: internal: add utility API for syn error handlingBenno Lossin
2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin
2026-01-17rust: pin-init: allow the crate to refer to itself as `pin-init` in doc testsBenno Lossin
2026-01-17rust: pin-init: remove `try_` versions of the initializer macrosBenno Lossin
2026-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-16rust: driver: drop device private data post unbindDanilo Krummrich
2026-01-16rust: driver: add DriverData type to the DriverLayout traitDanilo Krummrich
2026-01-16rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout traitDanilo Krummrich
2026-01-16rust: driver: introduce a DriverLayout traitDanilo Krummrich
2026-01-15rust: xarray: add __rust_helper to helpersAlice Ryhl
2026-01-15rust: configfs: replace `kernel::c_str!` with C-StringsTamir Duberstein
2026-01-15rust: auxiliary: add Driver::unbind() callbackDanilo Krummrich
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-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