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.19.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-11-03
rust: condvar: fix broken intra-doc link
Miguel Ojeda
1
-1
/
+1
2025-11-03
rust: devres: fix private intra-doc link
Miguel Ojeda
1
-1
/
+1
2025-10-29
rust: auxiliary: implement parent() for Device<Bound>
Danilo Krummrich
1
-0
/
+10
2025-10-29
rust: auxiliary: move parent() to impl Device
Danilo Krummrich
1
-2
/
+2
2025-10-29
rust: auxiliary: unregister on parent device unbind
Danilo Krummrich
1
-38
/
+51
2025-10-29
rust: auxiliary: consider auxiliary devices always have a parent
Danilo Krummrich
1
-3
/
+4
2025-10-29
rust: device: introduce Device::drvdata()
Danilo Krummrich
2
-3
/
+87
2025-10-29
rust: device: narrow the generic of drvdata_obtain()
Danilo Krummrich
5
-7
/
+7
2025-10-28
rust: usb: fix formatting
Miguel Ojeda
1
-1
/
+1
2025-10-27
rust: acpi: replace `core::mem::zeroed` with `pin_init::zeroed`
Siyuan Huang
1
-3
/
+1
2025-10-27
Merge 6.18-rc3 into usb-next
Greg Kroah-Hartman
6
-16
/
+15
2025-10-27
Merge 6.18-rc3 into driver-core-next
Greg Kroah-Hartman
6
-16
/
+15
2025-10-26
rust: simplify read_poll_timeout's example code
FUJITA Tomonori
1
-10
/
+4
2025-10-25
Merge tag 'driver-core-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-9
/
+3
2025-10-24
rust: drm/gem: Remove Object.dev
Lyude Paul
1
-8
/
+7
2025-10-23
rust: pci: normalise spelling of PCI BAR
Peter Colberg
2
-6
/
+6
2025-10-23
rust: pci: refer to legacy as INTx interrupts
Peter Colberg
1
-5
/
+5
2025-10-23
rust: opp: simplify callers of `to_c_str_array`
Tamir Duberstein
1
-54
/
+58
2025-10-22
rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin
Boqun Feng
1
-1
/
+1
2025-10-22
rust: replace `CStr` with `core::ffi::CStr`
Tamir Duberstein
12
-315
/
+112
2025-10-22
rust: support formatting of foreign types
Tamir Duberstein
5
-3
/
+207
2025-10-22
rust: clk: use `CStr::as_char_ptr`
Tamir Duberstein
1
-2
/
+2
2025-10-22
rust: regulator: use `CStr::as_char_ptr`
Tamir Duberstein
1
-5
/
+8
2025-10-22
rust: configfs: use `CStr::as_char_ptr`
Tamir Duberstein
1
-1
/
+1
2025-10-22
rust: opp: use `CStr::as_char_ptr`
Tamir Duberstein
1
-3
/
+3
2025-10-22
rust: opp: fix broken rustdoc link
Tamir Duberstein
1
-1
/
+1
2025-10-21
Partially revert "rust: drm: gem: Implement AlwaysRefCounted for all gem obje...
Lyude Paul
1
-20
/
+16
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
8
-26
/
+33
2025-10-21
rust: lock: Add a Pin<&mut T> accessor
Daniel Almeida
1
-0
/
+25
2025-10-21
rust: lock: Pin the inner data
Daniel Almeida
1
-3
/
+8
2025-10-21
rust: lock: guard: Add T: Unpin bound to DerefMut
Daniel Almeida
2
-2
/
+8
2025-10-21
add `[pin_]init_scope` to execute code before creating an initializer
Benno Lossin
1
-0
/
+87
2025-10-20
rust: pci: move IRQ infrastructure to separate file
Danilo Krummrich
2
-233
/
+247
2025-10-20
rust: pci: move I/O infrastructure to separate file
Danilo Krummrich
2
-129
/
+145
2025-10-20
rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a>
Danilo Krummrich
1
-20
/
+18
2025-10-20
rust: remove spurious `use core::fmt::Debug`
Tamir Duberstein
1
-1
/
+0
2025-10-20
rust: pci: use `kernel::fmt`
Tamir Duberstein
1
-2
/
+1
2025-10-20
rust: debugfs: use `kernel::fmt`
Tamir Duberstein
4
-13
/
+12
2025-10-20
rust: alloc: use `kernel::fmt`
Tamir Duberstein
1
-7
/
+7
2025-10-18
rust: device: fix device context of Device::parent()
Danilo Krummrich
2
-9
/
+3
2025-10-17
rust: bitmap: fix formatting
Miguel Ojeda
1
-2
/
+6
2025-10-17
rust: cpufreq: fix formatting
Miguel Ojeda
1
-2
/
+1
2025-10-17
rust: alloc: employ a trailing comment to keep vertical layout
Miguel Ojeda
1
-1
/
+1
2025-10-16
Merge tag 'vfs-6.18-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-10-15
rust: bitmap: clean Rust 1.92.0 `unused_unsafe` warning
Miguel Ojeda
1
-0
/
+2
2025-10-15
rust: pci: Allocate and manage PCI interrupt vectors
Joel Fernandes
1
-13
/
+201
2025-10-13
Revert "USB: disable rust bindings from the build for now"
Greg Kroah-Hartman
3
-0
/
+4
2025-10-11
Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+1
2025-10-08
mm/ksm: fix flag-dropping behavior in ksm_madvise
Jakub Acs
1
-0
/
+1
2025-10-07
Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-3
/
+4
[prev]
[next]