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
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-09-25
rust: workqueue: add helper for defining work_struct fields
Alice Ryhl
2023-09-25
rust: workqueue: add low-level workqueue bindings
Alice Ryhl
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-15
rust: bindgen: upgrade to 0.65.1
Aakash Sen Sharma
2023-07-19
rust: support running Rust documentation tests as KUnit ones
Miguel Ojeda
2023-05-31
rust: upgrade to Rust 1.68.2
Miguel Ojeda
2023-04-22
rust: ioctl: Add ioctl number manipulation functions
Asahi Lina
2023-04-22
rust: uapi: Add UAPI crate
Asahi Lina
2023-04-22
rust: add basic `Task`
Wedson Almeida Filho
2023-04-12
rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`
Benno Lossin
2023-04-12
rust: add pin-init API core
Benno Lossin
2023-04-12
rust: enable the `pin_macro` feature
Benno Lossin
2023-04-10
rust: Enable the new_uninit feature for kernel and driver crates
Asahi Lina
2023-02-01
rust: types: introduce `ForeignOwnable`
Wedson Almeida Filho
2023-01-16
rust: sync: add support for dispatching on Arc and 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
2022-12-04
rust: types: add `Either` type
Wedson Almeida Filho
2022-12-04
rust: build_assert: add `build_{error,assert}!` macros
Gary Guo
2022-12-04
rust: static_assert: add `static_assert!` macro
Miguel Ojeda
2022-12-04
rust: std_vendor: add `dbg!` macro based on `std`'s one
Niklas Mohrin
2022-12-04
rust: error: add `From` implementations for `Error`
Wedson Almeida Filho
2022-09-28
rust: add `kernel` crate
Wedson Almeida Filho