1. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  2. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  3. 50d0a0f KVM: Make kvm host use the paravirt clocksource structs by Gerd Hoffmann · 16 years ago
  4. a9b21b6 KVM: VMX: Fix host msr corruption with preemption enabled by Avi Kivity · 16 years ago
  5. 6bf6a95 KVM: MMU: Fix oops on guest userspace access to guest pagetable by Avi Kivity · 16 years ago
  6. 3094538 KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend) by Marcelo Tosatti · 16 years ago
  7. 6597ca0 KVM: MMU: Fix rmap_write_protect() hugepage iteration bug by Marcelo Tosatti · 16 years ago
  8. 06e0564 KVM: close timer injection race window in __vcpu_run by Marcelo Tosatti · 16 years ago
  9. d4acf7e KVM: Fix race between timer migration and vcpu migration by Marcelo Tosatti · 16 years ago
  10. 3c91551 KVM: MMU: Fix is_empty_shadow_page() check by Avi Kivity · 16 years ago
  11. ebb0e62 KVM: MMU: Fix printk() format string by Avi Kivity · 16 years ago
  12. 8d2d73b KVM: MMU: reschedule during shadow teardown by Avi Kivity · 16 years ago
  13. e693d71 KVM: VMX: Clear CR4.VMXE in hardware_disable by Eli Collins · 16 years ago
  14. 2f59971 KVM: migrate PIT timer by Marcelo Tosatti · 16 years ago
  15. 33e3885 KVM: x86 emulator: fix hypercall return value on AMD by Avi Kivity · 16 years ago
  16. 2ddfd20 namespacecheck: automated fixes by Ingo Molnar · 16 years ago
  17. 54aaace KVM: LAPIC: ignore pending timers if LVTT is disabled by Marcelo Tosatti · 16 years ago
  18. eedaa4e KVM: PIT: take inject_pending into account when emulating hlt by Marcelo Tosatti · 16 years ago
  19. 107d6d2 KVM: x86 emulator: fix writes to registers with modrm encodings by Avi Kivity · 16 years ago
  20. 93df766 KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page by Avi Kivity · 16 years ago
  21. bc1a34f KVM: avoid fx_init() schedule in atomic by Andrea Arcangeli · 16 years ago
  22. b4f14ab KVM: Avoid spurious execeptions after setting registers by Jan Kiszka · 16 years ago
  23. ece15ba KVM: PIT: support mode 4 by Marcelo Tosatti · 16 years ago
  24. dc7457e KVM: x86 emulator: disable writeback on lmsw by Avi Kivity · 16 years ago
  25. 3fe913e KVM: x86: task switch: fix wrong bit setting for the busy flag by Izik Eidus · 16 years ago
  26. 1439442 KVM: VMX: Enable EPT feature for KVM by Sheng Yang · 16 years ago
  27. b7ebfb0 KVM: VMX: Prepare an identity page table for EPT in real mode by Sheng Yang · 16 years ago
  28. 1ac593c KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT by Sheng Yang · 16 years ago
  29. 7b52345 KVM: MMU: Add EPT support by Sheng Yang · 16 years ago
  30. 67253af KVM: Add kvm_x86_ops get_tdp_level() by Sheng Yang · 16 years ago
  31. 8c6d6ad KVM: MMU: Move some definitions to a header file by Sheng Yang · 16 years ago
  32. d56f546 KVM: VMX: EPT Feature Detection by Sheng Yang · 16 years ago
  33. 6f6d6a1 rename div64_64 to div64_u64 by Roman Zippel · 16 years ago
  34. 960b399 KVM: MMU: kvm_pv_mmu_op should not take mmap_sem by Marcelo Tosatti · 16 years ago
  35. 1336028 KVM: SVM: remove selective CR0 comment by Joerg Roedel · 16 years ago
  36. aaf697e KVM: SVM: remove now obsolete FIXME comment by Joerg Roedel · 16 years ago
  37. aaacfc9 KVM: SVM: disable CR8 intercept when tpr is not masking interrupts by Joerg Roedel · 16 years ago
  38. d7bf822 KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabled by Joerg Roedel · 16 years ago
  39. ec7cf69 KVM: export kvm_lapic_set_tpr() to modules by Joerg Roedel · 16 years ago
  40. 649d686 KVM: SVM: sync TPR value to V_TPR field in the VMCB by Joerg Roedel · 16 years ago
  41. f9b7aab KVM: x86 emulator: fix lea to really get the effective address by Avi Kivity · 16 years ago
  42. 16286d0 KVM: x86 emulator: fix smsw and lmsw with a memory operand by Avi Kivity · 16 years ago
  43. 66b8550 KVM: x86 emulator: initialize src.val and dst.val for register operands by Avi Kivity · 16 years ago
  44. a79d2f1 KVM: SVM: force a new asid when initializing the vmcb by Avi Kivity · 16 years ago
  45. e9571ed KVM: fix kvm_vcpu_kick vs __vcpu_run race by Marcelo Tosatti · 16 years ago
  46. 62d9f0d KVM: add ioctls to save/store mpstate by Marcelo Tosatti · 16 years ago
  47. a453529 KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* by Avi Kivity · 16 years ago
  48. 3d80840 KVM: hlt emulation should take in-kernel APIC/PIT timers into account by Marcelo Tosatti · 16 years ago
  49. 3564990 KVM: SVM: do not intercept task switch with NPT by Joerg Roedel · 16 years ago
  50. d4c9ff2 KVM: Add kvm trace userspace interface by Feng(Eric) Liu · 16 years ago
  51. 2714d1d KVM: Add trace markers by Feng (Eric) Liu · 16 years ago
  52. 53371b5 KVM: SVM: add intercept for machine check exception by Joerg Roedel · 16 years ago
  53. 6394b64 KVM: SVM: align shadow CR4.MCE with host by Joerg Roedel · 16 years ago
  54. ec07726 KVM: SVM: indent svm_set_cr4 with tabs instead of spaces by Joerg Roedel · 16 years ago
  55. 35149e2 KVM: MMU: Don't assume struct page for x86 by Anthony Liguori · 16 years ago
  56. bed1d1d KVM: MMU: prepopulate guest pages after write-protecting by Marcelo Tosatti · 16 years ago
  57. fcd6dba KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest by Avi Kivity · 16 years ago
  58. 3d45830 KVM: Free apic access page on vm destruction by Avi Kivity · 16 years ago
  59. 3ee16c8 KVM: MMU: allow the vm to shrink the kvm mmu shadow caches by Izik Eidus · 16 years ago
  60. 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 16 years ago
  61. 25c5f22 KVM: VMX: Enable MSR Bitmap feature by Sheng Yang · 16 years ago
  62. 37817f2 KVM: x86: hardware task switching support by Izik Eidus · 16 years ago
  63. 2e4d265 KVM: x86: add functions to get the cpl of vcpu by Izik Eidus · 16 years ago
  64. 4c9fc8e KVM: VMX: Add module option to disable flexpriority by Avi Kivity · 16 years ago
  65. 268fe02 KVM: no longer EXPERIMENTAL by Avi Kivity · 16 years ago
  66. 0b49ea8 KVM: MMU: Introduce and use spte_to_page() by Avi Kivity · 16 years ago
  67. 855149a KVM: MMU: fix dirty bit setting when removing write permissions by Izik Eidus · 16 years ago
  68. 947da53 KVM: MMU: Set the accessed bit on non-speculative shadow ptes by Avi Kivity · 16 years ago
  69. 2f333bc KVM: MMU: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 16 years ago
  70. 9f81128 KVM: Provide unlocked version of emulator_write_phys() by Avi Kivity · 16 years ago
  71. a28e4f5 KVM: add basic paravirt support by Marcelo Tosatti · 16 years ago
  72. 308b0f2 KVM: Add reset support for in kernel PIT by Sheng Yang · 16 years ago
  73. e0f63cb KVM: Add save/restore supporting of in kernel PIT by Sheng Yang · 16 years ago
  74. 7837699 KVM: In kernel PIT model by Sheng Yang · 16 years ago
  75. 4fcaa98 KVM: Remove pointless desc_ptr #ifdef by Avi Kivity · 16 years ago
  76. 019960a KVM: VMX: Don't adjust tsc offset forward by Avi Kivity · 16 years ago
  77. b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 16 years ago
  78. 71c4dfa KVM: detect if VCPU triple faults by Joerg Roedel · 16 years ago
  79. 2d3ad1f KVM: Prefix control register accessors with kvm_ to avoid namespace pollution by Avi Kivity · 16 years ago
  80. 05da455 KVM: MMU: large page support by Marcelo Tosatti · 16 years ago
  81. 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 16 years ago
  82. 847f0ad KVM: Implement dummy values for MSR_PERF_STATUS by Alexander Graf · 16 years ago
  83. 14af3f3 KVM: sparse fixes for kvm/x86.c by Harvey Harrison · 16 years ago
  84. 4866d5e KVM: SVM: make iopm_base static by Harvey Harrison · 16 years ago
  85. 77cd337 KVM: x86 emulator: fix sparse warnings in x86_emulate.c by Harvey Harrison · 16 years ago
  86. f11c3a8 KVM: Add stat counter for hypercalls by Amit Shah · 16 years ago
  87. a5f6130 KVM: Use x86's segment descriptor struct instead of private definition by Avi Kivity · 16 years ago
  88. a988b91 KVM: Add API for determining the number of supported memory slots by Avi Kivity · 16 years ago
  89. f725230 KVM: Add API to retrieve the number of supported vcpus per vm by Avi Kivity · 16 years ago
  90. 7a957275 KVM: x86 emulator: make register_address_increment and JMP_REL static inlines by Harvey Harrison · 16 years ago
  91. e470677 KVM: x86 emulator: make register_address, address_mask static inlines by Harvey Harrison · 16 years ago
  92. ddcb288 KVM: x86 emulator: add ad_mask static inline by Harvey Harrison · 16 years ago
  93. 1806852 KVM: paravirtualized clocksource: host part by Glauber de Oliveira Costa · 16 years ago
  94. 24e09cb KVM: SVM: enable LBR virtualization by Joerg Roedel · 16 years ago
  95. f65c229 KVM: SVM: allocate the MSR permission map per VCPU by Joerg Roedel · 16 years ago
  96. e6101a9 KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter by Joerg Roedel · 16 years ago
  97. 2e11384 KVM: VMX: fix typo in VMX header define by Ryan Harper · 16 years ago
  98. 709ddeb KVM: SVM: add support for Nested Paging by Joerg Roedel · 16 years ago
  99. fb72d16 KVM: MMU: add TDP support to the KVM MMU by Joerg Roedel · 16 years ago
  100. cc4b687 KVM: export the load_pdptrs() function to modules by Joerg Roedel · 16 years ago