summaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync/lock/spinlock.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: kernel: remove redundant importsMiguel Ojeda2024-05-051-2/+0
* rust: init: update `init` module to take allocation flagsWedson Almeida Filho2024-04-161-1/+1
* rust: kernel: add reexports for macrosAlice Ryhl2024-02-181-1/+2
* rust: kernel: fix multiple typos in documentationValentin Obst2024-02-181-1/+1
* rust: support `srctree`-relative linksMiguel Ojeda2023-12-211-1/+1
* rust: sync: make doctests compilable/testableMiguel Ojeda2023-07-191-0/+1
* rust: lock: add `Guard::do_unlocked`Wedson Almeida Filho2023-04-221-1/+2
* rust: lock: introduce `SpinLock`Wedson Almeida Filho2023-04-221-0/+116