Age | Commit message (Expand) | Author |
2014-12-16 | x86, irq: Move IRQ initialization routines from io_apic.c into vector.c | Jiang Liu |
2014-12-16 | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h | Jiang Liu |
2014-12-16 | x86, irq: Move PCI MSI related code from io_apic.c into msi.c | Jiang Liu |
2014-12-16 | x86, irq: Introduce helper to check whether an IOAPIC has been registered | Jiang Liu |
2014-12-16 | x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal | Jiang Liu |
2014-12-16 | x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug | Jiang Liu |
2014-12-16 | x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug | Jiang Liu |
2014-12-16 | x86: irq: Fix placement of mp_should_keep_irq() | Jan Beulich |
2014-09-01 | x86, irq: Fix build error caused by 9eabc99a635a77cbf09 | Jiang Liu |
2014-08-29 | x86, irq, PCI: Keep IRQ assignment for runtime power management | Jiang Liu |
2014-06-21 | x86, irq: Introduce helper functions to release IOAPIC pin | Jiang Liu |
2014-06-21 | x86, irq: Clean up unused IOAPIC interface | Jiang Liu |
2014-06-21 | x86, irq: Introduce two helper functions to support irqdomain map operation | Jiang Liu |
2014-06-21 | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu |
2014-06-21 | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number | Jiang Liu |
2014-06-21 | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu |
2014-06-21 | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu |
2014-06-21 | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu |
2014-06-21 | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu |
2014-05-16 | x86: Get rid of get_nr_irqs_gsi() | Thomas Gleixner |
2013-01-28 | x86, io_apic: Introduce eoi_ioapic_pin call-back | Joerg Roedel |
2013-01-28 | x86, msi: Introduce x86_msi.compose_msi_msg call-back | Joerg Roedel |
2013-01-28 | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core | Joerg Roedel |
2013-01-28 | x86, io_apic: Convert setup_ioapic_entry to function pointer | Joerg Roedel |
2013-01-28 | x86, io_apic: Introduce set_affinity function pointer | Joerg Roedel |
2013-01-28 | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging | Joerg Roedel |
2013-01-28 | x86, io_apic: Introduce x86_io_apic_ops.disable() | Joerg Roedel |
2012-05-01 | x86/apic: Replace io_apic_ops with x86_io_apic_ops. | Konrad Rzeszutek Wilk |
2012-03-28 | x86/ioapic: Add io_apic_ops driver layer to allow interception | Jeremy Fitzhardinge |
2011-05-20 | x86, ioapic: Consolidate gsi routing info into 'struct ioapic' | Suresh Siddha |
2011-05-20 | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' | Suresh Siddha |
2011-05-20 | x86, ioapic: Add struct ioapic | Suresh Siddha |
2011-05-20 | x86, ioapic: Use ioapic_saved_data while enabling intr-remapping | Suresh Siddha |
2011-04-28 | x86: devicetree: Configure IOAPIC pin only once | Sebastian Andrzej Siewior |
2011-02-23 | x86: ioapic: Move trigger defines to io_apic.h | Thomas Gleixner |
2011-02-23 | x86: ioapic: Make a few functions static | Thomas Gleixner |
2011-02-23 | x86: ioapic: Add io_apic_setup_irq_pin() | Thomas Gleixner |
2011-02-23 | x86: Add dummy functions for compiling without IOAPIC | Henrik Kretzschmar |
2011-02-23 | x86: Rework arch_disable_smp_support() for x86 | Henrik Kretzschmar |
2011-02-23 | x86: Add dummy mp_save_irq() | Henrik Kretzschmar |
2011-02-23 | x86: Move ioapic_irq_destination_types to apicdef.h | Henrik Kretzschmar |
2010-12-09 | x86: Unify 3 similar ways of saving mp_irqs info | Feng Tang |
2010-12-09 | Merge branch 'x86/amd-nb' into x86/apic-cleanups | Thomas Gleixner |
2010-12-06 | x86: io_apic: Split setup_ioapic_ids_from_mpc() | Sebastian Andrzej Siewior |
2010-10-24 | x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakage | Thomas Gleixner |
2010-10-23 | x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() | Thomas Gleixner |
2010-10-18 | x86/io_apic: add get_nr_irqs_gsi() | Jeremy Fitzhardinge |
2010-10-12 | x86: Make io_apic.c local functions static | Thomas Gleixner |
2010-06-09 | x86, irq: Rename gsi_end gsi_top, and fix off by one errors | Eric W. Biederman |