1. 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 17 years ago
  2. 199751d x86: make 32 bit to use sparse_irq by Yinghai Lu · 17 years ago
  3. 0f978f4 x86: make 32bit to use irq_2_pin in irq_cfg by Yinghai Lu · 17 years ago
  4. da51a82 x86: make 32bit use irq_cfg_alloc, etc by Yinghai Lu · 17 years ago
  5. a1420f3 x86: add irq_cfg for 32bit by Yinghai Lu · 17 years ago
  6. 8b8e8c1 x86: remove irqbalance in kernel for 32 bit by Yinghai Lu · 17 years ago
  7. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 17 years ago
  8. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 17 years ago
  9. 301e619 x86: use dyn_array in io_apic_xx.c by Yinghai Lu · 17 years ago
  10. 0799e43 x86: use nr_irqs by Yinghai Lu · 17 years ago
  11. 881b374 Merge branch 'x86/apic' into x86/core by Ingo Molnar · 17 years ago
  12. c83d128 Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core by Ingo Molnar · 17 years ago
  13. 51ca3c6 Merge branch 'linus' into x86/core by Ingo Molnar · 17 years ago
  14. d388e5f x86: Restore proper vector locking during cpu hotplug by Eric W. Biederman · 17 years ago
  15. 7ab6af7 x86_32: use apic_ops at print_local_APIC() by Hiroshi Shimamoto · 17 years ago
  16. a4dbc34 x86: add setup_ioapic_ids for numaq in x86_quirks by Yinghai Lu · 17 years ago
  17. 32f71af x86: PIC, L-APIC and I/O APIC debug information by Maciej W. Rozycki · 17 years ago
  18. 453c140 Merge branch 'x86/apic' into x86/x2apic by Ingo Molnar · 17 years ago
  19. a208f37a Merge branch 'linus' into x86/x2apic by Ingo Molnar · 17 years ago
  20. 49a66a0 x86: I/O APIC: Always report how the timer has been set up by Maciej W. Rozycki · 17 years ago
  21. 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 17 years ago
  22. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 17 years ago
  23. ce8b06b x86: I/O APIC: remove an IRQ2-mask hack by Maciej W. Rozycki · 17 years ago
  24. 4c9961d x86: make read_apic_id return final apicid by Yinghai Lu · 17 years ago
  25. af17478 x86: I/O APIC: Never configure IRQ2 by Maciej W. Rozycki · 17 years ago
  26. c88ac1d x86: L-APIC: Always fully configure IRQ0 by Maciej W. Rozycki · 17 years ago
  27. 1baea6e x86: L-APIC: Set IRQ0 as edge-triggered by Maciej W. Rozycki · 17 years ago
  28. e2079c4 x86: fix C1E && nx6325 stability problem by Rafael J. Wysocki · 17 years ago
  29. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 17 years ago
  30. 3fde690 x86: change __setup_vector_irq with setup_vector_irq by Glauber Costa · 17 years ago
  31. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 17 years ago
  32. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 17 years ago
  33. 1b8ba39 Merge branch 'x86/irq' into x86/devel by Ingo Molnar · 17 years ago
  34. 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 17 years ago
  35. 25556c1 x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memset by Christophe Jaillet · 17 years ago
  36. 3606244 x86: coding style fixes to arch/x86/kernel/io_apic_32.c by Paolo Ciarrocchi · 17 years ago
  37. 46b3b4e x86, io-apic: use predefined names instead of numeric constants by Cyrill Gorcunov · 17 years ago
  38. 067fa0f x86: IO-APIC - use NMI_NONE instead of numeric constant by Cyrill Gorcunov · 17 years ago
  39. 691874f x86: I/O APIC: timer through 8259A second-chance by Maciej W. Rozycki · 17 years ago
  40. 03be750 x86: I/O APIC: keep the timer IRQ masked during set-up by Maciej W. Rozycki · 17 years ago
  41. 24742ec x86: I/O APIC: unmask the second-chance timer interrupt by Maciej W. Rozycki · 17 years ago
  42. f7633ce x86: I/O APIC: rename setup_ExtINT_IRQ0_pin() by Maciej W. Rozycki · 17 years ago
  43. 6b4722a x86: I/O APIC: remove redundant LVT0 masking by Maciej W. Rozycki · 17 years ago
  44. 80d16ba x86: I/O APIC: remove redundant 8259A {,un}masking by Maciej W. Rozycki · 17 years ago
  45. f082526 x86: I/O APIC: fix the name of the through-8259A handler by Maciej W. Rozycki · 17 years ago
  46. 9a1c619 x86: I/O APIC: fix the name of the L-APIC IRQ handler by Maciej W. Rozycki · 17 years ago
  47. 35542c5 x86: I/O APIC: clean up the 8259A on a NMI watchdog failure by Maciej W. Rozycki · 17 years ago
  48. 60134eb x86: I/O APIC: keep IRQ off when changing LVT registers by Maciej W. Rozycki · 17 years ago
  49. e67465f x86: I/O APIC: clean up after a fasteoi failure by Maciej W. Rozycki · 17 years ago
  50. ecd2947 x86: I/O APIC: remove parameters to fiddle with the 8259A by Maciej W. Rozycki · 17 years ago
  51. d11d579 x86: I/O APIC: AEOI timer acknowledgement clean-ups by Maciej W. Rozycki · 17 years ago
  52. a0176e2 Revert "Revert "x86: fix ioapic bug again"" by Ingo Molnar · 17 years ago
  53. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
  54. d939d28 Merge branch 'linus' into x86/irq by Ingo Molnar · 17 years ago
  55. 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
  56. 0b6a39f Revert "x86: fix ioapic bug again" by Ingo Molnar · 17 years ago
  57. 6682311 x86: fix compile warning in io_apic_{32,64}.c by Andreas Herrmann · 17 years ago
  58. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 17 years ago
  59. 8732fc4 x86: move mp_bus_not_pci from mpparse.c by Alexey Starikovskiy · 17 years ago
  60. ce6444d x86: mp_bus_id_to_pci_bus is not needed by Alexey Starikovskiy · 17 years ago
  61. 2fddb6e28 x86: make config_irqsrc not MPspec specific by Alexey Starikovskiy · 17 years ago
  62. ec2cd0a x86: make struct config_ioapic not MPspec specific by Alexey Starikovskiy · 17 years ago
  63. ce17833 x86: change FIRST_SYSTEM_VECTOR to a variable, fix by Alan Mayer · 17 years ago
  64. 305b92a x86: change FIRST_SYSTEM_VECTOR to a variable by Alan Mayer · 17 years ago
  65. 9d9ad4b x86: Fix 32-bit MSI-X allocation leakage by PJ Waskiewicz · 17 years ago
  66. 28acf28 x86: unlock_ExtINT_logic() - fix section mismatch warnings by Jacek Luczak · 17 years ago
  67. addfc66 x86: remove unnecessary tmp local variable by Akinobu Mita · 17 years ago
  68. a2249cb x86: use ioapic_read_entry() and ioapic_write_entry() by Akinobu Mita · 17 years ago
  69. 584f734 x86: move mp_irqs to io_apics_32.c by Alexey Starikovskiy · 17 years ago
  70. 9f640cc x86: move mp_ioapics to io_apic_32.c by Alexey Starikovskiy · 17 years ago
  71. 05f2d12 x86: change GET_APIC_ID() from an inline function to an out-of-line function by Jack Steiner · 17 years ago
  72. 6e90894 x86: fix ioapic bug again by Ingo Molnar · 17 years ago
  73. ede1389 x86: remove the write-only timer_uses_ioapic_pin_0 by Adrian Bunk · 17 years ago
  74. c0a282c x86: make mp_bus_id_to_type optional by Alexey Starikovskiy · 17 years ago
  75. 643befe x86: use not_pci bitmap #6 by Alexey Starikovskiy · 17 years ago
  76. 9c0076c x86: use not_pci bitmap #5 by Alexey Starikovskiy · 17 years ago
  77. 6728801 x86: use not_pci bitmap #4 by Alexey Starikovskiy · 17 years ago
  78. 47cab82 x86: use not_pci bitmap #3 by Alexey Starikovskiy · 17 years ago
  79. 73b2961 x86: use not_pci bitmap #2 by Alexey Starikovskiy · 17 years ago
  80. d27e2b8 x86: use not_pci bitmap #1 by Alexey Starikovskiy · 17 years ago
  81. 1d16b53 arch/x86/kernel/io_apic_{64,32}.c: use time_before by Julia Lawall · 18 years ago
  82. e942710 x86: adjust enable_NMI_through_LVT0() by Jan Beulich · 18 years ago
  83. 75604d7 x86: remove all definitions with fastcall by Harvey Harrison · 18 years ago
  84. f20ebee x86: move 8259 defines to i8259.h by Thomas Gleixner · 18 years ago
  85. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 18 years ago
  86. 4960c9d Revert "x86: fix NMI watchdog & 'stopped time' problem" by Thomas Gleixner · 18 years ago
  87. 4aae070 x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!" by Ingo Molnar · 18 years ago
  88. ff1ea52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 18 years ago
  89. d4d25de x86: fix NMI watchdog & 'stopped time' problem by Maciej W. Rozycki · 18 years ago
  90. 61fd47e ACPI: fix two IRQ8 issues in IOAPIC mode by Shaohua Li · 18 years ago
  91. c00046c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  92. 27b46d7 spelling fixes: arch/i386/ by Simon Arlott · 18 years ago
  93. dbeb2be i386: introduce "used_vectors" bitmap which can be used to reserve vectors. by Rusty Russell · 18 years ago
  94. 20d225b x86: make io_apic not connected pin print complete by Yinghai Lu · 18 years ago
  95. d5a7430 Convert cpu_sibling_map to be a per cpu variable by Mike Travis · 18 years ago
  96. 9a163ed i386: move kernel by Thomas Gleixner · 18 years ago[Renamed from arch/i386/kernel/io_apic_32.c]
  97. 6513b15 i386: prepare shared kernel/io_apic.c by Thomas Gleixner · 18 years ago[Renamed from arch/i386/kernel/io_apic.c]
  98. 61ec756 ACPI: boot correctly with "nosmp" or "maxcpus=0" by Len Brown · 18 years ago
  99. cc75b92 genirq: mark io_apic level interrupts to avoid resend by Thomas Gleixner · 18 years ago
  100. edc2cbf i386: remove old IRQ balancing debug cruft by Stefan Richter · 18 years ago