- 289e3ea PCI: Use PCI_ERROR_RESPONSE to identify config read errors by Naveen Naidu · 3 years, 2 months ago
- 316df70 PCI: Drop error data fabrication when config read fails by Naveen Naidu · 3 years, 2 months ago
- 9bc9310 PCI: Use PCI_SET_ERROR_RESPONSE() for disconnected devices by Naveen Naidu · 3 years, 2 months ago
- f4f7eb4 PCI: Set error response data when config read fails by Naveen Naidu · 3 years, 2 months ago
- 0caa17f Merge branch 'pci/misc' by Bjorn Helgaas · 4 years, 5 months ago
- 2a7e32d0 PCI: Fix pci_cfg_wait queue locking problem by Bjorn Helgaas · 4 years, 7 months ago
- b915358 PCI: Align PCIe capability and PCI accessor return values by Bolarinwa Olayemi Saheed · 4 years, 7 months ago
- af65d1a PCI/AER: Save AER Capability for suspend/resume by Patel, Mayurkumar · 5 years ago
- 984998e PCI: Make pcie_downstream_port() available outside of access.c by Mika Westerberg · 5 years ago
- 5180fd9 PCI: Uninline PCI bus accessors for better ftracing by Keith Busch · 6 years ago
- c8afd5e Merge branch 'pci/vpd' by Bjorn Helgaas · 7 years ago
- df62ab5 PCI: Tidy comments by Bjorn Helgaas · 7 years ago
- f0eb77a PCI/VPD: Move VPD access code to vpd.c by Bjorn Helgaas · 7 years ago
- ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
- 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
- 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
- 714fe38 PCI: Provide Kconfig option for lockless config space accessors by Thomas Gleixner · 8 years ago
- 449e2f9 PCI: Make error code types consistent in pci_{read,write}_config_* by Brian Norris · 8 years ago
- 94f543b Merge branch 'pci/misc' into next by Bjorn Helgaas · 8 years ago
- 9b70ae4 PCI: Include PCI-to-PCIe bridges as "Downstream Ports" by Bjorn Helgaas · 8 years ago
- 0b131b1 PCI: Fix typo pci_cfg_access_lock() comment by Brian Norris · 8 years ago
- 4b10388 PCI: Don't attempt config access to disconnected devices by Keith Busch · 8 years ago
- d3881e5 PCI: Export PCI device config accessors by Keith Busch · 8 years ago
- 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
- 4c2ae32 Merge branch 'pci/vpd' into next by Bjorn Helgaas · 8 years ago
- 4f69bd1 PCI: Increase VPD access timeout to 125ms by Matthew R. Ochs · 8 years ago
- cdcb33f PCI: Avoid possible deadlock on pci_lock and p->pi_lock by Bjorn Helgaas · 8 years ago
- fb26592 PCI: Warn on possible RW1C corruption for sub-32 bit config writes by Bjorn Helgaas · 8 years ago
- cb92148 PCI: Add pci_set_vpd_size() to set VPD size by Hariprasad Shenai · 9 years ago
- c521b01 PCI: Sleep rather than busy-wait for VPD access completion by Bjorn Helgaas · 9 years ago
- 408641e PCI: Fold struct pci_vpd_pci22 into struct pci_vpd by Bjorn Helgaas · 9 years ago
- f1cd93f PCI: Rename VPD symbols to remove unnecessary "pci22" by Bjorn Helgaas · 9 years ago
- da00684 PCI: Remove struct pci_vpd_ops.release function pointer by Bjorn Helgaas · 9 years ago
- 6437907 PCI: Move pci_vpd_release() from header file to pci/access.c by Bjorn Helgaas · 9 years ago
- fc0a407 PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD code by Bjorn Helgaas · 9 years ago
- 104daa7 PCI: Determine actual VPD size on first access by Hannes Reinecke · 9 years ago
- c556388 PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busy by Bjorn Helgaas · 9 years ago
- ff3ce48 PCI: Fix all whitespace issues by Bogicevic Sasa · 9 years ago
- da2d03e PCI: Use function 0 VPD for identical functions, regular VPD for others by Alex Williamson · 9 years ago
- 9d92407 PCI: Fix devfn for VPD access through function 0 by Alex Williamson · 9 years ago
- 932c435 PCI: Add dev_flags bit to access VPD through function 0 by Mark Rustad · 10 years ago
- ffb4d60 PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports) by Bjorn Helgaas · 10 years ago
- 1f94a94 PCI: Add generic config accessors by Rob Herring · 10 years ago
- 7a1562d PCI: Apply _HPX Link Control settings to all devices with a link by Yinghai Lu · 10 years ago
- 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 11 years ago
- d97ffe2 PCI: Fix return value from pci_user_{read,write}_config_*() by Gavin Shan · 11 years ago
- 3984ca1 PCI: Remove unused pci_vpd_truncate() by Stephen Hemminger · 11 years ago
- fed2451 PCI: Remove pcie_cap_has_devctl() by Bjorn Helgaas · 11 years ago
- 6d3a174 PCI: Support PCIe Capability Slot registers only for ports with slots by Bjorn Helgaas · 11 years ago
- c8b303d PCI: Remove PCIe Capability version checks by Bjorn Helgaas · 11 years ago
- d3694d4 PCI: Allow PCIe Capability link-related register access for switches by Bjorn Helgaas · 11 years ago
- 969daa3 PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS by Alex Williamson · 12 years ago
- 1c531d8 PCI: Use PCI Express Capability accessor by Myron Stowe · 12 years ago
- 8c0d3a0 PCI: Add accessors for PCI Express Capability by Jiang Liu · 12 years ago
- c63587d PCI: export pci_user functions for use by other drivers by Alex Williamson · 13 years ago
- a2e2778 PCI: Introduce INTx check & mask API by Jan Kiszka · 13 years ago
- fb51ccb PCI: Rework config space blocking services by Jan Kiszka · 13 years ago
- 34e3207 PCI: handle positive error codes by Greg Thelen · 14 years ago
- d97ecd8 PCI: check pci_vpd_pci22_wait() return by Greg Thelen · 14 years ago
- 5030718 PCI: output FW warning in pci_read/write_vpd by Prarit Bhargava · 15 years ago
- 511dd98 PCI: Convert pci_lock to raw_spinlock by Thomas Gleixner · 15 years ago
- 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
- a72b46c PCI: Add pci_bus_set_ops by Huang Ying · 16 years ago
- cffb2fa docbooks: add/fix PCI kernel-doc by Randy Dunlap · 16 years ago
- d407e32 PCI: Fix oops in pci_vpd_truncate by Anton Vorontsov · 16 years ago
- db56794 PCI: add interface to set visible size of VPD by Stephen Hemminger · 16 years ago
- 287d19c PCI: revise VPD access interface by Stephen Hemminger · 16 years ago
- 1120f8b PCI: handle long delays in VPD access by Stephen Hemminger · 16 years ago
- 99cb233d PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. by Benjamin Li · 17 years ago
- 94e6108 PCI: Expose PCI VPD through sysfs by Ben Hutchings · 17 years ago
- f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
- 7ea7e98 PCI: Block on access to temporarily unavailable pci device by Matthew Wilcox · 18 years ago
- 48b1914 [PATCH] PCI: drivers/pci/: small cleanups by Adrian Bunk · 19 years ago
- e04b0ea [PATCH] PCI: Block config access during BIST by Brian King · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago