aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+21
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+14
2012-12-10Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas1-1/+1
2012-12-10PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas1-1/+1
2012-12-06Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas1-0/+3
2012-12-05PCI: Add support for non-BAR ROMsMatthew Garrett1-0/+2
2012-12-05PCI: Add pcibios_add_deviceMatthew Garrett1-0/+1
2012-11-28PCI: Remove __dev* markingsBill Pemberton1-3/+3
2012-11-28PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-11-28Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+3
2012-11-26PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil1-0/+3
2012-11-14tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir1-0/+14
2012-11-13Merge branch 'pci/don-sriov' into nextBjorn Helgaas1-0/+11
2012-11-09PCI: Provide method to reduce the number of total VFs supportedDonald Dutile1-0/+10
2012-11-09PCI: SRIOV control and status via sysfsDonald Dutile1-0/+1
2012-11-07PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi1-1/+1
2012-11-03PCI: Add pci_stop_and_remove_root_bus()Yinghai Lu1-0/+2
2012-10-30PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu1-0/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-24/+1
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+1
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-11Merge branch 'pci/gavin-window-alignment' into nextBjorn Helgaas1-0/+2
2012-09-11PCI: Add weak pcibios_window_alignment() interfaceGavin Shan1-0/+2
2012-09-10PCI: Drop duplicate const in DECLARE_PCI_FIXUP_SECTIONMathias Krause1-1/+1
2012-09-07PCI: Make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas1-4/+0
2012-08-23Merge branch 'pci/bjorn-find-next-ext-cap' into nextBjorn Helgaas1-0/+1
2012-08-23PCI: Add accessors for PCI Express CapabilityJiang Liu1-0/+33
2012-08-23PCI: Remove unused field pcie_type from struct pci_devYijing Wang1-1/+0
2012-08-22PCI: Add pci_find_next_ext_capability()Bjorn Helgaas1-0/+1
2012-08-22PCI: Remove unused pci_dev_b()Bjorn Helgaas1-1/+0
2012-08-22PCI: Remove pci_stop_and_remove_behind_bridge()Bjorn Helgaas1-1/+0
2012-08-22PCI: Don't export stop_bus_device and remove_bus_device interfacesBjorn Helgaas1-2/+0
2012-08-20PCI: Add pcie_flags_reg to cache PCIe capabilities registerYijing Wang1-0/+10
2012-07-10Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas1-0/+1
2012-07-09PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas1-0/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-0/+1
2012-06-26PCI: pull pcibios_setup() up into coreMyron Stowe1-0/+1
2012-06-23Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas1-4/+12
2012-06-23PCI/PM: add PCIe runtime D3cold supportHuang Ying1-4/+12
2012-06-18Merge branch 'topic/jan-intx-masking' into nextBjorn Helgaas1-0/+1
2012-06-18Merge branch 'topic/stowe-cap-cleanup' into nextBjorn Helgaas1-1/+0
2012-06-16PCI: add infrastructure for devices with broken INTx maskingBjorn Helgaas1-0/+1
2012-06-13Merge branch 'topic/alex-vfio-prep' into nextBjorn Helgaas1-1/+51
2012-06-13Merge branch 'topic/bjorn-remove-unused' into nextBjorn Helgaas1-2/+0
2012-06-13PCI: add default busn_resourceYinghai Lu1-0/+2
2012-06-13PCI: add busn_res operation functionsYinghai Lu1-0/+3
2012-06-13PCI: remove secondary/subordinate in struct pci_busYinghai Lu1-2/+0
2012-06-13PCI: add busn_res in struct pci_busYinghai Lu1-0/+1
2012-06-12PCI: create common pcibios_err_to_errnoAlex Williamson1-0/+26