aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2-5/+8
2013-06-05Merge branch 'pci/jiang-iov-fixes' into nextBjorn Helgaas2-5/+30
2013-06-05PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functionsJiang Liu1-2/+28
2013-06-05Merge branch 'pci/alexander-msi' into nextBjorn Helgaas1-2/+8
2013-06-04PCI: Add pcibios_release_device()Sebastian Ott2-0/+11
2013-06-04Merge branch 'pci/shane-amd-ahci-i2c' into nextBjorn Helgaas1-0/+2
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell2-3/+1
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-9/+5
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-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-31PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao1-3/+2
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2-3/+6
2013-05-28PCI: Allocate only as many MSI vectors as requested by driverAlexander Gordeev1-2/+8
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-27PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()Gu Zheng1-1/+8
2013-05-27PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu1-0/+15
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-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-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-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