aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/devres.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-02rust: devres: fix private intra-doc linkMiguel Ojeda1-1/+1
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-4/+2
2025-09-17Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...Dave Airlie1-4/+2
2025-09-11rust: pin-init: add references to previously initialized fieldsBenno Lossin1-4/+2
2025-08-25Merge 6.17-rc3 into driver-core-nextGreg Kroah-Hartman1-9/+18
2025-08-15rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand1-2/+2
2025-08-14rust: devres: fix leaking call to devm_add_action()Danilo Krummrich1-9/+18
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-5/+5
2025-07-15rust: devres: provide an accessor for the deviceDanilo Krummrich1-0/+5
2025-07-15rust: devres: initialize Devres::inner::data lastDanilo Krummrich1-8/+8
2025-07-05rust: devres: remove unused importTamir Duberstein1-1/+1
2025-06-28rust: devres: get rid of Devres' inner ArcDanilo Krummrich1-87/+126
2025-06-28rust: devres: replace Devres::new_foreign_owned()Danilo Krummrich1-10/+63
2025-06-28rust: revocable: support fallible PinInit typesDanilo Krummrich1-1/+1
2025-06-28rust: devres: require T: Send for DevresDanilo Krummrich1-5/+5
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar1-2/+2
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein1-6/+7
2025-06-22rust: enable `clippy::as_ptr_cast_mut` lintTamir Duberstein1-1/+1
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-1/+1
2025-06-13rust: devres: do not dereference to the internal RevocableDanilo Krummrich1-11/+16
2025-06-13rust: devres: fix race in Devres::drop()Danilo Krummrich1-8/+29
2025-05-12rust: devres: fix doctest build under `!CONFIG_PCI`Miguel Ojeda1-0/+1
2025-05-04rust: devres: implement Devres::access()Danilo Krummrich1-0/+38
2025-04-17rust: devres: require a bound deviceDanilo Krummrich1-10/+7
2025-02-25rust: io: fix devres test with new io accessor functionsFiona Behrens1-1/+1
2025-01-10rust: devres: remove action in `Devres::drop`Danilo Krummrich1-12/+35
2024-12-20rust: add devres abstractionDanilo Krummrich1-0/+178