summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/irq_remapping.c
Commit message (Expand)AuthorAgeFilesLines
* irq_remapping: Use apic_ack_irq()Thomas Gleixner2018-06-061-5/+0
* x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2018-02-171-2/+2
* x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
* iommu/vt-d: Add a command line parameter for VT-d posted-interruptsFeng Wu2015-10-011-4/+8
* iommu/vt-d: Return false instead of 0 in irq_remapping_cap()Joerg Roedel2015-08-131-1/+1
* iommu, x86: Provide irq_remapping_cap() interfaceFeng Wu2015-06-121-0/+9
* iommu, x86: Setup Posted-Interrupts capability for Intel iommuFeng Wu2015-06-121-0/+2
* irq_remapping: Clean up unsued code to support IOAPICJiang Liu2015-04-241-33/+0
* x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu2015-04-241-19/+0
* x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu2015-04-241-15/+0
* x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu2015-04-241-13/+0
* irq_remapping: Remove unused function irq_remapping_print_chip()Jiang Liu2015-04-241-13/+0
* irq_remapping: Clean up unused MSI related codeJiang Liu2015-04-241-151/+0
* x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu2015-04-241-1/+0
* irq_remapping: Introduce new interfaces to support hierarchical irqdomainsJiang Liu2015-04-241-1/+49
* x86/dmar: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-2/+15
* iommu/irq_remapping: Normailize the way to detect whether IR is enabledJiang Liu2015-01-151-24/+14
* iommu/irq_remapping: Change variable disable_irq_remap to be staticJiang Liu2015-01-151-2/+1
* iommu/irq_remapping: Refine function irq_remapping_prepare() for maintenanceJiang Liu2015-01-151-8/+8
* iommu/irq_remapping: Kill function irq_remapping_supported() and related codeJiang Liu2015-01-151-10/+2
* iommu, x86: Restructure setup of the irq remapping featureThomas Gleixner2015-01-151-12/+7
* x86: irq_remapping: Use helpers to access irq_cfg data structure associated w...Jiang Liu2014-12-161-3/+3
* PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu2014-11-231-8/+0
* iommu/irq_remapping: Fix the regression of hpet irq remappingYijing Wang2014-09-251-2/+9
* x86: irq_remapping: Use irq_alloc/free_hwirq()Thomas Gleixner2014-05-161-7/+5
* iommu/vt-d, trivial: clean sparse warningsJiang Liu2014-01-091-2/+2
* iommu/vt-d: Mark function eoi_ioapic_pin_remapped() as static in irq_remapping.cRashika Kheria2013-12-301-1/+1
* x86/MSI: Conserve interrupt resources when using multiple-MSIsAlexander Gordeev2013-06-031-5/+7
* Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-021-1/+0
|\
| * x86, io_apic: remove duplicated include from irq_remapping.cWei Yongjun2013-03-261-1/+0
* | iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman2013-04-181-0/+6
|/
* x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel2013-01-281-0/+5
* x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-281-0/+12
* x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-281-3/+6
* x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-281-0/+9
* x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel2013-01-281-1/+4
* x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-0/+25
* x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-281-0/+6
* x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-281-0/+1
* x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2013-01-281-0/+4
* x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-281-3/+109
* x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2013-01-281-1/+2
* x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2013-01-281-1/+30
* x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel2013-01-281-2/+9
* iommu/irq: Use amd_iommu_irq_ops if supportedJoerg Roedel2012-09-281-0/+5
* Merge tag 'iommu-updates-v3.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-241-0/+5
|\
| * iommu/amd: Fix sparse warningsJoerg Roedel2012-07-171-0/+5
* | irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha2012-06-151-3/+2
|/
* irq_remap: Fix UP build failureSuresh Siddha2012-05-081-0/+2
* iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2012-05-071-0/+164
OpenPOWER on IntegriCloud