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
/
lock
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
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-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 our kernel `Box` type
Danilo Krummrich
2024-10-10
rust: lock: add trylock method support for lock backend
Filipe Xavier
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
2024-04-16
rust: init: update `init` module to take allocation flags
Wedson Almeida Filho
2024-02-18
rust: kernel: add reexports for macros
Alice Ryhl
2024-02-18
rust: kernel: fix multiple typos in documentation
Valentin Obst
2023-12-21
rust: support `srctree`-relative links
Miguel Ojeda
2023-07-19
rust: sync: make doctests compilable/testable
Miguel Ojeda
2023-04-22
rust: lock: add `Guard::do_unlocked`
Wedson Almeida Filho
2023-04-22
rust: lock: introduce `SpinLock`
Wedson Almeida Filho
2023-04-22
rust: lock: introduce `Mutex`
Wedson Almeida Filho