1. 2714d1d KVM: Add trace markers by Feng (Eric) Liu · 16 years ago
  2. 53371b5 KVM: SVM: add intercept for machine check exception by Joerg Roedel · 16 years ago
  3. 35149e2 KVM: MMU: Don't assume struct page for x86 by Anthony Liguori · 16 years ago
  4. 9c20456 KVM: function declaration parameter name cleanup by Joerg Roedel · 16 years ago
  5. 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 16 years ago
  6. 37817f2 KVM: x86: hardware task switching support by Izik Eidus · 16 years ago
  7. 2e4d265 KVM: x86: add functions to get the cpl of vcpu by Izik Eidus · 16 years ago
  8. 69a9f69 KVM: Move some x86 specific constants and structures to include/asm-x86 by Avi Kivity · 16 years ago
  9. 2f333bc KVM: MMU: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 16 years ago
  10. 9f81128 KVM: Provide unlocked version of emulator_write_phys() by Avi Kivity · 16 years ago
  11. 7837699 KVM: In kernel PIT model by Sheng Yang · 16 years ago
  12. 2d3ad1f KVM: Prefix control register accessors with kvm_ to avoid namespace pollution by Avi Kivity · 16 years ago
  13. 05da455 KVM: MMU: large page support by Marcelo Tosatti · 16 years ago
  14. 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 16 years ago
  15. f11c3a8 KVM: Add stat counter for hypercalls by Amit Shah · 16 years ago
  16. 1806852 KVM: paravirtualized clocksource: host part by Glauber de Oliveira Costa · 16 years ago
  17. cc4b687 KVM: export the load_pdptrs() function to modules by Joerg Roedel · 16 years ago
  18. 1855267 KVM: export information about NPT to generic x86 code by Joerg Roedel · 16 years ago
  19. f2b4b7d KVM: make EFER_RESERVED_BITS configurable for architecture code by Joerg Roedel · 16 years ago
  20. 2384d2b KVM: VMX: Enable Virtual Processor Identification (VPID) by Sheng Yang · 16 years ago
  21. 1ae0a13 KVM: MMU: Simplify hash table indexing by Dong, Eddie · 17 years ago
  22. 7d76b4d include/asm-x86/kvm_host.h: checkpatch cleanups - formatting only by Joe Perches · 16 years ago
  23. 571008d KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD by Sheng Yang · 17 years ago
  24. d7824ff KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte() by Avi Kivity · 17 years ago
  25. 774ead3 KVM: Disable vapic support on Intel machines with FlexPriority by Avi Kivity · 17 years ago
  26. b209749f KVM: local APIC TPR access reporting facility by Avi Kivity · 17 years ago
  27. dfc5aa0 KVM: MMU: Add cache miss statistic by Avi Kivity · 17 years ago
  28. edf8841 KVM: Move arch dependent files to new directory arch/x86/kvm/ by Avi Kivity · 17 years ago[Renamed (98%) from drivers/kvm/x86.h]
  29. 0711456 KVM: Portability: Move kvm_vm_stat to x86.h by Zhang Xiantao · 17 years ago
  30. bfc6d22 KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch by Zhang Xiantao · 17 years ago
  31. d7deeeb0 KVM: Portability: move vpic and vioapic to kvm_arch by Zhang Xiantao · 17 years ago
  32. f05e70a KVM: Portability: Move mmu-related fields to kvm_arch by Zhang Xiantao · 17 years ago
  33. d69fb81 KVM: Portability: Move memslot aliases to new struct kvm_arch by Zhang Xiantao · 17 years ago
  34. 77b4c25 KVM: Portability: Move kvm_vcpu_stat to x86.h by Zhang Xiantao · 17 years ago
  35. d657a98 KVM: Portability: Move kvm_vcpu definition back to kvm.h by Zhang Xiantao · 17 years ago
  36. 1d737c8 KVM: Portability: Split mmu-related static inline functions to mmu.h by Zhang Xiantao · 17 years ago
  37. ad312c7 KVM: Portability: Introduce kvm_vcpu_arch by Zhang Xiantao · 17 years ago
  38. 682c59a KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code by Zhang Xiantao · 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. 53e0aa7 KVM: Portability: Create kvm_arch_vcpu_runnable() function by Hollis Blanchard · 17 years ago
  43. e01a1b5 KVM: Portability: Stop including x86-specific headers in kvm_main.c by Hollis Blanchard · 17 years ago
  44. 0771671 KVM: Enhance guest cpuid management by Dan Kenigsberg · 17 years ago
  45. d835dfe KVM: Don't bother the mmu if cr3 load doesn't change cr3 by Avi Kivity · 17 years ago
  46. 3ad82a7 KVM: Recalculate mmu pages needed for every memory region change by Zhang Xiantao · 17 years ago
  47. 54f1585 KVM: Portability: Move some function declarations to x86.h by Zhang Xiantao · 17 years ago
  48. ec6d273 KVM: Move some static inline functions out from kvm.h into x86.h by Zhang Xiantao · 17 years ago
  49. 2b3ccfa KVM: Portability: Move vcpu regs enumeration definition to x86.h by Zhang Xiantao · 17 years ago
  50. ea4a5ff KVM: Portability: Move struct kvm_x86_ops definition to x86.h by Zhang Xiantao · 17 years ago
  51. cd6e8f8 KVM: Portability: Move some macro definitions from kvm.h to x86.h by Zhang Xiantao · 17 years ago
  52. e9b11c1 KVM: Portability: Add vcpu and hardware management arch hooks by Zhang Xiantao · 17 years ago
  53. 97896d0 KVM: Portability: Move kvm_x86_ops to x86.c by Zhang Xiantao · 17 years ago
  54. de7d789 KVM: Portability: Move pio emulation functions to x86.c by Carsten Otte · 17 years ago
  55. a03490e KVM: Portability: Move control register helper functions to x86.c by Carsten Otte · 17 years ago
  56. 3067714 KVM: Move page fault processing to common code by Avi Kivity · 17 years ago
  57. 34c16ee KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1) by Zhang Xiantao · 17 years ago
  58. 043405e KVM: Move x86 msr handling to new files x86.[ch] by Carsten Otte · 17 years ago