1. 4398f31 Merge branch '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
  2. 8969691 x86: Fix jump label with RO/NX module protection crash by matthieu castet · 14 years ago
  3. 93789b3 x86, hotplug: Fix powersavings with offlined cores on AMD by Borislav Petkov · 14 years ago
  4. ebe0d80 Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  5. cc67ba63 x86: Use asm-generic/cacheflush.h by Akinobu Mita · 14 years ago
  6. 9032160 x86: Unify "numa=" command line option handling by Jan Beulich · 14 years ago
  7. dc8e7e3 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  8. 9c4bc1c Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  9. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 14 years ago
  10. 4b7167b thp: don't allow transparent hugepage support without PSE by Andrea Arcangeli · 14 years ago
  11. c489f12 thp: add pmd_modify by Johannes Weiner · 14 years ago
  12. f2d6bfe thp: add x86 32bit support by Johannes Weiner · 14 years ago
  13. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 14 years ago
  14. db3eb96f thp: add pmd mangling functions to x86 by Andrea Arcangeli · 14 years ago
  15. 5f6e8da thp: special pmd_trans_* functions by Andrea Arcangeli · 14 years ago
  16. 2609ae6 thp: no paravirt version of pmd ops by Andrea Arcangeli · 14 years ago
  17. 331127f thp: add pmd paravirt ops by Andrea Arcangeli · 14 years ago
  18. 0a47de5 thp: add native_set_pmd_at by Andrea Arcangeli · 14 years ago
  19. e691d24 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  20. 55065bc Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  21. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  22. 3031480 x86: support XZ-compressed kernel by Lasse Collin · 14 years ago
  23. 7637c92 drivers/staging/olpc_dcon: convert to new cs5535 gpio API by Andres Salomon · 14 years ago
  24. 56dbed1 Merge branch 'linus' into idle-test by Len Brown · 14 years ago
  25. d189604 ACPI, intel_idle: Cleanup idle= internal variables by Thomas Renninger · 14 years ago
  26. b034cf0 KVM: MMU: audit: allow audit more guests at the same time by Xiao Guangrong · 14 years ago
  27. aff48ba KVM: Fetch guest cr3 from hardware on demand by Avi Kivity · 14 years ago
  28. 07c116d KVM: VMX: Add definitions for more vm entry/exit control bits by Avi Kivity · 14 years ago
  29. dc25e89 KVM: SVM: copy instruction bytes from VMCB by Andre Przywara · 14 years ago
  30. 7ff76d5 KVM: SVM: enhance MOV CR intercept handler by Andre Przywara · 14 years ago
  31. 51d8b66 KVM: cleanup emulate_instruction by Andre Przywara · 14 years ago
  32. db8fcef KVM: move complete_insn_gp() into x86.c by Andre Przywara · 14 years ago
  33. eea1cff KVM: x86: fix CR8 handling by Andre Przywara · 14 years ago
  34. 81dd35d KVM: SVM: Add xsetbv intercept by Joerg Roedel · 14 years ago
  35. 443381a KVM: VMX: add module parameter to avoid trapping HLT instructions (v5) by Anthony Liguori · 14 years ago
  36. 38e5e92 KVM: SVM: Implement Flush-By-Asid feature by Joerg Roedel · 14 years ago
  37. fb67e14 KVM: MMU: retry #PF for softmmu by Xiao Guangrong · 14 years ago
  38. 78b2c54 KVM: MMU: rename 'no_apf' to 'prefault' by Xiao Guangrong · 14 years ago
  39. 8d28fec KVM: SVM: Add clean-bits infrastructure code by Roedel, Joerg · 14 years ago
  40. b7c4145 KVM: Don't spin on virt instruction faults during reboot by Avi Kivity · 14 years ago
  41. 3aed041 KVM: SVM: Add manipulation functions for DRx intercepts by Joerg Roedel · 14 years ago
  42. 4ee546b KVM: SVM: Add manipulation functions for CRx intercepts by Roedel, Joerg · 14 years ago
  43. ec9e60b KVM: X86: Introduce generic guest-mode representation by Joerg Roedel · 14 years ago
  44. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  45. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  46. bcc55cb KVM: x86 emulator: make emulator memory callbacks return full exception by Avi Kivity · 14 years ago
  47. da9cb57 KVM: x86 emulator: introduce struct x86_exception to communicate faults by Avi Kivity · 14 years ago
  48. a4a8e6f KVM: MMU: remove 'clear_unsync' parameter by Xiao Guangrong · 14 years ago
  49. 586f960 KVM: Add instruction-set-specific exit qualifications to kvm_exit trace by Avi Kivity · 14 years ago
  50. 90de84f KVM: x86 emulator: preserve an operand's segment identity by Avi Kivity · 14 years ago
  51. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  52. 2a126fa KVM: remove unused function declaration by Xiao Guangrong · 14 years ago
  53. ec25d5e KVM: handle exit due to INVD in VMX by Gleb Natapov · 14 years ago
  54. d4c90b0 KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason by Jan Kiszka · 14 years ago
  55. 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
  56. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  57. 631bc48 KVM: Handle async PF in a guest. by Gleb Natapov · 14 years ago
  58. fd10cde KVM paravirt: Add async PF initialization to PV guest. by Gleb Natapov · 14 years ago
  59. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  60. ca3f101 KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c. by Gleb Natapov · 14 years ago
  61. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  62. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  63. 87f1d40 xen p2m: clear the old pte when adding a page to m2p_override by Jeremy Fitzhardinge · 14 years ago
  64. 448f2831 xen: add m2p override mechanism by Jeremy Fitzhardinge · 14 years ago
  65. 16ee8db Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  66. 4277616 Merge branch '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
  67. 2485b64 x86,percpu: Move out of place 64 bit ops into X86_64 section by Christoph Lameter · 14 years ago
  68. fa36e95 x86: Fix Moorestown VRTC fixmap placement by Arjan van de Ven · 14 years ago
  69. 718c45b x86/gpio: Implement x86 gpio_to_irq convert function by Alek Du · 14 years ago
  70. 24d9b70 x86: Use PCI method for enabling AMD extended config space before MSR method by Jan Beulich · 14 years ago
  71. 8c8ae4e Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  72. 9adcc4a Merge branch 'x86/numa' into x86/urgent by Ingo Molnar · 14 years ago
  73. 4385428 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
  74. 047a377 perf, x86: P4 PMU - Fix unflagged overflows handling by Cyrill Gorcunov · 14 years ago
  75. 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
  76. d9b8ca8 xen: HVM X2APIC support by Sheng Yang · 14 years ago
  77. 2904ed8 apic: Move hypervisor detection of x2apic to hypervisor.h by Sheng Yang · 14 years ago
  78. c410b83 x86, NMI: Remove DIE_NMI_IPI by Don Zickus · 14 years ago
  79. 166d751 x86, NMI: Add priorities to handlers by Don Zickus · 14 years ago
  80. 1c7b74d x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR by Huang Ying · 14 years ago
  81. 1c2a48c Merge branch 'linus' into x86/apic-cleanups by Ingo Molnar · 14 years ago
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. cb2ded3 x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusion by Yinghai Lu · 14 years ago
  90. bc030d6 Merge commit 'v2.6.37-rc8' into x86/apic by Ingo Molnar · 14 years ago
  91. cfa6091 x86, UV, BAU: Extend for more than 16 cpus per socket by Cliff Wickman · 14 years ago
  92. 9e76a97 x86, hwmon: Add core threshold notification to therm_throt.c by R, Durgadoss · 14 years ago
  93. 7b543a5 x86: Replace uses of current_cpu_data with this_cpu ops by Tejun Heo · 14 years ago
  94. 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 14 years ago
  95. 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
  96. d50e8fc Merge branch 'x86/apic-cleanups' into x86/numa by H. Peter Anvin · 14 years ago
  97. c8217b8 x86, paravirt: Use native_halt on a halt, not native_safe_halt by Cliff Wickman · 14 years ago
  98. a387e95 x86, numa: Fix cpu to node mapping for sparse node ids by David Rientjes · 14 years ago
  99. f51bf30 x86, numa: Fake apicid and pxm mappings for NUMA emulation by David Rientjes · 14 years ago
  100. 4e76f4e x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMU by David Rientjes · 14 years ago