1. 6c529a2 Merge commit 'v2.6.37-rc7' into perf/core by Ingo Molnar · 14 years ago
  2. 7f7fbf4 x86: Enable the intr-remap fault handling after local APIC setup by Kenji Kaneshige · 14 years ago
  3. 072b198 x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog by Don Zickus · 14 years ago
  4. 2a8dcbd x86, apic: Remove double #include by Jesper Juhl · 14 years ago
  5. 27afdf2 apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsets by Robert Richter · 14 years ago
  6. a68c439 apic, x86: Check if EILVT APIC registers are available (AMD only) by Robert Richter · 14 years ago
  7. fa47f7e x86, x2apic: Simplify apic init in SMP and UP builds by Suresh Siddha · 14 years ago
  8. c029b55 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  9. 5989cd6 x86, apic: Map the local apic when parsing the MP table. by Eric W. Biederman · 14 years ago
  10. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  11. fd19dce x86: Fix x2apic preenabled system with kexec by Yinghai Lu · 14 years ago
  12. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  13. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  14. 8c3ba8d x86, apic: ack all pending irqs when crashed/on kexec by Kerstin Jonsson · 14 years ago
  15. 472a474 x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards by Suresh Siddha · 15 years ago
  16. 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  17. 43a834d Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  18. b81bb37 x86, pic: Make use of legacy_pic abstraction by Jacob Pan · 15 years ago
  19. 681ee44 x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs by Suresh Siddha · 15 years ago
  20. 3235dc3 x86: Remove trailing spaces in messages by Frans Pop · 15 years ago
  21. bb668da x86, apic: use logical flat for systems with <= 8 logical cpus by Suresh Siddha · 15 years ago
  22. 066000d Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus" by Ananth N Mavinakayanahalli · 15 years ago
  23. 450b1e8 x86: Remove enabling x2apic message for every CPU by Mike Travis · 15 years ago
  24. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  25. e670761 x86: apic: Remove not needed #ifdef by Yinghai Lu · 15 years ago
  26. 411462f x86: Fix printk format due to variable type change by Thomas Gleixner · 15 years ago
  27. 6f9b410 x86, apic: Clear APIC Timer Initial Count Register on shutdown by Andreas Herrmann · 15 years ago
  28. f88f2b4 x86: apic: Allow noop operations to be called almost at any time by Cyrill Gorcunov · 15 years ago
  29. a933c618 x86, apic: Use apic noop driver by Cyrill Gorcunov · 15 years ago
  30. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  31. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  32. bfefb7a Merge branch 'linus' into x86/urgent by Ingo Molnar · 15 years ago
  33. 8312136 x86, apic: Fix missed handling of discrete apics by Cyrill Gorcunov · 15 years ago
  34. 2fbd07a x86, apic: Use logical flat on intel with <= 8 logical cpus by Suresh Siddha · 15 years ago
  35. 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
  36. c2777f9 x86: apic: Convert BUG() to BUG_ON() by Daniel Walker · 15 years ago
  37. 736deca x86: Move percpu clockevents setup to x86_init_ops by Thomas Gleixner · 15 years ago
  38. d3a247b x86, apic: Slim down stack usage in early_init_lapic_mapping() by Cyrill Gorcunov · 15 years ago
  39. b7f42ab x86, apic: Move dmar_table_init() out of enable_IR() by Yinghai Lu · 15 years ago
  40. ce69a78 x86/apic: Enable x2APIC without interrupt remapping under KVM by Gleb Natapov · 15 years ago
  41. 9910887 x86, apic: Drop redundant bit assignment by Cyrill Gorcunov · 15 years ago
  42. 23d0cd8 x86: Remove unused variable disable_x2apic by Jaswinder Singh Rajput · 15 years ago
  43. 0d59597 Merge branch 'linus' into x86/mce3 by Ingo Molnar · 15 years ago
  44. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  45. 103428e x86, apic: Fix dummy apic read operation together with broken MP handling by Cyrill Gorcunov · 15 years ago
  46. 3d58829b x86, apic: Restore irqs on fail paths by Jiri Slaby · 15 years ago
  47. 48b1fdd Merge branch 'irq/numa' into x86/mce3 by H. Peter Anvin · 15 years ago
  48. c323d95 perf_counter/x86: Always use NMI for performance-monitoring interrupt by Yong Wang · 15 years ago
  49. 4efc067 x86, mce: use 64bit machine check code on 32bit by Andi Kleen · 15 years ago
  50. 48e22d5 perf_counter: x86: Remove interrupt throttle by Peter Zijlstra · 15 years ago
  51. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 15 years ago
  52. 4797f6b x86: read apic ID in the !acpi_lapic case by Yinghai Lu · 15 years ago
  53. cec6be6 x86: apic: Fixmap apic address even if apic disabled by Cyrill Gorcunov · 15 years ago
  54. 97a5271 x86: display extended apic registers with print_local_APIC and cpu_debug code by Andreas Herrmann · 15 years ago
  55. 4401da6 x86: read apic ID in the !acpi_lapic case by Yinghai Lu · 15 years ago
  56. 6f0aced x86, apic: use pr_ macro by Cyrill Gorcunov · 15 years ago
  57. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  58. e0e4214 x86: Use dmi check in apic_is_clustered() on 64-bit to mark the TSC unstable by Yinghai Lu · 15 years ago
  59. ff166cb x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC() by Suresh Siddha · 15 years ago
  60. 39d83a5d x86: x2apic, IR: Clean up panic() with nox2apic boot option by Suresh Siddha · 15 years ago
  61. fc1edaf x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checks by Suresh Siddha · 15 years ago
  62. 9a2755c x86, intr-remap: fix x2apic/intr-remap resume by Weidong Han · 15 years ago
  63. 9375823 x86, intr-remap: enable interrupt remapping early by Weidong Han · 15 years ago
  64. 5043124 Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  65. 5cda395 x86: fix function definitions after: x86: apic - introduce imcr_ helpers by Alexander van Heukelum · 15 years ago
  66. 08306ce x86: apic - introduce dummy apic operations by Cyrill Gorcunov · 15 years ago
  67. c0eaa45 x86: apic - introduce imcr_ helpers by Cyrill Gorcunov · 15 years ago
  68. db954b5 x86 ACPI: Add support for Always Running APIC timer by Venkatesh Pallipadi · 16 years ago
  69. 6c009ec Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  70. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 16 years ago
  71. b24696b Intel IOMMU Suspend/Resume Support - Interrupt Remapping by Fenghua Yu · 16 years ago
  72. 05c3dc2 x86, ioapic: Fix non atomic allocation with interrupts disabled by Suresh Siddha · 16 years ago
  73. cf6567f x86, x2apic: fix clear_local_APIC() in the presence of x2apic by Suresh Siddha · 16 years ago
  74. 8e81817 Merge branch 'x86/core' into perfcounters/core by Ingo Molnar · 16 years ago
  75. 638bee7 Merge branch 'x86/core' into x86/mce2 by H. Peter Anvin · 16 years ago
  76. 8e6dafd x86: refactor x86_quirks support by Ingo Molnar · 16 years ago
  77. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
  78. ef1f87a x86: select x2apic ops in early apic probe only if x2apic mode is enabled by Suresh Siddha · 16 years ago
  79. f62bae5 x86, apic: move APIC drivers to arch/x86/kernel/apic/* by Ingo Molnar · 16 years ago[Renamed from arch/x86/kernel/apic.c]
  80. e641f5f x86, apic: remove duplicate asm/apic.h inclusions by Ingo Molnar · 16 years ago
  81. 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
  82. c1eeb2d x86: fold apic_ops into genapic by Yinghai Lu · 16 years ago
  83. 06cd9a7 x86: add x2apic config by Yinghai Lu · 16 years ago
  84. 494df59 Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/paravirt', 'x86/urgent' and 'x86/xen'; commit 'v2.6.29-rc5' into x86/core by Ingo Molnar · 16 years ago
  85. 98c061b x86: make APIC_init_uniprocessor() more like smp_prepare_cpus() by Yinghai Lu · 16 years ago
  86. 88d0f55 x86: make 32bit to call enable_IO_APIC early like 64bit by Yinghai Lu · 16 years ago
  87. a56cdcb Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/core by Ingo Molnar · 16 years ago
  88. 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 16 years ago
  89. fdbecd9 x86, apic: explain the purpose of max_physical_apicid by Ingo Molnar · 16 years ago
  90. 65a4e57 smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup() by Ingo Molnar · 16 years ago
  91. 8587706 x86: APIC: enable workaround on AMD Fam10h CPUs by Borislav Petkov · 16 years ago
  92. 647ad94 x86, apic: clean up spurious vector sanity check by Ingo Molnar · 16 years ago
  93. 8f47e16 x86: update copyrights by Ingo Molnar · 16 years ago
  94. d1de36f x86, apic: clean up header section by Ingo Molnar · 16 years ago
  95. 39ba5d4 x86: unify PM-Timer messages by Yasuaki Ishimatsu · 16 years ago
  96. 754ef0c x86: fix debug message of CPU clock speed by Yasuaki Ishimatsu · 16 years ago
  97. 3e5095d x86: replace CONFIG_X86_SMP with CONFIG_SMP by Ingo Molnar · 16 years ago
  98. d53e2f2 x86, smp: remove mach_ipi.h by Ingo Molnar · 16 years ago
  99. 1dcdd3d x86: remove mach_apic.h by Ingo Molnar · 16 years ago
  100. 1f75ed0 x86: remove mach_apicdef.h by Ingo Molnar · 16 years ago