summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: Disable Bus Master only on kexec rebootKhalid Aziz2013-12-201-3/+9
* PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove()Yinghai Lu2013-12-041-1/+0
* PCI: Support PCIe Capability Slot registers only for ports with slotsBjorn Helgaas2013-11-291-3/+3
* PCI: Remove PCIe Capability version checksBjorn Helgaas2013-11-291-6/+3
* PCI: Allow PCIe Capability link-related register access for switchesBjorn Helgaas2013-11-291-2/+6
* PCI / ACPI / PM: Clear pme_poll for devices in D3cold on wakeupRafael J. Wysocki2013-10-011-3/+3
* ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki2013-08-291-4/+11
* PCI: Retry allocation of only the resource type that failedYinghai Lu2013-08-111-1/+68
* PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV deviceYinghai Lu2013-08-111-1/+8
* ahci: Add AMD CZ SATA device IDShane Huang2013-07-211-0/+2
* PCI: Fix refcount issue in pci_create_root_bus() error recovery pathJiang Liu2013-07-211-6/+8
* PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao2013-07-211-3/+2
* xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.Konrad Rzeszutek Wilk2013-07-211-4/+3
* ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki2013-06-241-14/+32
* PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu2013-06-233-6/+14
* aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2013-05-302-3/+6
* PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu2013-05-171-0/+14
* 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-011-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-241-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
| | * | | PCI: Cache MSI/MSI-X capability offsets in struct pci_devGavin Shan2013-04-231-23/+19
| * | | | Merge branch 'pci/rafael-pm' into nextBjorn Helgaas2013-04-171-11/+6
| |\ \ \ \
| | * | | | PCI/PM: Make pci_pme_active() ignore devices without PME supportRafael J. Wysocki2013-04-151-3/+2
| | * | | | PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition()Rafael J. Wysocki2013-04-151-8/+4
| | |/ / /
| * | | | Merge branch 'pci/cleanup' into nextBjorn Helgaas2013-04-1723-242/+232
| |\ \ \ \
| | * | | | PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-1712-206/+197
| | * | | | PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas2013-04-173-2/+10
| | * | | | PCI: Remove __must_check from definitionsBjorn Helgaas2013-04-172-3/+3