aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/pci/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-13x86/PCI: Use struct_size() in pirq_convert_irt_table()Christophe JAILLET1-2/+2
2022-04-10x86/PCI: Fix coding style in PIRQ table verificationMaciej W. Rozycki1-1/+1
2022-04-10x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretationMaciej W. Rozycki1-3/+16
2022-04-10x86/PCI: Add $IRT PIRQ routing table supportMaciej W. Rozycki1-0/+76
2022-04-10x86/PCI: Handle PIRQ routing tables with no router device givenMaciej W. Rozycki1-20/+44
2022-04-10x86/PCI: Add PIRQ routing table range checksMaciej W. Rozycki1-5/+12
2022-04-10x86/PCI: Add support for the SiS85C497 PIRQ routerMaciej W. Rozycki1-0/+80
2022-04-10x86/PCI: Disambiguate SiS85C503 PIRQ router code entitiesMaciej W. Rozycki1-15/+18
2022-04-10x86/PCI: Handle IRQ swizzling with PIRQ routersMaciej W. Rozycki1-13/+47
2022-04-10x86/PCI: Also match function number in $PIR tableMaciej W. Rozycki1-4/+15
2022-04-10x86/PCI: Include function number in $PIR table dumpMaciej W. Rozycki1-1/+2
2022-04-10x86/PCI: Show the physical address of the $PIR tableMaciej W. Rozycki1-2/+2
2021-08-10x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki1-1/+2
2021-08-10x86/PCI: Add support for the Intel 82426EX PIRQ routerMaciej W. Rozycki1-0/+49
2021-08-10x86/PCI: Add support for the Intel 82374EB/82374SB (ESC) PIRQ routerMaciej W. Rozycki1-0/+73
2021-08-10x86/PCI: Add support for the ALi M1487 (IBC) PIRQ routerMaciej W. Rozycki1-2/+152
2019-04-17x86/PCI: Fix PCI IRQ routing table memory leakWenwen Wang1-2/+8
2018-01-11x86/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas1-1/+14
2016-02-17Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas1-4/+6
2015-07-30PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managedJiang Liu1-6/+4
2015-07-30PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu1-14/+1
2015-05-19x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker1-6/+7
2015-03-20Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki1-1/+14
2015-02-05x86/PCI: Refine the way to release PCI IRQ resourcesJiang Liu1-14/+1
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+20
2014-12-16x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu1-4/+2
2014-12-16x86, irq: Keep balance of IOAPIC pin reference countJiang Liu1-1/+6
2014-12-16x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich1-0/+12
2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu1-1/+1
2014-08-08x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu1-1/+2
2014-06-21x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu1-2/+11
2014-06-21x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu1-2/+0
2014-02-03x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas1-3/+1
2014-02-03x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()Bjorn Helgaas1-3/+1
2011-05-10x86/PCI: irq and pci_ids patch for Intel Panther Point DeviceIDsSeth Heasley1-1/+3
2011-02-08PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDsSeth Heasley1-9/+6
2010-12-23x86/PCI: irq and pci_ids patch for Intel PatsburgSeth Heasley1-1/+2
2010-10-17PCI: update Intel chipset names and definesSeth Heasley1-6/+6
2010-10-15x86/PCI: irq and pci_ids patch for Intel Patsburg DeviceIDsSeth Heasley1-0/+1
2010-07-30x86/PCI: use for_each_pci_dev()Kulikov Vasiliy1-3/+3
2010-05-11x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDsSeth Heasley1-2/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+6
2010-02-22x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsSeth Heasley1-0/+2
2010-02-19x86: Add pcibios_fixup_irqs to x86_initThomas Gleixner1-2/+2
2010-02-19x86: Add pci_init_irq to x86_initThomas Gleixner1-8/+4
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu1-11/+5