1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. d2be165 KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP by Jan Kiszka · 14 years ago
  3. c697518 KVM: Fix segment descriptor loading by Gleb Natapov · 14 years ago
  4. 6f55048 KVM: Fix load_guest_segment_descriptor() to inject page fault by Takuya Yoshikawa · 14 years ago
  5. fa8273e KVM: Convert i8254/i8259 locks to raw_spinlocks by Thomas Gleixner · 14 years ago
  6. f850e2e KVM: x86 emulator: Check IOPL level during io instruction emulation by Gleb Natapov · 14 years ago
  7. 1871c60 KVM: x86 emulator: fix memory access during x86 emulation by Gleb Natapov · 14 years ago
  8. a004475 KVM: x86 emulator: Add Virtual-8086 mode of emulation by Gleb Natapov · 14 years ago
  9. 72bb2fc KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrl by Wei Yongjun · 14 years ago
  10. 1976d2d KVM: Remove redundant reading of rax on OUT instructions by Takuya Yoshikawa · 14 years ago
  11. 7edcfac KVM: fix kvm_fix_hypercall() to return X86EMUL_* by Takuya Yoshikawa · 14 years ago
  12. c125c60 KVM: fix load_guest_segment_descriptor() to return X86EMUL_* by Takuya Yoshikawa · 14 years ago
  13. ab9f4ec KVM: enable PCI multiple-segments for pass-through device by Zhai, Edwin · 14 years ago
  14. e01c242 KVM: mark segments accessed on HW task switch by Gleb Natapov · 14 years ago
  15. 0c04851 KVM: trace guest fpu loads and unloads by Avi Kivity · 14 years ago
  16. f6801df KVM: Rename vcpu->shadow_efer to efer by Avi Kivity · 14 years ago
  17. 3eeb328 KVM: Add a helper for checking if the guest is in protected mode by Avi Kivity · 14 years ago
  18. 6b52d18 KVM: Activate fpu on clts by Avi Kivity · 14 years ago
  19. e5bb402 KVM: Drop kvm_{load,put}_guest_fpu() exports by Avi Kivity · 14 years ago
  20. 2608d7a KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active by Avi Kivity · 14 years ago
  21. ab34482 KVM: x86: fix checking of cr0 validity by Gleb Natapov · 14 years ago
  22. c76de35 KVM: SVM: Clean up and enhance mov dr emulation by Jan Kiszka · 14 years ago
  23. 6474920 KVM: fix cleanup_srcu_struct on vm destruction by Marcelo Tosatti · 14 years ago
  24. ccd4693 KVM: fix Hyper-V hypercall warnings and wrong mask value by Gleb Natapov · 14 years ago
  25. c25bc16 KVM: Implement NotifyLongSpinWait HYPER-V hypercall by Gleb Natapov · 14 years ago
  26. 10388a0 KVM: Add HYPER-V apic access MSRs by Gleb Natapov · 14 years ago
  27. 55cd8e5 KVM: Implement bare minimum of HYPER-V MSRs by Gleb Natapov · 14 years ago
  28. f9a48e6 KVM: Set cr0.et when the guest writes cr0 by Avi Kivity · 14 years ago
  29. 02daab2 KVM: Lazify fpu activation and deactivation by Avi Kivity · 14 years ago
  30. 4d4ec08 KVM: Replace read accesses of vcpu->arch.cr0 by an accessor by Avi Kivity · 14 years ago
  31. 17cc393 KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops by Sheng Yang · 14 years ago
  32. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 14 years ago
  33. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 14 years ago
  34. e93f8a0 KVM: convert io_bus to SRCU by Marcelo Tosatti · 14 years ago
  35. a983fb2 KVM: x86: switch kvm_set_memory_alias to SRCU update by Marcelo Tosatti · 14 years ago
  36. b050b01 KVM: use SRCU for dirty log by Marcelo Tosatti · 14 years ago
  37. f7784b8 KVM: split kvm_arch_set_memory_region into prepare and commit by Marcelo Tosatti · 14 years ago
  38. fef9cce KVM: modify alias layout in x86s struct kvm_arch by Marcelo Tosatti · 14 years ago
  39. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 14 years ago
  40. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 14 years ago
  41. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 14 years ago
  42. 2bf78fa KVM: Extended shared_msr_global to per CPU by Sheng Yang · 14 years ago
  43. fc78f51 KVM: Add accessor for reading cr4 (or some bits of cr4) by Avi Kivity · 14 years ago
  44. cb84b55 KVM: x86: raise TSS exception for NULL CS and SS segments by Marcelo Tosatti · 15 years ago
  45. 3fd28fc KVM: x86: make double/triple fault promotion generic to all exceptions by Eddie Dong · 15 years ago
  46. 923de3c kvmclock: count total_sleep_time when updating guest clock by Jason Wang · 14 years ago
  47. 443c39b KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() by Wei Yongjun · 14 years ago
  48. 36cb93f KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks by Wei Yongjun · 14 years ago
  49. dab4b91 KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates by Jan Kiszka · 14 years ago
  50. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  51. d569672 KVM: VMX: Fix comparison of guest efer with stale host value by Avi Kivity · 14 years ago
  52. 3548bab KVM: Drop user return notifier when disabling virtualization on a cpu by Avi Kivity · 14 years ago
  53. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  54. 4f926bf2 KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUG by Jan Kiszka · 15 years ago
  55. 2204ae3 KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic by Marcelo Tosatti · 15 years ago
  56. 3ddea12 KVM: x86: disallow multiple KVM_CREATE_IRQCHIP by Marcelo Tosatti · 15 years ago
  57. 7c93be4 KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 by Marcelo Tosatti · 15 years ago
  58. 1655e3a KVM: remove duplicated task_switch check by Gleb Natapov · 15 years ago
  59. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  60. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago
  61. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  62. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  63. 94c30d9 KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check by Jan Kiszka · 15 years ago
  64. 6b7d7e7 KVM: x86: Harden against cpufreq by Zachary Amsden · 15 years ago
  65. 532a46b KVM: SVM: Add tracepoint for skinit instruction by Joerg Roedel · 15 years ago
  66. ec1ff79 KVM: SVM: Add tracepoint for invlpga instruction by Joerg Roedel · 15 years ago
  67. 236649d KVM: SVM: Add tracepoint for #vmexit because intr pending by Joerg Roedel · 15 years ago
  68. 17897f3 KVM: SVM: Add tracepoint for injected #vmexit by Joerg Roedel · 15 years ago
  69. d8cabdd KVM: SVM: Add tracepoint for nested #vmexit by Joerg Roedel · 15 years ago
  70. 0ac406d KVM: SVM: Add tracepoint for nested vmrun by Joerg Roedel · 15 years ago
  71. e3267cb KVM: x86: include pvclock MSRs in msrs_to_save by Glauber Costa · 15 years ago
  72. 91586a3 KVM: x86: Rework guest single-step flag injection and filtering by Jan Kiszka · 15 years ago
  73. a68a6a7 KVM: x86: disable paravirt mmu reporting by Marcelo Tosatti · 15 years ago
  74. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  75. 201d945 KVM: remove pre_task_link setting in save_state_to_tss16 by Juan Quintela · 15 years ago
  76. 0cca790 KVM: Kill the confusing tsc_ref_khz and ref_freq variables by Zachary Amsden · 15 years ago
  77. b820cc0 KVM: Separate timer intialization into an indepedent function by Zachary Amsden · 15 years ago
  78. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  79. 367e131 KVM: Return -ENOTTY on unrecognized ioctls by Avi Kivity · 15 years ago
  80. 680b364 KVM: Drop kvm->irq_lock lock from irq injection path by Gleb Natapov · 15 years ago
  81. eba0226 KVM: Move IO APIC to its own lock by Gleb Natapov · 15 years ago
  82. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  83. 9620059 Merge branch 'tracing/hw-breakpoints' into perf/core by Ingo Molnar · 15 years ago
  84. 59d8eb5 hw-breakpoints: Wrap in the KVM breakpoint active state check by Frederic Weisbecker · 15 years ago
  85. 24f1e32c hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events by Frederic Weisbecker · 15 years ago
  86. abb3911 KVM: get_tss_base_addr() should return a gpa_t by Gleb Natapov · 15 years ago
  87. a9e38c3e KVM: x86: Catch potential overrun in MCE setup by Jan Kiszka · 15 years ago
  88. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 15 years ago
  89. 6a54435 KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID by Avi Kivity · 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. e3904e6 KVM: x86: drop duplicate kvm_flush_remote_tlb calls by Marcelo Tosatti · 15 years ago
  94. 3d53c27 KVM: Use thread debug register storage instead of kvm specific data by Avi Kivity · 15 years ago
  95. 88c808f KVM: Protect update_cr8_intercept() when running without an apic by Avi Kivity · 15 years ago
  96. d9048d3 KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors by Mikhail Ershov · 15 years ago
  97. 56e8231 KVM: Rename x86_emulate.c to emulate.c by Avi Kivity · 15 years ago
  98. c0c7c04 KVM: When switching to a vm8086 task, load segments as 16-bit by Anthony Liguori · 15 years ago
  99. cb142eb KVM: Update cr8 intercept when APIC TPR is changed by userspace by Gleb Natapov · 15 years ago
  100. 1f3ee61 KVM: ignore reads to perfctr msrs by Amit Shah · 15 years ago