1. 3f35385 KVM: Add locking to virtual i8259 interrupt controller by Avi Kivity · 16 years ago
  2. 25e2343 KVM: MMU: Don't treat a global pte as such if cr4.pge is cleared by Avi Kivity · 16 years ago
  3. 042b26e KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs() by Jes Sorensen · 16 years ago
  4. 4531220 KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI by Jan Kiszka · 16 years ago
  5. 264ff01 KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip by Jan Kiszka · 16 years ago
  6. eb64f1e KVM: MMU: check for present pdptr shadow page in walk_shadow by Marcelo Tosatti · 16 years ago
  7. ca9edae KVM: Consolidate userspace memory capability reporting into common code by Avi Kivity · 16 years ago
  8. e93353c x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj by Eduardo Habkost · 16 years ago
  9. ad218f8 KVM: MMU: prepopulate the shadow on invlpg by Marcelo Tosatti · 16 years ago
  10. 6cffe8c KVM: MMU: skip global pgtables on sync due to cr3 switch by Marcelo Tosatti · 16 years ago
  11. b1a3682 KVM: MMU: collapse remote TLB flushes on root sync by Marcelo Tosatti · 16 years ago
  12. 60c8aec KVM: MMU: use page array in unsync walk by Marcelo Tosatti · 16 years ago
  13. fbce554 KVM: x86 emulator: Fix handling of VMMCALL instruction by Amit Shah · 16 years ago
  14. 9bf8ea4 KVM: x86 emulator: add the emulation of shld and shrd instructions by Guillaume Thouvenin · 16 years ago
  15. d175226 KVM: x86 emulator: add the assembler code for three operands by Guillaume Thouvenin · 16 years ago
  16. bfcadf8 KVM: x86 emulator: add a new "implied 1" Src decode type by Guillaume Thouvenin · 16 years ago
  17. 0dc8d10 KVM: x86 emulator: add Src2 decode set by Guillaume Thouvenin · 16 years ago
  18. 45ed60b KVM: x86 emulator: Extend the opcode descriptor by Guillaume Thouvenin · 16 years ago
  19. 7b70159 KVM: ppc: mostly cosmetic updates to the exit timing accounting code by Hollis Blanchard · 16 years ago
  20. 73e75b4 KVM: ppc: Implement in-kernel exit timing statistics by Hollis Blanchard · 16 years ago
  21. c5fbdff KVM: ppc: save and restore guest mappings on context switch by Hollis Blanchard · 16 years ago
  22. 7924bd4 KVM: ppc: directly insert shadow mappings into the hardware TLB by Hollis Blanchard · 16 years ago
  23. c0ca609 powerpc/44x: declare tlb_44x_index for use in C code by Hollis Blanchard · 16 years ago
  24. 8916861 KVM: ppc: support large host pages by Hollis Blanchard · 16 years ago
  25. efff9e5 KVM: VMX: fix sparse warning by Hannes Eder · 16 years ago
  26. f3fd92f KVM: Remove extraneous semicolon after do/while by Avi Kivity · 16 years ago
  27. 2b48cc7 KVM: x86 emulator: fix popf emulation by Avi Kivity · 16 years ago
  28. cf5de4f KVM: x86 emulator: fix ret emulation by Avi Kivity · 16 years ago
  29. 8a09b68 KVM: x86 emulator: switch 'pop reg' instruction to emulate_pop() by Avi Kivity · 16 years ago
  30. 781d0ed KVM: x86 emulator: allow pop from mmio by Avi Kivity · 16 years ago
  31. faa5a3a KVM: x86 emulator: Extract 'pop' sequence into a function by Avi Kivity · 16 years ago
  32. 6692cef KVM: s390: Fix memory leak of vcpu->run by Christian Borntraeger · 16 years ago
  33. d329c03 KVM: s390: Fix refcounting and allow module unload by Christian Borntraeger · 16 years ago
  34. 6b7ad61 KVM: x86 emulator: consolidate emulation of two operand instructions by Avi Kivity · 16 years ago
  35. dda96d8 KVM: x86 emulator: reduce duplication in one operand emulation thunks by Avi Kivity · 16 years ago
  36. ecc5589 KVM: MMU: optimize set_spte for page sync by Marcelo Tosatti · 16 years ago
  37. 423cd25 x86: KVM guest: sign kvmclock as paravirt by Glauber Costa · 16 years ago
  38. df203ec KVM: VMX: Conditionally request interrupt window after injecting irq by Avi Kivity · 16 years ago
  39. 8fe0736 KVM: ia64: Clean up vmm_ivt.S using tab to indent every line by Xiantao Zhang · 16 years ago
  40. 9f7d5bb KVM: ia64: Add handler for crashed vmm by Xiantao Zhang · 16 years ago
  41. 5e2be19 KVM: ia64: Add some debug points to provide crash infomation by Xiantao Zhang · 16 years ago
  42. 7d63797 KVM: ia64: Define printk function for kvm-intel module by Xiantao Zhang · 16 years ago
  43. d176720 x86: disable VMX on all CPUs on reboot by Eduardo Habkost · 16 years ago
  44. 2340b62 kdump: forcibly disable VMX and SVM on machine_crash_shutdown() by Eduardo Habkost · 16 years ago
  45. 0f3e9ee x86: cpu_emergency_svm_disable() function by Eduardo Habkost · 16 years ago
  46. 2c8dcee KVM: SVM: move svm_hardware_disable() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  47. 63d1142 KVM: SVM: move has_svm() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  48. 6aa07a0 x86: cpu_emergency_vmxoff() function by Eduardo Habkost · 16 years ago
  49. 710ff4a KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable() by Eduardo Habkost · 16 years ago
  50. 1e99311 x86: asm/virtext.h: add cpu_vmxoff() inline function by Eduardo Habkost · 16 years ago
  51. 6210e37 KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h by Eduardo Habkost · 16 years ago
  52. eca70fc KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h by Eduardo Habkost · 16 years ago
  53. c2cedf7 KVM: SVM: move svm.h to include/asm by Eduardo Habkost · 16 years ago
  54. 13673a9 KVM: VMX: move vmx.h to include/asm by Eduardo Habkost · 16 years ago
  55. fe4e771 KVM: ppc: fix userspace mapping invalidation on context switch by Hollis Blanchard · 16 years ago
  56. df9b856 KVM: ppc: use prefetchable mappings for guest memory by Hollis Blanchard · 16 years ago
  57. bf5d402 KVM: ppc: use MMUCR accessor to obtain TID by Hollis Blanchard · 16 years ago
  58. 30ed5bb KVM: ia64: Remove some macro definitions in asm-offsets.c. by Xiantao Zhang · 16 years ago
  59. 74ef740 KVM: ppc: fix Kconfig constraints by Hollis Blanchard · 16 years ago
  60. 0fdf8e5 KVM: Fix cpuid iteration on multiple leaves per eac by Nitin A Kamble · 16 years ago
  61. 0853d2c KVM: Fix cpuid leaf 0xb loop termination by Nitin A Kamble · 16 years ago
  62. fcfdbd2 KVM: ppc: improve trap emulation by Hollis Blanchard · 16 years ago
  63. d4cf389 KVM: ppc: optimize irq delivery path by Hollis Blanchard · 16 years ago
  64. 9ab8084 KVM: ppc: optimize find first bit by Hollis Blanchard · 16 years ago
  65. 1b6766c KVM: ppc: optimize kvm stat handling by Hollis Blanchard · 16 years ago
  66. b8fd68a KVM: ppc: fix set regs to take care of msr change by Hollis Blanchard · 16 years ago
  67. 5cf8ca2 KVM: ppc: adjust vcpu types to support 64-bit cores by Hollis Blanchard · 16 years ago
  68. db93f57 KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor by Hollis Blanchard · 16 years ago
  69. 5cbb510 KVM: ppc: Move the last bits of 44x code out of booke.c by Hollis Blanchard · 16 years ago
  70. 75f74f0 KVM: ppc: refactor instruction emulation into generic and core-specific pieces by Hollis Blanchard · 16 years ago
  71. c381a04 ppc: Create disassemble.h to extract instruction fields by Hollis Blanchard · 16 years ago
  72. 9dd921c KVM: ppc: Refactor powerpc.c to relocate 440-specific code by Hollis Blanchard · 16 years ago
  73. d9fbd03 KVM: ppc: combine booke_guest.c and booke_host.c by Hollis Blanchard · 16 years ago
  74. 0f55dc4 KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe" by Hollis Blanchard · 16 years ago
  75. a0d7b9f KVM: ppc: Move 440-specific TLB code into 44x_tlb.c by Hollis Blanchard · 16 years ago
  76. 2843099 KVM: MMU: Fix aliased gfns treated as unaliased by Izik Eidus · 16 years ago
  77. 6eb5581 KVM: Enable Function Level Reset for assigned device by Sheng Yang · 16 years ago
  78. 853dafb KVM: ia64: Remove lock held by halted vcpu by Xiantao Zhang · 16 years ago
  79. a917f7af3 KVM: ia64: Re-organize data sturure of guests' data area by Xiantao Zhang · 16 years ago
  80. 1d5a4d9 KVM: VMX: Handle mmio emulation when guest state is invalid by Guillaume Thouvenin · 16 years ago
  81. e93f36b KVM: allow emulator to adjust rip for emulated pio instructions by Guillaume Thouvenin · 16 years ago
  82. c0d0982 KVM: SVM: Set the 'busy' flag of the TR selector by Amit Shah · 16 years ago
  83. 25022ac KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration by Amit Shah · 16 years ago
  84. b8222ad KVM: x86: Fix typo in function name by Amit Shah · 16 years ago
  85. cc6e462 KVM: x86: Optimize NMI watchdog delivery by Jan Kiszka · 16 years ago
  86. 8fdb235 KVM: x86: Fix and refactor NMI watchdog emulation by Jan Kiszka · 16 years ago
  87. 291fd39 KVM: x86 emulator: Add decode entries for 0x04 and 0x05 opcodes (add acc, imm) by Guillaume Thouvenin · 16 years ago
  88. 6fe6397 KVM: VMX: Move private memory slot position by Sheng Yang · 16 years ago
  89. 291f26b KVM: MMU: Extend kvm_mmu_page->slot_bitmap size by Sheng Yang · 16 years ago
  90. d73fa29 KVM: Clean up kvm_x86_emulate.h by Sheng Yang · 16 years ago
  91. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  92. 74be52e KVM: Add local get_mtrr_type() to support MTRR by Sheng Yang · 16 years ago
  93. 468d472 KVM: VMX: Add PAT support for EPT by Sheng Yang · 16 years ago
  94. 0bed3b5 KVM: Improve MTRR structure by Sheng Yang · 16 years ago
  95. 932d27a x86: Export some definition of MTRR by Sheng Yang · 16 years ago
  96. b558bc0 x86: Rename mtrr_state struct and macro names by Sheng Yang · 16 years ago
  97. 5f17928 KVM: call kvm_arch_vcpu_reset() instead of the kvm_x86_ops callback by Gleb Natapov · 16 years ago
  98. 3b86cd9 KVM: VMX: work around lacking VNMI support by Jan Kiszka · 16 years ago
  99. 487b391 KVM: VMX: Provide support for user space injected NMIs by Jan Kiszka · 16 years ago
  100. c4abb7c KVM: x86: Support for user space injected NMIs by Jan Kiszka · 16 years ago