index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
net: phy: pass PHY driver to .match_phy_device OP
Christian Marangi
1
-0
/
+1
2025-05-21
Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
10
-58
/
+3281
2025-05-21
rust: miscdevice: fix typo in MiscDevice::ioctl documentation
Christian Schrefl
1
-1
/
+1
2025-05-20
rust: str: fix typo in comment
Jihed Chaibi
1
-1
/
+1
2025-05-20
Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
15
-67
/
+1595
2025-05-20
rust: opp: Extend OPP abstractions with cpufreq support
Viresh Kumar
1
-0
/
+70
2025-05-20
rust: cpufreq: Extend abstractions for driver registration
Viresh Kumar
1
-3
/
+500
2025-05-20
rust: cpufreq: Extend abstractions for policy and driver ops
Viresh Kumar
1
-2
/
+461
2025-05-20
rust: cpufreq: Add initial abstractions for cpufreq framework
Viresh Kumar
2
-0
/
+367
2025-05-20
rust: opp: Add abstractions for the configuration options
Viresh Kumar
1
-2
/
+293
2025-05-20
rust: opp: Add abstractions for the OPP table
Viresh Kumar
1
-1
/
+486
2025-05-20
rust: opp: Add initial abstractions for OPP framework
Viresh Kumar
2
-0
/
+301
2025-05-20
rust: cpu: Add from_cpu()
Viresh Kumar
2
-0
/
+31
2025-05-19
rust: clk: Add initial abstractions
Viresh Kumar
2
-0
/
+335
2025-05-19
rust: cpumask: Add initial abstractions
Viresh Kumar
2
-0
/
+331
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
5
-29
/
+506
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...
Miguel Ojeda
8
-49
/
+346
2025-05-18
Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linu...
Miguel Ojeda
6
-45
/
+150
2025-05-16
rust: sync: rcu: Mark Guard methods as inline
I Hsin Cheng
1
-0
/
+5
2025-05-14
rust: drm: gem: Implement AlwaysRefCounted for all gem objects automatically
Lyude Paul
1
-23
/
+24
2025-05-14
rust: drm: gem: s/into_gem_obj()/as_raw()/
Lyude Paul
1
-19
/
+9
2025-05-14
rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()
Lyude Paul
1
-26
/
+43
2025-05-14
rust: drm: gem: Use NonNull for Object::dev
Lyude Paul
1
-3
/
+3
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
2
-0
/
+1051
2025-05-12
rust: devres: fix doctest build under `!CONFIG_PCI`
Miguel Ojeda
1
-0
/
+1
2025-05-12
task: rust: rework how current is accessed
Alice Ryhl
1
-118
/
+129
2025-05-12
rust: miscdevice: add mmap support
Alice Ryhl
1
-0
/
+45
2025-05-12
mm: rust: add VmaNew for f_ops->mmap()
Alice Ryhl
1
-1
/
+185
2025-05-12
mm: rust: add mmput_async support
Alice Ryhl
1
-0
/
+51
2025-05-12
mm: rust: add lock_vma_under_rcu
Alice Ryhl
1
-0
/
+60
2025-05-12
mm: rust: add vm_insert_page
Alice Ryhl
1
-1
/
+78
2025-05-12
mm: rust: add vm_area_struct methods that require read access
Alice Ryhl
2
-0
/
+233
2025-05-12
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
2
-0
/
+211
2025-05-12
rust: replace rustdoc references to alloc::format
Andrew Ballance
2
-17
/
+34
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
4
-4
/
+4
2025-05-12
rust: clarify the language unstable features in use
Miguel Ojeda
1
-7
/
+21
2025-05-12
rust: uaccess: take advantage of the prelude and `Result`'s defaults
Miguel Ojeda
1
-3
/
+1
2025-05-12
rust: static_assert: add optional message
Altan Ozlu
1
-2
/
+7
2025-05-12
rust: page: optimize rust symbol generation for Page
Kunwu Chan
1
-0
/
+2
2025-05-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
2
-1
/
+73
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
2
-1
/
+52
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
1
-0
/
+72
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
1
-0
/
+59
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
2
-4
/
+65
2025-05-07
rust: alloc: add Vec::pop
Alice Ryhl
1
-0
/
+31
2025-05-07
rust: alloc: add Vec::clear
Alice Ryhl
1
-0
/
+20
2025-05-07
rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Miguel Ojeda
1
-23
/
+23
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2
-0
/
+6
2025-05-04
rust: devres: implement Devres::access()
Danilo Krummrich
1
-0
/
+38
2025-05-04
rust: revocable: implement Revocable::access()
Danilo Krummrich
1
-0
/
+12
[prev]
[next]