summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/pci.h
Commit message (Expand)AuthorAgeFilesLines
* x86/apic/vector: Provide MSI parent domainThomas Gleixner2022-12-051-0/+1
* PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-2/+2
* PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-3/+0
* treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner2020-09-161-11/+0
* x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCIJason A. Donenfeld2020-02-041-2/+2
* Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-17/+14
|\
| * x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick2020-01-241-2/+2
| * x86/PCI: Add to_pci_sysdata() helperChristoph Hellwig2020-01-241-16/+13
* | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
|/
* x86/pci: Remove #ifdef __KERNEL__ guard from <asm/pci.h>Christoph Hellwig2019-11-151-3/+0
* x86/pci: Remove pci_64.hChristoph Hellwig2019-11-151-4/+0
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
* PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-3/+0
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+0
|\
| * PCI: Remove unused declarationsBjorn Helgaas2017-11-071-1/+0
| * PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-071-1/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/PCI: Remove duplicate definesThomas Gleixner2017-06-281-7/+1
* x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-0/+1
* PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-4/+0
* PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-181-0/+2
* x86/PCI: VMD: Request userspace control of PCIe hotplug indicatorsKeith Busch2016-09-231-0/+14
* Merge branch 'pci/host-hv' into nextBjorn Helgaas2016-03-151-0/+15
|\
| * PCI: Add fwnode_handle to x86 pci_sysdataJake Oshins2016-02-161-0/+15
* | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-3/+0
|/
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+1
|\
| * remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-1/+1
* | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-7/+0
|\ \
| * | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-7/+0
| |/
* / irq_remapping: Clean up unused MSI related codeJiang Liu2015-04-241-5/+0
|/
* x86, irq: Move PCI MSI related code from io_apic.c into msi.cJiang Liu2014-12-161-0/+3
* PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-1/+0
* x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas2014-02-031-1/+1
* x86/PCI: Merge pci_scan_bus_on_node() into pcibios_scan_root()Bjorn Helgaas2014-02-031-4/+0
* x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_with_sysdata()Bjorn Helgaas2014-02-031-1/+0
* Merge branch 'pci/resource' into nextBjorn Helgaas2014-01-101-1/+0
|\
| * PCI: Enforce bus address limits in resource allocationYinghai Lu2014-01-071-1/+0
* | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-1/+1
|/
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-1/+1
* PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni2013-08-121-30/+0
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-0/+3
|\
| * ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-0/+3
* | x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-281-0/+3
|/
* EFI: Stash ROMs if they're not in the PCI BARMatthew Garrett2012-12-051-0/+12
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-1/+1
* x86/PCI: Expand the x86_msi_ops to have a restore MSIs.Konrad Rzeszutek Wilk2012-01-061-0/+9
* x86/PCI: Remove dma32_reserve_bootmemYinghai Lu2011-05-101-2/+0
* x86: Add NX protection for kernel dataMatthieu Castet2010-11-181-0/+1
* x86: Introduce x86_msi_opsStefano Stabellini2010-10-181-2/+31