summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2026-01-25rust: debugfs: use pin_init::zeroed() for file_operationsKe Sun1-12/+6
2026-01-24Merge tag 'driver-core-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-74/+198
2026-01-24rust: pci: remove redundant `.as_ref()` for `dev_*` printGary Guo2-2/+2
2026-01-24rust: device: support `dev_printk` on all devicesGary Guo1-1/+8
2026-01-23rust: pci: add config space read/write supportZhi Wang3-4/+204
2026-01-23rust: io: factor out MMIO read/write macrosZhi Wang1-45/+102
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang5-93/+370
2026-01-23rust/drm: Fix Registration::{new,new_foreign_owned}() docsLyude Paul1-3/+3
2026-01-23rust: devres: style for importsZhi Wang1-3/+13
2026-01-23rust: proc-macro2: rebuild if the version text changesMiguel Ojeda1-0/+4
2026-01-22rust: iommu: fix `srctree` link warningMiguel Ojeda1-1/+1
2026-01-22rust: iommu: fix Rust formattingMiguel Ojeda1-1/+1
2026-01-21rust: block: mq: use pin_init::zeroed() for tag_setKe Sun1-3/+1
2026-01-21rust: block: mq: use pin_init::zeroed() for queue_limitsKe Sun1-2/+1
2026-01-21net: remove HIPPI support and RoadRunner HIPPI driverEthan Nelson-Moore1-1/+0
2026-01-20rust: pwm: Add __rust_helper to helpersAlice Ryhl1-3/+3
2026-01-20rust: pwm: Simplify to_result call sites and unsafe blocksKari Argillander1-33/+14
2026-01-20rust: pwm: Fix potential memory leak on init errorKari Argillander1-1/+5
2026-01-20rust: pwm: Add UnregisteredChip wrapper around ChipMarkus Probst1-24/+44
2026-01-20rust: pwm: Update ARef and AlwaysRefCounted imports to use sync::arefShankari Anand1-1/+2
2026-01-19rust: debugfs: Use kernel Atomic type in docs exampleFUJITA Tomonori1-6/+11
2026-01-19rust: iommu: add io_pgtable abstractionAsahi Lina4-1/+287
2026-01-19Merge 6.19-rc6 usb-nextGreg Kroah-Hartman7-16/+69
2026-01-19rust: rbtree: reduce unsafe blocks on pointer derefsOnur Özkan1-12/+15
2026-01-19rust: kunit: replace `kernel::c_str!` with C-StringsTamir Duberstein2-12/+9
2026-01-19rust: i2c: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+4
2026-01-19rust: ptr: replace unneeded use of `build_assert`Alexandre Courbot1-6/+6
2026-01-19rust: build_assert: add instructions for use with function argumentsAlexandre Courbot1-1/+6
2026-01-18rust: num: bounded: add missing comment for always inlined functionAlexandre Courbot1-0/+1
2026-01-18rust: sync: refcount: always inline functions using build_assert with argumentsAlexandre Courbot1-1/+2
2026-01-18rust: bits: always inline functions using build_assert with argumentsAlexandre Courbot1-2/+4
2026-01-17rust: pin-init: Implement `InPlaceWrite<T>` for `&'static mut MaybeUninit<T>`Oleksandr Babak1-0/+27
2026-01-17rust: pin-init: internal: init: simplify Zeroable safety checkBenno Lossin1-6/+1
2026-01-17rust: pin-init: internal: init: add escape hatch for referencing initialized ...Benno Lossin1-23/+52
2026-01-17rust: pin-init: internal: init: add support for attributes on initializer fieldsBenno Lossin1-14/+55
2026-01-17rust: init: use `#[default_error(err)]` for the initializer macrosBenno Lossin1-28/+12
2026-01-17rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macrosBenno Lossin1-3/+41
2026-01-17rust: pin-init: rewrite the initializer macros using `syn`Benno Lossin4-1005/+460
2026-01-17rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macroBenno Lossin1-2/+2
2026-01-17rust: pin-init: rewrite `#[pin_data]` using `syn`Benno Lossin4-838/+503
2026-01-17rust: pin-init: rewrite the `#[pinned_drop]` attribute macro using `syn`Benno Lossin3-66/+52
2026-01-17rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using ...Benno Lossin4-216/+74
2026-01-17rust: pin-init: internal: add utility API for syn error handlingBenno Lossin2-0/+33
2026-01-17rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` w...Benno Lossin6-49/+24
2026-01-17rust: pin-init: allow the crate to refer to itself as `pin-init` in doc testsBenno Lossin1-0/+5
2026-01-17rust: pin-init: remove `try_` versions of the initializer macrosBenno Lossin5-122/+35
2026-01-16Merge tag 'v6.19-rc5' into drm-rust-nextDanilo Krummrich7-16/+48
2026-01-16rust: redefine `bindings::compat_ptr_ioctl` in RustAlice Ryhl2-1/+14
2026-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-15/+59
2026-01-16rust: driver: drop device private data post unbindDanilo Krummrich7-20/+56