summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas2022-01-261-2/+2
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-1/+1
|\
| * x86/PCI: Remove initialization of static variables to falseLongji Guo2022-01-111-1/+1
* | x86/pci/xen: Use msi_for_each_desc()Thomas Gleixner2021-12-161-8/+6
* | PCI/MSI: Use msi_desc::msi_indexThomas Gleixner2021-12-161-1/+1
* | x86/pci/XEN: Use PCI device propertyThomas Gleixner2021-12-161-7/+2
* | PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner2021-12-091-6/+7
* | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-3/+3
|/
* Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-101-75/+1
|\
| * xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko2021-11-021-75/+1
* | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\ \ | |/ |/|
| * PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran2021-09-211-1/+1
* | Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-10-081-6/+9
|\ \ | |/ |/|
| * xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich2021-10-051-6/+9
* | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-072-2/+2
|\ \
| * | x86/PCI: sta2x11: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-021-2/+1
| * | x86/PCI: Add pci_numachip_init() declarationKrzysztof Wilczyński2021-08-121-0/+1
| |/
* | x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki2021-08-101-1/+2
* | x86/PCI: Add support for the Intel 82426EX PIRQ routerMaciej W. Rozycki2021-08-101-0/+49
* | x86/PCI: Add support for the Intel 82374EB/82374SB (ESC) PIRQ routerMaciej W. Rozycki2021-08-101-0/+73
* | x86/PCI: Add support for the ALi M1487 (IBC) PIRQ routerMaciej W. Rozycki2021-08-101-2/+152
|/
* Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-081-5/+5
|\
| * x86/pci: Return true/false (not 1/0) from bool functionsYang Li2021-05-271-5/+5
* | Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-06-181-0/+44
|\ \
| * | PCI: Add AMD RS690 quirk to enable 64-bit DMAMikel Rychliski2021-06-181-0/+44
| |/
* / x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGBrijesh Singh2021-05-101-1/+1
|/
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-1/+1
|\
| * x86/PCI: Remove unused alloc_pci_root_info() return valueKrzysztof Wilczyński2021-04-301-1/+1
* | 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
| | |/ | |/|