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
Age
Commit message (
Expand
)
Author
2025-05-12
rust: replace rustdoc references to alloc::format
Andrew Ballance
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
2025-05-12
rust: uaccess: take advantage of the prelude and `Result`'s defaults
Miguel Ojeda
2025-05-12
rust: static_assert: add optional message
Altan Ozlu
2025-05-12
rust: page: optimize rust symbol generation for Page
Kunwu Chan
2025-05-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::pop
Alice Ryhl
2025-05-07
rust: alloc: add Vec::clear
Alice Ryhl
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
2025-05-07
rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
Miguel Ojeda
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2025-05-04
rust: devres: implement Devres::access()
Danilo Krummrich
2025-05-04
rust: revocable: implement Revocable::access()
Danilo Krummrich
2025-05-01
rust: pin-init: improve documentation for `Zeroable` derive macros
Benno Lossin
2025-05-01
rust: pin-init: fix typos
Benno Lossin
2025-05-01
rust: pin-init: add `MaybeZeroable` derive macro
Benno Lossin
2025-05-01
rust: pin-init: allow `Zeroable` derive macro to also be applied to unions
Benno Lossin
2025-05-01
rust: pin-init: allow `pub` fields in `derive(Zeroable)`
Benno Lossin
2025-05-01
rust: pin-init: Update the structural pinning link in readme.
Christian Schrefl
2025-05-01
rust: pin-init: Update Changelog and Readme
Christian Schrefl
2025-05-01
rust: pin-init: Implement `Wrapper` for `UnsafePinned` behind feature flag.
Christian Schrefl
2025-05-01
rust: pin-init: Add the `Wrapper` trait.
Christian Schrefl
2025-05-01
rust: pin-init: add `cast_[pin_]init` functions to change the initialized type
Benno Lossin
2025-05-01
rust: xarray: Add an abstraction for XArray
Tamir Duberstein
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
2025-04-29
rust: device: conditionally expect `dead_code` for `parent()`
Miguel Ojeda
2025-04-29
rust: time: Introduce Instant type
FUJITA Tomonori
2025-04-29
rust: time: Introduce Delta type
FUJITA Tomonori
2025-04-29
rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
FUJITA Tomonori
2025-04-29
rust: hrtimer: Add Ktime temporarily
FUJITA Tomonori
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
2025-04-25
Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
2025-04-24
rust: drm: add DRM driver registration
Asahi Lina
2025-04-24
rust: drm: add device abstraction
Asahi Lina
2025-04-24
rust: drm: add driver abstractions
Asahi Lina
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
2025-04-23
rust: alloc: replace `Vec::set_len` with `inc_len`
Tamir Duberstein
2025-04-23
rust: alloc: refactor `Vec::truncate` using `dec_len`
Tamir Duberstein
2025-04-23
rust: alloc: add `Vec::dec_len`
Tamir Duberstein
2025-04-23
rust: alloc: add Vec::len() <= Vec::capacity invariant
Tamir Duberstein
2025-04-22
rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
Alexandre Courbot
2025-04-22
rust/revocable: add try_access_with() convenience method
Alexandre Courbot
2025-04-21
rust: pin-init: examples: use `allow` instead of `expect`
Benno Lossin
2025-04-21
rust: pin-init: examples: conditionally enable `feature(lint_reasons)`
Benno Lossin
[prev]
[next]