1. f6175f5 x86/ioapic: Fix NULL pointer dereference on CPU hotplug after disabling irqs by Tomoki Sekiyama · 14 years ago
  2. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  3. f08b9c2 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  4. 0ab711a x86/apic: Implement EIO micro-optimization by Michael S. Tsirkin · 14 years ago
  5. 2a43195 x86/apic: Add apic->eoi_write() callback by Michael S. Tsirkin · 14 years ago
  6. bb8187d MCA: delete all remaining traces of microchannel bus support. by Paul Gortmaker · 14 years ago
  7. d1ecad6 x86/apic: Only compile local function if used with !CONFIG_GENERIC_PENDING_IRQ by Márton Németh · 14 years ago
  8. 42fa425 x86: Conditionally update time when ack-ing pending irqs by Shai Fultheim · 14 years ago
  9. 8a8f422 iommu: rename intr_remapping.[ch] to irq_remapping.[ch] by Suresh Siddha · 14 years ago
  10. 95a02e9 iommu: rename intr_remapping references to irq_remapping by Suresh Siddha · 14 years ago
  11. 263b5e8 x86, iommu/vt-d: Clean up interfaces for interrupt remapping by Joerg Roedel · 14 years ago
  12. 5e2b930 iommu/vt-d: Convert MSI remapping setup to remap_ops by Joerg Roedel · 14 years ago
  13. 9d619f6 iommu/vt-d: Convert free_irte into a remap_ops callback by Joerg Roedel · 14 years ago
  14. 4c1bad6 iommu/vt-d: Convert IR set_affinity function to remap_ops by Joerg Roedel · 14 years ago
  15. 0c3f173 iommu/vt-d: Convert IR ioapic-setup to use remap_ops by Joerg Roedel · 14 years ago
  16. 4f3d8b6 iommu/vt-d: Convert missing apic.c intr-remapping call to remap_ops by Joerg Roedel · 14 years ago
  17. 736baef iommu/vt-d: Make intr-remapping initialization generic by Joerg Roedel · 14 years ago
  18. 4a8e2a3 x86/apic: Replace io_apic_ops with x86_io_apic_ops. by Konrad Rzeszutek Wilk · 14 years ago
  19. ea0dcf9 x86/apic: Use x2apic physical mode based on FADT setting by Greg Pearson · 14 years ago
  20. cbf2829 x86, apic: APIC code touches invalid MSR on P5 class machines by Bryan O'Donoghue · 14 years ago
  21. 6889463 x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id() by Andreas Herrmann · 14 years ago
  22. 8abc312 x86/apic/amd: Be more verbose about LVT offset assignments by Robert Richter · 14 years ago
  23. 136d249 x86/ioapic: Add io_apic_ops driver layer to allow interception by Jeremy Fitzhardinge · 14 years ago
  24. 4da7072 x86/io_apic: Move and reenable irq only when CONFIG_GENERIC_PENDING_IRQ=y by Alexander Gordeev · 14 years ago
  25. b7157ac x86/apic: Add separate apic_id_valid() functions for selected apic drivers by Steffen Persvold · 14 years ago
  26. 28f23d1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  27. fa63030 x86/platform: Move APIC ID validity check into platform APIC code by Daniel J Blueman · 14 years ago
  28. 73d63d0 x86/ioapic: Add register level checks to detect bogus io-apic entries by Suresh Siddha · 14 years ago
  29. d450c08 x86/mrst: Set ISA bus type for fake MP IRQs by Jacob Pan · 14 years ago
  30. b3eea29 x86/ioapic: Use legacy_pic to set correct gsi-irq mapping by Jacob Pan · 14 years ago
  31. da517a0 x86, UV: Update Boot messages for SGI UV2 platform by Jack Steiner · 14 years ago
  32. 67b0243 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  33. a31bc32 x86, x2apic: Allow "nox2apic" to disable x2apic mode setup by BIOS by Yinghai Lu · 14 years ago
  34. fb209bd x86, x2apic: Fallback to xapic when BIOS doesn't setup interrupt-remapping by Yinghai Lu · 14 years ago
  35. e8524b2 x86, apic: Add probe() for apic_flat by Yinghai Lu · 14 years ago
  36. b49d7d8 x86: Convert per-cpu counter icr_read_retry_count into a member of irq_stat by Fernando Luis Vazquez Cao · 14 years ago
  37. 346b46b x86: Add per-cpu stat counter for APIC ICR read tries by Fernando Luis Vázquez Cao · 14 years ago
  38. 98ad1cc x86: Call idle notifier after irq_enter() by Frederic Weisbecker · 15 years ago
  39. 44b111b x86: Add NumaChip support by Steffen Persvold · 14 years ago
  40. 9a0ebfb x86: Make flat_init_apic_ldr() available by Daniel J Blueman · 14 years ago
  41. b495e03 x86, UV: Fix UV2 hub part number by Jack Steiner · 15 years ago
  42. 6fd36ba x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioapic chip by Mathias Nyman · 15 years ago
  43. 1ade93e x86/apic: Allow use of lapic timer early calibration result by Jacob Pan · 15 years ago
  44. bb84ac2 x86/apic: Do not clear nr_irqs_gsi if no legacy irqs by Jacob Pan · 15 years ago
  45. d630ba5 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  46. 0791e98 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  47. 7115e3f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  48. 141d55e x86/irq: Standardize on CONFIG_SPARSE_IRQ=y by Yinghai Lu · 15 years ago
  49. 6f50d45 x86, ioapic: Clean up ioapic/apic_id usage by Yinghai Lu · 15 years ago
  50. cda417d x86, ioapic: Factor out print_IO_APIC() to only print one io apic by Yinghai Lu · 15 years ago
  51. 3a61d7f x86, ioapic: Print out irte with right ioapic index by Yinghai Lu · 15 years ago
  52. c5b4712 x86, ioapic: Split up setup_ioapic_entry() by Yinghai Lu · 15 years ago
  53. e4aff81 x86, ioapic: Pass struct irq_attr * to setup_ioapic_irq() by Yinghai Lu · 15 years ago
  54. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 15 years ago
  55. 838312b apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches by Jan Beulich · 15 years ago
  56. 6a469e4 x86: uv2: Workaround for UV2 Hub bug (system global address format) by Jack Steiner · 15 years ago
  57. c020570 x86, ioapic: Consolidate the explicit EOI code by Suresh Siddha · 15 years ago
  58. e57253a x86, ioapic: Restore the mask bit correctly in eoi_ioapic_irq() by Suresh Siddha · 15 years ago
  59. 1e75b31 x86, kdump, ioapic: Reset remote-IRR in clear_IO_APIC by Suresh Siddha · 15 years ago
  60. d3f1381 iommu: Rename the DMAR and INTR_REMAP config options by Suresh Siddha · 15 years ago
  61. c39d77f x86, ioapic: Define irq_remap_modify_chip_defaults() by Suresh Siddha · 15 years ago
  62. 13ea20f x86, msi, intr-remap: Use the ioapic set affinity routine by Suresh Siddha · 15 years ago
  63. 41750d3 x86, x2apic: Enable the bios request for x2apic optout by Suresh Siddha · 15 years ago
  64. 05e33fc x86, UV: Remove UV delay in starting slave cpus by Jack Steiner · 15 years ago
  65. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 15 years ago
  66. b4db920 Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-for-linus', 'x86-platform-for-linus', 'x86-quirks-for-linus', 'x86-tsc-for-linus' and 'x86-smpboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. 2c9e88a Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. a99a7d1 Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  69. 42f0efc x86, ioapic: Print IR_IO_APIC_route_entry when IR is enabled by Naga Chumbalkar · 15 years ago
  70. 3040db9 x86, ioapic: Print IRTE when IR is enabled by Naga Chumbalkar · 15 years ago
  71. 2597085 x86, x2apic: Preserve high 32-bits of IA32_APIC_BASE MSR by Naga Chumbalkar · 15 years ago
  72. 7fece83 x86, ioapic: Also print Dest field by Naga Chumbalkar · 15 years ago
  73. bd6a46e x86, ioapic: Format clean up for IOAPIC output by Naga Chumbalkar · 15 years ago
  74. 14cb6dc x86, boot: Wait for boot cpu to show up if nr_cpus limit is about to hit by Vivek Goyal · 15 years ago
  75. ded1f6a x86: print APIC data a little later during boot by Naga Chumbalkar · 15 years ago
  76. f39e8409 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 15 years ago
  77. 7ad35cf x86/uv/x2apic: update for change in pci bridge handling. by Dave Airlie · 15 years ago
  78. 16f871b x86: i8253: Consolidate definitions of global_clock_event by Ralf Baechle · 15 years ago
  79. 334955e i8253: Create linux/i8253.h and use it in all 8253 related files by Ralf Baechle · 15 years ago
  80. 86dd790 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 15 years ago
  81. cbf74ce oprofile, x86: Add comments to IBS LVT offset initialization by Robert Richter · 15 years ago
  82. 2a91959 x86, UV: Add support for SGI UV2 hub chip by Jack Steiner · 15 years ago
  83. 2f344d2 x86, ioapic: Restore ioapic entries during resume properly by Suresh Siddha · 15 years ago
  84. ea2b50e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  85. b18bf09 x86, apic: Include module.h header in apic_flat_64.c by Randy Dunlap · 15 years ago
  86. 4eec42f watchdog: Change the default timeout and configure nmi watchdog period based on watchdog_thresh by Mandeep Singh Baines · 15 years ago
  87. 1a8880a x86, apic: Make apic drivers static by Suresh Siddha · 15 years ago
  88. 69c252f x86, apic: Clean up bigsmp apic selection code by Suresh Siddha · 15 years ago
  89. 8b37e88 x86, apic: Use .apicdrivers section for the apic drivers list by Suresh Siddha · 15 years ago
  90. 107e0e0 x86, apic: Introduce .apicdrivers section to find the list of apic drivers by Suresh Siddha · 15 years ago
  91. 79deb8e x86, x2apic: Move the common bits to x2apic.h by Cyrill Gorcunov · 15 years ago
  92. 9d0fa6c x86, x2apic: Minimize IPI register writes using cluster groups by Cyrill Gorcunov · 15 years ago
  93. a39d1f3 x86, x2apic: Track the x2apic cluster sibling map by Cyrill Gorcunov · 15 years ago
  94. a27d0b5 x86, x2apic: Remove duplicate code for IPI mask routines by Suresh Siddha · 15 years ago
  95. 9ebd680 x86, apic: Use probe routines to simplify apic selection by Suresh Siddha · 15 years ago
  96. 8f18c97 x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic' by Suresh Siddha · 15 years ago
  97. c040aae x86, ioapic: Consolidate gsi routing info into 'struct ioapic' by Suresh Siddha · 15 years ago
  98. d537143 x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' by Suresh Siddha · 15 years ago
  99. 57a6f74 x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic' by Suresh Siddha · 15 years ago
  100. b69c6c3 x86, ioapic: Add struct ioapic by Suresh Siddha · 15 years ago