1. 9bdbba1 KVM: MMU: rename 'reset_host_protection' to 'host_writable' by Lai Jiangshan · 14 years ago
  2. b330aa0 KVM: MMU: don't drop spte if overwrite it from W to RO by Xiao Guangrong · 14 years ago
  3. 30bfb3c KVM: MMU: fix forgot flush tlbs on sync_page path by Xiao Guangrong · 14 years ago
  4. 586f960 KVM: Add instruction-set-specific exit qualifications to kvm_exit trace by Avi Kivity · 14 years ago
  5. aa17911 KVM: Record instruction set in kvm_exit tracepoint by Avi Kivity · 14 years ago
  6. 104f226 KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run() by Avi Kivity · 14 years ago
  7. 30b31ab KVM: x86 emulator: do not perform address calculations on linear addresses by Avi Kivity · 14 years ago
  8. 90de84f KVM: x86 emulator: preserve an operand's segment identity by Avi Kivity · 14 years ago
  9. d53db5e KVM: x86 emulator: drop DPRINTF() by Avi Kivity · 14 years ago
  10. 8a6bcaa KVM: x86 emulator: drop unused #ifndef __KERNEL__ by Avi Kivity · 14 years ago
  11. f9335af KVM: VMX: Inform user about INTEL_TXT dependency by Shane Wang · 14 years ago
  12. e730b63 KVM: MMU: don't mark spte notrap if reserved bit set by Xiao Guangrong · 14 years ago
  13. 945ee35 KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info by Avi Kivity · 14 years ago
  14. 2a6b20b KVM: SVM: Replace svm_has() by standard Linux cpuid accessors by Avi Kivity · 14 years ago
  15. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  16. 060c2ab KVM: MMU: support apf for nonpaing guest by Xiao Guangrong · 14 years ago
  17. e5f3f02 KVM: MMU: clear apfs if page state is changed by Xiao Guangrong · 14 years ago
  18. 5054c0d KVM: MMU: fix missing post sync audit by Xiao Guangrong · 14 years ago
  19. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago
  20. 9d893c6 KVM: x86: Makefile clean up by Tracey Dent · 14 years ago
  21. 2a126fa KVM: remove unused function declaration by Xiao Guangrong · 14 years ago
  22. 30bd0c4 KVM: VMX: Disallow NMI while blocked by STI by Avi Kivity · 14 years ago
  23. e6d53e3 KVM: avoid unnecessary wait for a async pf by Xiao Guangrong · 14 years ago
  24. c7d28c2 KVM: fix searching async gfn in kvm_async_pf_gfn_slot by Xiao Guangrong · 14 years ago
  25. c9b263d KVM: fix tracing kvm_try_async_get_page by Xiao Guangrong · 14 years ago
  26. ec25d5e KVM: handle exit due to INVD in VMX by Gleb Natapov · 14 years ago
  27. 2eec734 KVM: x86: Avoid issuing wbinvd twice by Jan Kiszka · 14 years ago
  28. 515a012 KVM: pre-allocate one more dirty bitmap to avoid vmalloc() by Takuya Yoshikawa · 14 years ago
  29. 612819c KVM: propagate fault r/w information to gup(), allow read-only memory by Marcelo Tosatti · 14 years ago
  30. 7905d9a KVM: MMU: flush TLBs on writable -> read-only spte overwrite by Marcelo Tosatti · 14 years ago
  31. 982c256 KVM: MMU: remove kvm_mmu_set_base_ptes by Marcelo Tosatti · 14 years ago
  32. ff1fcb9 KVM: VMX: remove setting of shadow_base_ptes for EPT by Marcelo Tosatti · 14 years ago
  33. 83bcacb KVM: Avoid double interrupt injection with vapic by Avi Kivity · 14 years ago
  34. 82ca2d1 KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers by Avi Kivity · 14 years ago
  35. dacccfd KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path by Avi Kivity · 14 years ago
  36. afe9e66 KVM: SVM: Move svm->host_gs_base into a separate structure by Avi Kivity · 14 years ago
  37. 13c34e0 KVM: SVM: Move guest register save out of interrupts disabled section by Avi Kivity · 14 years ago
  38. d4c90b0 KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason by Jan Kiszka · 14 years ago
  39. f56f536 KVM: Move KVM context switch into own function by Andi Kleen · 14 years ago
  40. 7e1fbea KVM: x86: Mark kvm_arch_setup_async_pf static by Jan Kiszka · 14 years ago
  41. fc5f06f KVM: Send async PF when guest is not in userspace too. by Gleb Natapov · 14 years ago
  42. 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
  43. 6c047cd KVM paravirt: Handle async PF in non preemptable context by Gleb Natapov · 14 years ago
  44. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  45. 631bc48 KVM: Handle async PF in a guest. by Gleb Natapov · 14 years ago
  46. fd10cde KVM paravirt: Add async PF initialization to PV guest. by Gleb Natapov · 14 years ago
  47. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  48. ca3f101 KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c. by Gleb Natapov · 14 years ago
  49. 49c7754 KVM: Add memory slot versioning and use it to provide fast guest write interface by Gleb Natapov · 14 years ago
  50. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  51. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  52. 010c520 KVM: Don't reset mmu context unnecessarily when updating EFER by Avi Kivity · 14 years ago
  53. d0dfc6b KVM: i8259: initialize isr_ack by Avi Kivity · 14 years ago
  54. 649497d KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow by Avi Kivity · 14 years ago
  55. 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
  56. a2c606d x86: avoid high BIOS area when allocating address space by Bjorn Helgaas · 14 years ago
  57. 4dc2287 x86: avoid E820 regions when allocating address space by Bjorn Helgaas · 14 years ago
  58. 30919b0 x86: avoid low BIOS area when allocating address space by Bjorn Helgaas · 14 years ago
  59. d14125e Revert "x86/PCI: allocate space from the end of a region, not the beginning" by Bjorn Helgaas · 14 years ago
  60. 5e52f1c Revert "x86: allocate space within a region top-down" by Bjorn Helgaas · 14 years ago
  61. a6ac1f0 Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  62. 3e26f23 KVM: Fix preemption counter leak in kvm_timer_init() by Avi Kivity · 14 years ago
  63. da32dac lguest: populate initial_page_table by Rusty Russell · 14 years ago
  64. bb4093d lguest: restore boot speed by Rusty Russell · 14 years ago
  65. bb6f1d9 lguest: fix crash lguest_time_init by Rusty Russell · 14 years ago
  66. 52f6c5a crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h by Randy Dunlap · 14 years ago
  67. 73c1160 KVM: enlarge number of possible CPUID leaves by Andre Przywara · 14 years ago
  68. 24d1b15 KVM: SVM: Do not report xsave in supported cpuid by Joerg Roedel · 14 years ago
  69. 3ea3aa8 KVM: Fix OSXSAVE after migration by Sheng Yang · 14 years ago
  70. 6313e3c Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  71. 11e8896 Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 14 years ago
  72. 8338fde Merge branches 'upstream/core' and 'upstream/bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  73. 64141da vmalloc: eagerly clear ptes on vunmap by Jeremy Fitzhardinge · 14 years ago
  74. 512b109 xen: unplug the emulated devices at resume time by Stefano Stabellini · 14 years ago
  75. af42b8d xen: fix MSI setup and teardown for PV on HVM guests by Stefano Stabellini · 14 years ago
  76. 805e3f4 xen: x86/32: perform initial startup on initial_page_table by Ian Campbell · 14 years ago
  77. 31e323c xen: don't bother to stop other cpus on shutdown/reboot by Jeremy Fitzhardinge · 14 years ago
  78. a9e40a2 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
  79. e7a3481c x86/pvclock: Zero last_value on resume by Jeremy Fitzhardinge · 14 years ago
  80. fbe6c40 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
  81. d2f30c7 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
  82. cc2067a perf, x86: Fixup Kconfig deps by Peter Zijlstra · 14 years ago
  83. 33c6d6a x86, perf, nmi: Disable perf if counters are not accessible by Don Zickus · 14 years ago
  84. 8a3fbc9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  85. 91d95fd arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inline by Andrew Morton · 14 years ago
  86. e6d4a76 xen: remove duplicated #include by Huang Weiyi · 14 years ago
  87. 5b5c1af xen: x86/32: perform initial startup on initial_page_table by Ian Campbell · 14 years ago
  88. a4ec046c Merge branch 'upstream/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  89. bc15fde xen: use default_idle by Jeremy Fitzhardinge · 14 years ago
  90. c2d0879 xen: clean up "extra" memory handling some more by Jeremy Fitzhardinge · 14 years ago
  91. 9b83215 Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into upstream/for-linus by Jeremy Fitzhardinge · 14 years ago
  92. ec35a69 xen: set IO permission early (before early_cpu_init()) by Konrad Rzeszutek Wilk · 14 years ago
  93. d2a8171 xen: re-enable boot-time ballooning by Jeremy Fitzhardinge · 14 years ago
  94. fb3ff69 Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  95. 2d42dc3 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  96. 37db6c8 x86-64: Fix and clean up AMD Fam10 MMCONF enabling by Jan Beulich · 14 years ago
  97. de31ec8 x86/kprobes: Prevent kprobes to probe on save_args() by Masami Hiramatsu · 14 years ago
  98. 8191c9f x86: UV: Address interrupt/IO port operation conflict by Dimitri Sivanich · 14 years ago
  99. fcf48a7 Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent by Ingo Molnar · 14 years ago
  100. 9223081 x86: Use online node real index in calulate_tbl_offset() by Yinghai Lu · 14 years ago