index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
Age
Commit message (
Expand
)
Author
2024-02-18
rust: kernel: stop using ptr_metadata feature
Alice Ryhl
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
2024-02-18
rust: locked_by: shorten doclink preview
Valentin Obst
2024-02-18
rust: kernel: add doclinks
Valentin Obst
2024-02-18
rust: kernel: mark code fragments in docs with backticks
Valentin Obst
2024-02-18
rust: kernel: unify spelling of refcount in docs
Valentin Obst
2024-02-18
rust: kernel: add srctree-relative doclinks
Valentin Obst
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
2024-01-28
rust: sync: update integer types in CondVar
Alice Ryhl
2024-01-28
rust: sync: add `CondVar::wait_timeout`
Alice Ryhl
2024-01-28
rust: sync: add `CondVar::notify_sync`
Alice Ryhl
2024-01-22
rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"
Charalampos Mitrodimas
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
2023-12-21
rust: sync: Makes `CondVar::wait()` an uninterruptible wait
Boqun Feng
2023-10-30
Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-10-05
rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`
Gary Guo
2023-10-05
rust: arc: add explicit `drop()` around `Box::from_raw()`
Miguel Ojeda
2023-09-25
rust: sync: add `Arc::{from_raw, into_raw}`
Wedson Almeida Filho
2023-08-29
Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2023-08-28
Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2023-08-07
rust: lock: Add intra-doc links to the Backend trait
Ben Gooding
2023-08-04
rust: delete `ForeignOwnable::borrow_mut`
Alice Ryhl
2023-07-19
rust: sync: make doctests compilable/testable
Miguel Ojeda
2023-05-31
rust: sync: reword the `Arc` safety comment for `Sync`
Alice Ryhl
2023-05-31
rust: sync: reword the `Arc` safety comment for `Send`
Alice Ryhl
2023-05-31
rust: sync: implement `AsRef<T>` for `Arc<T>`
Alice Ryhl
2023-05-31
rust: sync: add `Arc::ptr_eq`
Alice Ryhl
2023-05-31
rust: arc: fix intra-doc link in `Arc<T>::init`
Miguel Ojeda
2023-04-22
rust: sync: introduce `CondVar`
Wedson Almeida Filho
2023-04-22
rust: lock: add `Guard::do_unlocked`
Wedson Almeida Filho
2023-04-22
rust: sync: introduce `LockedBy`
Wedson Almeida Filho
2023-04-22
rust: lock: introduce `SpinLock`
Wedson Almeida Filho
2023-04-22
rust: lock: introduce `Mutex`
Wedson Almeida Filho
2023-04-22
rust: sync: introduce `Lock` and `Guard`
Wedson Almeida Filho
2023-04-12
rust: sync: add functions for initializing `UniqueArc<MaybeUninit<T>>`
Benno Lossin
2023-04-12
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
2023-04-12
rust: init/sync: add `InPlaceInit` trait to pin-initialize smart pointers
Benno Lossin
2023-04-12
rust: sync: change error type of constructor functions
Benno Lossin
2023-04-12
rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()
Asahi Lina
2023-04-10
rust: sync: arc: Implement Arc<dyn Any + Send + Sync>::downcast()
Asahi Lina
2023-04-10
rust: sync: impl {Debug,Display} for {Unique,}Arc
Boqun Feng
2023-02-07
rust: types: implement `ForeignOwnable` for `Arc<T>`
Wedson Almeida Filho
2023-01-16
rust: sync: add support for dispatching on Arc and ArcBorrow.
Wedson Almeida Filho
2023-01-16
rust: sync: introduce `UniqueArc`
Wedson Almeida Filho
2023-01-16
rust: sync: allow type of `self` to be `ArcBorrow<T>`
Wedson Almeida Filho
2023-01-16
rust: sync: introduce `ArcBorrow`
Wedson Almeida Filho
2023-01-16
rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
Wedson Almeida Filho
2023-01-16
rust: sync: allow type of `self` to be `Arc<T>` or variants
Wedson Almeida Filho
2023-01-16
rust: sync: add `Arc` for ref-counted allocations
Wedson Almeida Filho