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
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-26
rust: fix up formatting after merge
Linus Torvalds
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-26
Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2024-11-25
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-25
rust: alloc: Fix `ArrayLayout` allocations
Asahi Lina
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-20
rust: jump_label: skip formatting generated file
Miguel Ojeda
2024-11-19
Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-11-18
jump_label: rust: pass a mut ptr to `static_key_count`
Alice Ryhl
2024-11-18
Merge tag 'vfs-6.13.rust.file' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-11
rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RT
Eder Zulian
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-11-10
rust: map `__kernel_size_t` and friends also to usize/isize
Gary Guo
2024-11-10
rust: fix size_t in bindgen prototypes of C builtins
Gary Guo
2024-11-10
rust: sync: add global lock support
Alice Ryhl
2024-11-05
rust: add `dev_*` print macros.
Wedson Almeida Filho
2024-11-05
rust: introduce `InPlaceModule`
Wedson Almeida Filho
2024-11-04
rust: add arch_static_branch
Alice Ryhl
2024-11-04
rust: samples: add tracepoint to Rust sample
Alice Ryhl
2024-11-04
rust: add tracepoint support
Alice Ryhl
2024-11-04
rust: add static_branch_unlikely for static_key_false
Alice Ryhl
2024-11-01
rust: macros: enable the rest of the tests
Ethan D. Twardy
2024-11-01
rust: macros: enable paste! use from macro_rules!
Ethan D. Twardy
2024-11-01
rust: enable macros::module! tests
Ethan D. Twardy
2024-11-01
rust: kbuild: expand rusttest target for macros
Ethan D. Twardy
2024-10-24
rust: types: extend `Opaque` documentation
Dirk Behme
2024-10-22
rust: block: fix formatting of `kernel::block::mq::request` module
Francesco Zardi
2024-10-22
rust: miscdevice: add missing safety comments
Alice Ryhl
2024-10-21
rust: macros: fix documentation of the paste! macro
Paolo Bonzini
2024-10-21
rust: kernel: fix THIS_MODULE header path in ThisModule doc comment
Yutaro Ohno
2024-10-21
rust: page: add Rust version of PAGE_ALIGN
Alice Ryhl
2024-10-21
rust: helpers: remove unnecessary header includes
Tamir Duberstein
2024-10-21
rust: exports: improve grammar in commentary
Tamir Duberstein
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-10-21
Merge 6.12-rc4 into char-misc-next
Greg Kroah-Hartman
2024-10-15
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
2024-10-15
rust: alloc: update module comment of alloc.rs
Danilo Krummrich
2024-10-15
rust: str: test: replace `alloc::format`
Danilo Krummrich
2024-10-15
rust: alloc: implement `Cmalloc` in module allocator_test
Danilo Krummrich
2024-10-15
rust: alloc: implement `contains` for `Flags`
Danilo Krummrich
2024-10-15
rust: error: check for config `test` in `Error::name`
Danilo Krummrich
2024-10-15
rust: error: use `core::alloc::LayoutError`
Danilo Krummrich
2024-10-15
rust: alloc: add `Vec` to prelude
Danilo Krummrich
2024-10-15
rust: alloc: remove `VecExt` extension
Danilo Krummrich
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-15
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
2024-10-15
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
2024-10-15
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
2024-10-15
rust: alloc: introduce `ArrayLayout`
Benno Lossin
[next]