summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/irq.c
Commit message (Expand)AuthorAgeFilesLines
* x86/PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas2016-02-271-1/+14
* Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas2016-02-171-4/+6
* PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managedJiang Liu2015-07-301-6/+4
* PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu2015-07-301-14/+1
* x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker2015-05-191-6/+7
* Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki2015-03-201-1/+14
* x86/PCI: Refine the way to release PCI IRQ resourcesJiang Liu2015-02-051-14/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-191-5/+20
|\
| * x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector()Jiang Liu2014-12-161-4/+2
| * x86, irq: Keep balance of IOAPIC pin reference countJiang Liu2014-12-161-1/+6
| * x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich2014-12-161-0/+12
|/
* x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu2014-08-291-1/+1
* x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu2014-08-081-1/+2
* x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-2/+11
* x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-2/+0
* x86/PCI: Drop return value of pcibios_scan_root()Bjorn Helgaas2014-02-031-3/+1
* x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()Bjorn Helgaas2014-02-031-3/+1
* x86/PCI: irq and pci_ids patch for Intel Panther Point DeviceIDsSeth Heasley2011-05-101-1/+3
* PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDsSeth Heasley2011-02-081-9/+6
* x86/PCI: irq and pci_ids patch for Intel PatsburgSeth Heasley2010-12-231-1/+2
* PCI: update Intel chipset names and definesSeth Heasley2010-10-171-6/+6
* x86/PCI: irq and pci_ids patch for Intel Patsburg DeviceIDsSeth Heasley2010-10-151-0/+1
* x86/PCI: use for_each_pci_dev()Kulikov Vasiliy2010-07-301-3/+3
* x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDsSeth Heasley2010-05-111-2/+7
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-071-10/+6
|\
| * x86: Add pcibios_fixup_irqs to x86_initThomas Gleixner2010-02-191-2/+2
| * x86: Add pci_init_irq to x86_initThomas Gleixner2010-02-191-8/+4
* | x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDsSeth Heasley2010-02-221-0/+2
|/
* x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-181-11/+5
* x86/pci: update pirq_enable_irq() to setup io apic routingYinghai Lu2009-05-111-54/+30
* x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu2009-05-111-4/+20
* PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley2009-01-271-0/+1
* PCI: x86: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-071-2/+2
* x86/PCI: minor logic simplicationsBjorn Helgaas2009-01-071-4/+4
* x86/PCI: use config space encoding for interrupt pinsBjorn Helgaas2009-01-071-24/+20
* PCI: use config space encoding in pci_get_interrupt_pin()Bjorn Helgaas2009-01-071-1/+1
* x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput2008-12-291-2/+1
* x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDsSeth Heasley2008-10-201-2/+9
* x86/PCI: follow lspci device/vendor styleBjorn Helgaas2008-10-201-4/+4
* Merge branch 'x86/urgent' into x86/cleanupsH. Peter Anvin2008-08-251-0/+2
|\
| * x86/PCI: irq and pci_ids patch for Intel Ibex Peak PCHsSeth Heasley2008-08-151-0/+2
* | arch/x86/pci/irq.c: attempt to clean up code layoutAndrew Morton2008-08-211-29/+38
|/
* x86/PCI: use dev_printk when possibleBjorn Helgaas2008-07-281-58/+48
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-38/+82
|\
| * x86/PCI: janitor work in irq.cMiklos Vajna2008-06-101-217/+294
* | x86/pci: removing subsys_initcall ordering dependenciesRobert Richter2008-07-091-4/+1