1. 6223011 KVM: correct error-handling code by Julia Lawall · 15 years ago
  2. 28bcb11 KVM: fix compile warnings on s390 by Heiko Carstens · 15 years ago
  3. 0a79b00 KVM: VMX: Check cpl before emulating debug register access by Avi Kivity · 15 years ago
  4. 4da7489 KVM: fix misreporting of coalesced interrupts by kvm tracer by Gleb Natapov · 15 years ago
  5. e3904e6 KVM: x86: drop duplicate kvm_flush_remote_tlb calls by Marcelo Tosatti · 15 years ago
  6. 542423b KVM: VMX: call vmx_load_host_state() only if msr is cached by Gleb Natapov · 15 years ago
  7. e8a4834 KVM: VMX: Conditionally reload debug register 6 by Avi Kivity · 15 years ago
  8. 3d53c27 KVM: Use thread debug register storage instead of kvm specific data by Avi Kivity · 15 years ago
  9. 6ba6617 KVM guest: do not batch pte updates from interrupt context by Marcelo Tosatti · 15 years ago
  10. 65a8221 KVM: Fix coalesced interrupt reporting in IOAPIC by Gleb Natapov · 15 years ago
  11. a20316d KVM guest: fix bogus wallclock physical address calculation by Glauber Costa · 15 years ago
  12. 5fff7d2 KVM: VMX: Fix cr8 exiting control clobbering by EPT by Gleb Natapov · 15 years ago
  13. 60f2478 KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp by Avi Kivity · 15 years ago
  14. 5dadbfd KVM: Document KVM_CAP_IRQCHIP by Avi Kivity · 15 years ago
  15. 88c808f KVM: Protect update_cr8_intercept() when running without an apic by Avi Kivity · 15 years ago
  16. 95eb84a KVM: VMX: Fix EPT with WP bit change during paging by Sheng Yang · 15 years ago
  17. d9048d3 KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors by Mikhail Ershov · 15 years ago
  18. 7bdb588 KVM: x86 emulator: Add adc and sbb missing decoder flags by Mohammed Gamal · 15 years ago
  19. fa6870c KVM: Add missing #include by Avi Kivity · 15 years ago
  20. 27c2381 KVM: Add __KERNEL__ guards to exported headers by Avi Kivity · 15 years ago
  21. da18acf KVM: export kvm_para.h by Michael S. Tsirkin · 15 years ago
  22. 0aaeb3b Documentation: Update KVM list email address by Amit Shah · 15 years ago
  23. 56e8231 KVM: Rename x86_emulate.c to emulate.c by Avi Kivity · 15 years ago
  24. c0c7c04 KVM: When switching to a vm8086 task, load segments as 16-bit by Anthony Liguori · 15 years ago
  25. 345dcaa KVM: VMX: Adjust rflags if in real mode emulation by Avi Kivity · 15 years ago
  26. 6621fbc KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place by Avi Kivity · 15 years ago
  27. 52c7847 KVM: SVM: Drop tlb flush workaround in npt by Avi Kivity · 15 years ago
  28. cb142eb KVM: Update cr8 intercept when APIC TPR is changed by userspace by Gleb Natapov · 15 years ago
  29. 4b6e4dc KVM: SVM: enable nested svm by default by Joerg Roedel · 15 years ago
  30. 108768d KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed by Joerg Roedel · 15 years ago
  31. 2666695 KVM: SVM: move nested_svm_intr main logic out of if-clause by Joerg Roedel · 15 years ago
  32. cda0ffd KVM: SVM: remove unnecessary is_nested check from svm_cpu_run by Joerg Roedel · 15 years ago
  33. 410e4d5 KVM: SVM: move special nested exit handling to separate function by Joerg Roedel · 15 years ago
  34. 1f8da47 KVM: SVM: handle errors in vmrun emulation path appropriatly by Joerg Roedel · 15 years ago
  35. ea8e064 KVM: SVM: remove nested_svm_do and helper functions by Joerg Roedel · 15 years ago
  36. 9738b2c KVM: SVM: clean up nested vmrun path by Joerg Roedel · 15 years ago
  37. 9966bf6 KVM: SVM: clean up nestec vmload/vmsave paths by Joerg Roedel · 15 years ago
  38. 3d62d9a KVM: SVM: clean up nested_svm_exit_handled_msr by Joerg Roedel · 15 years ago
  39. 34f80cf KVM: SVM: get rid of nested_svm_vmexit_real by Joerg Roedel · 15 years ago
  40. 0295ad7 KVM: SVM: simplify nested_svm_check_exception by Joerg Roedel · 15 years ago
  41. 9c4e40b9 KVM: SVM: do nested vmexit in nested_svm_exit_handled by Joerg Roedel · 15 years ago
  42. 4c2161a KVM: SVM: consolidate nested_svm_exit_handled by Joerg Roedel · 15 years ago
  43. aad42c6 KVM: SVM: cache nested intercepts by Joerg Roedel · 15 years ago
  44. e6aa9ab KVM: SVM: move nested svm state into seperate struct by Joerg Roedel · 15 years ago
  45. a5c3832 KVM: SVM: complete interrupts after handling nested exits by Joerg Roedel · 15 years ago
  46. 0460a97 KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit by Joerg Roedel · 15 years ago
  47. defbba5 KVM: SVM: optimize nested vmrun by Joerg Roedel · 15 years ago
  48. 33740e4 KVM: SVM: optimize nested #vmexit by Joerg Roedel · 15 years ago
  49. 2af9194 KVM: SVM: add helper functions for global interrupt flag by Joerg Roedel · 15 years ago
  50. 256cd2e x86: Export kmap_atomic_to_page() by Avi Kivity · 15 years ago
  51. 88ba63c KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions by Gleb Natapov · 15 years ago
  52. 938396a KVM: Call ack notifiers from PIC when guest OS acks an IRQ. by Gleb Natapov · 15 years ago
  53. 956f97c KVM: Call kvm_vcpu_kick() inside pic spinlock by Gleb Natapov · 15 years ago
  54. 3a34a88 KVM: fix EFER read buffer overflow by Roel Kluin · 15 years ago
  55. 1f3ee61 KVM: ignore reads to perfctr msrs by Amit Shah · 15 years ago
  56. eab4b8a KVM: VMX: Optimize vmx_get_cpl() by Avi Kivity · 15 years ago
  57. 07708c4 KVM: x86: Disallow hypercalls for guest callers in rings > 0 by Jan Kiszka · 15 years ago
  58. b90c062 KVM: MMU: fix bogus alloc_mmu_pages assignment by Marcelo Tosatti · 15 years ago
  59. 3b80fff KVM: MMU: make __kvm_mmu_free_some_pages handle empty list by Izik Eidus · 15 years ago
  60. 95fb4eb KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs() by Bartlomiej Zolnierkiewicz · 15 years ago
  61. 344f414 KVM: report 1GB page support to userspace by Joerg Roedel · 15 years ago
  62. 04326ca KVM: MMU: enable gbpages by increasing nr of pagesizes by Joerg Roedel · 15 years ago
  63. 7e4e405 KVM: MMU: shadow support for 1gb pages by Joerg Roedel · 15 years ago
  64. e04da98 KVM: MMU: make page walker aware of mapping levels by Joerg Roedel · 15 years ago
  65. 852e3c1 KVM: MMU: make direct mapping paths aware of mapping levels by Joerg Roedel · 15 years ago
  66. d25797b KVM: MMU: rename is_largepage_backed to mapping_level by Joerg Roedel · 15 years ago
  67. 44ad994 KVM: MMU: make rmap code aware of mapping levels by Joerg Roedel · 15 years ago
  68. aed665f KVM: fix kvm_init() error handling by Xiao Guangrong · 15 years ago
  69. 1444885 KVM: limit lapic periodic timer frequency by Marcelo Tosatti · 15 years ago
  70. 5f0269f KVM: Align cr8 threshold when userspace changes cr8 by Mikhail Ershov · 15 years ago
  71. 7f582ab KVM: VMX: Avoid to return ENOTSUPP to userland by Jan Kiszka · 15 years ago
  72. e601e3b KVM: Drop obsolete cpu_get/put in make_all_cpus_request by Jan Kiszka · 15 years ago
  73. 84fde24 KVM: PIT: Unregister ack notifier callback when freeing by Gleb Natapov · 15 years ago
  74. b927a3c KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl by Sheng Yang · 15 years ago
  75. b792c34 KVM: x86: use kvm_get_gdt() and kvm_read_ldt() by Akinobu Mita · 15 years ago
  76. 46a359e KVM: x86: use get_desc_base() and get_desc_limit() by Akinobu Mita · 15 years ago
  77. decde80 KVM: s390: remove unused structs by Gleb Natapov · 15 years ago
  78. 6a1ac77 KVM: MMU: fix missing locking in alloc_mmu_pages by Marcelo Tosatti · 15 years ago
  79. 3662cb1 KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load() by Sheng Yang · 15 years ago
  80. 4088bb3 KVM: silence lapic kernel messages that can be triggered by a guest by Gleb Natapov · 15 years ago
  81. a1b3710 KVM: Reduce runnability interface with arch support code by Gleb Natapov · 15 years ago
  82. 0b71785 KVM: Move kvm_cpu_get_interrupt() declaration to x86 code by Gleb Natapov · 15 years ago
  83. b59bb7b KVM: Move exception handling to the same place as other events by Gleb Natapov · 15 years ago
  84. a205bc1 KVM: MMU: Fix MMU_DEBUG compile breakage by Joerg Roedel · 15 years ago
  85. d34e6b1 KVM: add ioeventfd support by Gregory Haskins · 15 years ago
  86. 090b7af KVM: make io_bus interface more robust by Gregory Haskins · 15 years ago
  87. fef07aa KVM: add module parameters documentation by Andre Przywara · 15 years ago
  88. e9f4275 KVM: PIT support for HPET legacy mode by Beth Kon · 15 years ago
  89. 0d1de2d9 KVM: Always report x2apic as supported feature by Gleb Natapov · 15 years ago
  90. c7f0f24 KVM: No need to kick cpu if not in a guest mode by Gleb Natapov · 15 years ago
  91. 1000ff8 KVM: Add trace points in irqchip code by Gleb Natapov · 15 years ago
  92. 07fb8bb KVM: ignore msi request if !level by Michael S. Tsirkin · 15 years ago
  93. f7c6d14 KVM: fix MMIO_CONF_BASE MSR access by Andre Przywara · 15 years ago
  94. f691fe1 KVM: Trace shadow page lifecycle by Avi Kivity · 15 years ago
  95. 9c1b96e KVM: Document basic API by Avi Kivity · 15 years ago
  96. 0742017 KVM: MMU: Trace guest pagetable walker by Avi Kivity · 15 years ago
  97. dc7e795 Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs" by Jan Kiszka · 15 years ago
  98. 6098ca9 KVM: handle AMD microcode MSR by Andre Przywara · 15 years ago
  99. 756975b KVM: Fix apic_mmio_write return for unaligned write by Sheng Yang · 15 years ago
  100. 70f93da KVM: Use temporary variable to shorten lines. by Gleb Natapov · 15 years ago