1. 9f99a2f Merge branch 'stable/bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  2. 8c8ae4e Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  3. c1f5db1 xen: disable ACPI NUMA for PV guests by Ian Campbell · 14 years ago
  4. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  5. d9b8ca8 xen: HVM X2APIC support by Sheng Yang · 14 years ago
  6. 2904ed8 apic: Move hypervisor detection of x2apic to hypervisor.h by Sheng Yang · 14 years ago
  7. 1c2a48c Merge branch 'linus' into x86/apic-cleanups by Ingo Molnar · 14 years ago
  8. cb600d2 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  9. 47935a7 Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-for-linus', 'x86-paravirt-for-linus', 'core-locking-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  10. 77a0dd5 Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  11. d7a5a18 Merge branch 'x86-tsc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  12. 4f00b90 Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  13. b4c6e2e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  14. 6f46b12 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  15. 4e1db5e Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  16. 37d9a8c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  17. 017892c3 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  18. 42cbd8e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  19. 74d91e3 x86, NMI: Add touch_nmi_watchdog to io_check_error delay by Huang Ying · 14 years ago
  20. 554ec06 x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same time by Dongdong Deng · 14 years ago
  21. 9ab181f x86: Only call smp_processor_id in non-preempt cases by Don Zickus · 14 years ago
  22. aef1b9c Merge commit 'v2.6.37' into perf/core by Ingo Molnar · 14 years ago
  23. cb2ded3 x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusion by Yinghai Lu · 14 years ago
  24. d50d8fe x86, mm: Initialize initial_page_table before paravirt jumps by Rusty Russell · 14 years ago
  25. bc030d6 Merge commit 'v2.6.37-rc8' into x86/apic by Ingo Molnar · 14 years ago
  26. 25e4193 perf: Clean up power events by introducing new, more generic ones by Thomas Renninger · 14 years ago
  27. cc22219 Merge commit 'v2.6.37-rc8' into perf/core by Ingo Molnar · 14 years ago
  28. 357089f x86: udelay: Use this_cpu_read to avoid address calculation by Christoph Lameter · 14 years ago
  29. cfa6091 x86, UV, BAU: Extend for more than 16 cpus per socket by Cliff Wickman · 14 years ago
  30. 9e76a97 x86, hwmon: Add core threshold notification to therm_throt.c by R, Durgadoss · 14 years ago
  31. c7c2580 arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPU by Robert Richter · 14 years ago
  32. 9109f4e Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  33. d0dfc6b KVM: i8259: initialize isr_ack by Avi Kivity · 14 years ago
  34. c1955b5 x86: Use this_cpu_inc_return for nmi counter by Tejun Heo · 14 years ago
  35. 7b543a5 x86: Replace uses of current_cpu_data with this_cpu ops by Tejun Heo · 14 years ago
  36. 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 14 years ago
  37. 56f4c40 Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/core by Ingo Molnar · 14 years ago
  38. 649497d KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow by Avi Kivity · 14 years ago
  39. c8217b8 x86, paravirt: Use native_halt on a halt, not native_safe_halt by Cliff Wickman · 14 years ago
  40. 5cdd2de x86/microcode: Fix double vfree() and remove redundant pointer checks before vfree() by Jesper Juhl · 14 years ago
  41. 79534f2 Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  42. d3bd058 x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation by Yinghai Lu · 14 years ago
  43. 56d91f1 x86, acpi: Add MAX_LOCAL_APIC for 32bit by Yinghai Lu · 14 years ago
  44. 26e20a1 Merge commit 'v2.6.37-rc7' into x86/security by Ingo Molnar · 14 years ago
  45. 4a7863c x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTOR by Don Zickus · 14 years ago
  46. d8850ba x86, UV: Fix the effect of extra bits in the hub nodeid register by Jack Steiner · 14 years ago
  47. e681041 x86, UV: Add common uv_early_read_mmr() function for reading MMRs by Jack Steiner · 14 years ago
  48. 6c529a2 Merge commit 'v2.6.37-rc7' into perf/core by Ingo Molnar · 14 years ago
  49. 55ec86f Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  50. da169f5 oprofile, x86: Add support for 6 counters (AMD family 15h) by Robert Richter · 14 years ago
  51. 30570bc oprofile, x86: Add support for AMD family 15h by Robert Richter · 14 years ago
  52. 46bdfe6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  53. 05c2d08 Merge branch 'this_cpu_ops' into for-2.6.38 by Tejun Heo · 14 years ago
  54. 8270137 cpuops: Use cmpxchg for xchg to avoid lock semantics by Christoph Lameter · 14 years ago
  55. 7296e08 x86: this_cpu_cmpxchg and this_cpu_xchg operations by Christoph Lameter · 14 years ago
  56. 7f8595b x86, kexec: Limit the crashkernel address appropriately by H. Peter Anvin · 14 years ago
  57. a2c606d x86: avoid high BIOS area when allocating address space by Bjorn Helgaas · 14 years ago
  58. 4dc2287 x86: avoid E820 regions when allocating address space by Bjorn Helgaas · 14 years ago
  59. 30919b0 x86: avoid low BIOS area when allocating address space by Bjorn Helgaas · 14 years ago
  60. d14125e Revert "x86/PCI: allocate space from the end of a region, not the beginning" by Bjorn Helgaas · 14 years ago
  61. 5e52f1c Revert "x86: allocate space within a region top-down" by Bjorn Helgaas · 14 years ago
  62. a6ac1f0 Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  63. 4030477 percpu,x86: relocate this_cpu_add_return() and friends by Tejun Heo · 14 years ago
  64. 275c8b9 Merge branch 'this_cpu_ops' into for-2.6.38 by Tejun Heo · 14 years ago
  65. 8f1d97c x86: Support for this_cpu_add, sub, dec, inc_return by Christoph Lameter · 14 years ago
  66. 780f36d xen: Use this_cpu_ops by Christoph Lameter · 14 years ago
  67. b76834b kprobes: Use this_cpu_ops by Christoph Lameter · 14 years ago
  68. 147dd56 x86-32: Make sure we can map all of lowmem if we need to by H. Peter Anvin · 14 years ago
  69. 3e26f23 KVM: Fix preemption counter leak in kvm_timer_init() by Avi Kivity · 14 years ago
  70. 7639dae perf, x86: Provide a PEBS capable cycle event by Peter Zijlstra · 14 years ago
  71. 2e80a82 perf: Dynamic pmu types by Peter Zijlstra · 14 years ago
  72. 4407204 perf, x86: Detect broken BIOSes that corrupt the PMU by Peter Zijlstra · 14 years ago
  73. 006b20f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  74. da32dac lguest: populate initial_page_table by Rusty Russell · 14 years ago
  75. bb4093d lguest: restore boot speed by Rusty Russell · 14 years ago
  76. bb6f1d9 lguest: fix crash lguest_time_init by Rusty Russell · 14 years ago
  77. 52f6c5a crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h by Randy Dunlap · 14 years ago
  78. 7f7fbf4 x86: Enable the intr-remap fault handling after local APIC setup by Kenji Kaneshige · 14 years ago
  79. 086e8ce x86, vt-d: Fix the vt-d fault handling irq migration in the x2apic mode by Kenji Kaneshige · 14 years ago
  80. 3fb82d5 x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume by Suresh Siddha · 14 years ago
  81. 10340ae x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem() by Suresh Siddha · 14 years ago
  82. de2a8cf x86, gcc-4.6: Use gcc -m options when building vdso by H. Peter Anvin · 14 years ago
  83. 5f29805 x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabled by Don Zickus · 14 years ago
  84. f1c1807 x86: HPET: Chose a paranoid safe value for the ETIME check by Thomas Gleixner · 14 years ago
  85. a8760ec x86: Check tsc available/disabled in the delayed init function by Thomas Gleixner · 14 years ago
  86. 0aa002f x86: apic: Cleanup and simplify setup_local_APIC() by Tejun Heo · 14 years ago
  87. 5dc3055 x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls by Don Zickus · 14 years ago
  88. 96a84c2 lockup detector: Compile fixes from removing the old x86 nmi watchdog by Don Zickus · 14 years ago
  89. 0e3fa13 x86: Further simplify mp_irq info handling by Feng Tang · 14 years ago
  90. 2d8009b x86: Unify 3 similar ways of saving mp_irqs info by Feng Tang · 14 years ago
  91. 60d79fd x86, ioapic: Avoid writing io_apic id if already correct by Yinghai Lu · 14 years ago
  92. 0450193 x86, x2apic: Don't map lapic addr for preenabled x2apic systems by Yinghai Lu · 14 years ago
  93. 53301f3 x86, sfi: Use register_lapic_address() by Yinghai Lu · 14 years ago
  94. 326a2e6 x86, apic: Use register_lapic_address() in init_apic_mapping() by Yinghai Lu · 14 years ago
  95. f115714 x86, apic: Remove early_init_lapic_mapping() by Yinghai Lu · 14 years ago
  96. c0104d3 x86, apic: Unify identical register_lapic_address() functions by Yinghai Lu · 14 years ago
  97. 51ddafc Merge branch 'x86/platform' into x86/apic-cleanups by Thomas Gleixner · 14 years ago
  98. d834a9d Merge branch 'x86/amd-nb' into x86/apic-cleanups by Thomas Gleixner · 14 years ago
  99. 4720dd1 x86: io_apic: Avoid unused variable warning when CONFIG_GENERIC_PENDING_IRQ=n by Thomas Gleixner · 14 years ago
  100. 2c6cb10 x86: Address 'unused' warning in hw_nmi.c again by Rakib Mullick · 14 years ago