index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
sync
Age
Commit message (
Expand
)
Author
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-03-25
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
2025-03-24
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-16
rust: pin-init: fix documentation links
Benno Lossin
2025-03-16
rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...
Benno Lossin
2025-03-11
rust: sync: add `Arc::as_ptr`
Andreas Hindborg
2025-03-08
rust: improve lifetimes markup
Borys Tyran
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
2025-03-08
rust: sync: condvar: Add wait_interruptible_freezable()
Alice Ryhl
2025-03-08
rust: sync: lock: Add an example for Guard:: Lock_ref()
Boqun Feng
2025-03-08
rust: sync: Add accessor for the lock behind a given guard
Alice Ryhl
2025-03-06
rust: sync: add missing newline in locked_by log example
Alban Kurti
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-21
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-01-13
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
2025-01-13
rust: kernel: reorder `ForeignOwnable` items
Tamir Duberstein
2025-01-13
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
2025-01-13
rust: arc: split unsafe block, add missing comment
Tamir Duberstein
2025-01-13
rust: types: avoid `as` casts
Tamir Duberstein
2025-01-13
rust: arc: use `NonNull::new_unchecked`
Tamir Duberstein
2025-01-13
rust: use derive(CoercePointee) on rustc >= 1.84.0
Xiangfei Ding
2024-12-20
rust: add rcu abstraction
Wedson Almeida Filho
2024-12-19
rust: sync: Add lock::Backend::assert_is_held()
Lyude Paul
2024-12-19
rust: sync: Add SpinLockGuard type alias
Lyude Paul
2024-12-19
rust: sync: Add MutexGuard type alias
Lyude Paul
2024-12-19
rust: sync: Make Guard::new() public
Lyude Paul
2024-12-19
rust: sync: Add Lock::from_raw() for Lock<(), B>
Lyude Paul
2024-12-18
rust: sync: document `PhantomData` in `Arc`
Tamir Duberstein
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-11-10
rust: sync: add global lock support
Alice Ryhl
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
2024-10-10
rust: lock: add trylock method support for lock backend
Filipe Xavier
2024-10-08
Merge patch series "File abstractions needed by Rust Binder"
Christian Brauner
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
2024-10-07
rust: provide proper code documentation titles
Miguel Ojeda
2024-10-07
rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`
Miguel Ojeda
2024-10-07
rust: enable `clippy::unnecessary_safety_comment` lint
Miguel Ojeda
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-09-30
rust: file: add abstraction for `poll_table`
Alice Ryhl
2024-09-30
rust: types: add `NotThreadSafe`
Alice Ryhl
2024-09-26
rust: sync: require `T: Sync` for `LockedBy::access`
Alice Ryhl
2024-08-18
rust: Implement the smart pointer `InPlaceInit` for `Arc`
Alex Mantel
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
2024-05-05
rust: sync: add `Arc::into_unique_or_drop`
Alice Ryhl
2024-05-05
rust: sync: add `ArcBorrow::from_raw`
Alice Ryhl
2024-04-16
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
[next]