1. 633426a edition: Fill in macro imports by David Tolnay · 5 years ago
  2. 902e7c8 edition: Use 2018-style paths in devices crate by David Tolnay · 5 years ago
  3. fdac5ed edition: Use dyn syntax for trait objects by David Tolnay · 5 years ago
  4. b3d382c pci: match pci cap structs with linux/virtio_pci.h by Daniel Prilik · 5 years ago
  5. 100e6e4 implement xhci and add it to pci bus by Jingkui Wang · 5 years ago
  6. fe3ef7d edition: Update absolute paths to 2018 style by David Tolnay · 5 years ago
  7. 7374f32 devices: PCI: add capabilities callback by Daniel Prilik · 5 years ago
  8. df4cf17 devices: PCI: fix underflow for 64 bit BAR config by Daniel Prilik · 5 years ago
  9. 4a63b68 PCI: Return results from pci setup functions by Dylan Reid · 5 years ago
  10. e4ece32 ac97: Add top level unit test by Dylan Reid · 5 years ago
  11. c69f975 error: Consistently use Display instead of error description() by David Tolnay · 5 years ago
  12. 5e1b46c ac97: Fix setting the pci config by Dylan Reid · 5 years ago
  13. e32a6c9 devices: PCI: use configuration callback by Gurchetan Singh · 6 years ago
  14. 036ba33 devices: use PCI bar configuration when adding regions by Gurchetan Singh · 6 years ago
  15. 948a3ab devices: pci: define a PCI bar configuration struct by Gurchetan Singh · 6 years ago
  16. b4bd00f error: Print errors using Display impl by David Tolnay · 6 years ago
  17. b58b552 devices: Add an Ac97 PCI device by Dylan Reid · 6 years ago
  18. 3ba0098 crosvm: add debug labels to devices for improved SIGCHLD logs by Zach Reizner · 6 years ago
  19. f6752e7 devices: add on_sandboxed by Jingkui Wang · 6 years ago
  20. 1d4d44a sync: Mutex type with methods that panic instead of return error by David Tolnay · 6 years ago
  21. 5bbbf61 lint: Resolve the easier clippy lints by David Tolnay · 6 years ago
  22. 21fb34f devices: Remove duplicated doc comments in impl block by David Tolnay · 6 years ago
  23. 120d95e devices: pci: support level-triggered interrupts by Daniel Verkamp · 6 years ago
  24. 8eceba3 devices: make PCI work in --disable-sandbox mode by Daniel Verkamp · 6 years ago
  25. cf2e00e arch: add virtio-pci eventfds with exact match by Daniel Verkamp · 6 years ago
  26. 55a9e50 cargo fmt all source code by Zach Reizner · 6 years ago
  27. f3a3a87 devices: pci: add MMIO config access mechanism by Daniel Verkamp · 6 years ago
  28. 28a671a devices: pci: refactor config access mechanism by Daniel Verkamp · 6 years ago
  29. aee0ac2 devices: pci: make more registers read only by Daniel Verkamp · 6 years ago
  30. b2d6ffa devices: pci: ignore writable_bits when adding caps by Daniel Verkamp · 6 years ago
  31. 90c6ad0 devices: pci: fix add_bar return value by Dylan Reid · 6 years ago
  32. aa12c74 devices: pci: add ioeventfds to PciDevice trait by Dylan Reid · 6 years ago
  33. c5a6762 devices: pci: add keep_fds to PciDevice by Daniel Verkamp · 6 years ago
  34. 4f228cb devices: pci: add Programming Interface to device by Daniel Verkamp · 6 years ago
  35. 0f579cb move pci root creation to arch by Dylan Reid · 6 years ago
  36. a1422e6 fix warning and bit rotted tests uncovered by kokoro by Zach Reizner · 6 years ago
  37. 96c4a6d devices: pci: add subsystem vendor and device ID by Dylan Reid · 6 years ago
  38. 11809f6 devices: pci: fix capability mask in status reg by Dylan Reid · 6 years ago
  39. ed2b3e0 pci: add tests for add_capability() by Daniel Verkamp · 6 years ago
  40. b47c692 Remove sync requirements of pci device trait by Jingkui Wang · 6 years ago
  41. 660a653 Add capabilities to PCI configuration space by Dylan Reid · 6 years ago
  42. c1ce54a pci: Add serial bus subclass by Jingkui Wang · 6 years ago
  43. 86fdb1d devices: pci - Add a PCI root bridge by Dylan Reid · 6 years ago
  44. cc08cdb devices: pci - Add PciDevice by Dylan Reid · 6 years ago
  45. b4e7ea3 devices: pci - Add PciConfiguration by Dylan Reid · 6 years ago
  46. 9b871c2 devices: Add pci_types by Dylan Reid · 6 years ago