summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-242-5/+19
|\
| * x86/PCI: Describe @reg for type1_access_ok()Andy Shevchenko2021-02-151-0/+1
| * x86/PCI: Get rid of custom x86 model comparisonAndy Shevchenko2021-02-151-2/+15
| * sfi: Remove framework for deprecated firmwareAndy Shevchenko2021-02-151-3/+3
* | x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Thomas Gleixner2021-02-101-4/+11
|/
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-1/+2
|\
| * dma-mapping: remove the dma_direct_set_offset exportChristoph Hellwig2020-11-181-1/+2
* | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-142-19/+15
|\ \
| * | x86/io_apic: Cleanup trigger/polarity helpersThomas Gleixner2020-10-281-4/+4
| * | x86/pci/xen: Use msi_msg shadow structsThomas Gleixner2020-10-281-15/+11
| |/
* | Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-141-3/+3
|\ \
| * | x86/PCI: Make a kernel-doc comment a normal oneAlex Shi2020-11-271-3/+3
| |/
* / x86/pci: Fix the function type for check_reserved_tSami Tolvanen2020-12-011-2/+2
|/
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-222-2/+3
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-10-211-0/+1
| |\
| | * x86/PCI: Fix intel_mid_pci.c build error when ACPI is not enabledRandy Dunlap2020-09-011-0/+1
| * | PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof WilczyƄski2020-09-292-2/+2
| |/
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-2/+4
|\ \
| * | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-2/+4
* | | Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-141-1/+0
|\ \ \
| * | | swiotlb: Declare swiotlb_late_init_with_default_size() in headerAndy Shevchenko2020-09-101-1/+0
| | |/ | |/|
* | | x86/irq: Make most MSI ops XEN privateThomas Gleixner2020-09-161-7/+14
* | | x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner2020-09-161-7/+0
* | | x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner2020-09-161-1/+17
* | | x86/xen: Wrap XEN MSI management into irqdomainThomas Gleixner2020-09-161-0/+63
* | | x86/xen: Consolidate XEN-MSI initThomas Gleixner2020-09-161-19/+32
* | | x86/xen: Rework MSI teardownThomas Gleixner2020-09-161-5/+18
* | | x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()Thomas Gleixner2020-09-161-2/+2
* | | x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner2020-09-161-0/+3
* | | x86/pci: Reducde #ifdeffery in PCI init codeThomas Gleixner2020-09-161-7/+3
| |/ |/|
* | Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-211-0/+1
|\ \ | |/ |/|
| * Fix build error when CONFIG_ACPI is not set/enabled:Randy Dunlap2020-08-201-0/+1
* | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-072-3/+3
|\ \ | |/ |/|
| * Merge branch 'pci/virtualization'Bjorn Helgaas2020-08-051-1/+1
| |\
| | * xen: Remove redundant initialization of irqColin Ian King2020-07-241-1/+1
| * | PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-2/+2
| |/
* / maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
|/
* Merge branch 'pci/virtualization'Bjorn Helgaas2020-06-041-10/+6
|\
| * x86/PCI: Drop unused xen_register_pirq() gsi_override parameterWei Liu2020-05-271-10/+6
* | x86/PCI: Mark Intel C620 MROMs as having non-compliant BARsXiaochun Lee2020-05-151-0/+4
|/
* Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-38/+10
|\
| * x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig2020-01-241-38/+0
| * PCI: Introduce pci_real_dma_dev()Jon Derrick2020-01-241-0/+10
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-1/+1
|\ \
| * | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-035-9/+15
|\
| * Merge branch 'pci/resource'Bjorn Helgaas2019-11-282-2/+2
| |\
| | * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-142-2/+2