1. 2f59971 KVM: migrate PIT timer by Marcelo Tosatti · 16 years ago
  2. 67253af KVM: Add kvm_x86_ops get_tdp_level() by Sheng Yang · 16 years ago
  3. 1336028 KVM: SVM: remove selective CR0 comment by Joerg Roedel · 16 years ago
  4. aaf697e KVM: SVM: remove now obsolete FIXME comment by Joerg Roedel · 16 years ago
  5. aaacfc9 KVM: SVM: disable CR8 intercept when tpr is not masking interrupts by Joerg Roedel · 16 years ago
  6. d7bf822 KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabled by Joerg Roedel · 16 years ago
  7. 649d686 KVM: SVM: sync TPR value to V_TPR field in the VMCB by Joerg Roedel · 16 years ago
  8. a79d2f1 KVM: SVM: force a new asid when initializing the vmcb by Avi Kivity · 16 years ago
  9. 3564990 KVM: SVM: do not intercept task switch with NPT by Joerg Roedel · 17 years ago
  10. 53371b5 KVM: SVM: add intercept for machine check exception by Joerg Roedel · 17 years ago
  11. 6394b64 KVM: SVM: align shadow CR4.MCE with host by Joerg Roedel · 17 years ago
  12. ec07726 KVM: SVM: indent svm_set_cr4 with tabs instead of spaces by Joerg Roedel · 17 years ago
  13. 37817f2 KVM: x86: hardware task switching support by Izik Eidus · 17 years ago
  14. 2e4d265 KVM: x86: add functions to get the cpl of vcpu by Izik Eidus · 17 years ago
  15. 4fcaa98 KVM: Remove pointless desc_ptr #ifdef by Avi Kivity · 17 years ago
  16. b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 17 years ago
  17. 4866d5e KVM: SVM: make iopm_base static by Harvey Harrison · 17 years ago
  18. 24e09cb KVM: SVM: enable LBR virtualization by Joerg Roedel · 17 years ago
  19. f65c229 KVM: SVM: allocate the MSR permission map per VCPU by Joerg Roedel · 17 years ago
  20. e6101a9 KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter by Joerg Roedel · 17 years ago
  21. 709ddeb KVM: SVM: add support for Nested Paging by Joerg Roedel · 17 years ago
  22. 1855267 KVM: export information about NPT to generic x86 code by Joerg Roedel · 17 years ago
  23. 6c7dac7 KVM: SVM: add module parameter to disable Nested Paging by Joerg Roedel · 17 years ago
  24. e3da3ac KVM: SVM: add detection of Nested Paging feature by Joerg Roedel · 17 years ago
  25. 33bd6a0 KVM: SVM: move feature detection to hardware setup code by Joerg Roedel · 17 years ago
  26. 50a37eb KVM: align valid EFER bits with the features of the host system by Joerg Roedel · 17 years ago
  27. a2938c8 KVM: SVM: fix Windows XP 64 bit installation crash by Joerg Roedel · 17 years ago
  28. 6b390b6 KVM: SVM: set NM intercept when enabling CR0.TS in the guest by Joerg Roedel · 17 years ago
  29. 334df50 KVM: SVM: Fix lazy FPU switching by Joerg Roedel · 17 years ago
  30. 571008d KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD by Sheng Yang · 17 years ago
  31. 774ead3 KVM: Disable vapic support on Intel machines with FlexPriority by Avi Kivity · 17 years ago
  32. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago[Renamed (99%) from drivers/kvm/svm.c]
  33. 1d737c8 KVM: Portability: Split mmu-related static inline functions to mmu.h by Zhang Xiantao · 17 years ago
  34. ad312c7 KVM: Portability: Introduce kvm_vcpu_arch by Zhang Xiantao · 17 years ago
  35. 62b9aba KVM: SVM: support writing 0 to K8 performance counter control registers by Joerg Roedel · 17 years ago
  36. 1d07543 KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apic by Joerg Roedel · 17 years ago
  37. 80a8119 KVM: SVM: Trap access to the cr8 register by Avi Kivity · 17 years ago
  38. 7ee5d940 KVM: Use generalized exception queue for injecting #UD by Avi Kivity · 17 years ago
  39. c1a5d4f KVM: Replace #GP injection by the generalized exception queue by Avi Kivity · 17 years ago
  40. c3c91fe KVM: Replace page fault injection by the generalized exception queue by Avi Kivity · 17 years ago
  41. 298101d KVM: Generalize exception injection mechanism by Avi Kivity · 17 years ago
  42. 2b5203e KVM: SVM: Remove KVM specific defines for MSR_EFER by Carlo Marcelo Arenas Belon · 17 years ago
  43. 9327fd1 KVM: Make unloading of FPU state when putting vcpu arch-independent by Amit Shah · 17 years ago
  44. e1beb1d KVM: Replace 'light_exits' stat with 'host_state_reload' by Avi Kivity · 17 years ago
  45. 56919c5 KVM: Remove ptr comparisons to 0 by Joe Perches · 17 years ago
  46. cb498ea KVM: Portability: Combine kvm_init and kvm_init_x86 by Zhang Xiantao · 17 years ago
  47. 3067714 KVM: Move page fault processing to common code by Avi Kivity · 17 years ago
  48. fe7935d KVM: SVM: Let gcc to choose which registers to save (i386) by Laurent Vivier · 17 years ago
  49. 54a08c0 KVM: SVM: Let gcc to choose which registers to save (x86_64) by Laurent Vivier · 17 years ago
  50. cbc9402 KVM: Add ioctl to tss address from userspace, by Izik Eidus · 17 years ago
  51. e00c8cf KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup() by Avi Kivity · 17 years ago
  52. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 17 years ago
  53. ab6ef34 KVM: Move apic timer interrupt backlog processing to common code by Avi Kivity · 17 years ago
  54. d77c26f KVM: CodingStyle cleanup by Mike Day · 17 years ago
  55. 76fafa5 KVM: Hoist kvm_create_lapic() into kvm_vcpu_init() by Rusty Russell · 17 years ago
  56. 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 17 years ago
  57. 7aa81cc KVM: Refactor hypercall infrastructure (v3) by Anthony Liguori · 17 years ago
  58. 6b68f01 x86: unify struct desc_ptr by Glauber de Oliveira Costa · 17 years ago
  59. 8d379a7 KVM: SVM: Unload guest fpu on vcpu_put() by Avi Kivity · 17 years ago
  60. cf5a94d KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions by Avi Kivity · 17 years ago
  61. 56ba47d KVM: SVM: Defer nmi processing until switch to host state is complete by Avi Kivity · 17 years ago
  62. 7043338 KVM: SVM: Fix SMP with kernel apic by Avi Kivity · 17 years ago
  63. 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 17 years ago
  64. 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 17 years ago
  65. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
  66. 1747fb7 KVM: Hoist SVM's get_cs_db_l_bits into core code. by Rusty Russell · 17 years ago
  67. b85b9ee9 KVM: Clean up unloved invlpg emulation by Rusty Russell · 17 years ago
  68. c9a1185 KVM: Remove the unused invlpg member of struct kvm_arch_ops. by Rusty Russell · 17 years ago
  69. a3d7f85 KVM: Migrate lapic hrtimer when vcpu moves to another cpu by Eddie Dong · 17 years ago
  70. 1b9778d KVM: Keep track of missed timer irq injections by Eddie Dong · 17 years ago
  71. 2a8067f KVM: pending irq save/restore by Eddie Dong · 17 years ago
  72. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 17 years ago
  73. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago
  74. 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 17 years ago
  75. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 17 years ago
  76. 7e66f35 KVM: Close minor race in signal handling by Avi Kivity · 17 years ago
  77. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 17 years ago
  78. e70669a KVM: Cleanup string I/O instruction emulation by Laurent Vivier · 17 years ago
  79. a477034 KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects by Rusty Russell · 17 years ago
  80. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 17 years ago
  81. bfc733a KVM: SVM: Make set_msr_interception more reliable by Rusty Russell · 17 years ago
  82. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
  83. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 17 years ago
  84. c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 17 years ago
  85. e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 17 years ago
  86. 0e5017d KVM: SVM: internal function name cleanup by Rusty Russell · 17 years ago
  87. e756fc6 KVM: SVM: de-containization by Rusty Russell · 17 years ago
  88. 3077c451 KVM: Remove three magic numbers by Rusty Russell · 17 years ago
  89. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 17 years ago
  90. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 17 years ago
  91. fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 17 years ago
  92. a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 17 years ago
  93. 8fc0d08 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. by Jeff Dike · 17 years ago
  94. 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 17 years ago
  95. 707d92fa KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 17 years ago
  96. dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 17 years ago
  97. e495606 KVM: Clean up #includes by Avi Kivity · 17 years ago
  98. 6031a61 KVM: SVM: Reliably detect if SVM was disabled by BIOS by Joerg Roedel · 17 years ago
  99. 94cea1b KVM: Initialize the BSP bit in the APIC_BASE msr correctly by Avi Kivity · 17 years ago
  100. 129ee91 KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>) by Shani Moideen · 17 years ago