1. fdae862 KVM: ia64: Add a guide about how to create kvm guests on ia64 by Xiantao Zhang · 16 years ago
  2. b693919 KVM: ia64: Enable kvm build for ia64 by Xiantao Zhang · 16 years ago
  3. ad86b6c KVM: ia64: Add kvm sal/pal virtulization support by Xiantao Zhang · 16 years ago
  4. 827fa69 KVM: ia64: Add guest interruption injection support by Xiantao Zhang · 16 years ago
  5. d62998a KVM: ia64: Generate offset values for assembly code use by Xiantao Zhang · 16 years ago
  6. 7fc86bd KVM: ia64: Add optimization for some virtulization faults by Xiantao Zhang · 16 years ago
  7. 60a07bb KVM: ia64: Add processor virtulization support by Xiantao Zhang · 16 years ago
  8. a793537 KVM: ia64: Add trampoline for guest/host mode switch by Xiantao Zhang · 16 years ago
  9. e30af4c KVM: ia64: Add mmio decoder for kvm/ia64 by Xiantao Zhang · 16 years ago
  10. fbd4b56 KVM: ia64: Add interruption vector table for vmm by Xiantao Zhang · 16 years ago
  11. 964cd94 KVM: ia64: Add TLB virtulization support by Xiantao Zhang · 16 years ago
  12. bb46fb4 KVM: ia64: VMM module interfaces by Xiantao Zhang · 16 years ago
  13. a4f5003 KVM: ia64: Add header files for kvm/ia64 by Xiantao Zhang · 16 years ago
  14. b024b79 KVM: ia64: Add kvm arch-specific core code for kvm/ia64 by Xiantao Zhang · 16 years ago
  15. 1a9c1ac KVM: ia64: Add header files for kvm/ia64 by Xiantao Zhang · 16 years ago
  16. e235f34 KVM: ia64: Prepare some structure and routines for kvm use by Xiantao Zhang · 16 years ago
  17. c71799c KVM: s390: Improve pgste accesses by Heiko Carstens · 16 years ago
  18. f603f07 KVM: s390: rename stfl to kvm_stfl by Heiko Carstens · 16 years ago
  19. 7e8e6ab KVM: s390: Fix incorrect return value by Heiko Carstens · 16 years ago
  20. bed1d1d KVM: MMU: prepopulate guest pages after write-protecting by Marcelo Tosatti · 16 years ago
  21. fcd6dba KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest by Avi Kivity · 16 years ago
  22. d39f13b KVM: add vm refcounting by Izik Eidus · 16 years ago
  23. 9c20456 KVM: function declaration parameter name cleanup by Joerg Roedel · 16 years ago
  24. 3d45830 KVM: Free apic access page on vm destruction by Avi Kivity · 16 years ago
  25. 3ee16c8 KVM: MMU: allow the vm to shrink the kvm mmu shadow caches by Izik Eidus · 16 years ago
  26. 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 16 years ago
  27. 25c5f22 KVM: VMX: Enable MSR Bitmap feature by Sheng Yang · 16 years ago
  28. e976a2b s390: KVM guest: virtio device support, and kvm hypercalls by Christian Borntraeger · 16 years ago
  29. fa58774 s390: KVM guest: detect when running on kvm by Carsten Otte · 16 years ago
  30. 85f8fff KVM: s390: update maintainers by Christian Borntraeger · 16 years ago
  31. 5ecee4b KVM: s390: API documentation by Carsten Otte · 16 years ago
  32. 77b455f KVM: s390: add kvm to kconfig on s390 by Christian Borntraeger · 16 years ago
  33. e28acfe KVM: s390: intercepts for diagnose instructions by Christian Borntraeger · 16 years ago
  34. 5288fbf KVM: s390: interprocessor communication via sigp by Christian Borntraeger · 16 years ago
  35. 453423d KVM: s390: intercepts for privileged instructions by Christian Borntraeger · 16 years ago
  36. ba5c1e9 KVM: s390: interrupt subsystem, cpu timer, waitpsw by Carsten Otte · 16 years ago
  37. 8f2abe6 KVM: s390: sie intercept handling by Christian Borntraeger · 16 years ago
  38. b0c632d KVM: s390: arch backend for the kvm kernel module by Heiko Carstens · 16 years ago
  39. 8a88ac6 s390: KVM preparation: address of the 64bit extint parm in lowcore by Christian Borntraeger · 16 years ago
  40. 5b7baf0 s390: KVM preparation: host memory management changes for s390 kvm by Christian Borntraeger · 16 years ago
  41. 402b086 s390: KVM preparation: provide hook to enable pgstes in user pagetable by Carsten Otte · 16 years ago
  42. 37817f2 KVM: x86: hardware task switching support by Izik Eidus · 16 years ago
  43. 2e4d265 KVM: x86: add functions to get the cpl of vcpu by Izik Eidus · 16 years ago
  44. 4c9fc8e KVM: VMX: Add module option to disable flexpriority by Avi Kivity · 16 years ago
  45. 268fe02 KVM: no longer EXPERIMENTAL by Avi Kivity · 16 years ago
  46. 0b49ea8 KVM: MMU: Introduce and use spte_to_page() by Avi Kivity · 16 years ago
  47. 855149a KVM: MMU: fix dirty bit setting when removing write permissions by Izik Eidus · 16 years ago
  48. 69a9f69 KVM: Move some x86 specific constants and structures to include/asm-x86 by Avi Kivity · 16 years ago
  49. 947da53 KVM: MMU: Set the accessed bit on non-speculative shadow ptes by Avi Kivity · 16 years ago
  50. 9764620 KVM: kvm.h: __user requires compiler.h by Christian Borntraeger · 16 years ago
  51. 1e977aa x86: KVM guest: disable clock before rebooting. by Glauber Costa · 16 years ago
  52. 3c62c62 x86: make native_machine_shutdown non-static by Glauber Costa · 16 years ago
  53. ed23dc6 x86: allow machine_crash_shutdown to be replaced by Glauber Costa · 16 years ago
  54. 096d14a x86: KVM guest: hypercall batching by Marcelo Tosatti · 16 years ago
  55. 1da8a77 x86: KVM guest: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 16 years ago
  56. 2f333bc KVM: MMU: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 16 years ago
  57. 9f81128 KVM: Provide unlocked version of emulator_write_phys() by Avi Kivity · 16 years ago
  58. 0cf1bfd x86: KVM guest: add basic paravirt support by Marcelo Tosatti · 16 years ago
  59. a28e4f5 KVM: add basic paravirt support by Marcelo Tosatti · 16 years ago
  60. 308b0f2 KVM: Add reset support for in kernel PIT by Sheng Yang · 16 years ago
  61. e0f63cb KVM: Add save/restore supporting of in kernel PIT by Sheng Yang · 16 years ago
  62. 7837699 KVM: In kernel PIT model by Sheng Yang · 16 years ago
  63. 4fcaa98 KVM: Remove pointless desc_ptr #ifdef by Avi Kivity · 16 years ago
  64. 019960a KVM: VMX: Don't adjust tsc offset forward by Avi Kivity · 16 years ago
  65. b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 16 years ago
  66. 71c4dfa KVM: detect if VCPU triple faults by Joerg Roedel · 16 years ago
  67. 3e4bb3a KVM: Use kzalloc to avoid allocating kvm_regs from kernel stack by Xiantao Zhang · 16 years ago
  68. 2d3ad1f KVM: Prefix control register accessors with kvm_ to avoid namespace pollution by Avi Kivity · 16 years ago
  69. 05da455 KVM: MMU: large page support by Marcelo Tosatti · 16 years ago
  70. 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 16 years ago
  71. 847f0ad KVM: Implement dummy values for MSR_PERF_STATUS by Alexander Graf · 16 years ago
  72. 14af3f3 KVM: sparse fixes for kvm/x86.c by Harvey Harrison · 16 years ago
  73. 4866d5e KVM: SVM: make iopm_base static by Harvey Harrison · 16 years ago
  74. 77cd337 KVM: x86 emulator: fix sparse warnings in x86_emulate.c by Harvey Harrison · 16 years ago
  75. f11c3a8 KVM: Add stat counter for hypercalls by Amit Shah · 16 years ago
  76. a5f6130 KVM: Use x86's segment descriptor struct instead of private definition by Avi Kivity · 16 years ago
  77. ef2979b KVM: Increase the number of user memory slots per vm by Avi Kivity · 16 years ago
  78. a988b91 KVM: Add API for determining the number of supported memory slots by Avi Kivity · 16 years ago
  79. edbe6c3 KVM: Increase vcpu count to 16 by Avi Kivity · 16 years ago
  80. f725230 KVM: Add API to retrieve the number of supported vcpus per vm by Avi Kivity · 16 years ago
  81. 7a957275 KVM: x86 emulator: make register_address_increment and JMP_REL static inlines by Harvey Harrison · 16 years ago
  82. e470677 KVM: x86 emulator: make register_address, address_mask static inlines by Harvey Harrison · 16 years ago
  83. ddcb288 KVM: x86 emulator: add ad_mask static inline by Harvey Harrison · 16 years ago
  84. 790c73f x86: KVM guest: paravirtualized clocksource by Glauber de Oliveira Costa · 16 years ago
  85. 1806852 KVM: paravirtualized clocksource: host part by Glauber de Oliveira Costa · 16 years ago
  86. 24e09cb KVM: SVM: enable LBR virtualization by Joerg Roedel · 16 years ago
  87. f65c229 KVM: SVM: allocate the MSR permission map per VCPU by Joerg Roedel · 16 years ago
  88. e6101a9 KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter by Joerg Roedel · 16 years ago
  89. 2e11384 KVM: VMX: fix typo in VMX header define by Ryan Harper · 16 years ago
  90. 709ddeb KVM: SVM: add support for Nested Paging by Joerg Roedel · 16 years ago
  91. fb72d16 KVM: MMU: add TDP support to the KVM MMU by Joerg Roedel · 16 years ago
  92. cc4b687 KVM: export the load_pdptrs() function to modules by Joerg Roedel · 16 years ago
  93. 4d9976b KVM: MMU: make the __nonpaging_map function generic by Joerg Roedel · 16 years ago
  94. 1855267 KVM: export information about NPT to generic x86 code by Joerg Roedel · 16 years ago
  95. 6c7dac7 KVM: SVM: add module parameter to disable Nested Paging by Joerg Roedel · 16 years ago
  96. e3da3ac KVM: SVM: add detection of Nested Paging feature by Joerg Roedel · 16 years ago
  97. 33bd6a0 KVM: SVM: move feature detection to hardware setup code by Joerg Roedel · 16 years ago
  98. 9457a71 KVM: allow access to EFER in 32bit KVM by Joerg Roedel · 16 years ago
  99. 9f62e19 KVM: VMX: unifdef the EFER specific code by Joerg Roedel · 16 years ago
  100. 50a37eb KVM: align valid EFER bits with the features of the host system by Joerg Roedel · 16 years ago