index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
pci.rs
Age
Commit message (
Expand
)
Author
Lines
2026-02-01
rust: pci: re-export ConfigSpace
Zijing Zhang
-0
/
+1
2026-01-26
Merge tag 'v6.19-rc7' into driver-core-next
Danilo Krummrich
-9
/
+18
2026-01-24
rust: pci: remove redundant `.as_ref()` for `dev_*` print
Gary Guo
-1
/
+1
2026-01-23
rust: pci: add config space read/write support
Zhi Wang
-1
/
+7
2026-01-16
rust: driver: drop device private data post unbind
Danilo Krummrich
-2
/
+2
2026-01-16
rust: driver: add DriverData type to the DriverLayout trait
Danilo Krummrich
-0
/
+2
2026-01-16
rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait
Danilo Krummrich
-0
/
+3
2026-01-16
rust: driver: introduce a DriverLayout trait
Danilo Krummrich
-7
/
+11
2025-11-18
rust: Add trait to convert a device reference to a bus device reference
Markus Probst
-0
/
+7
2025-11-11
rust: pci: use "kernel vertical" style for imports
Danilo Krummrich
-8
/
+27
2025-10-29
rust: device: narrow the generic of drvdata_obtain()
Danilo Krummrich
-1
/
+1
2025-10-23
rust: pci: normalise spelling of PCI BAR
Peter Colberg
-2
/
+2
2025-10-21
rust: driver: let probe() return impl PinInit<Self, Error>
Danilo Krummrich
-4
/
+4
2025-10-20
rust: pci: move IRQ infrastructure to separate file
Danilo Krummrich
-233
/
+3
2025-10-20
rust: pci: move I/O infrastructure to separate file
Danilo Krummrich
-129
/
+4
2025-10-20
rust: pci: implement TryInto<IrqRequest<'a>> for IrqVector<'a>
Danilo Krummrich
-20
/
+18
2025-10-15
rust: pci: Allocate and manage PCI interrupt vectors
Joel Fernandes
-13
/
+201
2025-09-17
rust: pci: fix incorrect platform reference in PCI driver probe doc comment
Rahul Rameshbabu
-2
/
+2
2025-09-17
rust: pci: fix incorrect platform reference in PCI driver unbind doc comment
Rahul Rameshbabu
-1
/
+1
2025-09-01
rust: pci: inline several tiny functions
John Hubbard
-0
/
+5
2025-09-01
rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*
John Hubbard
-9
/
+26
2025-09-01
rust: pci: add DeviceId::from_class_and_vendor() method
John Hubbard
-0
/
+23
2025-09-01
rust: pci: provide access to PCI Vendor values
John Hubbard
-1
/
+1
2025-09-01
rust: pci: provide access to PCI Class and Class-related items
John Hubbard
-0
/
+11
2025-08-15
rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
-2
/
+3
2025-08-15
rust: Add several miscellaneous PCI helpers
Alistair Popple
-0
/
+44
2025-08-15
rust: Update PCI binding safety comments and add inline compiler hint
Alistair Popple
-2
/
+6
2025-08-15
rust: pci: use c_* types via kernel prelude
Abhinav Ananthu
-2
/
+2
2025-08-12
rust: pci: add irq accessors
Daniel Almeida
-2
/
+43
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
-5
/
+8
2025-07-19
rust: pci: implement the `dma::Device` trait
Danilo Krummrich
-0
/
+2
2025-07-16
rust: device_id: split out index support into a separate trait
FUJITA Tomonori
-5
/
+6
2025-07-16
device: rust: rename Device::as_ref() to Device::from_raw()
Alice Ryhl
-1
/
+1
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
-1
/
+1
2025-07-09
rust: pci: implement Driver::unbind()
Danilo Krummrich
-1
/
+17
2025-07-09
rust: pci: use generic device drvdata accessors
Danilo Krummrich
-17
/
+14
2025-07-07
rust: pci: fix documentation related to Device instances
Rahul Rameshbabu
-1
/
+2
2025-07-01
rust: fix typo in #[repr(transparent)] comments
FUJITA Tomonori
-2
/
+2
2025-06-28
rust: devres: get rid of Devres' inner Arc
Danilo Krummrich
-10
/
+10
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
-2
/
+2
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
-3
/
+6
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
-1
/
+1
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
-7
/
+10
2025-05-25
rust: pci: fix docs related to missing Markdown code spans
Miguel Ojeda
-6
/
+9
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
-1
/
+1
2025-04-19
rust: pci: impl TryFrom<&Device> for &pci::Device
Danilo Krummrich
-1
/
+21
2025-04-17
rust: pci: move iomap_region() to impl Device<Bound>
Danilo Krummrich
-0
/
+2
2025-04-17
rust: pci: preserve device context in AsRef
Danilo Krummrich
-3
/
+5
2025-04-17
rust: device: implement impl_device_context_into_aref!
Danilo Krummrich
-6
/
+1
2025-04-17
rust: device: implement impl_device_context_deref!
Danilo Krummrich
-13
/
+3
[next]