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-7.0.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-09-02
rust: block: add remote completion to `Request`
Andreas Hindborg
3
-4
/
+38
2025-09-02
rust: block: mq: fix spelling in a safety comment
Andreas Hindborg
1
-1
/
+1
2025-09-02
rust: block: add `GenDisk` private data support
Andreas Hindborg
3
-16
/
+69
2025-09-02
rnull: enable configuration via `configfs`
Andreas Hindborg
1
-1
/
+1
2025-09-02
rust: block: add block related constants
Andreas Hindborg
1
-0
/
+13
2025-09-02
rust: block: remove trait bound from `mq::Request` definition
Andreas Hindborg
1
-1
/
+1
2025-09-02
rust: block: remove `RawWriter`
Andreas Hindborg
2
-57
/
+0
2025-09-02
rust: block: use `NullTerminatedFormatter`
Andreas Hindborg
3
-6
/
+8
2025-09-02
rust: block: normalize imports for `gen_disk.rs`
Andreas Hindborg
1
-3
/
+7
2025-09-02
rust: configfs: re-export `configfs_attrs` from `configfs` module
Andreas Hindborg
1
-0
/
+2
2025-09-02
rust: str: introduce `kstrtobool` function
Andreas Hindborg
1
-0
/
+79
2025-09-02
rust: str: introduce `NullTerminatedFormatter`
Andreas Hindborg
1
-0
/
+49
2025-09-02
rust: str: expose `str::{Formatter, RawFormatter}` publicly.
Andreas Hindborg
1
-5
/
+4
2025-09-02
rust: str: allow `str::Formatter` to format into `&mut [u8]`.
Andreas Hindborg
1
-6
/
+17
2025-09-02
rust: str: normalize imports in `str.rs`
Andreas Hindborg
1
-4
/
+5
2025-09-02
rust: device: fix unresolved link to drm::Device
Danilo Krummrich
1
-2
/
+3
2025-09-01
rust: pci: inline several tiny functions
John Hubbard
1
-0
/
+5
2025-09-01
rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
John Hubbard
2
-10
/
+26
2025-09-01
rust: pci: add DeviceId::from_class_and_vendor() method
John Hubbard
1
-0
/
+23
2025-09-01
rust: pci: provide access to PCI Vendor values
John Hubbard
2
-2
/
+336
2025-09-01
rust: pci: provide access to PCI Class and Class-related items
John Hubbard
2
-0
/
+247
2025-09-01
rust: file: use to_result for error handling
Onur Özkan
1
-4
/
+3
2025-09-01
rust: use the new name Location::file_as_c_str() in Rust >= 1.91.0
Alice Ryhl
1
-5
/
+10
2025-08-28
rust: transmute: add `from_bytes_copy` method to `FromBytes` trait
Alexandre Courbot
1
-0
/
+18
2025-08-28
rust: transmute: Add methods for FromBytes trait
Christian S. Lima
2
-1
/
+69
2025-08-28
rust: regulator: use `to_result` for error handling
Onur Özkan
1
-5
/
+2
2025-08-28
rust: mm: mark VmaNew as transparent
Baptiste Lepers
1
-0
/
+1
2025-08-27
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
1
-0
/
+4
2025-08-26
rust: opp: use to_result for error handling
Onur Özkan
1
-11
/
+5
2025-08-25
Merge 6.17-rc3 into driver-core-next
Greg Kroah-Hartman
8
-58
/
+357
2025-08-24
rust: alloc: remove `allocator_test`
Miguel Ojeda
2
-120
/
+0
2025-08-24
rust: kernel: remove support for unused host `#[test]`s
Miguel Ojeda
4
-14
/
+7
2025-08-23
Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-36
/
+290
2025-08-22
rust: transmute: add `as_bytes_mut` method to `AsBytes` trait
Alexandre Courbot
1
-0
/
+15
2025-08-22
rust: transmute: add `as_bytes` method for `AsBytes` trait
Alexandre Courbot
1
-1
/
+11
2025-08-21
rust: Add read_poll_timeout function
FUJITA Tomonori
2
-0
/
+105
2025-08-21
rust: Add cpu_relax() helper
FUJITA Tomonori
4
-0
/
+24
2025-08-21
rust: alloc: implement Box::pin_slice()
Alice Ryhl
1
-0
/
+77
2025-08-20
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1
-3
/
+13
2025-08-20
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-3
/
+13
2025-08-20
rust: opp: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-6
/
+7
2025-08-20
rust: drm: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
3
-3
/
+5
2025-08-19
rust,cred: update AlwaysRefCounted import to sync::aref
Shankari Anand
1
-5
/
+1
2025-08-19
rust: alloc: add ARCH_KMALLOC_MINALIGN to bindgen blocklist
Danilo Krummrich
1
-0
/
+1
2025-08-19
rust: fs: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+2
2025-08-19
rust: pid_namespace: update AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-4
/
+1
2025-08-19
Merge tag 'drm-misc-next-2025-08-14' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-4
/
+7
2025-08-17
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
1
-0
/
+11
2025-08-15
rust: dma: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-1
/
+1
2025-08-15
rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
5
-9
/
+11
[prev]
[next]