1. 4173a0e x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 by Dean Nelson · 17 years ago
  2. c81bba4 x86: print out irq nr for msi/ht, v3 by Yinghai Lu · 17 years ago
  3. c1370b4 x86: io-apic - interrupt remapping fix by Cyrill Gorcunov · 17 years ago
  4. 5ffa4eb x86: io-apic - interrupt remapping fix by Cyrill Gorcunov · 17 years ago
  5. 9d98598 sparseirq: remove some debug print out by Yinghai Lu · 17 years ago
  6. 56ffa1a x86: io-apic - do not use KERN_DEBUG marker too much, fix by Cyrill Gorcunov · 17 years ago
  7. 87783be x86: io-apic - get rid of __DO_ACTION macro by Cyrill Gorcunov · 17 years ago
  8. 2a554fb x86: io-apic - do not use KERN_DEBUG marker too much by Cyrill Gorcunov · 17 years ago
  9. 3c2cbd2 x86: io-apic - code style cleaning for setup_IO_APIC_irqs by Cyrill Gorcunov · 17 years ago
  10. 58ac1e7 x86: HPET_MSI Basic HPET_MSI setup code by venkatesh.pallipadi@intel.com · 17 years ago
  11. ac54a6c x86: io-apic - declare irq_cfg_lock for SPARSE_IRQ only by Cyrill Gorcunov · 17 years ago
  12. 676f4a9 x86: io-apic - use ARRAY_SIZE macro by Cyrill Gorcunov · 17 years ago
  13. a11b5ab x2apic: fix reserved APIC register accesses in print_local_APIC() by Yinghai Lu · 17 years ago
  14. 052c0bf x86: fix probe_nr_irqs for xen by Yinghai Lu · 17 years ago
  15. a2d332f x86: fix 32-bit ioapic lockup with sparseirqs by Yinghai Lu · 17 years ago
  16. e89eb43 x86: sparse_irq needs spin_lock in allocations by Yinghai Lu · 17 years ago
  17. 0c425ce warning: fix arch x86 kernel io_apic c by Ingo Molnar · 17 years ago
  18. 9d6a4d0 x86: probe nr_irqs even only mptable is used by Yinghai Lu · 17 years ago
  19. 8f09cd2 x86: make HAVE_SPARSE_IRQ support selectable by Yinghai Lu · 17 years ago
  20. ffd5aae x86: print local APIC of APs one by one by Yinghai Lu · 17 years ago
  21. 29ccbbf x86: remove first_free_entry/pin_map_size by Yinghai Lu · 17 years ago
  22. 3eb2cce x86: unify ack_apic_edge by Yinghai Lu · 17 years ago
  23. 4e738e2 x86: unify mask_IO_APIC_irq by Yinghai Lu · 17 years ago
  24. c691cc8 io_apic: make 32 bit have io_apic resource in /proc/iomem by Yinghai Lu · 17 years ago
  25. 26d347c rename io_apic_64.c and io_apic_32.c to io_apic.c by Yinghai Lu · 17 years ago[Renamed from arch/x86/kernel/io_apic_32.c]
  26. 54168ed x86: make io_apic_32.c the same as io_apic_64.c by Ingo Molnar · 17 years ago
  27. 047c8fd x86: make io_apic_64.c and io_apic_32.c the same by Yinghai Lu · 17 years ago
  28. d4057bd x86: make headers files the same in io_apic_xx.c by Yinghai Lu · 17 years ago
  29. efa2559 x86: order variables in io_apic_xx.c by Yinghai Lu · 17 years ago
  30. 1d02519 x86: ordering functions in io_apic_32.c by Yinghai Lu · 17 years ago
  31. d83e94a x86, io-apic: remove union about dest for log/phy by Yinghai Lu · 17 years ago
  32. 7a959cf x86: add debug info for 32bit sparse_irq by Yinghai Lu · 17 years ago
  33. 497c9a1 x86: make 32bit support per_cpu vector by Yinghai Lu · 17 years ago
  34. 199751d x86: make 32 bit to use sparse_irq by Yinghai Lu · 17 years ago
  35. 0f978f4 x86: make 32bit to use irq_2_pin in irq_cfg by Yinghai Lu · 17 years ago
  36. da51a82 x86: make 32bit use irq_cfg_alloc, etc by Yinghai Lu · 17 years ago
  37. a1420f3 x86: add irq_cfg for 32bit by Yinghai Lu · 17 years ago
  38. 8b8e8c1 x86: remove irqbalance in kernel for 32 bit by Yinghai Lu · 17 years ago
  39. 7f95ec9 x86: move kstat_irqs from kstat to irq_desc by Yinghai Lu · 17 years ago
  40. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 17 years ago
  41. 301e619 x86: use dyn_array in io_apic_xx.c by Yinghai Lu · 17 years ago
  42. 0799e43 x86: use nr_irqs by Yinghai Lu · 17 years ago
  43. 881b374 Merge branch 'x86/apic' into x86/core by Ingo Molnar · 17 years ago
  44. c83d128 Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core by Ingo Molnar · 17 years ago
  45. 51ca3c6 Merge branch 'linus' into x86/core by Ingo Molnar · 17 years ago
  46. d388e5f x86: Restore proper vector locking during cpu hotplug by Eric W. Biederman · 17 years ago
  47. 7ab6af7 x86_32: use apic_ops at print_local_APIC() by Hiroshi Shimamoto · 17 years ago
  48. a4dbc34 x86: add setup_ioapic_ids for numaq in x86_quirks by Yinghai Lu · 17 years ago
  49. 32f71af x86: PIC, L-APIC and I/O APIC debug information by Maciej W. Rozycki · 17 years ago
  50. 453c140 Merge branch 'x86/apic' into x86/x2apic by Ingo Molnar · 17 years ago
  51. a208f37a Merge branch 'linus' into x86/x2apic by Ingo Molnar · 17 years ago
  52. 49a66a0 x86: I/O APIC: Always report how the timer has been set up by Maciej W. Rozycki · 17 years ago
  53. 593f4a7 x86: APIC: remove apic_write_around(); use alternatives by Maciej W. Rozycki · 17 years ago
  54. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 17 years ago
  55. ce8b06b x86: I/O APIC: remove an IRQ2-mask hack by Maciej W. Rozycki · 17 years ago
  56. 4c9961d x86: make read_apic_id return final apicid by Yinghai Lu · 17 years ago
  57. af17478 x86: I/O APIC: Never configure IRQ2 by Maciej W. Rozycki · 17 years ago
  58. c88ac1d x86: L-APIC: Always fully configure IRQ0 by Maciej W. Rozycki · 17 years ago
  59. 1baea6e x86: L-APIC: Set IRQ0 as edge-triggered by Maciej W. Rozycki · 17 years ago
  60. e2079c4 x86: fix C1E && nx6325 stability problem by Rafael J. Wysocki · 17 years ago
  61. f3294a3 x86: let setup_arch call init_apic_mappings for 32bit by Yinghai Lu · 17 years ago
  62. 3fde690 x86: change __setup_vector_irq with setup_vector_irq by Glauber Costa · 17 years ago
  63. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 17 years ago
  64. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 17 years ago
  65. 1b8ba39 Merge branch 'x86/irq' into x86/devel by Ingo Molnar · 17 years ago
  66. 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
  67. 25556c1 x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memset by Christophe Jaillet · 17 years ago
  68. 3606244 x86: coding style fixes to arch/x86/kernel/io_apic_32.c by Paolo Ciarrocchi · 17 years ago
  69. 46b3b4e x86, io-apic: use predefined names instead of numeric constants by Cyrill Gorcunov · 17 years ago
  70. 067fa0f x86: IO-APIC - use NMI_NONE instead of numeric constant by Cyrill Gorcunov · 17 years ago
  71. 691874f x86: I/O APIC: timer through 8259A second-chance by Maciej W. Rozycki · 17 years ago
  72. 03be750 x86: I/O APIC: keep the timer IRQ masked during set-up by Maciej W. Rozycki · 17 years ago
  73. 24742ec x86: I/O APIC: unmask the second-chance timer interrupt by Maciej W. Rozycki · 17 years ago
  74. f7633ce x86: I/O APIC: rename setup_ExtINT_IRQ0_pin() by Maciej W. Rozycki · 17 years ago
  75. 6b4722a x86: I/O APIC: remove redundant LVT0 masking by Maciej W. Rozycki · 17 years ago
  76. 80d16ba x86: I/O APIC: remove redundant 8259A {,un}masking by Maciej W. Rozycki · 17 years ago
  77. f082526 x86: I/O APIC: fix the name of the through-8259A handler by Maciej W. Rozycki · 17 years ago
  78. 9a1c619 x86: I/O APIC: fix the name of the L-APIC IRQ handler by Maciej W. Rozycki · 17 years ago
  79. 35542c5 x86: I/O APIC: clean up the 8259A on a NMI watchdog failure by Maciej W. Rozycki · 17 years ago
  80. 60134eb x86: I/O APIC: keep IRQ off when changing LVT registers by Maciej W. Rozycki · 17 years ago
  81. e67465f x86: I/O APIC: clean up after a fasteoi failure by Maciej W. Rozycki · 17 years ago
  82. ecd2947 x86: I/O APIC: remove parameters to fiddle with the 8259A by Maciej W. Rozycki · 17 years ago
  83. d11d579 x86: I/O APIC: AEOI timer acknowledgement clean-ups by Maciej W. Rozycki · 17 years ago
  84. a0176e2 Revert "Revert "x86: fix ioapic bug again"" by Ingo Molnar · 17 years ago
  85. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
  86. d939d28 Merge branch 'linus' into x86/irq by Ingo Molnar · 17 years ago
  87. 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
  88. 0b6a39f Revert "x86: fix ioapic bug again" by Ingo Molnar · 17 years ago
  89. 6682311 x86: fix compile warning in io_apic_{32,64}.c by Andreas Herrmann · 17 years ago
  90. d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 17 years ago
  91. 8732fc4 x86: move mp_bus_not_pci from mpparse.c by Alexey Starikovskiy · 17 years ago
  92. ce6444d x86: mp_bus_id_to_pci_bus is not needed by Alexey Starikovskiy · 17 years ago
  93. 2fddb6e28 x86: make config_irqsrc not MPspec specific by Alexey Starikovskiy · 17 years ago
  94. ec2cd0a x86: make struct config_ioapic not MPspec specific by Alexey Starikovskiy · 17 years ago
  95. ce17833 x86: change FIRST_SYSTEM_VECTOR to a variable, fix by Alan Mayer · 17 years ago
  96. 305b92a x86: change FIRST_SYSTEM_VECTOR to a variable by Alan Mayer · 17 years ago
  97. 9d9ad4b x86: Fix 32-bit MSI-X allocation leakage by PJ Waskiewicz · 17 years ago
  98. 28acf28 x86: unlock_ExtINT_logic() - fix section mismatch warnings by Jacek Luczak · 17 years ago
  99. addfc66 x86: remove unnecessary tmp local variable by Akinobu Mita · 17 years ago
  100. a2249cb x86: use ioapic_read_entry() and ioapic_write_entry() by Akinobu Mita · 17 years ago