summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang
2026-01-23rust/drm: Fix Registration::{new,new_foreign_owned}() docsLyude Paul
2026-01-23rust: devres: style for importsZhi Wang
2026-01-23rust: proc-macro2: rebuild if the version text changesMiguel Ojeda
2026-01-22rust: iommu: fix `srctree` link warningMiguel Ojeda
2026-01-22rust: iommu: fix Rust formattingMiguel Ojeda
2026-01-21rust: block: mq: use pin_init::zeroed() for tag_setKe Sun
2026-01-21rust: block: mq: use pin_init::zeroed() for queue_limitsKe Sun
2026-01-20net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore
2026-01-20rust: pwm: Add __rust_helper to helpersAlice Ryhl
2026-01-20rust: pwm: Simplify to_result call sites and unsafe blocksKari Argillander
2026-01-20rust: pwm: Fix potential memory leak on init errorKari Argillander
2026-01-20rust: pwm: Add UnregisteredChip wrapper around ChipMarkus Probst
2026-01-20rust: pwm: Update ARef and AlwaysRefCounted imports to use sync::arefShankari Anand
2026-01-19rust: debugfs: Use kernel Atomic type in docs exampleFUJITA Tomonori
2026-01-19rust: iommu: add io_pgtable abstractionAsahi Lina
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman
2026-01-19rust: rbtree: reduce unsafe blocks on pointer derefsOnur Özkan
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein
2026-01-19rust: i2c: replace `kernel::c_str!` with C-StringsTamir Duberstein
2026-01-19rust: ptr: replace unneeded use of `build_assert`Alexandre Courbot
2026-01-19rust: build_assert: add instructions for use with function argumentsAlexandre Courbot
2026-01-18rust: num: bounded: add missing comment for always inlined functionAlexandre Courbot
2026-01-18rust: sync: refcount: always inline functions using build_assert with argumentsAlexandre Courbot
2026-01-18rust: bits: always inline functions using build_assert with argumentsAlexandre Courbot
2026-01-17rust: pin-init: Implement `InPlaceWrite<T>` for `&'static mut MaybeUninit<T>`Oleksandr Babak
2026-01-17rust: pin-init: internal: init: simplify Zeroable safety checkBenno Lossin
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-16rust: redefine `bindings::compat_ptr_ioctl` in RustAlice Ryhl
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