summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-101-0/+26
|\
| *-. Merge branches 'pm-pci' and 'pm-cpuidle'Rafael J. Wysocki2015-02-101-0/+26
| |\ \
| | * | PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki2015-01-231-0/+26
| | |/
| | |
| \ \
*-. \ \ Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/resource' and 'pci/virt...Bjorn Helgaas2015-01-271-5/+37
|\ \ \ \ | | |_|/ | |/| |
| | * | PCI: Add flag for devices that don't reset on D3hot->D0 transitionAlex Williamson2015-01-161-1/+1
| | |/
| | * PCI: Add flag for devices where we can't use bus resetAlex Williamson2015-01-161-4/+36
| |/
* / PCI: Move domain assignment from arm64 to generic codeLorenzo Pieralisi2014-12-271-0/+49
|/
* Merge tag 'stable/for-linus-3.19-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-12-111-2/+3
|\
| * PCI: Expose pci_load_saved_state for public consumption.Konrad Rzeszutek Wilk2014-12-041-2/+3
| |
| \
*-. \ Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Bjorn Helgaas2014-11-191-15/+6
|\ \ \ | |_|/ |/| |
| | * PCI: Make FLR and AF FLR reset warning messages differentGavin Shan2014-11-131-9/+3
| | * PCI: Simplify if-return sequencesQuentin Lambert2014-11-101-5/+1
| |/ |/|
| * PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe2014-11-191-1/+2
|/
* Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-011-0/+40
|\
| * PCI: Add pci_remap_iospace() to map bus I/O resourcesLiviu Dudau2014-09-301-0/+31
| * of/pci: Add pci_get_new_domain_nr() and of_get_pci_domain_nr()Liviu Dudau2014-09-301-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-021-4/+0
|/
* 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-161-7/+12
| |\ \
| | | * PCI: Make resetting secondary bus logic commonGavin Shan2014-07-031-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/+85
|\
| * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-12/+11
| * PCI: Whitespace cleanupRyan Desfosses2014-06-101-42/+30
| * PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses2014-06-101-59/+47
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-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-281-0/+11
| |\ \
| | * | PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-0/+11
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas2014-05-281-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-071-0/+3
* | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-181-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-031-21/+19
| |/
* | 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
| |/