aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/pci_irq.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-26ACPI / PCI: fix LPIC IRQ model default PCI IRQ polarityJianmin Lv1-2/+4
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/...Linus 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/...Linus 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/kerne...Linus 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 imp...Tejun 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'...Len 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
2008-12-30ACPI: PCI: expand acpi_pci_allocate_irq() and acpi_pci_free_irq() inlineBjorn Helgaas1-43/+13
2008-12-30ACPI: PCI: simplify struct acpi_prt_entryBjorn Helgaas1-20/+15
2008-12-30ACPI: PCI: simplify list of _PRT entriesBjorn Helgaas1-48/+12
2008-12-30ACPI: PCI: combine lookup and deriveBjorn Helgaas1-44/+11
2008-12-30ACPI: PCI: follow typical PCI INTx swizzling patternBjorn Helgaas1-4/+7
2008-12-30ACPI: PCI: use positive logic to simplify codeBjorn Helgaas1-17/+16
2008-12-30ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_deriveBjorn Helgaas1-57/+36
2008-12-30ACPI: PCI: tweak _PRT lookup debugBjorn Helgaas1-6/+7
2008-12-30ACPI: PCI: lookup _PRT entry by PCI dev and pin, not segment/bus/dev/pinBjorn Helgaas1-15/+12
2008-12-30ACPI: PCI: use 1-based encoding for _PRT quirksBjorn Helgaas1-4/+6
2008-12-30ACPI: PCI: always use the PCI INTx pin values, not the _PRT onesBjorn Helgaas1-7/+8
2008-12-30ACPI: PCI: add a helper to convert _PRT INTx pin number to nameBjorn Helgaas1-10/+15
2008-12-30ACPI: PCI: move struct acpi_prt_entry declaration out of public header fileBjorn Helgaas1-0/+16
2008-12-30ACPI: PCI: fix GSI/IRQ naming confusionBjorn Helgaas1-10/+10
2008-12-30ACPI: PCI: ignore _PRT function informationBjorn Helgaas1-1/+0
2008-12-30ACPI: PCI: simplify buffer management for evaluating _PRTBjorn Helgaas1-40/+12
2008-12-30ACPI: PCI: remove unnecessary null pointer checksBjorn Helgaas1-18/+0
2008-12-30ACPI: PCI: use conventional PCI address formatBjorn Helgaas1-5/+5
2008-07-16ACPI: use dev_printk when possibleBjorn Helgaas1-21/+17
2008-03-25ACPI: fix Medion _PRT quirk (use "ISA_", not "ISA")Bjorn Helgaas1-2/+2
2008-03-11ACPI: add _PRT quirks to work around broken firmwareBjorn Helgaas1-0/+98
2008-02-07Merge branches 'release' and 'fluff' into releaseLen Brown1-2/+0
2008-02-07ACPI: misc cleanupsAdrian Bunk1-2/+0
2008-02-07ACPI: acpi_pci_irq_find_prt_entry(): use list_for_each_entry() instead of lis...Matthias Kaehlcke1-4/+1
2008-01-10ACPI : Not register gsi for PCI IDE controller in legacy modeAlan Cox1-0/+9
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-6/+3
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-40/+31
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-1/+1
2006-06-27ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)Len Brown1-4/+4
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-11/+9
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown1-24/+24
2006-01-09[PATCH] apci: use pin stored in pci_devKristen Accardi1-4/+3
2005-12-10[ACPI] ACPICA 20050930Bob Moore1-24/+24
2005-09-03[ACPI] fix run-time error checking in acpi_pci_irq_disable()Kenji Kaneshige1-4/+1
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-138/+125
2005-08-05[ACPI] Merge acpi-2.6.12 branch into 2.6.13-rc3Len Brown1-1/+8
2005-08-04[ACPI] acpi_pci_enable_irq() now checks for acpi_register_gsi() errorsKenji Kaneshige1-1/+8
2005-07-29/home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown1-26/+59
2005-07-29[ACPI] suspend/resume ACPI PCI Interrupt LinksDavid Shaohua Li1-26/+59
2005-07-02If ACPI doesn't find an irq listed, don't accept 0 as a valid PCI irq.Linus Torvalds1-1/+1
2005-06-25ACPI: Make sure we call acpi_register_gsi() even for default PCI interrupt as...Linus Torvalds1-0/+1
2005-05-27[PATCH] VIA IRQ quirkLen Brown1-4/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+518