summaryrefslogtreecommitdiff
path: root/rust/kernel/sync.rs
AgeCommit message (Expand)Author
2025-03-08rust: lockdep: Remove support for dynamically allocated LockClassKeysMitchell Levy
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-12-20rust: add rcu abstractionWedson Almeida Filho
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-11-10rust: sync: add global lock supportAlice Ryhl
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl
2024-05-05rust: sync: implement `Default` for `LockClassKey`Miguel Ojeda
2024-02-18rust: kernel: add reexports for macrosAlice Ryhl
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho
2023-04-22rust: sync: introduce `LockedBy`Wedson Almeida Filho
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho
2023-04-22rust: sync: introduce `Lock` and `Guard`Wedson Almeida Filho
2023-04-21rust: sync: introduce `LockClassKey`Wedson Almeida Filho
2023-01-16rust: sync: introduce `UniqueArc`Wedson Almeida Filho
2023-01-16rust: sync: introduce `ArcBorrow`Wedson Almeida Filho
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho