summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
7 daysrust_binder: introduce TransactionInfoAlice Ryhl1-0/+3
7 daysrust: block: fix GenDisk cleanup pathsHaoze Xie1-1/+19
7 daysrust: cpufreq: clean new `clippy::map_or_identity` lint for Rust 1.98.0Miguel Ojeda1-1/+1
7 daysrust: str: clean unused import for Rust >= 1.98Miguel Ojeda1-1/+0
7 daysrust: str: use the "kernel vertical" imports styleMiguel Ojeda1-5/+20
2026-05-23rust: sync: atomic: Remove bound `T: Sync` for `Atomic::from_ptr()`Boqun Feng1-4/+1
2026-05-23cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak1-7/+6
2026-05-14rust: pin-init: fix incorrect accessor reference lifetimeGary Guo2-46/+73
2026-05-14rust: drm: gem: clean up GEM state in init failure caseEliot Courtney1-2/+11
2026-05-07rust: dma: remove DMA_ATTR_NO_KERNEL_MAPPING from public attrsDanilo Krummrich1-3/+0
2026-04-02rust: pin-init: internal: init: document load-bearing fact of field accessorsBenno Lossin1-0/+16
2026-04-02rust: regulator: do not assume that regulator_get() returns non-nullAlice Ryhl1-15/+18
2026-03-19rust: str: make NullTerminatedFormatter publicAlexandre Courbot1-2/+2
2026-03-12rust: kunit: fix warning when !CONFIG_PRINTKAlexandre Courbot1-0/+8
2026-03-04rust: list: Add unsafe blocks for container_of and safety commentsPhilipp Stanner1-9/+16
2026-03-04rust: pin-init: replace clippy `expect` with `allow`Benno Lossin1-2/+2
2026-03-04rust: irq: add `'static` bounds to irq callbacksBenno Lossin1-3/+9
2026-03-04rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0Miguel Ojeda1-0/+3
2026-03-04rust/drm: Fix Registration::{new,new_foreign_owned}() docsLyude Paul1-3/+3
2026-03-04rust: cpufreq: always inline functions using build_assert with argumentsAlexandre Courbot1-0/+2
2026-02-27rust: task: restrict Task::group_leader() to currentAlice Ryhl1-12/+12
2026-02-19rust: driver: fix broken intra-doc links to example driver typesAlice Ryhl1-4/+8
2026-02-19rust: dma: fix broken intra-doc linksFUJITA Tomonori1-2/+3
2026-02-19rust: device: fix broken intra-doc linksFUJITA Tomonori1-3/+3
2026-02-06rust: sync: refcount: always inline functions using build_assert with argumentsAlexandre Courbot1-1/+2
2026-02-06rust: sync: atomic: Provide stub for `rusttest` 32-bit hostsMiguel Ojeda1-0/+11
2026-02-06rust: bits: always inline functions using build_assert with argumentsAlexandre Courbot1-2/+4
2026-02-06rust: rbtree: fix documentation typo in CursorMut peek_next methodHang Shu1-1/+1
2026-01-30rust: irq: always inline functions using build_assert with argumentsAlexandre Courbot1-0/+2
2026-01-30rust: io: always inline functions using build_assert with argumentsAlexandre Courbot2-3/+8
2026-01-23rust: bitops: fix missing _find_* functions on 32-bit ARMAlice Ryhl1-0/+42
2026-01-08rust: maple_tree: rcu_read_lock() in destructor to silence lockdepAlice Ryhl1-1/+10
2026-01-02rust: io: add typedef for phys_addr_tAlice Ryhl3-9/+38
2026-01-02rust: io: move ResourceSize to top-level io moduleAlice Ryhl2-5/+7
2026-01-02rust: io: define ResourceSize as resource_size_tAlice Ryhl1-1/+1
2026-01-02rust: dma: add helpers for architectures without CONFIG_HAS_DMAFUJITA Tomonori1-0/+21
2026-01-02rust/drm/gem: Fix missing header in `Object` rustdocLyude Paul1-1/+1
2025-11-10rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flagsXi Ruoyao1-1/+1
2025-11-04rust: kbuild: workaround `rustdoc` doctests modifier bugMiguel Ojeda1-1/+4
2025-11-04rust: kbuild: treat `build_error` and `rustdoc` as kernel objectsMiguel Ojeda1-0/+10
2025-11-03rust: condvar: fix broken intra-doc linkMiguel Ojeda1-1/+1
2025-11-03rust: devres: fix private intra-doc linkMiguel Ojeda1-1/+1
2025-10-25Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+3
2025-10-18rust: device: fix device context of Device::parent()Danilo Krummrich2-9/+3
2025-10-17rust: bitmap: fix formattingMiguel Ojeda1-2/+6
2025-10-17rust: cpufreq: fix formattingMiguel Ojeda1-2/+1
2025-10-17rust: alloc: employ a trailing comment to keep vertical layoutMiguel Ojeda1-1/+1
2025-10-16Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-10-15rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warningMiguel Ojeda1-0/+2
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1