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-06-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
12
-84
/
+478
2025-06-23
rust: opp: use c_* types via kernel prelude
Abhinav Ananthu
1
-4
/
+4
2025-06-23
rust: cpufreq: use c_ types from kernel prelude
Abhinav Ananthu
1
-23
/
+15
2025-06-23
rust: enable `clippy::ref_as_ptr` lint
Tamir Duberstein
7
-20
/
+14
2025-06-23
rust: enable `clippy::cast_lossless` lint
Tamir Duberstein
3
-2
/
+4
2025-06-23
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
14
-59
/
+68
2025-06-23
rust: enable `clippy::as_ptr_cast_mut` lint
Tamir Duberstein
1
-1
/
+1
2025-06-23
rust: enable `clippy::ptr_cast_constness` lint
Tamir Duberstein
2
-4
/
+4
2025-06-23
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
24
-32
/
+40
2025-06-19
rust: replace literals with constants in `clk::Hertz`
Onur Özkan
1
-6
/
+10
2025-06-19
rust: shorten `con_id`s in `get` methods in clk module
Onur Özkan
1
-10
/
+2
2025-06-19
rust: make `clk::Hertz` methods const
Onur Özkan
1
-7
/
+7
2025-06-19
rust: cpufreq: Ensure C ABI compatibility in all unsafe
Abhinav Ananthu
1
-13
/
+13
2025-06-19
Merge tag 'driver-core-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-21
/
+181
2025-06-19
rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
Alexandre Courbot
1
-0
/
+57
2025-06-19
rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
Alexandre Courbot
1
-0
/
+53
2025-06-16
rust: time: Add ktime_get() to ClockSource trait
FUJITA Tomonori
2
-4
/
+44
2025-06-16
rust: time: Make Instant generic over ClockSource
FUJITA Tomonori
1
-5
/
+17
2025-06-16
rust: time: Replace ClockId enum with ClockSource trait
FUJITA Tomonori
2
-69
/
+84
2025-06-16
rust: time: Avoid 64-bit integer division on 32-bit architectures
FUJITA Tomonori
3
-4
/
+36
2025-06-14
Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2025-06-14
rust: devres: do not dereference to the internal Revocable
Danilo Krummrich
1
-11
/
+16
2025-06-14
rust: devres: fix race in Devres::drop()
Danilo Krummrich
1
-8
/
+29
2025-06-14
rust: revocable: indicate whether `data` has been revoked already
Danilo Krummrich
1
-4
/
+14
2025-06-14
rust: completion: implement initial abstraction
Danilo Krummrich
5
-0
/
+124
2025-06-13
rust: device: Implement accessors for firmware properties
Remo Senekowitsch
1
-2
/
+252
2025-06-13
rust: device: Introduce PropertyGuard
Remo Senekowitsch
1
-0
/
+60
2025-06-13
rust: device: Enable printing fwnode name and path
Remo Senekowitsch
1
-1
/
+76
2025-06-13
rust: device: Move property_present() to FwNode
Remo Senekowitsch
2
-7
/
+7
2025-06-13
rust: device: Enable accessing the FwNode of a Device
Remo Senekowitsch
1
-0
/
+15
2025-06-13
rust: device: Create FwNode abstraction for accessing device properties
Remo Senekowitsch
4
-0
/
+85
2025-06-12
rust: cpu: Add CpuId::current() to retrieve current CPU ID
Viresh Kumar
3
-0
/
+20
2025-06-12
rust: Use CpuId in place of raw CPU numbers
Viresh Kumar
3
-25
/
+57
2025-06-12
rust: cpu: Introduce CpuId abstraction
Viresh Kumar
1
-0
/
+110
2025-06-11
rust: pin-init: examples, tests: use `ignore` instead of conditionally compil...
Benno Lossin
1
-1
/
+2
2025-06-11
rust: init: remove doctest's `Error::from_errno` workaround
Miguel Ojeda
1
-8
/
+0
2025-06-11
rust: init: re-enable doctests
Miguel Ojeda
1
-6
/
+6
2025-06-11
rust: pin-init: implement `ZeroableOption` for function pointers with up to 2...
Benno Lossin
1
-0
/
+16
2025-06-11
rust: pin-init: change blanket impls for `[Pin]Init` and add one for `Result<...
Benno Lossin
2
-9
/
+33
2025-06-11
rust: pin-init: change `impl Zeroable for Option<NonNull<T>>` to `ZeroableOpt...
Benno Lossin
1
-1
/
+3
2025-06-11
rust: pin-init: improve safety documentation for `impl<T> [Pin]Init<T> for T`
Benno Lossin
1
-5
/
+7
2025-06-11
rust: pin-init: implement `ZeroableOption` for `&T` and `&mut T`
Benno Lossin
1
-0
/
+7
2025-06-11
rust: pin-init: add `zeroed()` & `Zeroable::zeroed()` functions
Benno Lossin
1
-0
/
+52
2025-06-11
rust: pin-init: add `Zeroable::init_zeroed`
Benno Lossin
1
-1
/
+12
2025-06-11
rust: pin-init: rename `zeroed` to `init_zeroed`
Benno Lossin
6
-30
/
+30
2025-06-11
rust: pin-init: feature-gate the `stack_init_reuse` test on the `std` feature
Benno Lossin
1
-0
/
+1
2025-06-11
rust: pin-init: examples: pthread_mutex: disable the main test for miri
Benno Lossin
1
-1
/
+1
2025-06-11
rust: pin-init: examples, tests: add conditional compilation in order to comp...
Benno Lossin
5
-90
/
+121
2025-06-11
rust: vec: impl Default for Vec with any allocator
Alice Ryhl
1
-1
/
+1
2025-06-10
rust: time: Fix compile error in impl_has_hr_timer macro
FUJITA Tomonori
1
-1
/
+1
[prev]
[next]