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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
rust: miscdevice: clarify invariant for `MiscDeviceRegistration`
Shankari Anand
1
-1
/
+7
2025-07-24
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
3
-2
/
+4
2025-07-24
rust: init: Fix generics in *_init! macros
Janne Grunau
1
-4
/
+4
2025-07-06
rust: devres: do not dereference to the internal Revocable
Danilo Krummrich
1
-10
/
+10
2025-07-06
rust: devres: fix race in Devres::drop()
Danilo Krummrich
1
-8
/
+29
2025-07-06
rust: revocable: indicate whether `data` has been revoked already
Danilo Krummrich
1
-4
/
+14
2025-07-06
rust: completion: implement initial abstraction
Danilo Krummrich
2
-0
/
+114
2025-06-19
rust: list: fix path of `assert_pinned!`
Benno Lossin
1
-1
/
+1
2025-06-19
rust: miscdevice: fix typo in MiscDevice::ioctl documentation
Christian Schrefl
1
-1
/
+1
2025-06-19
rust: pci: fix docs related to missing Markdown code spans
Miguel Ojeda
1
-6
/
+9
2025-06-19
rust: alloc: add missing invariant in Vec::set_len()
Danilo Krummrich
1
-0
/
+3
2025-06-19
rust: file: mark `LocalFile` as `repr(transparent)`
Pekka Ristola
1
-0
/
+1
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-04-14
rust: firmware: Use `ffi::c_char` type in `FwFunc`
Christian Schrefl
1
-2
/
+6
2025-04-01
Merge tag 'char-misc-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-154
/
+143
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-121
/
+239
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
38
-3131
/
+2432
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+216
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-4
/
+13
2025-03-25
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
8
-2
/
+1037
2025-03-24
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-14
/
+117
2025-03-24
Merge tag 'wq-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+18
2025-03-24
Merge tag 'vfs-6.15-rc1.rust' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+5
2025-03-24
rust: dma: add `Send` implementation for `CoherentAllocation`
Danilo Krummrich
1
-0
/
+4
2025-03-23
rust: block: refactor to use `&raw mut`
Antonio Hickey
1
-2
/
+2
2025-03-23
rust: enable `raw_ref_op` feature
Antonio Hickey
1
-0
/
+2
2025-03-23
rust: uaccess: name the correct function
Tamir Duberstein
1
-2
/
+1
2025-03-23
rust: rbtree: fix comments referring to Box instead of KBox
Charalampos Mitrodimas
1
-3
/
+3
2025-03-22
rust: hrtimer: add clocksource selection through `ClockId`
Andreas Hindborg
2
-2
/
+69
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
2
-0
/
+388
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
1
-0
/
+11
2025-03-20
rust: kunit: add KUnit case and suite macros
José Expósito
1
-0
/
+124
2025-03-18
rust: platform: impl Send + Sync for platform::Device
Danilo Krummrich
1
-0
/
+7
[next]