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-06-19
rust: replace literals with constants in `clk::Hertz`
Onur Özkan
2025-06-19
rust: shorten `con_id`s in `get` methods in clk module
Onur Özkan
2025-06-19
rust: make `clk::Hertz` methods const
Onur Özkan
2025-06-19
rust: cpufreq: Ensure C ABI compatibility in all unsafe
Abhinav Ananthu
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-16
rust: time: Add ktime_get() to ClockSource trait
FUJITA Tomonori
2025-06-16
rust: time: Make Instant generic over ClockSource
FUJITA Tomonori
2025-06-16
rust: time: Replace ClockId enum with ClockSource trait
FUJITA Tomonori
2025-06-16
rust: time: Avoid 64-bit integer division on 32-bit architectures
FUJITA Tomonori
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-13
rust: device: Implement accessors for firmware properties
Remo Senekowitsch
2025-06-13
rust: device: Introduce PropertyGuard
Remo Senekowitsch
2025-06-13
rust: device: Enable printing fwnode name and path
Remo Senekowitsch
2025-06-13
rust: device: Move property_present() to FwNode
Remo Senekowitsch
2025-06-13
rust: device: Enable accessing the FwNode of a Device
Remo Senekowitsch
2025-06-12
rust: device: Create FwNode abstraction for accessing device properties
Remo Senekowitsch
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: change blanket impls for `[Pin]Init` and add one for `Result<...
Benno Lossin
2025-06-11
rust: pin-init: rename `zeroed` to `init_zeroed`
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
2025-06-10
cpufreq: Convert `/// SAFETY` lines to `# Safety` sections
Viresh Kumar
2025-06-06
Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-06-02
Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-06-02
Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-31
mm: rust: make CONFIG_MMU ifdefs more narrow
Alice Ryhl
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-30
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2025-05-30
rust: file: improve safety comments
Pekka Ristola
2025-05-30
rust: file: mark `LocalFile` as `repr(transparent)`
Pekka Ristola
2025-05-29
rust: list: Fix typo `much` in arc.rs
Sylvan Smit
2025-05-29
rust: check type of `$ptr` in `container_of!`
Tamir Duberstein
2025-05-29
rust: workqueue: remove HasWork::OFFSET
Tamir Duberstein
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-05-28
rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-05-27
rust: str: take advantage of the `-> Result` support in KUnit `#[test]`'s
Miguel Ojeda
2025-05-27
rust: str: simplify KUnit tests `format!` macro
Miguel Ojeda
2025-05-27
rust: str: convert `rusttest` tests into KUnit
Miguel Ojeda
[prev]
[next]