summaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync.rs
AgeCommit message (Expand)AuthorLines
2025-09-15rust: implement `kernel::sync::Refcount`Gary Guo-0/+2
2025-09-15rust: sync: Add memory barriersBoqun Feng-0/+1
2025-09-15rust: sync: Add basic atomic operation mapping frameworkBoqun Feng-0/+1
2025-07-22rust: kernel: move ARef and AlwaysRefCounted to sync::arefShankari Anand-0/+1
2025-07-22rust: sync: fix safety comment for `static_lock_class`Benno Lossin-2/+5
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar-1/+1
2025-06-13rust: completion: implement initial abstractionDanilo Krummrich-0/+2
2025-03-30Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-2/+3
2025-03-08rust: lockdep: Use Pin for all LockClassKey usagesMitchell Levy-3/+54
2025-03-08rust: lockdep: Remove support for dynamically allocated LockClassKeysMitchell Levy-12/+4
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2024-12-20rust: add rcu abstractionWedson Almeida Filho-0/+1
2024-12-19rust: sync: Add SpinLockGuard type aliasLyude Paul-1/+1
2024-12-19rust: sync: Add MutexGuard type aliasLyude Paul-1/+1
2024-11-26Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-0/+1
2024-11-10rust: sync: add global lock supportAlice Ryhl-0/+1
2024-09-30rust: file: add abstraction for `poll_table`Alice Ryhl-0/+1
2024-05-05rust: sync: implement `Default` for `LockClassKey`Miguel Ojeda-0/+6
2024-02-18rust: kernel: add reexports for macrosAlice Ryhl-2/+3
2024-01-28rust: sync: add `CondVar::wait_timeout`Alice Ryhl-1/+1
2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho-0/+2
2023-04-22rust: sync: introduce `LockedBy`Wedson Almeida Filho-0/+2
2023-04-22rust: lock: introduce `SpinLock`Wedson Almeida Filho-1/+1
2023-04-22rust: lock: introduce `Mutex`Wedson Almeida Filho-0/+1
2023-04-22rust: sync: introduce `Lock` and `Guard`Wedson Almeida Filho-1/+1
2023-04-21rust: sync: introduce `LockClassKey`Wedson Almeida Filho-0/+45
2023-01-16rust: sync: introduce `UniqueArc`Wedson Almeida Filho-1/+1
2023-01-16rust: sync: introduce `ArcBorrow`Wedson Almeida Filho-1/+1
2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho-0/+10