index
:
git.armlinux.org.uk/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-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
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-24
Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2025-03-24
Merge tag 'vfs-6.15-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-24
rust: dma: add `Send` implementation for `CoherentAllocation`
Danilo Krummrich
2025-03-23
rust: block: refactor to use `&raw mut`
Antonio Hickey
2025-03-23
rust: enable `raw_ref_op` feature
Antonio Hickey
2025-03-23
rust: uaccess: name the correct function
Tamir Duberstein
2025-03-23
rust: rbtree: fix comments referring to Box instead of KBox
Charalampos Mitrodimas
2025-03-22
rust: hrtimer: add clocksource selection through `ClockId`
Andreas Hindborg
2025-03-22
rust: hrtimer: add `HrTimerMode`
Andreas Hindborg
2025-03-22
rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
Andreas Hindborg
2025-03-22
rust: alloc: add `Box::into_pin`
Andreas Hindborg
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
Andreas Hindborg
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
Andreas Hindborg
2025-03-22
rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
Andreas Hindborg
2025-03-22
rust: hrtimer: add `UnsafeHrTimerPointer`
Andreas Hindborg
2025-03-22
rust: hrtimer: allow timer restart from timer handler
Andreas Hindborg
2025-03-20
rust: str: implement `strip_prefix` for `BStr`
Andreas Hindborg
2025-03-20
rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
Andreas Hindborg
2025-03-20
rust: str: implement `Index` for `BStr`
Andreas Hindborg
2025-03-20
rust: str: implement `PartialEq` for `BStr`
Andreas Hindborg
2025-03-20
rust: add dma coherent allocator abstraction
Abdiel Janulgue
2025-03-20
rust: error: Add EOVERFLOW
Abdiel Janulgue
2025-03-20
rust: platform: require Send for Driver trait implementers
Danilo Krummrich
2025-03-20
rust: pci: require Send for Driver trait implementers
Danilo Krummrich
2025-03-20
rust: kunit: allow to know if we are in a test
José Expósito
2025-03-20
rust: macros: add macro to easily run KUnit tests
José Expósito
2025-03-20
rust: kunit: add KUnit case and suite macros
José Expósito
2025-03-18
rust: platform: impl Send + Sync for platform::Device
Danilo Krummrich
2025-03-18
rust: pci: impl Send + Sync for pci::Device
Danilo Krummrich
2025-03-18
rust: optimize rust symbol generation for SeqFile
Kunwu Chan
2025-03-18
rust: file: optimize rust symbol generation for FileDescriptorReservation
Kunwu Chan
2025-03-17
rust: platform: fix unrestricted &mut platform::Device
Danilo Krummrich
2025-03-17
rust: pci: fix unrestricted &mut pci::Device
Danilo Krummrich
2025-03-17
rust: device: implement device context marker
Danilo Krummrich
2025-03-17
rust: pci: use to_result() in enable_device_mem()
Danilo Krummrich
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: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...
Benno Lossin
2025-03-16
rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...
Benno Lossin
2025-03-16
rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...
Benno Lossin
2025-03-16
rust: pin-init: move the default error behavior of `try_[pin_]init`
Benno Lossin
2025-03-16
rust: add extensions to the pin-init crate and move relevant documentation there
Benno Lossin
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
[next]