aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/sync/lock/global.rs
AgeCommit message (Expand)AuthorFilesLines
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-1/+1
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein1-1/+1
2025-10-21rust: lock: guard: Add T: Unpin bound to DerefMutDaniel Almeida1-1/+4
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy1-2/+3
2024-11-10rust: sync: add global lock supportAlice Ryhl1-0/+301