index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-22
rust: hrtimer: add `HrTimerMode`
Andreas Hindborg
1
-3
/
+79
2025-03-22
rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
Andreas Hindborg
2
-0
/
+123
2025-03-22
rust: alloc: add `Box::into_pin`
Andreas Hindborg
1
-0
/
+6
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
Andreas Hindborg
2
-0
/
+110
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
Andreas Hindborg
2
-0
/
+106
2025-03-22
rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
Andreas Hindborg
1
-0
/
+33
2025-03-22
rust: hrtimer: add `UnsafeHrTimerPointer`
Andreas Hindborg
1
-0
/
+31
2025-03-22
rust: hrtimer: allow timer restart from timer handler
Andreas Hindborg
2
-4
/
+20
2025-03-20
rust: str: implement `strip_prefix` for `BStr`
Andreas Hindborg
1
-0
/
+17
2025-03-20
rust: str: implement `AsRef<BStr>` for `[u8]` and `BStr`
Andreas Hindborg
1
-0
/
+12
2025-03-20
rust: str: implement `Index` for `BStr`
Andreas Hindborg
1
-0
/
+11
2025-03-20
rust: str: implement `PartialEq` for `BStr`
Andreas Hindborg
1
-0
/
+6
2025-03-20
rust: add dma coherent allocator abstraction
Abdiel Janulgue
3
-0
/
+389
2025-03-20
rust: error: Add EOVERFLOW
Abdiel Janulgue
1
-0
/
+1
2025-03-20
rust: platform: require Send for Driver trait implementers
Danilo Krummrich
1
-1
/
+1
2025-03-20
rust: pci: require Send for Driver trait implementers
Danilo Krummrich
1
-1
/
+1
2025-03-20
rust: kunit: allow to know if we are in a test
José Expósito
1
-0
/
+36
2025-03-20
rust: macros: add macro to easily run KUnit tests
José Expósito
3
-0
/
+200
2025-03-20
rust: kunit: add KUnit case and suite macros
José Expósito
1
-0
/
+124
2025-03-19
rust: add kunitconfig
Thomas Weißschuh
1
-0
/
+3
2025-03-19
rust: pass correct target to bindgen on Usermode Linux
Thomas Weißschuh
1
-0
/
+1
2025-03-18
rust: platform: impl Send + Sync for platform::Device
Danilo Krummrich
1
-0
/
+7
2025-03-18
rust: pci: impl Send + Sync for pci::Device
Danilo Krummrich
1
-0
/
+7
2025-03-18
rust: optimize rust symbol generation for SeqFile
Kunwu Chan
1
-0
/
+1
2025-03-18
rust: file: optimize rust symbol generation for FileDescriptorReservation
Kunwu Chan
1
-0
/
+4
2025-03-17
rust: platform: fix unrestricted &mut platform::Device
Danilo Krummrich
1
-30
/
+65
2025-03-17
rust: pci: fix unrestricted &mut pci::Device
Danilo Krummrich
1
-47
/
+85
2025-03-17
rust: device: implement device context marker
Danilo Krummrich
1
-0
/
+26
2025-03-17
rust: pci: use to_result() in enable_device_mem()
Danilo Krummrich
1
-6
/
+1
2025-03-16
rust: pin-init: re-enable doctests
Benno Lossin
1
-27
/
+27
2025-03-16
rust: pin-init: add miscellaneous files from the user-space version
Benno Lossin
2
-0
/
+300
2025-03-16
rust: pin-init: miscellaneous synchronization with the user-space version
Benno Lossin
3
-6
/
+3
2025-03-16
rust: pin-init: internal: synchronize with user-space version
Benno Lossin
5
-3
/
+25
2025-03-16
rust: pin-init: synchronize documentation with the user-space version
Benno Lossin
3
-54
/
+115
2025-03-16
rust: pin-init: add `std` and `alloc` support from the user-space version
Benno Lossin
4
-7
/
+221
2025-03-16
rust: make pin-init its own crate
Benno Lossin
27
-151
/
+162
2025-03-16
rust: add pin-init crate build infrastructure
Miguel Ojeda
4
-18
/
+69
2025-03-16
rust: pin-init: change the way the `paste!` macro is called
Benno Lossin
1
-6
/
+8
2025-03-16
rust: pin-init: remove kernel-crate dependency
Benno Lossin
2
-28
/
+18
2025-03-16
rust: pin-init: fix documentation links
Benno Lossin
3
-11
/
+14
2025-03-16
rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option...
Benno Lossin
2
-2
/
+13
2025-03-16
rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into ...
Benno Lossin
3
-9
/
+12
2025-03-16
rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kerne...
Benno Lossin
5
-124
/
+127
2025-03-16
rust: pin-init: move the default error behavior of `try_[pin_]init`
Benno Lossin
2
-42
/
+126
2025-03-16
rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_...
Benno Lossin
1
-20
/
+6
2025-03-16
rust: pin-init: change examples to the user-space version
Benno Lossin
7
-186
/
+915
2025-03-16
rust: pin-init: move proc-macro documentation into pin-init crate
Benno Lossin
2
-106
/
+114
2025-03-16
rust: add extensions to the pin-init crate and move relevant documentation there
Benno Lossin
3
-14
/
+138
2025-03-16
rust: move pin-init API into its own directory
Benno Lossin
11
-266
/
+276
2025-03-16
rust: init: disable doctests
Benno Lossin
2
-24
/
+24
[prev]
[next]