summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-242-2/+0
|\
| * SFI / ACPI: Fix warnings reported during builds with W=1Lv Zheng2013-12-071-1/+0
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-1/+0
* | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-221-1/+1
|\ \
| * | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-1/+1
| |/
* | Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-201-1/+5
|\ \
| * | x86, intel-mid: Add Merrifield platform supportDavid Cohen2014-01-151-1/+5
| |/
* | x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
|/
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-2/+2
* Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-143-13/+26
|\
| * Merge branch 'pci/misc' into nextBjorn Helgaas2013-11-071-1/+12
| |\
| | * PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk2013-11-061-1/+12
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2013-10-311-4/+4
| |\ \ | | |/
| | * x86/PCI: Coalesce multiple overlapping host bridge windowsAlexey Neyman2013-10-101-4/+4
| * | x86/pci: Use cached pci_dev->pcie_cap to simplify codeYijing Wang2013-09-231-8/+10
| |/
* | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-6/+6
* | pci: intel_mid: Return true/false in function returning boolFengguang Wu2013-10-171-3/+3
* | intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-172-2/+2
* | Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero"Bjorn Helgaas2013-10-041-1/+6
|/
* Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-033-30/+27
|\
| * Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas2013-08-261-7/+2
| |\
| | * PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas2013-08-221-7/+2
| * | x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zeroethan.zhao2013-07-261-6/+1
| * | x86/pci/mrst: Cleanup checkpatch.pl warningsValentina Manea2013-07-251-17/+24
| |/
* | x86 / PCI: prevent re-allocation of already existing bridge and ROM resourcesMika Westerberg2013-07-231-0/+4
|/
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-4/+4
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-031-5/+2
|\
| * x86/PCI: Increase info->res_num before checking pci_use_crsYijing Wang2013-05-281-5/+2
* | x86/PCI: Map PCI setup data with ioremap() so it can be in highmemMatt Fleming2013-06-051-1/+4
* | Revert "x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:...Bjorn Helgaas2013-05-201-6/+4
|/
* Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-05-111-3/+2
|\
| * xen/pci: Used cached MSI-X capability offsetBjorn Helgaas2013-05-101-2/+1
| * xen/pci: Use PCI_MSIX_TABLE_BIR, not PCI_MSIX_FLAGS_BIRMASKBjorn Helgaas2013-05-101-1/+1
* | x86/pci/mrst: Use configuration mechanism 1 for 00:00.0, 00:02.0, 00:03.0Bin Gao2013-04-301-4/+6
* | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-0/+11
|\ \ | |/ |/|
| * x86/PCI: Implement pcibios_{add|remove}_bus() hooksJiang Liu2013-04-121-0/+11
* | xen: drop tracking of IRQ vectorJan Beulich2013-04-161-3/+3
|/
* Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-03-031-0/+9
|\
| * xen/pci: We don't do multiple MSI's.Konrad Rzeszutek Wilk2013-03-011-0/+9
* | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-255-67/+132
|\ \ | |/ |/|
| * Merge branch 'pci/rafael-set-root-bridge-handle' into nextBjorn Helgaas2013-01-171-0/+9
| |\
| | * ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-0/+9
| * | Merge branch 'pci/yinghai-survey-resources' into nextBjorn Helgaas2013-01-091-64/+121
| |\ \ | | |/
| | * x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu2013-01-071-0/+13
| | * x86/PCI: Keep resource allocation functions after bootYinghai Lu2013-01-071-6/+6
| | * x86/PCI: Don't track firmware-assigned BAR values for hot-added devicesYinghai Lu2013-01-071-1/+9
| | * x86/PCI: Factor out pcibios_allocate_dev_rom_resource()Yinghai Lu2013-01-071-17/+35
| | * x86/PCI: Allocate resources on a per-bus basis for hot-adding root busesYinghai Lu2013-01-071-13/+25
| | * x86/PCI: Factor out pcibios_allocate_dev_resources()Yinghai Lu2013-01-071-19/+23
| | * x86/PCI: Factor out pcibios_allocate_bridge_resources()Yinghai Lu2013-01-071-22/+24
OpenPOWER on IntegriCloud