summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/io_apic.h
Commit message (Expand)AuthorAgeFilesLines
* x86/apic: Rename variables and functions related to x86_io_apic_opsBaoquan He2018-02-171-3/+3
* x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He2018-02-171-1/+0
* x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He2018-02-171-0/+1
* x86/apic: Split out restore_boot_irq_mode() from disable_IO_APIC()Baoquan He2018-02-171-0/+2
* Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner2017-09-251-2/+0
|/
* x86: Cleanup irq_domain opsThomas Gleixner2015-04-241-27/+2
* x86, ioapic: Use proper defines for the entry fieldsThomas Gleixner2015-04-241-3/+13
* x86/irq: Remove sis apic bug workaroundThomas Gleixner2015-04-241-3/+0
* x86/irq: Clean up io_apic.hJiang Liu2015-04-241-11/+2
* x86: Remove more unmodified io_apic_opsThomas Gleixner2015-04-241-3/+3
* x86/irq: Remove x86_io_apic_ops.write and x86_io_apic_ops.modifyJiang Liu2015-04-241-13/+0
* x86/irq: Remove struct io_apic_irq_attrJiang Liu2015-04-241-7/+0
* x86/irq: Remove x86_io_apic_ops.eoi_ioapic_pin and related interfacesJiang Liu2015-04-241-7/+0
* x86/irq: Remove x86_io_apic_ops.set_affinity and related interfacesJiang Liu2015-04-241-4/+0
* x86/irq: Remove x86_io_apic_ops.setup_entry and related interfacesJiang Liu2015-04-241-4/+0
* x86/irq: Remove x86_io_apic_ops.print_entries and related interfacesJiang Liu2015-04-241-3/+0
* x86/irq: Remove unused old IOAPIC irqdomain interfacesJiang Liu2015-04-241-4/+0
* x86/irq: Implement callbacks to enable hierarchical irqdomains on IOAPICsJiang Liu2015-04-241-0/+10
* x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomainsJiang Liu2015-04-241-2/+12
* x86/irq: Remove unused pre_init_apic_IRQ0()Jiang Liu2015-04-241-1/+0
* x86/ioapic: Provide stub functions for IOAPIC%3DnThomas Gleixner2015-01-221-0/+5
* x86, irq: Move IRQ initialization routines from io_apic.c into vector.cJiang Liu2014-12-161-0/+2
* x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu2014-12-161-1/+19
* x86, irq: Move PCI MSI related code from io_apic.c into msi.cJiang Liu2014-12-161-4/+0
* x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu2014-12-161-0/+1
* x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removalJiang Liu2014-12-161-0/+1
* x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplugJiang Liu2014-12-161-2/+2
* x86, irq: Remove __init marker for functions will be used by IOAPIC hotplugJiang Liu2014-12-161-2/+2
* x86: irq: Fix placement of mp_should_keep_irq()Jan Beulich2014-12-161-3/+0
* x86, irq: Fix build error caused by 9eabc99a635a77cbf09Jiang Liu2014-09-011-0/+1
* x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu2014-08-291-0/+2
* x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2014-06-211-0/+3
* x86, irq: Clean up unused IOAPIC interfaceJiang Liu2014-06-211-9/+0
* x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2014-06-211-0/+5
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+2
* x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu2014-06-211-2/+19
* x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu2014-06-211-0/+2
* x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2014-06-211-0/+2
* x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2014-06-211-4/+0
* x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-211-9/+7
* x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-211-3/+0
* x86: Get rid of get_nr_irqs_gsi()Thomas Gleixner2014-05-161-2/+0
* x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-281-0/+5
* x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-281-0/+4
* x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-281-0/+5
* x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-281-0/+5
* x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2013-01-281-0/+4
* x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2013-01-281-0/+3