aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-11x86/pci: update pirq_enable_irq() to setup io apic routingYinghai Lu1-54/+30
2009-05-11x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu1-4/+20
2009-01-27PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley1-0/+1
2009-01-07PCI: x86: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas1-2/+2
2009-01-07x86/PCI: minor logic simplicationsBjorn Helgaas1-4/+4
2009-01-07x86/PCI: use config space encoding for interrupt pinsBjorn Helgaas1-24/+20
2009-01-07PCI: use config space encoding in pci_get_interrupt_pin()Bjorn Helgaas1-1/+1
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-2/+1
2008-10-20x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDsSeth Heasley1-2/+9
2008-10-20x86/PCI: follow lspci device/vendor styleBjorn Helgaas1-4/+4
2008-08-25Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin1-0/+2
2008-08-21arch/x86/pci/irq.c: attempt to clean up code layoutAndrew Morton1-29/+38
2008-08-15x86/PCI: irq and pci_ids patch for Intel Ibex Peak PCHsSeth Heasley1-0/+2
2008-07-28x86/PCI: use dev_printk when possibleBjorn Helgaas1-58/+48
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-38/+82
2008-07-09x86/pci: removing subsys_initcall ordering dependenciesRobert Richter1-4/+1
2008-06-16Merge branch 'linus' into x86/cleanupsIngo Molnar1-0/+7