summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-011-0/+40
|\
| * PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-10-011-0/+31
| * of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau2014-10-011-0/+9
| |
| \
*-. \ Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into...Bjorn Helgaas2014-09-251-3/+10
|\ \ \ | | |/ | |/|
| | * PCI: Remove assignment from "if" conditionsQuentin Lambert2014-09-241-3/+10
| |/
* / PCI/PM: Allow PCI devices to be put into D3cold during system suspendRafael J. Wysocki2014-09-031-4/+0Star
|/
* Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-041-7/+12
|\
| *-. Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/ho...Bjorn Helgaas2014-07-171-7/+12
| |\ \
| | | * PCI: Make resetting secondary bus logic commonGavin Shan2014-07-041-1/+6
| | |/ | |/|
| | * PCI: Configure ASPM when enabling deviceVidya Sagar2014-07-161-6/+6
| |/
* / PCI: Fix unaligned access in AF transaction pending testAlex Williamson2014-06-171-2/+7
|/
* Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-121-110/+85Star
|\
| * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-111-12/+11Star
| * PCI: Whitespace cleanupRyan Desfosses2014-06-111-42/+30Star
| * PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-101-59/+47Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-111-8/+13
|\ \
| * | powerpc/pci: Mask linkDown on resetting PCI busGavin Shan2014-04-281-8/+13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-3/+3
|\ \ \
| * | | pci: change "foo* bar" to "foo *bar"Ryan Desfosses2014-05-051-3/+3
| |/ /
* | | Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-06-021-1/+33
|\ \ \ | | |/ | |/|
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2014-05-291-0/+11
| |\ \
| | * | PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-281-0/+11
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-291-0/+21
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/
| | * / PCI: Notify driver before and after device resetKeith Busch2014-05-271-0/+21
| | |/
| * / PCI: Fix incorrect vgaarb conditional in WARN_ON()Bjorn Helgaas2014-04-251-1/+1
| |/
* / PCI: Wrong register used to check pending trafficGavin Shan2014-05-191-2/+3
|/
* Merge branch 'pci/resource' into nextBjorn Helgaas2014-03-191-16/+30
|\
| * PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas2014-03-191-0/+5
| * PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas2014-02-271-0/+2
| * PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas2014-02-271-16/+23
* | Merge branch 'pci/misc' into nextBjorn Helgaas2014-03-191-0/+3
|\ \
| * | PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas2014-03-081-0/+3
* | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-191-21/+29
|\| |
| * | PCI: Enable INTx if BIOS left them disabledBjorn Helgaas2014-02-181-0/+10
| * | PCI: Remove unnecessary list_empty(&pci_pme_list) checkBjorn Helgaas2014-02-041-21/+19Star
| |/
* | Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas2014-02-181-3/+3
|\ \
| * | PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang2014-02-141-3/+3
| |/
* / PCI: Add device-specific PCI ACS enableAlex Williamson2014-02-111-6/+20
|/
* Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-293/+252Star
|\
| * 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-151-0/+155
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2014-01-151-1/+1
| |\ \ | | |/ | |/|
| | * PCI: Fix pci_check_and_unmask_intx() comment typosBjorn Helgaas2014-01-151-1/+1
| * | Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-01-141-261/+25Star
| |\ \
| | * | PCI: Make local functions staticStephen Hemminger2014-01-131-27/+27
| | * | PCI: Remove unused ID-Based Ordering supportStephen Hemminger2014-01-111-40/+0Star
| | * | PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger2014-01-111-73/+0Star
| | * | PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger2014-01-111-123/+0Star
| | |/
| * | PCI: Add Virtual Channel to save/restore supportAlex Williamson2013-12-181-0/+5
| * | PCI: Add support for save/restore of extended capabilitiesAlex Williamson2013-12-181-8/+35