index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
(
follow
)
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-08-31
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-27
rust: mm: mark VmaNew as transparent
Baptiste Lepers
1
-0
/
+1
2025-08-26
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
7
-55
/
+344
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
3
-6
/
+6
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
2
-0
/
+15
2025-08-21
rust: alloc: implement Box::pin_slice()
Alice Ryhl
1
-0
/
+77
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: 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-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
2025-08-15
rust: alloc: take the allocator into account for FOREIGN_ALIGN
Alice Ryhl
2
-7
/
+12
2025-08-15
rust: alloc: specify the minimum alignment of each allocator
Alice Ryhl
2
-0
/
+16
2025-08-15
rust: Add several miscellaneous PCI helpers
Alistair Popple
1
-0
/
+44
2025-08-15
rust: Update PCI binding safety comments and add inline compiler hint
Alistair Popple
1
-2
/
+6
[prev]
[next]