- c040aae x86, ioapic: Consolidate gsi routing info into 'struct ioapic' by Suresh Siddha · 13 years ago
- d537143 x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' by Suresh Siddha · 13 years ago
- b69c6c3 x86, ioapic: Add struct ioapic by Suresh Siddha · 13 years ago
- 31dce14 x86, ioapic: Use ioapic_saved_data while enabling intr-remapping by Suresh Siddha · 13 years ago
- 2044359 x86: devicetree: Configure IOAPIC pin only once by Sebastian Andrzej Siewior · 14 years ago
- abb0052 x86: ioapic: Move trigger defines to io_apic.h by Thomas Gleixner · 14 years ago
- 41098ff x86: ioapic: Make a few functions static by Thomas Gleixner · 14 years ago
- ff973d0 x86: ioapic: Add io_apic_setup_irq_pin() by Thomas Gleixner · 14 years ago
- 7d0f192 x86: Add dummy functions for compiling without IOAPIC by Henrik Kretzschmar · 14 years ago
- 7167d08 x86: Rework arch_disable_smp_support() for x86 by Henrik Kretzschmar · 14 years ago
- b6a1432 x86: Add dummy mp_save_irq() by Henrik Kretzschmar · 14 years ago
- 4e034b2 x86: Move ioapic_irq_destination_types to apicdef.h by Henrik Kretzschmar · 14 years ago
- 2d8009b x86: Unify 3 similar ways of saving mp_irqs info by Feng Tang · 14 years ago
- d834a9d Merge branch 'x86/amd-nb' into x86/apic-cleanups by Thomas Gleixner · 14 years ago
- a38c538 x86: io_apic: Split setup_ioapic_ids_from_mpc() by Sebastian Andrzej Siewior · 14 years ago
- 7fb2b87 x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakage by Thomas Gleixner · 14 years ago
- 23f9b26 x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() by Thomas Gleixner · 14 years ago
- 7b586d7 x86/io_apic: add get_nr_irqs_gsi() by Jeremy Fitzhardinge · 16 years ago
- 1a8ce7f x86: Make io_apic.c local functions static by Thomas Gleixner · 14 years ago
- a4384df x86, irq: Rename gsi_end gsi_top, and fix off by one errors by Eric W. Biederman · 14 years ago
- 4f47b4c x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefined by Eric W. Biederman · 15 years ago
- 7b20bd5 x86, irq: Kill io_apic_renumber_irq by Eric W. Biederman · 15 years ago
- 5777372 x86, ioapic: Teach mp_register_ioapic to compute a global gsi_end by Eric W. Biederman · 15 years ago
- eddb0c5 x86, ioapic: Fix the types of gsi values by Eric W. Biederman · 15 years ago
- 4966e1a x86, ioapic: Add dummy ioapic functions by Jacob Pan · 15 years ago
- 05ddafb x86, ioapic: Early enable ioapic for timer irq by Jacob Pan · 15 years ago
- 54b5617 Merge remote branch 'origin/x86/apic' into x86/mrst by H. Peter Anvin · 15 years ago
- 1f91233 x86, apic: Remove ioapic_disable_legacy() by Jacob Pan · 15 years ago
- 18dce6b x86: Fix SCI on IOAPIC != 0 by Yinghai Lu · 15 years ago
- 78f28b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- bc07844 x86: Distangle ioapic and i8259 by Thomas Gleixner · 15 years ago
- 2a4ab64 ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=n by Feng Tang · 15 years ago
- de93410 x86: Move ioapic_ids_setup to x86_init_ops by Thomas Gleixner · 15 years ago
- 857fdc5 x86/pci: insert ioapic resource before assigning unassigned resources by Yinghai Lu · 15 years ago
- e519807 x86, apic: introduce io_apic_irq_attr by Yinghai Lu · 15 years ago
- 5ef2183 x86/acpi: move setup io apic routing out of CONFIG_ACPI scope by Yinghai Lu · 16 years ago
- 4420471 Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 16 years ago
- a2f809b irq: change ACPI GSI APIs to also take a device argument by Yinghai Lu · 16 years ago
- ff166cb x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC() by Suresh Siddha · 16 years ago
- fc1edaf x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checks by Suresh Siddha · 16 years ago
- b24696b Intel IOMMU Suspend/Resume Support - Interrupt Remapping by Fenghua Yu · 16 years ago
- 05c3dc2 x86, ioapic: Fix non atomic allocation with interrupts disabled by Suresh Siddha · 16 years ago
- 0280f7c x86, x2apic: cleanup the IO-APIC level migration with interrupt-remapping by Suresh Siddha · 16 years ago
- ca97ab9 x86: unstatic ioapic entry funcs by Jeremy Fitzhardinge · 16 years ago
- 65a4e57 smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup() by Ingo Molnar · 16 years ago
- c2c2174 x86: replacing mp_config_intsrc with mpc_intsrc by Jaswinder Singh Rajput · 16 years ago
- b5ba7e6 x86: replacing mp_config_ioapic with mpc_ioapic by Jaswinder Singh Rajput · 16 years ago
- 179475a Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 50dd94e sparseirq: fix typo in !CONFIG_IO_APIC case by Ingo Molnar · 16 years ago
- be5d535 x86: MSI start irq numbering from nr_irqs_gsi by Yinghai Lu · 16 years ago
- 7a9787e Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirks by Ingo Molnar · 16 years ago
- 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
- bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/io_apic.h]
- 9d6a4d0 x86: probe nr_irqs even only mptable is used by Yinghai Lu · 16 years ago
- d83e94a x86, io-apic: remove union about dest for log/phy by Yinghai Lu · 16 years ago
- 6dec3a1 Merge branch 'x86/x2apic' into x86/core by Ingo Molnar · 16 years ago
- 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
- 41b9eb2 x86, pci: introduce config option for pci reroute quirks (was: [PATCH 0/3] Boot IRQ quirks for Broadcom and AMD/ATI) by Stefan Assmann · 16 years ago
- 89027d3 x64, x2apic/intr-remap: IO-APIC support for interrupt-remapping by Suresh Siddha · 16 years ago
- 4dc2f96 x64, x2apic/intr-remap: ioapic routines which deal with initial io-apic RTE setup by Suresh Siddha · 16 years ago
- f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 16 years ago
- 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
- d3f020d x86, io-apic: define names for redirection table entry fields by Cyrill Gorcunov · 16 years ago
- 35542c5 x86: I/O APIC: clean up the 8259A on a NMI watchdog failure by Maciej W. Rozycki · 16 years ago
- 2fddb6e28 x86: make config_irqsrc not MPspec specific by Alexey Starikovskiy · 16 years ago
- ec2cd0a x86: make struct config_ioapic not MPspec specific by Alexey Starikovskiy · 16 years ago
- 5f89514 x86: make mp_ioapic_routing definition local by Alexey Starikovskiy · 16 years ago
- a1a33fa x86: use bitmap library for pin_programmed by Akinobu Mita · 17 years ago
- 9e5c5f1 x86: move mp_ioapic_routing to boot.c by Alexey Starikovskiy · 17 years ago
- ede1389 x86: remove the write-only timer_uses_ioapic_pin_0 by Adrian Bunk · 17 years ago
- e1d9197 x86: merge include/asm-x86/sparsemem.h by Thomas Gleixner · 17 years ago
- 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago