aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/sync.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2024-12-20rust: add rcu abstractionWedson Almeida Filho1-0/+1
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul1-1/+1
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul1-1/+1
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+1
2024-11-10rust: sync: add global lock supportAlice Ryhl1-0/+1
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl1-0/+1
2024-05-05rust: sync: implement `Default` for `LockClassKey`Miguel Ojeda1-0/+6
2024-02-18rust: kernel: add reexports for macrosAlice Ryhl1-2/+3
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl1-1/+1
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho1-0/+2
2023-04-22rust: sync: introduce `LockedBy`Wedson Almeida Filho1-0/+2
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho1-1/+1
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho1-0/+1
2023-04-22rust: sync: introduce `Lock` and `Guard`Wedson Almeida Filho1-1/+1
2023-04-21rust: sync: introduce `LockClassKey`Wedson Almeida Filho1-0/+45
2023-01-16rust: sync: introduce `UniqueArc`Wedson Almeida Filho1-1/+1
2023-01-16rust: sync: introduce `ArcBorrow`Wedson Almeida Filho1-1/+1
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho1-0/+10