aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-04Merge branch 'pci/shane-amd-ahci-i2c' into nextBjorn Helgaas1-0/+2
2013-06-03ahci: Add AMD CZ SATA device IDShane Huang1-0/+2
2013-06-01Merge branch 'pci/misc' into nextBjorn Helgaas5-28/+22
2013-06-01PCI: Replace strict_strtoul() with kstrtoul()Jingoo Han1-9/+9
2013-05-28PCI: Replace printks with appropriate pr_*()Yijing Wang1-2/+2
2013-05-28PCI: Fix kerneldoc for pci_disable_link_state()Yijing Wang1-4/+9
2013-05-28PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()Wang Sheng-Hui1-1/+1
2013-05-27PCI: Convert ioapic.c to module_pci_driverLibo Chen1-12/+1
2013-05-25Merge branch 'pci/kevin-bus-to-resource' into nextBjorn Helgaas1-6/+25
2013-05-25PCI: Unset resource if initial BAR value is invalidKevin Hao1-1/+21
2013-05-25PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()Kevin Hao1-3/+2
2013-05-25PCI: Add 0x prefix to BAR register position in __pci_read_base()Kevin Hao1-2/+2
2013-05-21PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do itBjorn Helgaas1-3/+13
2013-05-15PCI: Work around Ivytown NTB BAR size issueJon Mason1-0/+25
2013-05-09Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-3/+5
2013-05-07PCI: Delay final fixups until resources are assignedYinghai Lu2-1/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-23/+11
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-9/+3
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+41
2013-04-30PCI: Set ->mask_pos correctlyDan Carpenter1-2/+4
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds36-791/+591
2013-04-24pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck1-0/+41
2013-04-24Merge branch 'pci/gavin-msi-cleanup' into nextBjorn Helgaas2-120/+80
2013-04-23PCI: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas1-2/+2
2013-04-23PCI: Drop msi_mask_reg() and remove drivers/pci/msi.hBjorn Helgaas2-14/+2
2013-04-23PCI: Use msix_table_size() directly, drop multi_msix_capable()Bjorn Helgaas2-5/+5
2013-04-23PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macrosBjorn Helgaas2-4/+2
2013-04-23PCI: Drop is_64bit_address() and is_mask_bit_support() macrosBjorn Helgaas2-4/+2
2013-04-23PCI: Drop msi_data_reg() macroBjorn Helgaas2-8/+6
2013-04-23PCI: Drop msi_lower_address_reg() and msi_upper_address_reg() macrosBjorn Helgaas2-10/+8
2013-04-23PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directlyBjorn Helgaas2-5/+4
2013-04-23PCI: Use cached MSI/MSI-X offsets from dev, not from msi_descBjorn Helgaas1-14/+8
2013-04-23PCI: Use cached MSI-X cap while enabling MSI-XGavin Shan1-20/+16
2013-04-23PCI: Use cached MSI cap while enabling MSI interruptsGavin Shan1-13/+11
2013-04-23PCI: Remove MSI/MSI-X cap check in pci_msi_check_device()Gavin Shan1-4/+1
2013-04-23PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan1-23/+19
2013-04-18pci: Set dev->dev.type in alloc_pci_devBrian King1-1/+1
2013-04-17Merge branch 'pci/rafael-pm' into nextBjorn Helgaas1-11/+6
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas23-242/+232
2013-04-17PCI: Remove "extern" from function declarationsBjorn Helgaas12-206/+197
2013-04-17PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas3-2/+10
2013-04-17PCI: Remove __must_check from definitionsBjorn Helgaas2-3/+3
2013-04-17s390/pci: do not modify function handlesSebastian Ott1-5/+4
2013-04-17s390/pci: debug device statesSebastian Ott1-0/+3
2013-04-16Merge branch 'pci/jiang-subdrivers' into nextBjorn Helgaas8-322/+203
2013-04-16PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu2-18/+78
2013-04-16PCI: acpiphp: Use normal list to simplify implementationYijing Wang2-15/+12
2013-04-15Merge branch 'pci/misc' into nextBjorn Helgaas6-93/+69