aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/pci
AgeCommit message (Expand)AuthorFilesLines
2022-01-26PCI/sysfs: Find shadow ROM before static attribute initializationGravatar Bjorn Helgaas 1-2/+2
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-01-11x86/PCI: Remove initialization of static variables to falseGravatar Longji Guo 1-1/+1
2021-12-16x86/pci/xen: Use msi_for_each_desc()Gravatar Thomas Gleixner 1-8/+6
2021-12-16PCI/MSI: Use msi_desc::msi_indexGravatar Thomas Gleixner 1-1/+1
2021-12-16x86/pci/XEN: Use PCI device propertyGravatar Thomas Gleixner 1-7/+2
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Gravatar Thomas Gleixner 1-6/+7
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesGravatar Thomas Gleixner 1-3/+3
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-75/+1
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-11-02xen-pciback: allow compiling on other archs than x86Gravatar Oleksandr Andrushchenko 1-75/+1
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+9
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yGravatar Jan Beulich 1-6/+9
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Gravatar Oliver O'Halloran 1-1/+1
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2021-09-02x86/PCI: sta2x11: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 1-2/+1
2021-08-12x86/PCI: Add pci_numachip_init() declarationGravatar Krzysztof Wilczyński 1-0/+1
2021-08-10x86: Avoid magic number with ELCR register accessesGravatar Maciej W. Rozycki 1-1/+2
2021-08-10x86/PCI: Add support for the Intel 82426EX PIRQ routerGravatar Maciej W. Rozycki 1-0/+49
2021-08-10x86/PCI: Add support for the Intel 82374EB/82374SB (ESC) PIRQ routerGravatar Maciej W. Rozycki 1-0/+73
2021-08-10x86/PCI: Add support for the ALi M1487 (IBC) PIRQ routerGravatar Maciej W. Rozycki 1-2/+152
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+5
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+44
2021-06-18PCI: Add AMD RS690 quirk to enable 64-bit DMAGravatar Mikel Rychliski 1-0/+44
2021-05-27x86/pci: Return true/false (not 1/0) from bool functionsGravatar Yang Li 1-5/+5
2021-05-10x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFGGravatar Brijesh Singh 1-1/+1
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-04-30x86/PCI: Remove unused alloc_pci_root_info() return valueGravatar Krzysztof Wilczyński 1-1/+1
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-02-24Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-5/+19
2021-02-15x86/PCI: Describe @reg for type1_access_ok()Gravatar Andy Shevchenko 1-0/+1
2021-02-15x86/PCI: Get rid of custom x86 model comparisonGravatar Andy Shevchenko 1-2/+15
2021-02-15sfi: Remove framework for deprecated firmwareGravatar Andy Shevchenko 1-3/+3
2021-02-10x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Gravatar Thomas Gleixner 1-4/+11
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-19/+15
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+3
2020-12-01x86/pci: Fix the function type for check_reserved_tGravatar Sami Tolvanen 1-2/+2
2020-11-27x86/PCI: Make a kernel-doc comment a normal oneGravatar Alex Shi 1-3/+3
2020-11-18dma-mapping: remove the dma_direct_set_offset exportGravatar Christoph Hellwig 1-1/+2
2020-10-28x86/io_apic: Cleanup trigger/polarity helpersGravatar Thomas Gleixner 1-4/+4
2020-10-28x86/pci/xen: Use msi_msg shadow structsGravatar Thomas Gleixner 1-15/+11
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+3
2020-10-21Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-0/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+4
2020-10-14Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayGravatar Krzysztof Wilczyński 2-2/+2
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetGravatar Jim Quinlan 1-2/+4
2020-09-16x86/irq: Make most MSI ops XEN privateGravatar Thomas Gleixner 1-7/+14
2020-09-16x86/irq: Cleanup the arch_*_msi_irqs() leftoversGravatar Thomas Gleixner 1-7/+0