1. 7a73c02 KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR by Avi Kivity · 14 years ago
  2. 6aa0b9d KVM: MMU: fix conflict access permissions in direct sp by Xiao Guangrong · 14 years ago
  3. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  4. 9154635 KVM: MMU: flush remote tlbs when overwriting spte with different pfn by Xiao Guangrong · 14 years ago
  5. da38f43 KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruption by Avi Kivity · 14 years ago
  6. 69325a1 KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 page by Avi Kivity · 15 years ago
  7. 3be2264 KVM: MMU: invalidate and flush on spte small->large page size change by Marcelo Tosatti · 15 years ago
  8. 67ec660 KVM: SVM: Implement workaround for Erratum 383 by Joerg Roedel · 15 years ago
  9. fe5913e KVM: SVM: Handle MCEs early in the vmexit process by Joerg Roedel · 15 years ago
  10. 98edb6c Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  11. 8fbf065 KVM: x86: Add missing locking to arch specific vcpu ioctls by Avi Kivity · 15 years ago
  12. 3dbe141 KVM: MMU: Segregate shadow pages with different cr0.wp by Avi Kivity · 15 years ago
  13. a3d204e KVM: x86: Check LMA bit before set_efer by Sheng Yang · 15 years ago
  14. f78e917 KVM: Don't allow lmsw to clear cr0.pe by Avi Kivity · 15 years ago
  15. 371bcf6 KVM: x86: Tell the guest we'll warn it about tsc stability by Glauber Costa · 15 years ago
  16. 84478c8 KVM: x86: export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID by Glauber Costa · 15 years ago
  17. 11c6bff KVM: x86: change msr numbers for kvmclock by Glauber Costa · 15 years ago
  18. b69e8ca KVM: x86: Inject #GP with the right rip on efer writes by Roedel, Joerg · 15 years ago
  19. 0d945bd KVM: SVM: Don't allow nested guest to VMMCALL into host by Joerg Roedel · 15 years ago
  20. 3f0fd29 KVM: x86: Fix exception reinjection forced to true by Joerg Roedel · 15 years ago
  21. 9ed3c44 KVM: Fix wallclock version writing race by Avi Kivity · 15 years ago
  22. 8facbbf KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_roots by Avi Kivity · 15 years ago
  23. cafd665 KVM: VMX: enable VMXON check with SMX enabled (Intel TXT) by Shane Wang · 15 years ago
  24. f1d86e4 KVM: x86: properly update ready_for_interrupt_injection by Marcelo Tosatti · 15 years ago
  25. 84ad33e KVM: VMX: Atomically switch efer if EPT && !EFER.NX by Avi Kivity · 15 years ago
  26. 61d2ef2 KVM: VMX: Add facility to atomically switch MSRs on guest entry/exit by Avi Kivity · 15 years ago
  27. 0ee75be KVM: Let vcpu structure alignment be determined at runtime by Avi Kivity · 15 years ago
  28. 884a0ff KVM: MMU: cleanup invlpg code by Xiao Guangrong · 15 years ago
  29. 5e1b3dd KVM: MMU: move unsync/sync tracpoints to proper place by Xiao Guangrong · 15 years ago
  30. 85f2067 KVM: MMU: convert mmu tracepoints by Xiao Guangrong · 15 years ago
  31. 22c9b2d KVM: MMU: fix for calculating gpa in invlpg code by Xiao Guangrong · 15 years ago
  32. d35b8dd KVM: Fix mmu shrinker error by Gui Jianfeng · 15 years ago
  33. 5a7388c KVM: MMU: fix hashing for TDP and non-paging modes by Eric Northup · 15 years ago
  34. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. df2fb6e KVM: MMU: fix sp->unsync type error in trace event definition by Gui Jianfeng · 15 years ago
  36. ff47a49 KVM: SVM: Handle MCE intercepts always on host level by Joerg Roedel · 15 years ago
  37. ce7ddec KVM: x86: Allow marking an exception as reinjected by Joerg Roedel · 15 years ago
  38. c2c63a4 KVM: SVM: Report emulated SVM features to userspace by Joerg Roedel · 15 years ago
  39. d4330ef KVM: x86: Add callback to let modules decide over some supported cpuid bits by Joerg Roedel · 15 years ago
  40. 228070b KVM: SVM: Propagate nested entry failure into guest hypervisor by Joerg Roedel · 15 years ago
  41. 2be4fc7 KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling by Joerg Roedel · 15 years ago
  42. 2041a06 KVM: SVM: Make sure rip is synced to vmcb before nested vmexit by Joerg Roedel · 15 years ago
  43. 924584c KVM: SVM: Fix nested nmi handling by Joerg Roedel · 15 years ago
  44. 8d3b932 Merge remote branch 'tip/perf/core' by Avi Kivity · 15 years ago
  45. cdbecfc KVM: VMX: free vpid when fail to create vcpu by Lai Jiangshan · 15 years ago
  46. 77a1a71 KVM: MMU: cleanup for function unaccount_shadowed() by Wei Yongjun · 15 years ago
  47. 2a059bf KVM: Get rid of dead function gva_to_page() by Gui Jianfeng · 15 years ago
  48. b2fc15a KVM: MMU: Remove unused varialbe in rmap_next() by Gui Jianfeng · 15 years ago
  49. 814a59d KVM: MMU: Make use of is_large_pte() in walker by Gui Jianfeng · 15 years ago
  50. 51fb60d KVM: MMU: Move sync_page() first pte address calculation out of loop by Gui Jianfeng · 15 years ago
  51. 87bc3bf KVM: MMU: Drop cr4.pge from shadow page role by Avi Kivity · 15 years ago
  52. 90d83dc KVM: use the correct RCU API for PROVE_RCU=y by Lai Jiangshan · 15 years ago
  53. 9beeaa2 Merge branch 'perf' by Avi Kivity · 15 years ago
  54. 3246af0 KVM: MMU: cleanup for hlist walk restart by Xiao Guangrong · 15 years ago
  55. acb5451 KVM: prevent spurious exit to userspace during task switch emulation. by Gleb Natapov · 15 years ago
  56. 6b18493 KVM: MMU: remove unused parameter in mmu_parent_walk() by Xiao Guangrong · 15 years ago
  57. 1b8c793 KVM: MMU: remove unused struct kvm_unsync_walk by Xiao Guangrong · 15 years ago
  58. 19d0443 KVM: fix emulator_task_switch() return value. by Gleb Natapov · 15 years ago
  59. 5b7e010 KVM: MMU: Replace role.glevels with role.cr4_pae by Avi Kivity · 15 years ago
  60. e269fb2 KVM: x86: Push potential exception error code on task switches by Jan Kiszka · 15 years ago
  61. 0760d44 KVM: x86: Terminate early if task_switch_16/32 failed by Jan Kiszka · 15 years ago
  62. 8f6abd0 KVM: x86: get rid of mmu_only parameter in emulator_write_emulated() by Gleb Natapov · 15 years ago
  63. 020df07 KVM: move DR register access handling into generic code by Gleb Natapov · 15 years ago
  64. 6bc31bd KVM: SVM: implement NEXTRIPsave SVM feature by Andre Przywara · 15 years ago
  65. f7a7119 KVM: Fix MAXPHYADDR calculation when cpuid does not support it by Avi Kivity · 15 years ago
  66. e46479f KVM: Trace emulated instructions by Avi Kivity · 15 years ago
  67. 2fb53ad KVM: x86 emulator: Don't overwrite decode cache by Avi Kivity · 15 years ago
  68. 24222c2 KVM: MMU: remove unnecessary NX check in walk_addr by Xiao Guangrong · 15 years ago
  69. f84cbb0 KVM: MMU: remove unused field by Xiao Guangrong · 15 years ago
  70. 805d32d KVM: MMU: cleanup/fix mmu audit code by Xiao Guangrong · 15 years ago
  71. 84b0c8c KVM: MMU: Disassociate direct maps from guest levels by Avi Kivity · 15 years ago
  72. f815bce KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1 by Xiao Guangrong · 15 years ago
  73. 041b135 KVM: x86: document KVM_REQ_PENDING_TIMER usage by Marcelo Tosatti · 15 years ago
  74. de3e648 KVM: x86 emulator: fix unlocked CMPXCHG8B emulation by Gleb Natapov · 15 years ago
  75. 6550e1f KVM: x86 emulator: add decoding of CMPXCHG8B dst operand by Gleb Natapov · 15 years ago
  76. 482ac18 KVM: x86 emulator: commit rflags as part of registers commit by Gleb Natapov · 15 years ago
  77. 9749a6c KVM: x86: Fix 32-bit build breakage due to typo by Jan Kiszka · 15 years ago
  78. 92bf974 KVM: small kvm_arch_vcpu_ioctl_run() cleanup. by Gleb Natapov · 15 years ago
  79. 7b262e9 KVM: x86 emulator: introduce pio in string read ahead. by Gleb Natapov · 15 years ago
  80. 5cd2191 KVM: x86 emulator: restart string instruction without going back to a guest. by Gleb Natapov · 15 years ago
  81. cb404fe KVM: x86 emulator: remove saved_eip by Gleb Natapov · 15 years ago
  82. 7972995 KVM: x86 emulator: Move string pio emulation into emulator.c by Gleb Natapov · 15 years ago
  83. cf8f70b KVM: x86 emulator: fix in/out emulation. by Gleb Natapov · 15 years ago
  84. d927112 KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeeded by Gleb Natapov · 15 years ago
  85. a682e35 KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM by Gleb Natapov · 15 years ago
  86. 69f55cb KVM: x86 emulator: populate OP_MEM operand during decoding. by Gleb Natapov · 15 years ago
  87. ceffb45 KVM: Use task switch from emulator.c by Gleb Natapov · 15 years ago
  88. 2e87302 KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor() by Gleb Natapov · 15 years ago
  89. 38ba30b KVM: x86 emulator: Emulate task switch in emulator.c by Gleb Natapov · 15 years ago
  90. 2dafc6c KVM: x86 emulator: Provide more callbacks for x86 emulator. by Gleb Natapov · 15 years ago
  91. aca06a8 KVM: x86 emulator: cleanup grp3 return value by Gleb Natapov · 15 years ago
  92. a41ffb75 KVM: x86 emulator: If LOCK prefix is used dest arg should be memory. by Gleb Natapov · 15 years ago
  93. fd52536 KVM: x86 emulator: do not call writeback if msr access fails. by Gleb Natapov · 15 years ago
  94. 2e901c4 KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations by Gleb Natapov · 15 years ago
  95. 1e470be KVM: x86 emulator: fix mov dr to inject #UD when needed. by Gleb Natapov · 15 years ago
  96. 6aebfa6 KVM: x86 emulator: inject #UD on access to non-existing CR by Gleb Natapov · 15 years ago
  97. ab8557b KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits. by Gleb Natapov · 15 years ago
  98. 6e1e5ff KVM: x86 emulator: fix 0f 01 /5 emulation by Gleb Natapov · 15 years ago
  99. 5e3ae6c KVM: x86 emulator: fix mov r/m, sreg emulation. by Gleb Natapov · 15 years ago
  100. 063db06 KVM: Provide current eip as part of emulator context. by Gleb Natapov · 15 years ago