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
Age
Commit message (
Expand
)
Author
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-07-15
workqueue: rust: add delayed work items
Alice Ryhl
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
2025-07-15
rust: types: add Opaque::cast_from
Alice Ryhl
2025-07-14
rust: types: require `ForeignOwnable::into_foreign` return non-null
Andreas Hindborg
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
2025-07-14
rust: rbtree: simplify finding `current` in `remove_current`
Onur Özkan
2025-07-14
rust: uaccess: use newtype for user pointers
Alice Ryhl
2025-07-14
rust: uaccess: add UserSliceReader::strcpy_into_buf
Alice Ryhl
2025-07-14
rust: uaccess: add strncpy_from_user
Alice Ryhl
2025-07-13
Merge tag 'pin-init-v6.17' of https://github.com/Rust-for-Linux/linux into ru...
Miguel Ojeda
2025-07-03
rust: sync: implement `Borrow` and `BorrowMut` for `Arc` types
Alexandre Courbot
2025-07-01
rust: dma: require mutable reference for as_slice_mut() and write()
Danilo Krummrich
2025-06-29
rust: revocable: document why &T is not used in RevocableGuard
Alice Ryhl
2025-06-29
rust: rbtree: add RBTree::is_empty
Alice Ryhl
2025-06-24
rust: io: avoid mentioning private fields in `IoMem`
Sai Vishnu M
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
2025-06-24
rust: macros: remove `module!`'s deprecated `author` key
Guilherme Giacomo Simoes
2025-06-24
rust: list: replace unwrap() with ? in doctest examples
Albin Babu Varghese
2025-06-24
rust: kunit: use crate-level mapping for `c_void`
Jesung Yang
2025-06-23
Merge tag 'topic/dma-features-2025-06-23' into alloc-next
Danilo Krummrich
2025-06-23
rust: dma: add dma_handle_with_offset method to CoherentAllocation
Alexandre Courbot
2025-06-23
rust: dma: expose the count and size of CoherentAllocation
Alexandre Courbot
2025-06-23
rust: dma: fix doc-comment of dma_handle()
Alexandre Courbot
2025-06-23
rust: dma: add as_slice/write functions for CoherentAllocation
Abdiel Janulgue
2025-06-23
rust: dma: convert the read/write macros to return Result
Abdiel Janulgue
2025-06-23
rust: dma: clarify wording and be consistent in `coherent` nomenclature
Abdiel Janulgue
2025-06-22
rust: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::cast_lossless` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::as_ptr_cast_mut` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-06-18
Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
Alexandre Courbot
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
Alexandre Courbot
2025-06-14
Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-06-13
rust: devres: do not dereference to the internal Revocable
Danilo Krummrich
2025-06-13
rust: devres: fix race in Devres::drop()
Danilo Krummrich
2025-06-13
rust: revocable: indicate whether `data` has been revoked already
Danilo Krummrich
2025-06-13
rust: completion: implement initial abstraction
Danilo Krummrich
2025-06-12
rust: cpu: Add CpuId::current() to retrieve current CPU ID
Viresh Kumar
2025-06-12
rust: Use CpuId in place of raw CPU numbers
Viresh Kumar
2025-06-12
rust: cpu: Introduce CpuId abstraction
Viresh Kumar
2025-06-11
rust: init: remove doctest's `Error::from_errno` workaround
Miguel Ojeda
2025-06-11
rust: init: re-enable doctests
Miguel Ojeda
2025-06-11
rust: pin-init: rename `zeroed` to `init_zeroed`
Benno Lossin
2025-06-11
rust: pin-init: change blanket impls for `[Pin]Init` and add one for `Result<...
Benno Lossin
2025-06-11
rust: vec: impl Default for Vec with any allocator
Alice Ryhl
2025-06-10
rust: time: Fix compile error in impl_has_hr_timer macro
FUJITA Tomonori
[next]