1. 94f543b Merge branch 'pci/misc' into next by Bjorn Helgaas · 8 years ago
  2. 9b70ae4 PCI: Include PCI-to-PCIe bridges as "Downstream Ports" by Bjorn Helgaas · 8 years ago
  3. 0b131b1 PCI: Fix typo pci_cfg_access_lock() comment by Brian Norris · 8 years ago
  4. 4b10388 PCI: Don't attempt config access to disconnected devices by Keith Busch · 8 years ago
  5. d3881e5 PCI: Export PCI device config accessors by Keith Busch · 8 years ago
  6. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  7. 4c2ae32 Merge branch 'pci/vpd' into next by Bjorn Helgaas · 8 years ago
  8. 4f69bd1 PCI: Increase VPD access timeout to 125ms by Matthew R. Ochs · 8 years ago
  9. cdcb33f PCI: Avoid possible deadlock on pci_lock and p->pi_lock by Bjorn Helgaas · 8 years ago
  10. fb26592 PCI: Warn on possible RW1C corruption for sub-32 bit config writes by Bjorn Helgaas · 8 years ago
  11. cb92148 PCI: Add pci_set_vpd_size() to set VPD size by Hariprasad Shenai · 9 years ago
  12. c521b01 PCI: Sleep rather than busy-wait for VPD access completion by Bjorn Helgaas · 9 years ago
  13. 408641e PCI: Fold struct pci_vpd_pci22 into struct pci_vpd by Bjorn Helgaas · 9 years ago
  14. f1cd93f PCI: Rename VPD symbols to remove unnecessary "pci22" by Bjorn Helgaas · 9 years ago
  15. da00684 PCI: Remove struct pci_vpd_ops.release function pointer by Bjorn Helgaas · 9 years ago
  16. 6437907 PCI: Move pci_vpd_release() from header file to pci/access.c by Bjorn Helgaas · 9 years ago
  17. fc0a407 PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD code by Bjorn Helgaas · 9 years ago
  18. 104daa7 PCI: Determine actual VPD size on first access by Hannes Reinecke · 9 years ago
  19. c556388 PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busy by Bjorn Helgaas · 9 years ago
  20. ff3ce48 PCI: Fix all whitespace issues by Bogicevic Sasa · 9 years ago
  21. da2d03e PCI: Use function 0 VPD for identical functions, regular VPD for others by Alex Williamson · 9 years ago
  22. 9d92407 PCI: Fix devfn for VPD access through function 0 by Alex Williamson · 9 years ago
  23. 932c435 PCI: Add dev_flags bit to access VPD through function 0 by Mark Rustad · 9 years ago
  24. ffb4d60 PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports) by Bjorn Helgaas · 9 years ago
  25. 1f94a94 PCI: Add generic config accessors by Rob Herring · 10 years ago
  26. 7a1562d PCI: Apply _HPX Link Control settings to all devices with a link by Yinghai Lu · 10 years ago
  27. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 11 years ago
  28. d97ffe2 PCI: Fix return value from pci_user_{read,write}_config_*() by Gavin Shan · 11 years ago
  29. 3984ca1 PCI: Remove unused pci_vpd_truncate() by Stephen Hemminger · 11 years ago
  30. fed2451 PCI: Remove pcie_cap_has_devctl() by Bjorn Helgaas · 11 years ago
  31. 6d3a174 PCI: Support PCIe Capability Slot registers only for ports with slots by Bjorn Helgaas · 11 years ago
  32. c8b303d PCI: Remove PCIe Capability version checks by Bjorn Helgaas · 11 years ago
  33. d3694d4 PCI: Allow PCIe Capability link-related register access for switches by Bjorn Helgaas · 11 years ago
  34. 969daa3 PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS by Alex Williamson · 12 years ago
  35. 1c531d8 PCI: Use PCI Express Capability accessor by Myron Stowe · 12 years ago
  36. 8c0d3a0 PCI: Add accessors for PCI Express Capability by Jiang Liu · 12 years ago
  37. c63587d PCI: export pci_user functions for use by other drivers by Alex Williamson · 13 years ago
  38. a2e2778 PCI: Introduce INTx check & mask API by Jan Kiszka · 13 years ago
  39. fb51ccb PCI: Rework config space blocking services by Jan Kiszka · 13 years ago
  40. 34e3207 PCI: handle positive error codes by Greg Thelen · 14 years ago
  41. d97ecd8 PCI: check pci_vpd_pci22_wait() return by Greg Thelen · 14 years ago
  42. 5030718 PCI: output FW warning in pci_read/write_vpd by Prarit Bhargava · 15 years ago
  43. 511dd98 PCI: Convert pci_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  44. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  45. a72b46c PCI: Add pci_bus_set_ops by Huang Ying · 16 years ago
  46. cffb2fa docbooks: add/fix PCI kernel-doc by Randy Dunlap · 16 years ago
  47. d407e32 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 16 years ago
  48. db56794 PCI: add interface to set visible size of VPD by Stephen Hemminger · 16 years ago
  49. 287d19c PCI: revise VPD access interface by Stephen Hemminger · 16 years ago
  50. 1120f8b PCI: handle long delays in VPD access by Stephen Hemminger · 16 years ago
  51. 99cb233d PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. by Benjamin Li · 16 years ago
  52. 94e6108 PCI: Expose PCI VPD through sysfs by Ben Hutchings · 17 years ago
  53. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
  54. 7ea7e98 PCI: Block on access to temporarily unavailable pci device by Matthew Wilcox · 18 years ago
  55. 48b1914 [PATCH] PCI: drivers/pci/: small cleanups by Adrian Bunk · 19 years ago
  56. e04b0ea [PATCH] PCI: Block config access during BIST by Brian King · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago