summaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync/lock/global.rs
AgeCommit message (Expand)AuthorLines
2026-01-10rust: sync: Inline various lock related methodsAlice Ryhl-0/+2
2025-12-03Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-1/+1
2025-10-22rust: replace `CStr` with `core::ffi::CStr`Tamir Duberstein-1/+1
2025-10-21rust: lock: guard: Add T: Unpin bound to DerefMutDaniel Almeida-1/+4
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy-2/+3
2024-11-10rust: sync: add global lock supportAlice Ryhl-0/+301