summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/betty-aer-v3' into nextBjorn Helgaas2013-06-073-35/+33
|\
| * PCI/AER: Reset link for devices below Root Port or Downstream PortBetty Dall2013-06-061-8/+9
| * PCI/AER: Move AER severity defines to aer.hBetty Dall2013-06-061-4/+0
| * PCI/AER: Set dev->__aer_firmware_first only for matching devicesBjorn Helgaas2013-06-061-4/+4
| * PCI/AER: Factor out HEST device type matchingBjorn Helgaas2013-06-061-18/+17
| * PCI/AER: Don't parse HEST table for non-PCIe devicesBjorn Helgaas2013-06-061-2/+4
* | Merge branch 'pci/jiang-iov-fixes' into nextBjorn Helgaas2013-06-052-5/+30
|\ \
| * | PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functionsJiang Liu2013-06-051-2/+28
| * | PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao2013-05-311-3/+2
| |/
* | Merge branch 'pci/alexander-msi' into nextBjorn Helgaas2013-06-051-2/+8
|\ \
| * | PCI: Allocate only as many MSI vectors as requested by driverAlexander Gordeev2013-05-281-2/+8
| |/
* | Merge branch 'pci/shane-amd-ahci-i2c' into nextBjorn Helgaas2013-06-041-0/+2
|\ \
| * | ahci: Add AMD CZ SATA device IDShane Huang2013-06-031-0/+2
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-025-28/+22
|\ \
| * | PCI: Replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-021-9/+9
| * | PCI: Replace printks with appropriate pr_*()Yijing Wang2013-05-281-2/+2
| * | PCI: Fix kerneldoc for pci_disable_link_state()Yijing Wang2013-05-281-4/+9
| * | PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()Wang Sheng-Hui2013-05-281-1/+1
| * | PCI: Convert ioapic.c to module_pci_driverLibo Chen2013-05-281-12/+1
* | | Merge branch 'pci/kevin-bus-to-resource' into nextBjorn Helgaas2013-05-261-6/+25
|\ \ \ | |/ / |/| |
| * | PCI: Unset resource if initial BAR value is invalidKevin Hao2013-05-251-1/+21
| * | PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()Kevin Hao2013-05-251-3/+2
| * | PCI: Add 0x prefix to BAR register position in __pci_read_base()Kevin Hao2013-05-251-2/+2
| |/
* | PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do itBjorn Helgaas2013-05-211-3/+13
* | PCI: Work around Ivytown NTB BAR size issueJon Mason2013-05-151-0/+25
|/
* Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-093-3/+5
|\
| * PCI: Delay final fixups until resources are assignedYinghai Lu2013-05-072-1/+1
| * PCI: Set ->mask_pos correctlyDan Carpenter2013-04-301-2/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-021-1/+1
|\ \
| * | pci: Set dev->dev.type in alloc_pci_devBrian King2013-04-181-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-23/+11
|\ \ \
| * | | proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-9/+3
| * | | proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
| * | | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-13/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+41
|\ \ \ \ | |_|_|/ |/| | |
| * | | pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck2013-04-251-0/+41
| | |/ | |/|
* | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-2936-791/+591
|\ \ \
| * \ \ Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2013-04-242-120/+80
| |\ \ \
| | * | | PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-04-231-2/+2
| | * | | PCI: Drop msi_mask_reg() and remove drivers/pci/msi.hBjorn Helgaas2013-04-232-14/+2
| | * | | PCI: Use msix_table_size() directly, drop multi_msix_capable()Bjorn Helgaas2013-04-232-5/+5
| | * | | PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macrosBjorn Helgaas2013-04-232-4/+2
| | * | | PCI: Drop is_64bit_address() and is_mask_bit_support() macrosBjorn Helgaas2013-04-232-4/+2
| | * | | PCI: Drop msi_data_reg() macroBjorn Helgaas2013-04-232-8/+6
| | * | | PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macrosBjorn Helgaas2013-04-232-10/+8
| | * | | PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directlyBjorn Helgaas2013-04-232-5/+4
| | * | | PCI: Use cached MSI/MSI-X offsets from dev, not from msi_descBjorn Helgaas2013-04-231-14/+8
| | * | | PCI: Use cached MSI-X cap while enabling MSI-XGavin Shan2013-04-231-20/+16
| | * | | PCI: Use cached MSI cap while enabling MSI interruptsGavin Shan2013-04-231-13/+11
| | * | | PCI: Remove MSI/MSI-X cap check in pci_msi_check_device()Gavin Shan2013-04-231-4/+1