1. 3d62d9a KVM: SVM: clean up nested_svm_exit_handled_msr by Joerg Roedel · 15 years ago
  2. 34f80cf KVM: SVM: get rid of nested_svm_vmexit_real by Joerg Roedel · 15 years ago
  3. 0295ad7 KVM: SVM: simplify nested_svm_check_exception by Joerg Roedel · 15 years ago
  4. 9c4e40b9 KVM: SVM: do nested vmexit in nested_svm_exit_handled by Joerg Roedel · 15 years ago
  5. 4c2161a KVM: SVM: consolidate nested_svm_exit_handled by Joerg Roedel · 15 years ago
  6. aad42c6 KVM: SVM: cache nested intercepts by Joerg Roedel · 15 years ago
  7. e6aa9ab KVM: SVM: move nested svm state into seperate struct by Joerg Roedel · 15 years ago
  8. a5c3832 KVM: SVM: complete interrupts after handling nested exits by Joerg Roedel · 15 years ago
  9. 0460a97 KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit by Joerg Roedel · 15 years ago
  10. defbba5 KVM: SVM: optimize nested vmrun by Joerg Roedel · 15 years ago
  11. 33740e4 KVM: SVM: optimize nested #vmexit by Joerg Roedel · 15 years ago
  12. 2af9194 KVM: SVM: add helper functions for global interrupt flag by Joerg Roedel · 15 years ago
  13. 88ba63c KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions by Gleb Natapov · 15 years ago
  14. 938396a KVM: Call ack notifiers from PIC when guest OS acks an IRQ. by Gleb Natapov · 15 years ago
  15. 956f97c KVM: Call kvm_vcpu_kick() inside pic spinlock by Gleb Natapov · 15 years ago
  16. 3a34a88 KVM: fix EFER read buffer overflow by Roel Kluin · 15 years ago
  17. 1f3ee61 KVM: ignore reads to perfctr msrs by Amit Shah · 16 years ago
  18. eab4b8a KVM: VMX: Optimize vmx_get_cpl() by Avi Kivity · 15 years ago
  19. 07708c4 KVM: x86: Disallow hypercalls for guest callers in rings > 0 by Jan Kiszka · 15 years ago
  20. b90c062 KVM: MMU: fix bogus alloc_mmu_pages assignment by Marcelo Tosatti · 15 years ago
  21. 3b80fff KVM: MMU: make __kvm_mmu_free_some_pages handle empty list by Izik Eidus · 15 years ago
  22. 95fb4eb KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs() by Bartlomiej Zolnierkiewicz · 15 years ago
  23. 344f414 KVM: report 1GB page support to userspace by Joerg Roedel · 15 years ago
  24. 7e4e405 KVM: MMU: shadow support for 1gb pages by Joerg Roedel · 15 years ago
  25. e04da98 KVM: MMU: make page walker aware of mapping levels by Joerg Roedel · 15 years ago
  26. 852e3c1 KVM: MMU: make direct mapping paths aware of mapping levels by Joerg Roedel · 15 years ago
  27. d25797b KVM: MMU: rename is_largepage_backed to mapping_level by Joerg Roedel · 15 years ago
  28. 44ad994 KVM: MMU: make rmap code aware of mapping levels by Joerg Roedel · 15 years ago
  29. 1444885 KVM: limit lapic periodic timer frequency by Marcelo Tosatti · 15 years ago
  30. 5f0269f KVM: Align cr8 threshold when userspace changes cr8 by Mikhail Ershov · 15 years ago
  31. 7f582ab KVM: VMX: Avoid to return ENOTSUPP to userland by Jan Kiszka · 15 years ago
  32. 84fde24 KVM: PIT: Unregister ack notifier callback when freeing by Gleb Natapov · 15 years ago
  33. b927a3c KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl by Sheng Yang · 15 years ago
  34. b792c34 KVM: x86: use kvm_get_gdt() and kvm_read_ldt() by Akinobu Mita · 15 years ago
  35. 46a359e KVM: x86: use get_desc_base() and get_desc_limit() by Akinobu Mita · 15 years ago
  36. 6a1ac77 KVM: MMU: fix missing locking in alloc_mmu_pages by Marcelo Tosatti · 15 years ago
  37. 3662cb1 KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load() by Sheng Yang · 15 years ago
  38. 4088bb3 KVM: silence lapic kernel messages that can be triggered by a guest by Gleb Natapov · 15 years ago
  39. a1b3710 KVM: Reduce runnability interface with arch support code by Gleb Natapov · 15 years ago
  40. b59bb7b KVM: Move exception handling to the same place as other events by Gleb Natapov · 15 years ago
  41. a205bc1 KVM: MMU: Fix MMU_DEBUG compile breakage by Joerg Roedel · 15 years ago
  42. d34e6b1 KVM: add ioeventfd support by Gregory Haskins · 15 years ago
  43. 090b7af KVM: make io_bus interface more robust by Gregory Haskins · 15 years ago
  44. e9f4275 KVM: PIT support for HPET legacy mode by Beth Kon · 15 years ago
  45. 0d1de2d9 KVM: Always report x2apic as supported feature by Gleb Natapov · 15 years ago
  46. c7f0f24 KVM: No need to kick cpu if not in a guest mode by Gleb Natapov · 15 years ago
  47. 1000ff8 KVM: Add trace points in irqchip code by Gleb Natapov · 15 years ago
  48. f7c6d14 KVM: fix MMIO_CONF_BASE MSR access by Andre Przywara · 16 years ago
  49. f691fe1 KVM: Trace shadow page lifecycle by Avi Kivity · 15 years ago
  50. 0742017 KVM: MMU: Trace guest pagetable walker by Avi Kivity · 15 years ago
  51. dc7e795 Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs" by Jan Kiszka · 16 years ago
  52. 6098ca9 KVM: handle AMD microcode MSR by Andre Przywara · 16 years ago
  53. 756975b KVM: Fix apic_mmio_write return for unaligned write by Sheng Yang · 15 years ago
  54. 0105d1a KVM: x2apic interface to lapic by Gleb Natapov · 15 years ago
  55. fc61b80 KVM: Add Directed EOI support to APIC emulation by Gleb Natapov · 15 years ago
  56. cb24772 KVM: Trace apic registers using their symbolic names by Avi Kivity · 16 years ago
  57. aec51dc KVM: Trace mmio by Avi Kivity · 16 years ago
  58. c323c0e KVM: Ignore PCI ECS I/O enablement by Andre Przywara · 16 years ago
  59. bda9020 KVM: remove in_range from io devices by Michael S. Tsirkin · 16 years ago
  60. 6c47469 KVM: convert bus to slots_lock by Michael S. Tsirkin · 16 years ago
  61. 108b566 KVM: switch pit creation to slots_lock by Michael S. Tsirkin · 16 years ago
  62. 2023a29 KVM: remove old KVMTRACE support code by Marcelo Tosatti · 16 years ago
  63. ed85c06 KVM: introduce module parameter for ignoring unknown MSRs accesses by Andre Przywara · 16 years ago
  64. 1fdbd48 KVM: ignore reads from AMDs C1E enabled MSR by Andre Przywara · 16 years ago
  65. 8f1589d KVM: ignore AMDs HWCR register access to set the FFDIS bit by Andre Przywara · 16 years ago
  66. 894a9c5 KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths by Marcelo Tosatti · 16 years ago
  67. ec04b26 KVM: Prepare memslot data structures for multiple hugepage sizes by Joerg Roedel · 16 years ago
  68. 4668f05 KVM: x86 emulator: Add sysexit emulation by Andre Przywara · 16 years ago
  69. 8c60435 KVM: x86 emulator: Add sysenter emulation by Andre Przywara · 16 years ago
  70. e66bb2c KVM: x86 emulator: add syscall emulation by Andre Przywara · 16 years ago
  71. e99f050 KVM: x86 emulator: Prepare for emulation of syscall instructions by Andre Przywara · 16 years ago
  72. b1d8614 KVM: x86 emulator: Add missing EFLAGS bit definitions by Andre Przywara · 16 years ago
  73. 0cb5762 KVM: Allow emulation of syscalls instructions on #UD by Andre Przywara · 16 years ago
  74. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 16 years ago
  75. 219b65d KVM: SVM: Improve nested interrupt injection by Alexander Graf · 16 years ago
  76. ff09238 KVM: SVM: Implement INVLPGA by Alexander Graf · 16 years ago
  77. 3c5d0a4 KVM: Implement MSRs used by Hyper-V by Alexander Graf · 16 years ago
  78. b3dbf89 KVM: SVM: Don't save/restore host cr2 by Avi Kivity · 16 years ago
  79. d3edefc KVM: VMX: Only reload guest cr2 if different from host cr2 by Avi Kivity · 16 years ago
  80. 681405b KVM: Drop useless atomic test from timer function by Jan Kiszka · 16 years ago
  81. f7104db KVM: Fix racy event propagation in timer by Jan Kiszka · 16 years ago
  82. 33e4c68 KVM: Optimize searching for highest IRR by Gleb Natapov · 16 years ago
  83. 6edf14d KVM: Replace pending exception by PF if it happens serially by Gleb Natapov · 16 years ago
  84. 54dee99 KVM: VMX: conditionally disable 2M pages by Marcelo Tosatti · 16 years ago
  85. 68f8940 KVM: VMX: EPT misconfiguration handler by Marcelo Tosatti · 16 years ago
  86. 94d8b05 KVM: MMU: add kvm_mmu_get_spte_hierarchy helper by Marcelo Tosatti · 16 years ago
  87. 4d88954 KVM: MMU: make for_each_shadow_entry aware of largepages by Marcelo Tosatti · 16 years ago
  88. e799794 KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits by Marcelo Tosatti · 16 years ago
  89. 71db602 KVM: Move performance counter MSR access interception to generic x86 path by Andre Przywara · 16 years ago
  90. 2920d72 KVM: MMU audit: largepage handling by Marcelo Tosatti · 16 years ago
  91. 2aaf65e KVM: MMU audit: audit_mappings tweaks by Marcelo Tosatti · 16 years ago
  92. 48fc031 KVM: MMU audit: nontrapping ptes in nonleaf level by Marcelo Tosatti · 16 years ago
  93. e58b0f9 KVM: MMU audit: update audit_write_protection by Marcelo Tosatti · 16 years ago
  94. 08a3732 KVM: MMU audit: update count_writable_mappings / count_rmaps by Marcelo Tosatti · 16 years ago
  95. 776e663 KVM: MMU: introduce is_last_spte helper by Marcelo Tosatti · 16 years ago
  96. 3f5d18a KVM: Return to userspace on emulation failure by Avi Kivity · 16 years ago
  97. 988a2ca KVM: Use macro to iterate over vcpus. by Gleb Natapov · 16 years ago
  98. 73880c8 KVM: Break dependency between vcpu index in vcpus array and vcpu_id. by Gleb Natapov · 16 years ago
  99. 1ed0ce0 KVM: Use pointer to vcpu instead of vcpu_id in timer code. by Gleb Natapov · 16 years ago
  100. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 16 years ago