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
/
pci.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-17
rust: pci: fix incorrect platform reference in PCI driver probe doc comment
Rahul Rameshbabu
1
-2
/
+2
2025-09-17
rust: pci: fix incorrect platform reference in PCI driver unbind doc comment
Rahul Rameshbabu
1
-1
/
+1
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
1
-9
/
+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
1
-1
/
+1
2025-09-01
rust: pci: provide access to PCI Class and Class-related items
John Hubbard
1
-0
/
+11
2025-08-15
rust: driver-core: Update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
1
-2
/
+3
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
2025-08-15
rust: pci: use c_* types via kernel prelude
Abhinav Ananthu
1
-2
/
+2
2025-08-12
rust: pci: add irq accessors
Daniel Almeida
1
-2
/
+43
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-5
/
+8
2025-07-19
rust: pci: implement the `dma::Device` trait
Danilo Krummrich
1
-0
/
+2
2025-07-16
rust: device_id: split out index support into a separate trait
FUJITA Tomonori
1
-5
/
+6
2025-07-16
device: rust: rename Device::as_ref() to Device::from_raw()
Alice Ryhl
1
-1
/
+1
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
1
-1
/
+1
2025-07-09
rust: pci: implement Driver::unbind()
Danilo Krummrich
1
-1
/
+17
2025-07-09
rust: pci: use generic device drvdata accessors
Danilo Krummrich
1
-17
/
+14
2025-07-07
rust: pci: fix documentation related to Device instances
Rahul Rameshbabu
1
-1
/
+2
2025-07-01
rust: fix typo in #[repr(transparent)] comments
FUJITA Tomonori
1
-2
/
+2
2025-06-28
rust: devres: get rid of Devres' inner Arc
Danilo Krummrich
1
-10
/
+10
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
1
-2
/
+2
2025-06-22
rust: enable `clippy::as_underscore` lint
Tamir Duberstein
1
-3
/
+6
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
1
-1
/
+1
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
1
-7
/
+10
2025-05-25
rust: pci: fix docs related to missing Markdown code spans
Miguel Ojeda
1
-6
/
+9
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
1
-1
/
+1
2025-04-19
rust: pci: impl TryFrom<&Device> for &pci::Device
Danilo Krummrich
1
-1
/
+21
2025-04-17
rust: pci: move iomap_region() to impl Device<Bound>
Danilo Krummrich
1
-0
/
+2
2025-04-17
rust: pci: preserve device context in AsRef
Danilo Krummrich
1
-3
/
+5
2025-04-17
rust: device: implement impl_device_context_into_aref!
Danilo Krummrich
1
-6
/
+1
2025-04-17
rust: device: implement impl_device_context_deref!
Danilo Krummrich
1
-13
/
+3
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-53
/
+93
2025-03-20
rust: pci: require Send for Driver trait implementers
Danilo Krummrich
1
-1
/
+1
2025-03-18
rust: pci: impl Send + Sync for pci::Device
Danilo Krummrich
1
-0
/
+7
2025-03-17
rust: pci: fix unrestricted &mut pci::Device
Danilo Krummrich
1
-47
/
+85
2025-03-17
rust: pci: use to_result() in enable_device_mem()
Danilo Krummrich
1
-6
/
+1
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
1
-1
/
+1
2025-01-07
rust: driver: address soundness issue in `RegistrationOps`
Danilo Krummrich
1
-3
/
+5
2024-12-20
rust: pci: implement I/O mappable `pci::Bar`
Danilo Krummrich
1
-1
/
+141
2024-12-20
rust: pci: add basic PCI device / driver abstractions
Danilo Krummrich
1
-0
/
+292