Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | x86, ioapic: Consolidate gsi routing info into 'struct ioapic' | Suresh Siddha | 1 | -0/+1 |
2011-05-20 | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' | Suresh Siddha | 1 | -3/+3 |
2011-05-20 | x86, ioapic: Add struct ioapic | Suresh Siddha | 1 | -1/+0 |
2011-05-20 | x86, ioapic: Use ioapic_saved_data while enabling intr-remapping | Suresh Siddha | 1 | -14/+6 |
2011-04-28 | x86: devicetree: Configure IOAPIC pin only once | Sebastian Andrzej Siewior | 1 | -1/+1 |
2011-02-23 | x86: ioapic: Move trigger defines to io_apic.h | Thomas Gleixner | 1 | -0/+4 |
2011-02-23 | x86: ioapic: Make a few functions static | Thomas Gleixner | 1 | -5/+0 |
2011-02-23 | x86: ioapic: Add io_apic_setup_irq_pin() | Thomas Gleixner | 1 | -0/+2 |
2011-02-23 | x86: Add dummy functions for compiling without IOAPIC | Henrik Kretzschmar | 1 | -0/+18 |
2011-02-23 | x86: Rework arch_disable_smp_support() for x86 | Henrik Kretzschmar | 1 | -0/+3 |
2011-02-23 | x86: Add dummy mp_save_irq() | Henrik Kretzschmar | 1 | -0/+1 |
2011-02-23 | x86: Move ioapic_irq_destination_types to apicdef.h | Henrik Kretzschmar | 1 | -11/+0 |
2010-12-09 | x86: Unify 3 similar ways of saving mp_irqs info | Feng Tang | 1 | -0/+2 |
2010-12-09 | Merge branch 'x86/amd-nb' into x86/apic-cleanups | Thomas Gleixner | 1 | -0/+2 |
2010-12-06 | x86: io_apic: Split setup_ioapic_ids_from_mpc() | Sebastian Andrzej Siewior | 1 | -0/+1 |
2010-10-24 | x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakage | Thomas Gleixner | 1 | -1/+1 |
2010-10-23 | x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() | Thomas Gleixner | 1 | -4/+1 |
2010-10-18 | x86/io_apic: add get_nr_irqs_gsi() | Jeremy Fitzhardinge | 1 | -0/+1 |
2010-10-12 | x86: Make io_apic.c local functions static | Thomas Gleixner | 1 | -6/+0 |
2010-06-10 | x86, irq: Rename gsi_end gsi_top, and fix off by one errors | Eric W. Biederman | 1 | -2/+2 |
2010-05-06 | x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefined | Eric W. Biederman | 1 | -0/+1 |
2010-05-05 | x86, irq: Kill io_apic_renumber_irq | Eric W. Biederman | 1 | -1/+0 |
2010-05-05 | x86, ioapic: Teach mp_register_ioapic to compute a global gsi_end | Eric W. Biederman | 1 | -0/+1 |
2010-05-05 | x86, ioapic: Fix the types of gsi values | Eric W. Biederman | 1 | -5/+5 |
2010-02-24 | x86, ioapic: Add dummy ioapic functions | Jacob Pan | 1 | -0/+4 |
2010-02-24 | x86, ioapic: Early enable ioapic for timer irq | Jacob Pan | 1 | -0/+1 |
2010-02-23 | Merge remote branch 'origin/x86/apic' into x86/mrst | H. Peter Anvin | 1 | -0/+1 |
2010-02-20 | x86, apic: Remove ioapic_disable_legacy() | Jacob Pan | 1 | -2/+0 |
2010-02-11 | x86: Fix SCI on IOAPIC != 0 | Yinghai Lu | 1 | -0/+1 |
2009-09-19 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+6 |
2009-08-31 | x86: Distangle ioapic and i8259 | Thomas Gleixner | 1 | -0/+2 |
2009-08-29 | ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=n | Feng Tang | 1 | -2/+11 |
2009-08-27 | x86: Move ioapic_ids_setup to x86_init_ops | Thomas Gleixner | 1 | -1/+2 |
2009-07-11 | x86/pci: insert ioapic resource before assigning unassigned resources | Yinghai Lu | 1 | -0/+2 |
2009-05-18 | x86, apic: introduce io_apic_irq_attr | Yinghai Lu | 1 | -2/+3 |
2009-05-11 | x86/acpi: move setup io apic routing out of CONFIG_ACPI scope | Yinghai Lu | 1 | -2/+2 |
2009-05-01 | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 1 | -4/+0 |
2009-04-28 | irq: change ACPI GSI APIs to also take a device argument | Yinghai Lu | 1 | -2/+2 |
2009-04-22 | x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC() | Suresh Siddha | 1 | -2/+0 |
2009-04-21 | x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checks | Suresh Siddha | 1 | -2/+0 |
2009-04-04 | Intel IOMMU Suspend/Resume Support - Interrupt Remapping | Fenghua Yu | 1 | -4/+7 |
2009-03-18 | x86, ioapic: Fix non atomic allocation with interrupts disabled | Suresh Siddha | 1 | -1/+2 |
2009-03-18 | x86, x2apic: cleanup the IO-APIC level migration with interrupt-remapping | Suresh Siddha | 1 | -1/+1 |
2009-02-10 | x86: unstatic ioapic entry funcs | Jeremy Fitzhardinge | 1 | -0/+6 |
2009-02-06 | smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_... | Ingo Molnar | 1 | -9/+0 |
2009-01-14 | x86: replacing mp_config_intsrc with mpc_intsrc | Jaswinder Singh Rajput | 1 | -15/+1 |
2009-01-14 | x86: replacing mp_config_ioapic with mpc_ioapic | Jaswinder Singh Rajput | 1 | -9/+1 |
2008-12-31 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -6/+3 |
2008-12-08 | sparseirq: fix typo in !CONFIG_IO_APIC case | Ingo Molnar | 1 | -5/+2 |
2008-12-08 | x86: MSI start irq numbering from nr_irqs_gsi | Yinghai Lu | 1 | -1/+1 |