aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regionsHans de Goede1-0/+8
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-1/+1
2020-09-16x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner1-1/+17
2020-01-24x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig1-38/+0
2020-01-24PCI: Introduce pci_real_dma_dev()Jon Derrick1-0/+10
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-06-29PCI: Make early dump functionality genericSinan Kaya1-4/+0
2018-01-11x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows=?UTF-8?q?Christian=20K=C3=B6nig?=1-0/+5
2017-07-18x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap() for RAM mappingsTom Lendacky1-2/+2
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-22/+5
2017-06-28x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIGThomas Gleixner1-2/+2
2017-06-15x86/PCI: Simplify Dell DMI B1 quirkJean Delvare1-22/+5
2017-03-01x86/PCI: Implement pcibios_release_device to release IRQ from IOAPICRui Wang1-0/+9
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-1/+1
2016-09-23x86/PCI: VMD: Request userspace control of PCIe hotplug indicatorsKeith Busch1-0/+7
2016-06-10PCI: Fix comment typoAndrea Gelmini1-1/+1
2016-04-11x86/PCI: Refine PCI support check in pcibios_init()Adrian-Ken Rueegsegger1-1/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas1-9/+11
2016-02-17Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"Bjorn Helgaas1-8/+0
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-15x86/PCI: Allow DMA ops specific to a PCI domainKeith Busch1-0/+38
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+8
2015-10-21x86/PCI: Don't alloc pcibios-irq when MSI is enabledJoerg Roedel1-0/+8
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-0/+1
2015-08-04Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-12/+9
2015-07-30PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu1-11/+9
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-1/+0
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+2
2015-03-20Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki1-28/+6
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-0/+2
2015-02-10Merge branch 'acpi-resources'Rafael J. Wysocki1-6/+28
2015-02-05x86/PCI: Refine the way to release PCI IRQ resourcesJiang Liu1-6/+28
2015-02-02PCI: Add NEC variants to Stratus ftServer PCIe DMI checkCharlotte Richardson1-0/+16
2014-09-22x86/PCI: Mark DMI tables as initialization dataMathias Krause1-10/+10
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin1-4/+1
2014-02-03x86/PCI: Remove mp_bus_to_node[], set_mp_bus_to_node(), get_mp_bus_to_node()Bjorn Helgaas1-69/+0
2014-02-03x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()Bjorn Helgaas1-1/+1
2014-02-03x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas1-4/+2
2014-02-03x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()Bjorn Helgaas1-30/+19
2014-02-03x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas1-5/+0
2014-02-03x86/PCI: Drop pcibios_scan_root() check for bus already scannedBjorn Helgaas1-9/+0
2013-06-05x86/PCI: Map PCI setup data with ioremap() so it can be in highmemMatt Fleming1-1/+4
2013-04-12x86/PCI: Implement pcibios_{add|remove}_bus() hooksJiang Liu1-0/+11
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2013-01-03X86: drivers: remove __dev* attributes.Greg Kroah-Hartman1-13/+13
2013-01-03x86/PCI: Remove unused pci_root_busBjorn Helgaas1-1/+0
2012-12-26PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)Myron Stowe1-1/+2