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
Age
Commit message (
Expand
)
Author
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: pin-init: re-enable doctests
Benno Lossin
2025-03-16
rust: pin-init: add miscellaneous files from the user-space version
Benno Lossin
2025-03-16
rust: pin-init: miscellaneous synchronization with the user-space version
Benno Lossin
2025-03-16
rust: pin-init: internal: synchronize with user-space version
Benno Lossin
2025-03-16
rust: pin-init: synchronize documentation with the user-space version
Benno Lossin
2025-03-16
rust: pin-init: add `std` and `alloc` support from the user-space version
Benno Lossin
2025-03-16
rust: make pin-init its own crate
Benno Lossin
2025-03-16
rust: add pin-init crate build infrastructure
Miguel Ojeda
2025-03-16
rust: pin-init: change the way the `paste!` macro is called
Benno Lossin
2025-03-16
rust: pin-init: remove kernel-crate dependency
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: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_...
Benno Lossin
2025-03-16
rust: pin-init: change examples to the user-space version
Benno Lossin
2025-03-16
rust: pin-init: move proc-macro documentation into pin-init crate
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
2025-03-16
rust: init: disable doctests
Benno Lossin
2025-03-16
rust: error: extend the Result documentation
Dirk Behme
2025-03-15
Merge tag 'rust-fixes-6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-11
rust: hrtimer: implement `HrTimerPointer` for `Arc`
Andreas Hindborg
2025-03-11
rust: sync: add `Arc::as_ptr`
Andreas Hindborg
2025-03-11
rust: hrtimer: introduce hrtimer support
Andreas Hindborg
2025-03-11
rust/kernel/faux: mark Registration methods inline
Ethan Carter Edwards
2025-03-10
rust: task: fix `SAFETY` comment in `Task::wake_up`
Panagiotis Foliadis
2025-03-10
rust: types: add intra-doc links for `Opaque<T>`
Dirk Behme
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
2025-03-09
panic_qr: use new #[export] macro
Alice Ryhl
2025-03-09
print: use new #[export] macro for rust_fmt_argument
Alice Ryhl
2025-03-09
rust: add #[export] macro
Alice Ryhl
2025-03-09
rust: macros: support additional tokens in quote!
Alice Ryhl
2025-03-09
rust: fix signature of rust_fmt_argument
Alice Ryhl
2025-03-09
rust: firmware: add `module_firmware!` macro
Danilo Krummrich
2025-03-09
rust: firmware: introduce `firmware::ModInfoBuilder`
Danilo Krummrich
2025-03-09
rust: module: add type `LocalModule`
Danilo Krummrich
2025-03-08
rust: improve lifetimes markup
Borys Tyran
2025-03-08
rust: list: make the cursor point between elements
Alice Ryhl
2025-03-08
rust: list: extract common code for insertion
Alice Ryhl
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
2025-03-08
rust: sync: condvar: Add wait_interruptible_freezable()
Alice Ryhl
2025-03-08
rust: sync: lock: Add an example for Guard:: Lock_ref()
Boqun Feng
2025-03-08
rust: sync: Add accessor for the lock behind a given guard
Alice Ryhl
2025-03-08
rust: lockdep: Remove support for dynamically allocated LockClassKeys
Mitchell Levy
2025-03-07
rust: miscdevice: change how f_ops vtable is constructed
Alice Ryhl
[prev]
[next]