aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-09PCI PM: Introduce device flag wakeup_preparedRafael J. Wysocki1-0/+1
2009-09-09PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman1-0/+4
2009-09-09PCI: separate out pci_add_dynid()Tejun Heo1-0/+5
2009-09-09PCI: support for PCI Express fundamental resetMike Mason1-0/+1
2009-09-09PCI/GPU: implement VGA arbitration on LinuxBenjamin Herrenschmidt1-0/+2
2009-09-09PCI: expose function reset capability in sysfsMichael S. Tsirkin1-0/+1
2009-06-29PCI: make pci_name() take const argumentAlexey Zaytsev1-1/+1
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds1-0/+2
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-11/+24
2009-06-16PCI PM: consistently use type bool for wake enable variableFrans Pop1-1/+1
2009-06-16PCI: cleanup Function Level ResetYu Zhao1-1/+1
2009-06-16PCI AER: support Multiple Error Received and no error source idZhang, Yanmin1-1/+1
2009-06-16PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige1-0/+5
2009-06-16PCI: Add pci_bus_set_opsHuang Ying1-0/+1
2009-06-15PCI: add power-state name stringsAlan Stern1-0/+8
2009-06-11PCI: Add support for turning PCIe ECRC on or offAndrew Patterson1-0/+11
2009-06-11PCI: remove deprecated pci_find_slot() interfaceAlex Chiang1-8/+0
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu1-0/+4
2009-05-18PCI: support the ATS capabilityYu Zhao1-0/+2
2009-04-06PCI: Setup disabled bridges even if buses are addedYuji Shimada1-0/+5
2009-04-01Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-4/+57
2009-03-30PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2)Rafael J. Wysocki1-0/+1
2009-03-20PCI: Introduce pci_rescan_bus()Alex Chiang1-0/+3
2009-03-20PCI: pci_is_root_bus helperKenji Kaneshige1-0/+9
2009-03-20PCI: handle SR-IOV Virtual Function MigrationYu Zhao1-0/+6
2009-03-20PCI: add SR-IOV API for Physical Function driverYu Zhao1-1/+18
2009-03-20PCI: initialize and release SR-IOV capabilityYu Zhao1-0/+11
2009-03-20PCI MSI: Add support for multiple MSIMatthew Wilcox1-2/+4
2009-03-19PCI: constify pci_bus_assign_resources()Andrew Morton1-1/+1
2009-03-19PCI: constify pci_bus_add_devices()akpm@linux-foundation.org1-1/+1
2009-03-19PCI/MSI: Introduce pci_msix_table_size()Rafael J. Wysocki1-0/+5
2009-02-04PCI: return error on failure to read PCI ROMsTimothy S. Nelson1-1/+1
2009-01-16PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki1-0/+5
2009-01-07x86/PCI: Do not use interrupt links for devices using MSI-XRafael J. Wysocki1-0/+9
2009-01-07PCI: Add pci_clear_master() as opposite of pci_set_master()Ben Hutchings1-0/+1
2009-01-07PCI: add interface to set visible size of VPDStephen Hemminger1-0/+1
2009-01-07PCI: revise VPD access interfaceStephen Hemminger1-0/+4
2009-01-07PCI: add pci_common_swizzle() for INTx swizzlingBjorn Helgaas1-0/+1
2009-01-07PCI: define PCI resource names in an 'enum'Yu Zhao1-13/+24
2009-01-07PCI: remove unnecessary arg of pci_update_resource()Yu Zhao1-1/+1
2009-01-07PCI: uninline pci_ioremap_bar()Andrew Morton1-14/+1
2009-01-07PCI: add pci_swizzle_interrupt_pin()Bjorn Helgaas1-0/+1
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven1-0/+3
2009-01-07ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge addedAndrew Patterson1-0/+5
2009-01-07ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge addedAndrew Patterson1-0/+9
2009-01-07ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson1-0/+2
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-1/+0
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-0/+6
2008-11-03PCI: annotate return value of pci_ioremap_bar with __iomemHarvey Harrison1-1/+1
2008-10-28Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirksIngo Molnar1-14/+55