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