summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-15/+38
|\
| * Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson2013-12-261-15/+38
| |\
| | * ARM: tegra: pass reset to tegra_powergate_sequence_power_up()Stephen Warren2013-12-111-1/+2
| | * pci: tegra: use reset frameworkStephen Warren2013-12-111-14/+36
* | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-0/+4
|\ \ \
| * | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+4
| |/ /
* | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-2250-1363/+1894
|\ \ \
| * \ \ Merge branch 'pci/reset' into nextBjorn Helgaas2014-01-151-0/+155
| |\ \ \
| | * | | PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson2014-01-141-0/+155
| * | | | Merge branch 'pci/locking' into nextBjorn Helgaas2014-01-1516-38/+170
| |\ \ \ \
| | * | | | PCI: Check parent kobject in pci_destroy_dev()Rafael J. Wysocki2014-01-151-0/+3
| | * | | | xen/pcifront: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-151-0/+8
| | * | | | PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-149-19/+83
| | * | | | ACPI / hotplug / PCI: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-143-7/+43
| | * | | | PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki2014-01-133-12/+33
| | |/ / /
| * | | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-01-152-1/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | PCI: Fix pci_check_and_unmask_intx() comment typosBjorn Helgaas2014-01-141-1/+1
| | * | | PCI: Never treat a VF as a multifunction deviceAlex Williamson2014-01-101-0/+1
| * | | | PCI: Reorder so actual code comes before stubsBjorn Helgaas2014-01-131-32/+25
| * | | | Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-139-470/+82
| |\ \ \ \
| | * | | | PCI: Make local functions staticStephen Hemminger2014-01-135-86/+84
| | * | | | PCI: Remove unused alloc_pci_dev()Stephen Hemminger2014-01-131-6/+0
| | * | | | PCI: Remove unused pci_renumber_slot()Stephen Hemminger2014-01-131-26/+0
| | * | | | PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger2014-01-131-12/+0
| | * | | | PCI: Remove unused pci_vpd_truncate()Stephen Hemminger2014-01-131-24/+0
| | * | | | PCI: Remove unused ID-Based Ordering supportStephen Hemminger2014-01-101-40/+0
| | * | | | PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger2014-01-101-73/+0
| | * | | | PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger2014-01-101-123/+0
| | * | | | PCI: Removed unused parts of Page Request Interface supportStephen Hemminger2014-01-101-82/+0
| * | | | | Merge branch 'pci/aer' into nextBjorn Helgaas2014-01-131-4/+4
| |\ \ \ \ \
| | * | | | | PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0Betty Dall2014-01-131-4/+4
| * | | | | | Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-107-61/+130
| |\ \ \ \ \ \
| | * | | | | | PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu2014-01-071-3/+13
| | * | | | | | PCI: Enforce bus address limits in resource allocationYinghai Lu2014-01-071-28/+83
| | * | | | | | PCI: Split out bridge window override of minimum allocation addressBjorn Helgaas2014-01-071-4/+11
| | * | | | | | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-216-31/+28
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'pci/msi' into nextBjorn Helgaas2014-01-072-37/+120
| |\ \ \ \ \ \
| | * | | | | | PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-01-031-0/+74
| | * | | | | | PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev2014-01-032-8/+17
| | * | | | | | PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev2014-01-031-25/+0
| | * | | | | | PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev2014-01-031-8/+33
| * | | | | | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-01-072-2/+7
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | PCI: Convert ioapic to be builtin only, not modularYinghai Lu2014-01-032-2/+7
| * | | | | | | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2014-01-071-4/+6
| |\ \ \ \ \ \ \
| | * | | | | | | PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han2014-01-021-2/+2
| | * | | | | | | PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni2014-01-021-2/+4
| * | | | | | | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2014-01-071-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI: designware: Fix indent code styleJingoo Han2014-01-021-2/+2
| * | | | | | | | | Merge branch 'pci/msi' into nextBjorn Helgaas2013-12-201-83/+98
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev2013-12-201-2/+2
OpenPOWER on IntegriCloud