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-05-23
rust: add C FFI types to the prelude
Miguel Ojeda
2025-05-23
rust: use absolute paths in macros referencing core and kernel
Igor Korotin
2025-05-22
rust: workaround `bindgen` issue with forward references to `enum` types
Miguel Ojeda
2025-05-22
rust: list: Add examples for linked list
I Hsin Cheng
2025-05-22
rust: list: Use "List::is_empty()" to perform checking when possible
I Hsin Cheng
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
2025-05-21
net: phy: pass PHY driver to .match_phy_device OP
Christian Marangi
2025-05-21
Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
2025-05-21
rust: miscdevice: fix typo in MiscDevice::ioctl documentation
Christian Schrefl
2025-05-20
rust: str: fix typo in comment
Jihed Chaibi
2025-05-21
Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
2025-05-20
rust: opp: Extend OPP abstractions with cpufreq support
Viresh Kumar
2025-05-20
rust: cpufreq: Extend abstractions for driver registration
Viresh Kumar
2025-05-20
rust: cpufreq: Extend abstractions for policy and driver ops
Viresh Kumar
2025-05-20
rust: cpufreq: Add initial abstractions for cpufreq framework
Viresh Kumar
2025-05-20
rust: opp: Add abstractions for the configuration options
Viresh Kumar
2025-05-20
rust: opp: Add abstractions for the OPP table
Viresh Kumar
2025-05-20
rust: opp: Add initial abstractions for OPP framework
Viresh Kumar
2025-05-20
rust: cpu: Add from_cpu()
Viresh Kumar
2025-05-19
rust: clk: Add initial abstractions
Viresh Kumar
2025-05-19
rust: cpumask: Add initial abstractions
Viresh Kumar
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...
Miguel Ojeda
2025-05-18
Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linu...
Miguel Ojeda
2025-05-16
rust: sync: rcu: Mark Guard methods as inline
I Hsin Cheng
2025-05-14
rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically
Lyude Paul
2025-05-14
rust: drm: gem: s/into_gem_obj()/as_raw()/
Lyude Paul
2025-05-14
rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
Lyude Paul
2025-05-14
rust: drm: gem: Use NonNull for Object::dev
Lyude Paul
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
2025-05-12
rust: devres: fix doctest build under `!CONFIG_PCI`
Miguel Ojeda
2025-05-11
task: rust: rework how current is accessed
Alice Ryhl
2025-05-11
rust: miscdevice: add mmap support
Alice Ryhl
2025-05-11
mm: rust: add VmaNew for f_ops->mmap()
Alice Ryhl
2025-05-11
mm: rust: add mmput_async support
Alice Ryhl
2025-05-11
mm: rust: add lock_vma_under_rcu
Alice Ryhl
2025-05-11
mm: rust: add vm_insert_page
Alice Ryhl
2025-05-11
mm: rust: add vm_area_struct methods that require read access
Alice Ryhl
2025-05-11
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
2025-05-12
rust: replace rustdoc references to alloc::format
Andrew Ballance
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
2025-05-12
rust: uaccess: take advantage of the prelude and `Result`'s defaults
Miguel Ojeda
2025-05-12
rust: static_assert: add optional message
Altan Ozlu
2025-05-12
rust: page: optimize rust symbol generation for Page
Kunwu Chan
2025-05-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
[prev]
[next]