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
13 days
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
14 days
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
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
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-05-27
rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test
Viresh Kumar
2025-05-26
Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2025-05-26
Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-05-26
rust: opp: Make the doctest example depend on CONFIG_OF
Viresh Kumar
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
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-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-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2025-05-04
rust: devres: implement Devres::access()
Danilo Krummrich
2025-05-04
rust: revocable: implement Revocable::access()
Danilo Krummrich
2025-04-29
rust: device: conditionally expect `dead_code` for `parent()`
Miguel Ojeda
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
2025-04-24
rust: drm: file: Add File abstraction
Asahi Lina
2025-04-24
rust: drm: add DRM driver registration
Asahi Lina
2025-04-24
rust: drm: add device abstraction
Asahi Lina
2025-04-24
rust: drm: add driver abstractions
Asahi Lina
2025-04-24
rust: drm: ioctl: Add DRM ioctl abstraction
Asahi Lina
2025-04-22
rust/revocable: add try_access_with() convenience method
Alexandre Courbot
2025-04-19
rust: auxiliary: add auxiliary registration
Danilo Krummrich
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
[next]