summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+4
|\
| * x86, pci, amd-bus: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+4
* | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-031-9/+20
|\ \
| * | xen: add support for MSI message groupsRoger Pau Monne2014-03-181-9/+20
| |/
* | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-04-024-259/+1
|\ \
| * | x86, platforms: Remove NUMAQH. Peter Anvin2014-02-272-166/+0
| * | x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-273-93/+1
| |/
* | Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-182-26/+22
|\ \
| * | x86/PCI: Set IORESOURCE_ROM_SHADOW only for the default VGA deviceSander Eikelenboom2014-02-141-8/+10
| * | x86/PCI: Fix function definition whitespaceBjorn Helgaas2014-02-121-10/+7
| * | x86/PCI: Reword commentsBjorn Helgaas2014-02-121-6/+3
| * | x86/PCI: Remove unnecessary local variable initializationBjorn Helgaas2014-02-121-2/+2
| |/
* | x86/PCI: Remove acpi_get_pxm() usageBjorn Helgaas2014-02-031-17/+2
* | x86/PCI: Use NUMA_NO_NODE, not -1, for unknown nodeBjorn Helgaas2014-02-031-5/+5
* | x86/PCI: Remove unnecessary list_empty(&pci_root_infos) checkBjorn Helgaas2014-02-031-3/+0
* | x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node()Bjorn Helgaas2014-02-033-82/+1
* | x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()Bjorn Helgaas2014-02-032-2/+2
* | x86/PCI: Add x86_pci_root_bus_node() to look up NUMA node from PCI busBjorn Helgaas2014-02-031-0/+10
* | x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas2014-02-032-7/+3
* | x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()Bjorn Helgaas2014-02-031-30/+19
* | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()Bjorn Helgaas2014-02-032-6/+2
* | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas2014-02-034-13/+8
* | x86/PCI: Drop pcibios_scan_root() check for bus already scannedBjorn Helgaas2014-02-031-9/+0
|/
* 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
|\
OpenPOWER on IntegriCloud