aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pci.h
AgeCommit message (Expand)Author
2009-12-14PCI: Global variable decls must match the defs in section attributesDavid Howells
2009-12-04PCI: add pci_request_acsChris Wright
2009-11-24PCI: introduce pci_is_pcie()Kenji Kaneshige
2009-11-24PCI: introduce pci_pcie_cap()Kenji Kaneshige
2009-11-06PCI: cache PCIe capability offsetKenji Kaneshige
2009-11-04PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson
2009-11-04PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch
2009-11-04pccard: configure CLS on attachTejun Heo
2009-11-04PCI: determine CLS more intelligentlyJesse Barnes
2009-09-09PCI PM: Introduce device flag wakeup_preparedRafael J. Wysocki
2009-09-09PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman
2009-09-09PCI: separate out pci_add_dynid()Tejun Heo
2009-09-09PCI: support for PCI Express fundamental resetMike Mason
2009-09-09PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt
2009-09-09PCI: expose function reset capability in sysfsMichael S. Tsirkin
2009-06-29PCI: make pci_name() take const argumentAlexey Zaytsev
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-06-16PCI PM: consistently use type bool for wake enable variableFrans Pop
2009-06-16PCI: cleanup Function Level ResetYu Zhao
2009-06-16PCI AER: support Multiple Error Received and no error source idZhang, Yanmin
2009-06-16PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige
2009-06-16PCI: Add pci_bus_set_opsHuang Ying
2009-06-15PCI: add power-state name stringsAlan Stern
2009-06-11PCI: Add support for turning PCIe ECRC on or offAndrew Patterson
2009-06-11PCI: remove deprecated pci_find_slot() interfaceAlex Chiang
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu
2009-05-18PCI: support the ATS capabilityYu Zhao
2009-04-06PCI: Setup disabled bridges even if buses are addedYuji Shimada
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2009-03-30PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)Rafael J. Wysocki
2009-03-20PCI: Introduce pci_rescan_bus()Alex Chiang
2009-03-20PCI: pci_is_root_bus helperKenji Kaneshige
2009-03-20PCI: handle SR-IOV Virtual Function MigrationYu Zhao
2009-03-20PCI: add SR-IOV API for Physical Function driverYu Zhao
2009-03-20PCI: initialize and release SR-IOV capabilityYu Zhao
2009-03-20PCI MSI: Add support for multiple MSIMatthew Wilcox
2009-03-19PCI: constify pci_bus_assign_resources()Andrew Morton
2009-03-19PCI: constify pci_bus_add_devices()akpm@linux-foundation.org
2009-03-19PCI/MSI: Introduce pci_msix_table_size()Rafael J. Wysocki
2009-02-04PCI: return error on failure to read PCI ROMsTimothy S. Nelson
2009-01-16PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki
2009-01-07x86/PCI: Do not use interrupt links for devices using MSI-XRafael J. Wysocki
2009-01-07PCI: Add pci_clear_master() as opposite of pci_set_master()Ben Hutchings
2009-01-07PCI: add interface to set visible size of VPDStephen Hemminger
2009-01-07PCI: revise VPD access interfaceStephen Hemminger
2009-01-07PCI: add pci_common_swizzle() for INTx swizzlingBjorn Helgaas
2009-01-07PCI: define PCI resource names in an 'enum'Yu Zhao
2009-01-07PCI: remove unnecessary arg of pci_update_resource()Yu Zhao
2009-01-07PCI: uninline pci_ioremap_bar()Andrew Morton