summaryrefslogtreecommitdiff
path: root/include/linux/spi
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-07-21 22:48:10 +0300
committerAdrian Bunk <bunk@kernel.org>2008-07-21 22:48:10 +0300
commit6b0daf99dd2392b024bdca05530e4e761bc3cdae (patch)
tree35a169ad85c52c68a36c125e423dd01c3015aa39 /include/linux/spi
parent7c82f54c180ae68d0fa2886dc48e63e6024afb60 (diff)
downloadkernel-linux-2.6.16.y.tar.gz
Linux 2.6.16.62linux-2.6.16.y
Diffstat (limited to 'include/linux/spi')
0 files changed, 0 insertions, 0 deletions
rust: sync: reword the `Arc` safety comment for `Sync`Alice Ryhl 2023-05-31rust: sync: reword the `Arc` safety comment for `Send`Alice Ryhl 2023-05-31rust: sync: implement `AsRef<T>` for `Arc<T>`Alice Ryhl 2023-05-31rust: sync: add `Arc::ptr_eq`Alice Ryhl 2023-05-31rust: arc: fix intra-doc link in `Arc<T>::init`Miguel Ojeda 2023-04-22rust: sync: introduce `CondVar`Wedson Almeida Filho 2023-04-22rust: lock: add `Guard::do_unlocked`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-12rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`Benno Lossin 2023-04-12rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`Benno Lossin 2023-04-12rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointersBenno Lossin 2023-04-12rust: sync: change error type of constructor functionsBenno Lossin 2023-04-12rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()Asahi Lina 2023-04-10rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()Asahi Lina 2023-04-10rust: sync: impl {Debug,Display} for {Unique,}ArcBoqun Feng 2023-02-07rust: types: implement `ForeignOwnable` for `Arc<T>`Wedson Almeida Filho 2023-01-16rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho 2023-01-16rust: sync: introduce `UniqueArc`Wedson Almeida Filho 2023-01-16rust: sync: allow type of `self` to be `ArcBorrow<T>`Wedson Almeida Filho 2023-01-16rust: sync: introduce `ArcBorrow`Wedson Almeida Filho 2023-01-16rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho 2023-01-16rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho 2023-01-16rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho