index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
22
-67
/
+1662
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
5
-0
/
+379
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
3
-0
/
+302
2025-05-20
rust: cpu: Add from_cpu()
Viresh Kumar
3
-0
/
+32
2025-05-20
rust: macros: enable use of hyphens in module names
Anisse Astier
1
-8
/
+12
2025-05-19
rust: clk: Add initial abstractions
Viresh Kumar
2
-0
/
+335
2025-05-19
rust: clk: Add helpers for Rust code
Viresh Kumar
3
-0
/
+68
2025-05-19
rust: cpumask: Add initial abstractions
Viresh Kumar
2
-0
/
+331
2025-05-19
rust: cpumask: Add few more helpers
Viresh Kumar
1
-0
/
+25
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 'pin-init-v6.16' of https://github.com/Rust-for-Linux/linux into ru...
Miguel Ojeda
9
-10
/
+279
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...
Miguel Ojeda
11
-49
/
+381
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
drm: nova-drm: add initial driver skeleton
Danilo Krummrich
1
-0
/
+1
2025-05-12
rust: configfs: introduce rust support for configfs
Andreas Hindborg
4
-0
/
+1057
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
2
-0
/
+65
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
3
-0
/
+239
2025-05-12
mm: rust: add abstraction for struct mm_struct
Alice Ryhl
4
-0
/
+251
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
5
-49
/
+34
2025-05-07
rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
Miguel Ojeda
2
-0
/
+2
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2
-0
/
+6
[prev]
[next]