Age | Commit message (Expand) | Author | Files | Lines |
2023-07-13 | x86/PCI: Use struct_size() in pirq_convert_irt_table() | Christophe JAILLET | 1 | -2/+2 |
2022-04-10 | x86/PCI: Fix coding style in PIRQ table verification | Maciej W. Rozycki | 1 | -1/+1 |
2022-04-10 | x86/PCI: Fix ALi M1487 (IBC) PIRQ router link value interpretation | Maciej W. Rozycki | 1 | -3/+16 |
2022-04-10 | x86/PCI: Add $IRT PIRQ routing table support | Maciej W. Rozycki | 1 | -0/+76 |
2022-04-10 | x86/PCI: Handle PIRQ routing tables with no router device given | Maciej W. Rozycki | 1 | -20/+44 |
2022-04-10 | x86/PCI: Add PIRQ routing table range checks | Maciej W. Rozycki | 1 | -5/+12 |
2022-04-10 | x86/PCI: Add support for the SiS85C497 PIRQ router | Maciej W. Rozycki | 1 | -0/+80 |
2022-04-10 | x86/PCI: Disambiguate SiS85C503 PIRQ router code entities | Maciej W. Rozycki | 1 | -15/+18 |
2022-04-10 | x86/PCI: Handle IRQ swizzling with PIRQ routers | Maciej W. Rozycki | 1 | -13/+47 |
2022-04-10 | x86/PCI: Also match function number in $PIR table | Maciej W. Rozycki | 1 | -4/+15 |
2022-04-10 | x86/PCI: Include function number in $PIR table dump | Maciej W. Rozycki | 1 | -1/+2 |
2022-04-10 | x86/PCI: Show the physical address of the $PIR table | Maciej W. Rozycki | 1 | -2/+2 |
2021-08-11 | x86: Avoid magic number with ELCR register accesses | Maciej W. Rozycki | 1 | -1/+2 |
2021-08-11 | x86/PCI: Add support for the Intel 82426EX PIRQ router | Maciej W. Rozycki | 1 | -0/+49 |
2021-08-11 | x86/PCI: Add support for the Intel 82374EB/82374SB (ESC) PIRQ router | Maciej W. Rozycki | 1 | -0/+73 |
2021-08-11 | x86/PCI: Add support for the ALi M1487 (IBC) PIRQ router | Maciej W. Rozycki | 1 | -2/+152 |
2019-04-17 | x86/PCI: Fix PCI IRQ routing table memory leak | Wenwen Wang | 1 | -2/+8 |
2018-01-12 | x86/PCI: Deprecate pci_get_bus_and_slot() | Sinan Kaya | 1 | -1/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-14 | dmi: Mark all struct dmi_system_id instances const | Christoph Hellwig | 1 | -1/+1 |
2016-02-27 | Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()" | Bjorn Helgaas | 1 | -1/+14 |
2016-02-18 | Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed" | Bjorn Helgaas | 1 | -4/+6 |
2015-07-30 | PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed | Jiang Liu | 1 | -6/+4 |
2015-07-30 | PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq() | Jiang Liu | 1 | -14/+1 |
2015-05-19 | x86: Rename eisa_set_level_irq to elcr_set_level_irq | Paul Gortmaker | 1 | -6/+7 |
2015-03-20 | Revert "x86/PCI: Refine the way to release PCI IRQ resources" | Rafael J. Wysocki | 1 | -1/+14 |
2015-02-05 | x86/PCI: Refine the way to release PCI IRQ resources | Jiang Liu | 1 | -14/+1 |
2014-12-20 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+20 |
2014-12-16 | x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector() | Jiang Liu | 1 | -4/+2 |
2014-12-16 | x86, irq: Keep balance of IOAPIC pin reference count | Jiang Liu | 1 | -1/+6 |
2014-12-16 | x86: irq: Fix placement of mp_should_keep_irq() | Jan Beulich | 1 | -0/+12 |
2014-08-29 | x86, irq, PCI: Keep IRQ assignment for runtime power management | Jiang Liu | 1 | -1/+1 |
2014-08-08 | x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernation | Jiang Liu | 1 | -1/+2 |
2014-06-22 | x86, irq, mpparse: Release IOAPIC pin when PCI device is disabled | Jiang Liu | 1 | -2/+11 |
2014-06-22 | x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pins | Jiang Liu | 1 | -2/+0 |
2014-02-03 | x86/PCI: Drop return value of pcibios_scan_root() | Bjorn Helgaas | 1 | -3/+1 |
2014-02-03 | x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node() | Bjorn Helgaas | 1 | -3/+1 |
2011-05-11 | x86/PCI: irq and pci_ids patch for Intel Panther Point DeviceIDs | Seth Heasley | 1 | -1/+3 |
2011-02-09 | PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDs | Seth Heasley | 1 | -9/+6 |
2010-12-23 | x86/PCI: irq and pci_ids patch for Intel Patsburg | Seth Heasley | 1 | -1/+2 |
2010-10-18 | PCI: update Intel chipset names and defines | Seth Heasley | 1 | -6/+6 |
2010-10-16 | x86/PCI: irq and pci_ids patch for Intel Patsburg DeviceIDs | Seth Heasley | 1 | -0/+1 |
2010-07-30 | x86/PCI: use for_each_pci_dev() | Kulikov Vasiliy | 1 | -3/+3 |
2010-05-11 | x86/PCI: irq and pci_ids patch for additional Intel Cougar Point DeviceIDs | Seth Heasley | 1 | -2/+7 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-03-08 | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -10/+6 |
2010-02-23 | x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs | Seth Heasley | 1 | -0/+2 |
2010-02-20 | x86: Add pcibios_fixup_irqs to x86_init | Thomas Gleixner | 1 | -2/+2 |
2010-02-20 | x86: Add pci_init_irq to x86_init | Thomas Gleixner | 1 | -8/+4 |
2009-05-18 | x86, apic: introduce io_apic_irq_attr | Yinghai Lu | 1 | -11/+5 |