1. a5d36f8 KVM: Fix race between APIC TMR and IRR by Avi Kivity · 15 years ago
  2. dab4b91 KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates by Jan Kiszka · 15 years ago
  3. 6e24a6e KVM: LAPIC: make sure IRR bitmap is scanned after vm load by Marcelo Tosatti · 15 years ago
  4. fb341f5 KVM: MMU: remove prefault from invlpg handler by Marcelo Tosatti · 15 years ago
  5. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  6. a78d9626 x86: i8254.c: Add pr_fmt(fmt) by Joe Perches · 15 years ago
  7. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  8. d569672 KVM: VMX: Fix comparison of guest efer with stale host value by Avi Kivity · 15 years ago
  9. 3548bab KVM: Drop user return notifier when disabling virtualization on a cpu by Avi Kivity · 15 years ago
  10. 046d871 KVM: VMX: Disable unrestricted guest when EPT disabled by Sheng Yang · 15 years ago
  11. eb3c79e KVM: x86 emulator: limit instructions to 15 bytes by Avi Kivity · 15 years ago
  12. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  13. 65ac726 KVM: VMX: Report unexpected simultaneous exceptions as internal errors by Avi Kivity · 15 years ago
  14. a9c7399 KVM: Allow internal errors reported to userspace to carry extra data by Avi Kivity · 15 years ago
  15. 4f926bf2 KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG by Jan Kiszka · 15 years ago
  16. 2204ae3 KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic by Marcelo Tosatti · 15 years ago
  17. 3ddea12 KVM: x86: disallow multiple KVM_CREATE_IRQCHIP by Marcelo Tosatti · 15 years ago
  18. 92c0d90 KVM: VMX: Remove vmx->msr_offset_efer by Avi Kivity · 15 years ago
  19. 5f5c35a KVM: MMU: update invlpg handler comment by Marcelo Tosatti · 15 years ago
  20. 7c93be44 KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 by Marcelo Tosatti · 15 years ago
  21. 1655e3a KVM: remove duplicated task_switch check by Gleb Natapov · 15 years ago
  22. 26bb098 KVM: VMX: Use shared msr infrastructure by Avi Kivity · 15 years ago
  23. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  24. 44ea2b1 KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area by Avi Kivity · 15 years ago
  25. 3ce672d KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization by Eduardo Habkost · 15 years ago
  26. 18fa000 KVM: SVM: Reset cr0 properly on vcpu reset by Eduardo Habkost · 15 years ago
  27. fa40052 KVM: VMX: Use macros instead of hex value on cr0 initialization by Eduardo Habkost · 15 years ago
  28. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago
  29. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  30. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  31. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  32. 94c30d9 KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check by Jan Kiszka · 15 years ago
  33. 9fb41ba KVM: VMX: fix handle_pause declaration by Marcelo Tosatti · 15 years ago
  34. 6b7d7e7 KVM: x86: Harden against cpufreq by Zachary Amsden · 15 years ago
  35. 565d099 KVM: SVM: Support Pause Filter in AMD processors by Mark Langsdorf · 15 years ago
  36. 4b8d54f KVM: VMX: Add support for Pause-Loop Exiting by Zhai, Edwin · 15 years ago
  37. d36f19e KVM: SVM: Remove nsvm_printk debugging code by Joerg Roedel · 15 years ago
  38. 532a46b KVM: SVM: Add tracepoint for skinit instruction by Joerg Roedel · 15 years ago
  39. ec1ff79 KVM: SVM: Add tracepoint for invlpga instruction by Joerg Roedel · 15 years ago
  40. 236649d KVM: SVM: Add tracepoint for #vmexit because intr pending by Joerg Roedel · 15 years ago
  41. 17897f3 KVM: SVM: Add tracepoint for injected #vmexit by Joerg Roedel · 15 years ago
  42. d8cabdd KVM: SVM: Add tracepoint for nested #vmexit by Joerg Roedel · 15 years ago
  43. 0ac406d KVM: SVM: Add tracepoint for nested vmrun by Joerg Roedel · 15 years ago
  44. cd3ff65 KVM: SVM: Move INTR vmexit out of atomic code by Joerg Roedel · 15 years ago
  45. 8d23c46 KVM: SVM: Notify nested hypervisor of lost event injections by Alexander Graf · 15 years ago
  46. e3267cb KVM: x86: include pvclock MSRs in msrs_to_save by Glauber Costa · 15 years ago
  47. 91586a3 KVM: x86: Rework guest single-step flag injection and filtering by Jan Kiszka · 15 years ago
  48. a68a6a7 KVM: x86: disable paravirt mmu reporting by Marcelo Tosatti · 15 years ago
  49. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  50. 201d945 KVM: remove pre_task_link setting in save_state_to_tss16 by Juan Quintela · 15 years ago
  51. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  52. e6732a5 KVM: Fix printk name error in svm.c by Zachary Amsden · 15 years ago
  53. 0cca790 KVM: Kill the confusing tsc_ref_khz and ref_freq variables by Zachary Amsden · 15 years ago
  54. b820cc0 KVM: Separate timer intialization into an indepedent function by Zachary Amsden · 15 years ago
  55. e935d48 KVM: SVM: Remove remaining occurences of rdtscll by Joerg Roedel · 15 years ago
  56. 33527ad KVM: SVM: don't copy exit_int_info on nested vmrun by Joerg Roedel · 15 years ago
  57. 7fcdb51 KVM: SVM: reorganize svm_interrupt_allowed by Joerg Roedel · 15 years ago
  58. bfc33be KVM: remove duplicated #include by Huang Weiyi · 15 years ago
  59. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  60. e8b3433 KVM: SVM: remove needless mmap_sem acquision from nested_svm_map by Marcelo Tosatti · 15 years ago
  61. 80ced18 KVM: VMX: Enhance invalid guest state emulation by Mohammed Gamal · 15 years ago
  62. abcf14b KVM: x86 emulator: Add pusha and popa instructions by Mohammed Gamal · 15 years ago
  63. 94677e6 KVM: x86 emulator: Add missing decoder flags for 'or' instructions by Mohammed Gamal · 15 years ago
  64. bfd99ff KVM: Move assigned device code to own file by Avi Kivity · 15 years ago
  65. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 15 years ago
  66. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  67. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  68. 1a6e4a8 KVM: Move irq sharing information to irqchip level by Gleb Natapov · 15 years ago
  69. 79c727d KVM: Call pic_clear_isr() on pic reset to reuse logic there by Gleb Natapov · 15 years ago
  70. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  71. d8769fe KVM: x86 emulator: Introduce No64 decode option by Mohammed Gamal · 15 years ago
  72. 0934ac9 KVM: x86 emulator: Add 'push/pop sreg' instructions by Mohammed Gamal · 15 years ago
  73. 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 15 years ago
  74. 59d8eb5 hw-breakpoints: Wrap in the KVM breakpoint active state check by Frederic Weisbecker · 15 years ago
  75. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  76. abb3911 KVM: get_tss_base_addr() should return a gpa_t by Gleb Natapov · 15 years ago
  77. a9e38c3e KVM: x86: Catch potential overrun in MCE setup by Jan Kiszka · 15 years ago
  78. 0fe1e00 percpu: make percpu symbols in x86 unique by Tejun Heo · 15 years ago
  79. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 15 years ago
  80. 8a8365c KVM: MMU: fix pointer cast by Frederik Deweerdt · 15 years ago
  81. ace1546 KVM: use proper hrtimer function to retrieve expiration time by Marcelo Tosatti · 15 years ago
  82. 3da0dd4 KVM: add support for change_pte mmu notifiers by Izik Eidus · 15 years ago
  83. 1403283 KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes by Izik Eidus · 15 years ago
  84. acb66dd KVM: MMU: dont hold pagecount reference for mapped sptes pages by Izik Eidus · 15 years ago
  85. 6a54435 KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID by Avi Kivity · 15 years ago
  86. eb5109e KVM: VMX: flush TLB with INVEPT on cpu migration by Marcelo Tosatti · 15 years ago
  87. b2d83cf KVM: fix LAPIC timer period overflow by Aurelien Jarno · 15 years ago
  88. 20824f3 KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly by Joerg Roedel · 15 years ago
  89. 77b1ab1 KVM: SVM: Fix tsc offset adjustment when running nested by Joerg Roedel · 15 years ago
  90. dca2d6a Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  91. 69def9f Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  92. 0a79b00 KVM: VMX: Check cpl before emulating debug register access by Avi Kivity · 15 years ago
  93. 4da7489 KVM: fix misreporting of coalesced interrupts by kvm tracer by Gleb Natapov · 15 years ago
  94. e3904e6 KVM: x86: drop duplicate kvm_flush_remote_tlb calls by Marcelo Tosatti · 15 years ago
  95. 542423b KVM: VMX: call vmx_load_host_state() only if msr is cached by Gleb Natapov · 15 years ago
  96. e8a4834 KVM: VMX: Conditionally reload debug register 6 by Avi Kivity · 15 years ago
  97. 3d53c27 KVM: Use thread debug register storage instead of kvm specific data by Avi Kivity · 15 years ago
  98. 5fff7d2 KVM: VMX: Fix cr8 exiting control clobbering by EPT by Gleb Natapov · 15 years ago
  99. 60f2478 KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp by Avi Kivity · 15 years ago
  100. 88c808f KVM: Protect update_cr8_intercept() when running without an apic by Avi Kivity · 15 years ago