summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/pci_irq.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / PCI: fix GIC irq model default PCI IRQ polarityLorenzo Pieralisi2016-09-101-1/+9
* x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan2016-03-091-4/+25
* Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas2016-02-271-1/+8
* Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas2016-02-171-4/+6
* ACPI, PCI, irq: remove redundant check for null string pointerColin Ian King2016-01-051-3/+0
* ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQJiang Liu2015-09-261-0/+1
* Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-011-4/+0
|\
| * ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* | 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-8/+1
|/
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-1/+0
|\
| * ACPI / PCI: remove stale list_head in struct acpi_prt_entryHanjun Guo2015-05-221-1/+0
* | ACPI / PCI: Account for ARI in _PRT lookupsAlex Williamson2015-05-301-1/+1
|/
* Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki2015-03-201-1/+8
* x86/PCI: Refine the way to release PCI IRQ resourcesJiang Liu2015-02-051-8/+1
* ACPI: pci: Do not clear pci_dev->irq in acpi_pci_irq_disable()Jiang Liu2015-01-201-1/+0
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-191-2/+9
|\
| * x86, irq: Keep balance of IOAPIC pin reference countJiang Liu2014-12-161-2/+9
* | ACPI / PM: Drop CONFIG_PM_RUNTIME from the ACPI coreRafael J. Wysocki2014-12-041-1/+1
|/
* x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu2014-08-291-0/+4
* x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu2014-08-081-0/+4
* x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-1/+2
* ACPI / PCI: Do not call ISA-specific code if ISA is not supportedTomasz Nowicki2014-02-201-11/+25
* ACPI / PCI: Fix memory leak in acpi_pci_irq_enable()Tomasz Nowicki2014-02-181-0/+1
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+0
* PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu2013-02-161-68/+34
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-9/+8
|\
| * ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas2012-11-051-9/+8
* | Merge branch 'acpi-general'Rafael J. Wysocki2012-11-291-5/+5
|\ \
| * | ACPI: Fix logging when no pci_irq is allocatedJoe Perches2012-11-211-5/+5
| |/
* | ACPI / x86: Export acpi_[un]register_gsi()Andy Shevchenko2012-11-151-5/+0
|/
* PCI/PM/Runtime: make PCI traces quieterVincent Palatin2012-01-061-5/+5
* ACPI: fix CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQSStefan Assmann2011-07-161-0/+58
* ACPI: remove unused declaration of proc_fs.hZhang Rui2010-10-151-1/+0
* x86, acpi/irq: pci device dev->irq is an isa irq not a gsiEric W. Biederman2010-05-041-3/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-0/+2
*-. Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2009-06-241-8/+9
|\ \
| | * ACPI: simplify acpi_pci_irq_del_prt() APIAlexander Chiang2009-06-171-3/+4
| | * ACPI: simplify acpi_pci_irq_add_prt() APIAlexander Chiang2009-06-171-5/+5
| |/
* | irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-281-2/+3
|/
* Merge branch 'misc' into releaseLen Brown2009-04-051-8/+8
|\
| * ACPI: constify tables in pci_irq.cJan Beulich2009-04-031-8/+8
* | ACPI: PCI: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-03-171-1/+1
|/
* ACPI: PCI: add HP copyrightBjorn Helgaas2008-12-301-0/+2
* ACPI: PCI: whitespace and useless initialization cleanupBjorn Helgaas2008-12-301-19/+9
* ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inlineBjorn Helgaas2008-12-301-43/+13
* ACPI: PCI: simplify struct acpi_prt_entryBjorn Helgaas2008-12-301-20/+15
* ACPI: PCI: simplify list of _PRT entriesBjorn Helgaas2008-12-301-48/+12
* ACPI: PCI: combine lookup and deriveBjorn Helgaas2008-12-301-44/+11
OpenPOWER on IntegriCloud