aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-0/+1995
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-3/+1
2013-06-26pci: Add PCIe driver for Samsung ExynosJingoo Han3-0/+1067
2013-06-24ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki1-14/+32
2013-06-23PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu3-6/+14
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2-3/+6
2013-06-11Merge branch 'clps711x/soc' into next/socOlof Johansson2-3/+6
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell2-3/+1
2013-05-31Merge tag 'pcie_bridge-3.11' of git://git.infradead.org/users/jcooper/linux into next/socOlof Johansson1-11/+44
2013-05-31Merge tag 'pcie_kw-3.11' of git://git.infradead.org/users/jcooper/linux into next/socOlof Johansson2-1/+2
2013-05-31Merge tag 'pcie-3.11-2' of git://git.infradead.org/users/jcooper/linux into next/socOlof Johansson5-0/+894
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2-3/+6
2013-05-27pci: mvebu: enable driver usage on KirkwoodThomas Petazzoni2-1/+2
2013-05-27pci: mvebu: fix the emulation of the status registerThomas Petazzoni1-4/+1
2013-05-27pci: mvebu: allow the enumeration of devices beyond physical bridgesThomas Petazzoni1-3/+28
2013-05-27pci: mvebu: no longer fake the slot location of downstream devicesThomas Petazzoni1-4/+15
2013-05-27pci: mvebu: fix return value check in mvebu_pcie_probe()Wei Yongjun1-1/+1
2013-05-20pci: PCIe driver for Marvell Armada 370/XP systemsThomas Petazzoni5-0/+894
2013-05-17PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu1-0/+14
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