aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/pci_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08ACPI: PCI: IRQ: Consolidate printing diagnostic messagesRafael J. Wysocki1-24/+10
2020-11-09ACPI: Fix whitespace inconsistenciesMaximilian Luz1-1/+1
2019-09-03ACPI / PCI: fix acpi_pci_irq_enable() memory leakWenwen Wang1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-14/+1
2016-09-10ACPI / PCI: fix GIC irq model default PCI IRQ polarityLorenzo Pieralisi1-1/+9
2016-03-09x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan1-4/+25
2016-02-27Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"Bjorn Helgaas1-1/+8
2016-02-17Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"Bjorn Helgaas1-4/+6
2016-01-05ACPI, PCI, irq: remove redundant check for null string pointerColin Ian King1-3/+0
2015-09-26ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQJiang Liu1-0/+1
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+0
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-8/+1
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2015-05-30ACPI / PCI: Account for ARI in _PRT lookupsAlex Williamson1-1/+1
2015-05-22ACPI / PCI: remove stale list_head in struct acpi_prt_entryHanjun Guo1-1/+0
2015-03-20Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki1-1/+8
2015-02-05x86/PCI: Refine the way to release PCI IRQ resourcesJiang Liu1-8/+1
2015-01-20ACPI: pci: Do not clear pci_dev->irq in acpi_pci_irq_disable()Jiang Liu1-1/+0
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+9
2014-12-16x86, irq: Keep balance of IOAPIC pin reference countJiang Liu1-2/+9
2014-12-04ACPI / PM: Drop CONFIG_PM_RUNTIME from the ACPI coreRafael J. Wysocki1-1/+1
2014-08-29x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu1-0/+4
2014-08-08x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu1-0/+4
2014-06-21x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu1-1/+2
2014-02-20ACPI / PCI: Do not call ISA-specific code if ISA is not supportedTomasz Nowicki1-11/+25
2014-02-18ACPI / PCI: Fix memory leak in acpi_pci_irq_enable()Tomasz Nowicki1-0/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+0
2013-02-16PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu1-68/+34
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-9/+8
2012-11-29Merge branch 'acpi-general'Rafael J. Wysocki1-5/+5
2012-11-21ACPI: Fix logging when no pci_irq is allocatedJoe Perches1-5/+5
2012-11-15ACPI / x86: Export acpi_[un]register_gsi()Andy Shevchenko1-5/+0
2012-11-05ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas1-9/+8
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin1-5/+5
2011-07-16ACPI: fix CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQSStefan Assmann1-0/+58
2010-10-15ACPI: remove unused declaration of proc_fs.hZhang Rui1-1/+0
2010-05-04x86, acpi/irq: pci device dev->irq is an isa irq not a gsiEric W. Biederman1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into releaseLen Brown1-8/+9
2009-06-17ACPI: simplify acpi_pci_irq_del_prt() APIAlexander Chiang1-3/+4
2009-06-17ACPI: simplify acpi_pci_irq_add_prt() APIAlexander Chiang1-5/+5
2009-04-28irq: change ACPI GSI APIs to also take a device argumentYinghai Lu1-2/+3
2009-04-05Merge branch 'misc' into releaseLen Brown1-8/+8
2009-04-03ACPI: constify tables in pci_irq.cJan Beulich1-8/+8
2009-03-17ACPI: PCI: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas1-1/+1
2008-12-30ACPI: PCI: add HP copyrightBjorn Helgaas1-0/+2
2008-12-30ACPI: PCI: whitespace and useless initialization cleanupBjorn Helgaas1-19/+9