1. ce7ddec KVM: x86: Allow marking an exception as reinjected by Joerg Roedel · 14 years ago
  2. c2c63a4 KVM: SVM: Report emulated SVM features to userspace by Joerg Roedel · 14 years ago
  3. d4330ef KVM: x86: Add callback to let modules decide over some supported cpuid bits by Joerg Roedel · 14 years ago
  4. 228070b KVM: SVM: Propagate nested entry failure into guest hypervisor by Joerg Roedel · 14 years ago
  5. 2be4fc7 KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling by Joerg Roedel · 14 years ago
  6. 2041a06 KVM: SVM: Make sure rip is synced to vmcb before nested vmexit by Joerg Roedel · 14 years ago
  7. 924584c KVM: SVM: Fix nested nmi handling by Joerg Roedel · 14 years ago
  8. 8d3b932 Merge remote branch 'tip/perf/core' by Avi Kivity · 14 years ago
  9. cdbecfc KVM: VMX: free vpid when fail to create vcpu by Lai Jiangshan · 14 years ago
  10. 77a1a71 KVM: MMU: cleanup for function unaccount_shadowed() by Wei Yongjun · 14 years ago
  11. 2a059bf KVM: Get rid of dead function gva_to_page() by Gui Jianfeng · 14 years ago
  12. b2fc15a KVM: MMU: Remove unused varialbe in rmap_next() by Gui Jianfeng · 14 years ago
  13. 814a59d KVM: MMU: Make use of is_large_pte() in walker by Gui Jianfeng · 14 years ago
  14. 51fb60d KVM: MMU: Move sync_page() first pte address calculation out of loop by Gui Jianfeng · 14 years ago
  15. 87bc3bf KVM: MMU: Drop cr4.pge from shadow page role by Avi Kivity · 14 years ago
  16. 90d83dc KVM: use the correct RCU API for PROVE_RCU=y by Lai Jiangshan · 14 years ago
  17. 9beeaa2 Merge branch 'perf' by Avi Kivity · 14 years ago
  18. 3246af0 KVM: MMU: cleanup for hlist walk restart by Xiao Guangrong · 14 years ago
  19. acb5451 KVM: prevent spurious exit to userspace during task switch emulation. by Gleb Natapov · 14 years ago
  20. 6b18493 KVM: MMU: remove unused parameter in mmu_parent_walk() by Xiao Guangrong · 14 years ago
  21. 0571d36 KVM: MMU: reduce 'struct kvm_mmu_page' size by Xiao Guangrong · 14 years ago
  22. 1b8c793 KVM: MMU: remove unused struct kvm_unsync_walk by Xiao Guangrong · 14 years ago
  23. 19d0443 KVM: fix emulator_task_switch() return value. by Gleb Natapov · 14 years ago
  24. 5b7e010 KVM: MMU: Replace role.glevels with role.cr4_pae by Avi Kivity · 14 years ago
  25. e269fb2 KVM: x86: Push potential exception error code on task switches by Jan Kiszka · 14 years ago
  26. 0760d44 KVM: x86: Terminate early if task_switch_16/32 failed by Jan Kiszka · 14 years ago
  27. 8f6abd0 KVM: x86: get rid of mmu_only parameter in emulator_write_emulated() by Gleb Natapov · 14 years ago
  28. 020df07 KVM: move DR register access handling into generic code by Gleb Natapov · 14 years ago
  29. 6bc31bd KVM: SVM: implement NEXTRIPsave SVM feature by Andre Przywara · 14 years ago
  30. f7a7119 KVM: Fix MAXPHYADDR calculation when cpuid does not support it by Avi Kivity · 14 years ago
  31. e46479f KVM: Trace emulated instructions by Avi Kivity · 14 years ago
  32. 2fb53ad KVM: x86 emulator: Don't overwrite decode cache by Avi Kivity · 14 years ago
  33. 24222c2 KVM: MMU: remove unnecessary NX check in walk_addr by Xiao Guangrong · 14 years ago
  34. f84cbb0 KVM: MMU: remove unused field by Xiao Guangrong · 14 years ago
  35. 805d32d KVM: MMU: cleanup/fix mmu audit code by Xiao Guangrong · 14 years ago
  36. 84b0c8c KVM: MMU: Disassociate direct maps from guest levels by Avi Kivity · 14 years ago
  37. f815bce KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1 by Xiao Guangrong · 14 years ago
  38. 041b135 KVM: x86: document KVM_REQ_PENDING_TIMER usage by Marcelo Tosatti · 14 years ago
  39. de3e648 KVM: x86 emulator: fix unlocked CMPXCHG8B emulation by Gleb Natapov · 14 years ago
  40. 6550e1f KVM: x86 emulator: add decoding of CMPXCHG8B dst operand by Gleb Natapov · 14 years ago
  41. 482ac18 KVM: x86 emulator: commit rflags as part of registers commit by Gleb Natapov · 14 years ago
  42. 9749a6c KVM: x86: Fix 32-bit build breakage due to typo by Jan Kiszka · 14 years ago
  43. 92bf974 KVM: small kvm_arch_vcpu_ioctl_run() cleanup. by Gleb Natapov · 14 years ago
  44. 7b262e9 KVM: x86 emulator: introduce pio in string read ahead. by Gleb Natapov · 14 years ago
  45. 5cd2191 KVM: x86 emulator: restart string instruction without going back to a guest. by Gleb Natapov · 14 years ago
  46. cb404fe KVM: x86 emulator: remove saved_eip by Gleb Natapov · 14 years ago
  47. 7972995 KVM: x86 emulator: Move string pio emulation into emulator.c by Gleb Natapov · 14 years ago
  48. cf8f70b KVM: x86 emulator: fix in/out emulation. by Gleb Natapov · 14 years ago
  49. d927112 KVM: x86 emulator: during rep emulation decrement ECX only if emulation succeeded by Gleb Natapov · 14 years ago
  50. a682e35 KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM by Gleb Natapov · 14 years ago
  51. 69f55cb KVM: x86 emulator: populate OP_MEM operand during decoding. by Gleb Natapov · 14 years ago
  52. ceffb45 KVM: Use task switch from emulator.c by Gleb Natapov · 14 years ago
  53. 2e87302 KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor() by Gleb Natapov · 14 years ago
  54. 38ba30b KVM: x86 emulator: Emulate task switch in emulator.c by Gleb Natapov · 14 years ago
  55. 2dafc6c KVM: x86 emulator: Provide more callbacks for x86 emulator. by Gleb Natapov · 14 years ago
  56. aca06a8 KVM: x86 emulator: cleanup grp3 return value by Gleb Natapov · 14 years ago
  57. a41ffb75 KVM: x86 emulator: If LOCK prefix is used dest arg should be memory. by Gleb Natapov · 14 years ago
  58. fd52536 KVM: x86 emulator: do not call writeback if msr access fails. by Gleb Natapov · 14 years ago
  59. 2e901c4 KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations by Gleb Natapov · 14 years ago
  60. 1e470be KVM: x86 emulator: fix mov dr to inject #UD when needed. by Gleb Natapov · 14 years ago
  61. 6aebfa6 KVM: x86 emulator: inject #UD on access to non-existing CR by Gleb Natapov · 14 years ago
  62. ab8557b KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits. by Gleb Natapov · 14 years ago
  63. 6e1e5ff KVM: x86 emulator: fix 0f 01 /5 emulation by Gleb Natapov · 14 years ago
  64. 5e3ae6c KVM: x86 emulator: fix mov r/m, sreg emulation. by Gleb Natapov · 14 years ago
  65. 063db06 KVM: Provide current eip as part of emulator context. by Gleb Natapov · 14 years ago
  66. 9c53724 KVM: Provide x86_emulate_ctxt callback to get current cpl by Gleb Natapov · 14 years ago
  67. 93a152b KVM: remove realmode_lmsw function. by Gleb Natapov · 14 years ago
  68. 52a4661 KVM: Provide callback to get/set control registers in emulator ops. by Gleb Natapov · 14 years ago
  69. 3129994 KVM: VMX: change to use bool return values by Gui Jianfeng · 14 years ago
  70. 49c6799 KVM: Remove pointer to rflags from realmode_set_cr parameters. by Gleb Natapov · 14 years ago
  71. af5b4f7 KVM: x86 emulator: check return value against correct define by Gleb Natapov · 14 years ago
  72. c73e197 KVM: x86 emulator: fix RCX access during rep emulation by Gleb Natapov · 14 years ago
  73. d6d367d KVM: x86 emulator: Fix DstAcc decoding. by Gleb Natapov · 14 years ago
  74. 08e850c KVM: MMU: Reinstate pte prefetch on invlpg by Avi Kivity · 14 years ago
  75. fbc5d13 KVM: MMU: Do not instantiate nontrapping spte on unsync page by Avi Kivity · 14 years ago
  76. 4a5f48f KVM: Don't follow an atomic operation by a non-atomic one by Avi Kivity · 14 years ago
  77. daea3e7 KVM: Make locked operations truly atomic by Avi Kivity · 14 years ago
  78. 72016f3 KVM: MMU: Consolidate two guest pte reads in kvm_mmu_pte_write() by Avi Kivity · 14 years ago
  79. 160d2f6 KVM: x86: fix the error of ioctl KVM_IRQ_LINE if no irq chip by Wei Yongjun · 14 years ago
  80. ec68798 KVM: x86: Use native_store_idt() instead of kvm_get_idt() by Wei Yongjun · 15 years ago
  81. 5c1c85d KVM: Trace exception injection by Avi Kivity · 14 years ago
  82. 5bfd8b5 KVM: Move kvm_exit tracepoint rip reading inside tracepoint by Avi Kivity · 14 years ago
  83. d4f64b6 KVM: remove redundant initialization of page->private by Minchan Kim · 14 years ago
  84. 2ed152a KVM: cleanup kvm trace by Xiao Guangrong · 14 years ago
  85. 835e6b8 KVM: x86 emulator mark VMMCALL and LMSW as privileged by Gleb Natapov · 15 years ago
  86. f713853 KVM: SVM: Ignore lower 12 bit of nested msrpm_pa by Joerg Roedel · 15 years ago
  87. ce2ac08 KVM; SVM: Add correct handling of nested iopm by Joerg Roedel · 15 years ago
  88. 0d6b353 KVM: SVM: Use svm_msrpm_offset in nested_svm_exit_handled_msr by Joerg Roedel · 15 years ago
  89. 323c3d8 KVM: SVM: Optimize nested svm msrpm merging by Joerg Roedel · 15 years ago
  90. ac72a9b KVM: SVM: Introduce direct access msr list by Joerg Roedel · 15 years ago
  91. 455716f KVM: SVM: Move msrpm offset calculation to seperate function by Joerg Roedel · 15 years ago
  92. d247782 KVM: SVM: Return correct values in nested_svm_exit_handled_msr by Joerg Roedel · 15 years ago
  93. 0fc5c3a KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup by Andrea Gelmini · 15 years ago
  94. fea24e2 x86, mrst: add nop functions to x86_init mpparse functions by Jacob Pan · 14 years ago
  95. e4af426 x86, mrst, pci: return 0 for non-present pci bars by Jacob Pan · 14 years ago
  96. 1ff3d7d x86, perf: P4 PMU - fix counters management logic by Cyrill Gorcunov · 14 years ago
  97. ecbb458 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
  98. e9b1d5d x86, mrst: Don't blindly access extended config space by H. Peter Anvin · 14 years ago
  99. ef0e918 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
  100. 7f284d3 x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments by Frank Arnold · 14 years ago