| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-08-31 | 1 | -2/+2 |
|\ |
|
| * | x86/PCI: Use struct_size() in pirq_convert_irt_table() | Christophe JAILLET | 2023-07-13 | 1 | -2/+2 |
* | | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-08-30 | 1 | -1/+1 |
|\ \ |
|
| * | | x86/apic: Rename disable_apic | Thomas Gleixner | 2023-08-09 | 1 | -1/+1 |
| |/ |
|
* / | range.h: Move resource API and constant to respective files | Andy Shevchenko | 2023-08-18 | 2 | -1/+9 |
|/ |
|
* | Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-06-27 | 1 | -2/+2 |
|\ |
|
| * | x86/pci: Mark local functions as 'static' | Arnd Bergmann | 2023-05-18 | 1 | -2/+2 |
* | | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-05-27 | 1 | -3/+5 |
|\ \
| |/
|/| |
|
| * | x86/pci/xen: populate MSI sysfs entries | Maximilian Heyne | 2023-05-24 | 1 | -3/+5 |
* | | Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-04-27 | 1 | -0/+59 |
|\ \
| |/
|/| |
|
| * | PCI: Fix up L1SS capability for Intel Apollo Lake Root Port | Ron Lee | 2023-04-11 | 1 | -0/+59 |
* | | x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot | Basavaraj Natikar | 2023-04-06 | 1 | -0/+21 |
|/ |
|
* | x86/pci/xen: Fixup fallout from the PCI/MSI overhaul | Thomas Gleixner | 2023-01-16 | 1 | -1/+2 |
* | x86/pci/xen: Set MSI_FLAG_PCI_MSIX support in Xen MSI domain | David Woodhouse | 2023-01-16 | 1 | -0/+1 |
* | x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space | Bjorn Helgaas | 2023-01-13 | 1 | -0/+31 |
* | x86/pci: Simplify is_mmconf_reserved() messages | Bjorn Helgaas | 2023-01-11 | 1 | -6/+7 |
* | x86/PCI: Use pr_info() when possible | Bjorn Helgaas | 2022-12-10 | 1 | -21/+18 |
* | x86/PCI: Fix log message typo | Bjorn Helgaas | 2022-12-10 | 1 | -1/+1 |
* | x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions" | Hans de Goede | 2022-06-17 | 1 | -7/+1 |
* | Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-05-28 | 2 | -0/+101 |
|\ |
|
| * | x86/PCI: Disable E820 reserved region clipping starting in 2023 | Hans de Goede | 2022-05-19 | 1 | -0/+21 |
| * | x86/PCI: Disable E820 reserved region clipping via quirks | Hans de Goede | 2022-05-19 | 1 | -0/+53 |
| * | x86/PCI: Add kernel cmdline options to use/ignore E820 reserved regions | Hans de Goede | 2022-05-19 | 2 | -2/+24 |
| * | x86/PCI: Clip only host bridge windows for E820 regions | Bjorn Helgaas | 2022-04-08 | 1 | -0/+5 |
* | | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/... | Linus Torvalds | 2022-05-26 | 1 | -1/+1 |
|\ \ |
|
| * | | swiotlb: provide swiotlb_init variants that remap the buffer | Christoph Hellwig | 2022-04-18 | 1 | -1/+1 |
| * | | swiotlb: pass a gfp_mask argument to swiotlb_init_late | Christoph Hellwig | 2022-04-18 | 1 | -1/+1 |
| * | | swiotlb: rename swiotlb_late_init_with_default_size | Christoph Hellwig | 2022-04-18 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'x86-irq-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-05-24 | 1 | -64/+313 |
|\ \ |
|
| * | | x86/PCI: Fix coding style in PIRQ table verification | Maciej W. Rozycki | 2022-04-10 | 1 | -1/+1 |
| * | | x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretation | Maciej W. Rozycki | 2022-04-10 | 1 | -3/+16 |
| * | | x86/PCI: Add $IRT PIRQ routing table support | Maciej W. Rozycki | 2022-04-10 | 1 | -0/+76 |
| * | | x86/PCI: Handle PIRQ routing tables with no router device given | Maciej W. Rozycki | 2022-04-10 | 1 | -20/+44 |
| * | | x86/PCI: Add PIRQ routing table range checks | Maciej W. Rozycki | 2022-04-10 | 1 | -5/+12 |
| * | | x86/PCI: Add support for the SiS85C497 PIRQ router | Maciej W. Rozycki | 2022-04-10 | 1 | -0/+80 |
| * | | x86/PCI: Disambiguate SiS85C503 PIRQ router code entities | Maciej W. Rozycki | 2022-04-10 | 1 | -15/+18 |
| * | | x86/PCI: Handle IRQ swizzling with PIRQ routers | Maciej W. Rozycki | 2022-04-10 | 1 | -13/+47 |
| * | | x86/PCI: Also match function number in $PIR table | Maciej W. Rozycki | 2022-04-10 | 1 | -4/+15 |
| * | | x86/PCI: Include function number in $PIR table dump | Maciej W. Rozycki | 2022-04-10 | 1 | -1/+2 |
| * | | x86/PCI: Show the physical address of the $PIR table | Maciej W. Rozycki | 2022-04-10 | 1 | -2/+2 |
| |/ |
|
* / | x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests | Thomas Gleixner | 2022-04-29 | 1 | -1/+5 |
|/ |
|
* | PCI/sysfs: Find shadow ROM before static attribute initialization | Bjorn Helgaas | 2022-01-26 | 1 | -2/+2 |
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-01-16 | 1 | -1/+1 |
|\ |
|
| * | x86/PCI: Remove initialization of static variables to false | Longji Guo | 2022-01-11 | 1 | -1/+1 |
* | | x86/pci/xen: Use msi_for_each_desc() | Thomas Gleixner | 2021-12-16 | 1 | -8/+6 |
* | | PCI/MSI: Use msi_desc::msi_index | Thomas Gleixner | 2021-12-16 | 1 | -1/+1 |
* | | x86/pci/XEN: Use PCI device property | Thomas Gleixner | 2021-12-16 | 1 | -7/+2 |
* | | PCI/MSI: Make arch_restore_msi_irqs() less horrible. | Thomas Gleixner | 2021-12-09 | 1 | -6/+7 |
* | | genirq/msi, treewide: Use a named struct for PCI/MSI attributes | Thomas Gleixner | 2021-12-09 | 1 | -3/+3 |
|/ |
|
* | Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-11-10 | 1 | -75/+1 |
|\ |
|