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
/
helpers
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-19
Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+9
2025-06-14
rust: completion: implement initial abstraction
Danilo Krummrich
2
-0
/
+9
2025-06-12
rust: cpu: Add CpuId::current() to retrieve current CPU ID
Viresh Kumar
2
-0
/
+9
2025-06-05
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2
-0
/
+29
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5
2025-06-01
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-0
/
+51
2025-05-30
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
4
-0
/
+103
2025-05-28
Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
5
-0
/
+58
2025-05-28
rust: add helper for mutex_trylock
Paolo Bonzini
1
-0
/
+5
2025-05-26
Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+5
2025-05-21
Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...
Rafael J. Wysocki
4
-0
/
+103
2025-05-20
Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
5
-0
/
+58
2025-05-20
rust: cpufreq: Add initial abstractions for cpufreq framework
Viresh Kumar
2
-0
/
+11
2025-05-19
rust: clk: Add helpers for Rust code
Viresh Kumar
2
-0
/
+67
2025-05-19
rust: cpumask: Add few more helpers
Viresh Kumar
1
-0
/
+25
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
1
-0
/
+5
2025-05-12
mm: rust: add lock_vma_under_rcu
Alice Ryhl
1
-0
/
+5
2025-05-12
mm: rust: add vm_area_struct methods that require read access
Alice Ryhl
1
-0
/
+6
2025-05-12
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
2
-0
/
+40
2025-05-01
rust: xarray: Add an abstraction for XArray
Tamir Duberstein
2
-0
/
+29
2025-04-28
rust: drm: gem: Add GEM object abstraction
Asahi Lina
2
-0
/
+24
2025-04-19
rust: auxiliary: add auxiliary device / driver abstractions
Danilo Krummrich
2
-0
/
+24
2025-04-19
rust: platform: impl TryFrom<&Device> for &platform::Device
Danilo Krummrich
1
-0
/
+5
2025-04-19
rust: pci: impl TryFrom<&Device> for &pci::Device
Danilo Krummrich
1
-0
/
+5
2025-04-16
rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
FUJITA Tomonori
2
-0
/
+17
2025-04-16
rust: helpers: Remove volatile qualifier from io helpers
FUJITA Tomonori
1
-17
/
+17
2025-03-25
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+14
2025-03-08
rust: lockdep: Use Pin for all LockClassKey usages
Mitchell Levy
2
-0
/
+14
2025-02-28
rust: Add cpumask helpers
Viresh Kumar
2
-0
/
+46
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-0
/
+160
2025-01-22
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+4
2024-12-20
rust: platform: add basic platform device / driver abstractions
Danilo Krummrich
2
-0
/
+14
2024-12-20
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
2
-0
/
+19
2024-12-20
rust: add devres abstraction
Danilo Krummrich
2
-0
/
+11
2024-12-20
rust: add `io::{Io, IoRaw}` base types
Danilo Krummrich
2
-0
/
+102
2024-12-20
rust: add rcu abstraction
Wedson Almeida Filho
2
-0
/
+14
2024-12-20
rust: sync: Add lock::Backend::assert_is_held()
Lyude Paul
2
-0
/
+10
2024-12-04
rust: replace lsm context+len with lsm_context
Alice Ryhl
1
-4
/
+4
2024-11-27
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
13
-10
/
+21
2024-11-27
Merge tag 'vfs-6.13.rust.pid_namespace' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-0
/
+27
2024-11-26
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+15
2024-11-19
Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+6
2024-11-11
rust: helpers: Avoid raw_spin_lock initialization for PREEMPT_RT
Eder Zulian
1
-2
/
+6
2024-11-05
rust: add static_branch_unlikely for static_key_false
Alice Ryhl
2
-0
/
+15
2024-10-21
rust: helpers: remove unnecessary header includes
Tamir Duberstein
10
-10
/
+0
2024-10-15
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
1
-0
/
+6
2024-10-15
rust: alloc: implement `Vmalloc` allocator
Danilo Krummrich
2
-0
/
+10
2024-10-10
rust: lock: add trylock method support for lock backend
Filipe Xavier
1
-0
/
+5
2024-10-08
rust: add PidNamespace
Christian Brauner
2
-0
/
+27
2024-10-08
Merge patch series "File abstractions needed by Rust Binder"
Christian Brauner
5
-0
/
+86
[next]