1. afcc8a4 x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging by Joerg Roedel · 12 years ago
  2. 1c4248c x86, io_apic: Introduce x86_io_apic_ops.disable() by Joerg Roedel · 12 years ago
  3. 4a8e2a3 x86/apic: Replace io_apic_ops with x86_io_apic_ops. by Konrad Rzeszutek Wilk · 12 years ago
  4. 136d249 x86/ioapic: Add io_apic_ops driver layer to allow interception by Jeremy Fitzhardinge · 12 years ago
  5. c040aae x86, ioapic: Consolidate gsi routing info into 'struct ioapic' by Suresh Siddha · 13 years ago
  6. d537143 x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' by Suresh Siddha · 13 years ago
  7. b69c6c3 x86, ioapic: Add struct ioapic by Suresh Siddha · 13 years ago
  8. 31dce14 x86, ioapic: Use ioapic_saved_data while enabling intr-remapping by Suresh Siddha · 13 years ago
  9. 2044359 x86: devicetree: Configure IOAPIC pin only once by Sebastian Andrzej Siewior · 13 years ago
  10. abb0052 x86: ioapic: Move trigger defines to io_apic.h by Thomas Gleixner · 13 years ago
  11. 41098ff x86: ioapic: Make a few functions static by Thomas Gleixner · 13 years ago
  12. ff973d0 x86: ioapic: Add io_apic_setup_irq_pin() by Thomas Gleixner · 13 years ago
  13. 7d0f192 x86: Add dummy functions for compiling without IOAPIC by Henrik Kretzschmar · 13 years ago
  14. 7167d08 x86: Rework arch_disable_smp_support() for x86 by Henrik Kretzschmar · 13 years ago
  15. b6a1432 x86: Add dummy mp_save_irq() by Henrik Kretzschmar · 13 years ago
  16. 4e034b2 x86: Move ioapic_irq_destination_types to apicdef.h by Henrik Kretzschmar · 13 years ago
  17. 2d8009b x86: Unify 3 similar ways of saving mp_irqs info by Feng Tang · 14 years ago
  18. d834a9d Merge branch 'x86/amd-nb' into x86/apic-cleanups by Thomas Gleixner · 14 years ago
  19. a38c538 x86: io_apic: Split setup_ioapic_ids_from_mpc() by Sebastian Andrzej Siewior · 14 years ago
  20. 7fb2b87 x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakage by Thomas Gleixner · 14 years ago
  21. 23f9b26 x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() by Thomas Gleixner · 14 years ago
  22. 7b586d7 x86/io_apic: add get_nr_irqs_gsi() by Jeremy Fitzhardinge · 15 years ago
  23. 1a8ce7f x86: Make io_apic.c local functions static by Thomas Gleixner · 14 years ago
  24. a4384df x86, irq: Rename gsi_end gsi_top, and fix off by one errors by Eric W. Biederman · 14 years ago
  25. 4f47b4c x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefined by Eric W. Biederman · 14 years ago
  26. 7b20bd5 x86, irq: Kill io_apic_renumber_irq by Eric W. Biederman · 14 years ago
  27. 5777372 x86, ioapic: Teach mp_register_ioapic to compute a global gsi_end by Eric W. Biederman · 14 years ago
  28. eddb0c5 x86, ioapic: Fix the types of gsi values by Eric W. Biederman · 14 years ago
  29. 4966e1a x86, ioapic: Add dummy ioapic functions by Jacob Pan · 14 years ago
  30. 05ddafb x86, ioapic: Early enable ioapic for timer irq by Jacob Pan · 15 years ago
  31. 54b5617 Merge remote branch 'origin/x86/apic' into x86/mrst by H. Peter Anvin · 14 years ago
  32. 1f91233 x86, apic: Remove ioapic_disable_legacy() by Jacob Pan · 14 years ago
  33. 18dce6b x86: Fix SCI on IOAPIC != 0 by Yinghai Lu · 14 years ago
  34. 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
  35. bc07844 x86: Distangle ioapic and i8259 by Thomas Gleixner · 15 years ago
  36. 2a4ab64 ACPI, x86: expose some IO-APIC routines when CONFIG_ACPI=n by Feng Tang · 15 years ago
  37. de93410 x86: Move ioapic_ids_setup to x86_init_ops by Thomas Gleixner · 15 years ago
  38. 857fdc5 x86/pci: insert ioapic resource before assigning unassigned resources by Yinghai Lu · 15 years ago
  39. e519807 x86, apic: introduce io_apic_irq_attr by Yinghai Lu · 15 years ago
  40. 5ef2183 x86/acpi: move setup io apic routing out of CONFIG_ACPI scope by Yinghai Lu · 15 years ago
  41. 4420471 Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 15 years ago
  42. a2f809b irq: change ACPI GSI APIs to also take a device argument by Yinghai Lu · 15 years ago
  43. ff166cb x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC() by Suresh Siddha · 15 years ago
  44. fc1edaf x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checks by Suresh Siddha · 15 years ago
  45. b24696b Intel IOMMU Suspend/Resume Support - Interrupt Remapping by Fenghua Yu · 15 years ago
  46. 05c3dc2 x86, ioapic: Fix non atomic allocation with interrupts disabled by Suresh Siddha · 15 years ago
  47. 0280f7c x86, x2apic: cleanup the IO-APIC level migration with interrupt-remapping by Suresh Siddha · 15 years ago
  48. ca97ab9 x86: unstatic ioapic entry funcs by Jeremy Fitzhardinge · 15 years ago
  49. 65a4e57 smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup() by Ingo Molnar · 15 years ago
  50. c2c2174 x86: replacing mp_config_intsrc with mpc_intsrc by Jaswinder Singh Rajput · 16 years ago
  51. b5ba7e6 x86: replacing mp_config_ioapic with mpc_ioapic by Jaswinder Singh Rajput · 16 years ago
  52. 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
  53. 50dd94e sparseirq: fix typo in !CONFIG_IO_APIC case by Ingo Molnar · 16 years ago
  54. be5d535 x86: MSI start irq numbering from nr_irqs_gsi by Yinghai Lu · 16 years ago
  55. 7a9787e Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirks by Ingo Molnar · 16 years ago
  56. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  57. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/io_apic.h]
  58. 9d6a4d0 x86: probe nr_irqs even only mptable is used by Yinghai Lu · 16 years ago
  59. d83e94a x86, io-apic: remove union about dest for log/phy by Yinghai Lu · 16 years ago
  60. 6dec3a1 Merge branch 'x86/x2apic' into x86/core by Ingo Molnar · 16 years ago
  61. 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
  62. 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
  63. 89027d3 x64, x2apic/intr-remap: IO-APIC support for interrupt-remapping by Suresh Siddha · 16 years ago
  64. 4dc2f96 x64, x2apic/intr-remap: ioapic routines which deal with initial io-apic RTE setup by Suresh Siddha · 16 years ago
  65. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 16 years ago
  66. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  67. d3f020d x86, io-apic: define names for redirection table entry fields by Cyrill Gorcunov · 16 years ago
  68. 35542c5 x86: I/O APIC: clean up the 8259A on a NMI watchdog failure by Maciej W. Rozycki · 16 years ago
  69. 2fddb6e28 x86: make config_irqsrc not MPspec specific by Alexey Starikovskiy · 16 years ago
  70. ec2cd0a x86: make struct config_ioapic not MPspec specific by Alexey Starikovskiy · 16 years ago
  71. 5f89514 x86: make mp_ioapic_routing definition local by Alexey Starikovskiy · 16 years ago
  72. a1a33fa x86: use bitmap library for pin_programmed by Akinobu Mita · 16 years ago
  73. 9e5c5f1 x86: move mp_ioapic_routing to boot.c by Alexey Starikovskiy · 16 years ago
  74. ede1389 x86: remove the write-only timer_uses_ioapic_pin_0 by Adrian Bunk · 16 years ago
  75. e1d9197 x86: merge include/asm-x86/sparsemem.h by Thomas Gleixner · 16 years ago
  76. 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago