1. 957c897 KVM: nVMX: Use cached exit reason by Jan Kiszka · 12 years ago
  2. 36c3cc4 KVM: nVMX: Clear segment cache after switching between L1 and L2 by Jan Kiszka · 12 years ago
  3. d6851fb KVM: nVMX: Advertise PAUSE and WBINVD exiting support by Jan Kiszka · 12 years ago
  4. 733568f KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state static by Jan Kiszka · 12 years ago
  5. fe1140c x86: kvmclock: Do not setup kvmclock vsyscall in the absence of that clock by Jan Kiszka · 12 years ago
  6. bd31a7f KVM: nVMX: Trap unconditionally if msr bitmap access fails by Jan Kiszka · 12 years ago
  7. 908a7bd KVM: nVMX: Improve I/O exit handling by Jan Kiszka · 12 years ago
  8. 6b73a96 Revert "KVM: MMU: lazily drop large spte" by Marcelo Tosatti · 12 years ago
  9. ed55705 x86: pvclock kvm: align allocation size to page size by Marcelo Tosatti · 12 years ago
  10. 899f7b2 Merge commit 'origin/next' into kvm-ppc-next by Alexander Graf · 12 years ago
  11. cbd29cb KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr by Jan Kiszka · 12 years ago
  12. f583c29 x86 emulator: fix parity calculation for AAD instruction by Gleb Natapov · 12 years ago
  13. 011da89 KVM: PPC: BookE: Handle alignment interrupts by Alexander Graf · 12 years ago
  14. ee53e56 booke: Added DBCR4 SPR number by Bharat Bhushan · 12 years ago
  15. 1d542d9 KVM: PPC: booke: Allow multiple exception types by Bharat Bhushan · 12 years ago
  16. ffe129e KVM: PPC: booke: use vcpu reference from thread_struct by Bharat Bhushan · 12 years ago
  17. dd92d6f Merge commit 'origin/next' into kvm-ppc-next by Alexander Graf · 12 years ago
  18. 7a905b1 KVM: Remove user_alloc from struct kvm_memory_slot by Takuya Yoshikawa · 12 years ago
  19. 257090f KVM: VMX: disable apicv by default by Yang Zhang · 12 years ago
  20. 79fd50c KVM: s390: Fix handling of iscs. by Cornelia Huck · 12 years ago
  21. 24db273 KVM: MMU: cleanup __direct_map by Xiao Guangrong · 12 years ago
  22. f761620 KVM: MMU: remove pt_access in mmu_set_spte by Xiao Guangrong · 12 years ago
  23. 55dd98c KVM: MMU: cleanup mapping-level by Xiao Guangrong · 12 years ago
  24. caf6900 KVM: MMU: lazily drop large spte by Xiao Guangrong · 12 years ago
  25. 5037878 KVM: VMX: cleanup vmx_set_cr0(). by Gleb Natapov · 12 years ago
  26. b0da5be KVM: VMX: add missing exit names to VMX_EXIT_REASONS array by Gleb Natapov · 12 years ago
  27. c08800a KVM: VMX: disable SMEP feature when guest is in non-paging mode by Dongxiao Xu · 12 years ago
  28. 4293b5e KVM: Remove duplicate text in api.txt by Geoff Levand · 12 years ago
  29. 834be0d Revert "KVM: MMU: split kvm_mmu_free_page" by Gleb Natapov · 12 years ago
  30. eb3fce87 KVM: MMU: drop superfluous is_present_gpte() check. by Gleb Natapov · 12 years ago
  31. 116eb3d KVM: MMU: drop superfluous min() call. by Gleb Natapov · 12 years ago
  32. 2c9afa5 KVM: MMU: set base_role.nxe during mmu initialization. by Gleb Natapov · 12 years ago
  33. 9bb4f6b KVM: MMU: drop unneeded checks. by Gleb Natapov · 12 years ago
  34. feb3eb7 KVM: MMU: make spte_is_locklessly_modifiable() more clear by Gleb Natapov · 12 years ago
  35. 75d61fb KVM: set_memory_region: Disallow changing read-only attribute later by Takuya Yoshikawa · 12 years ago
  36. f64c039 KVM: set_memory_region: Identify the requested change explicitly by Takuya Yoshikawa · 12 years ago
  37. 0c29b22 s390/kvm: Fix instruction decoding by Christian Borntraeger · 12 years ago
  38. c98d368 s390/virtio-ccw: Fix setup_vq error handling. by Cornelia Huck · 12 years ago
  39. 15bc8d8 s390/kvm: Fix store status for ACRS/FPRS by Christian Borntraeger · 12 years ago
  40. c45c528 kvm: Handle yield_to failure return code for potential undercommit case by Raghavendra K T · 12 years ago
  41. 7b270f6 sched: Bail out of yield_to when source and target runqueue has one task by Peter Zijlstra · 12 years ago
  42. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 12 years ago
  43. 8d14695 x86, apicv: add virtual x2apic support by Yang Zhang · 12 years ago
  44. 83d4c28 x86, apicv: add APICv register virtualization support by Yang Zhang · 12 years ago
  45. d47510e2 kvm: Obey read-only mappings in iommu by Alex Williamson · 12 years ago
  46. 261874b kvm: Force IOMMU remapping on memory slot read-only flag changes by Alex Williamson · 12 years ago
  47. 3f0c3d0 KVM: x86 emulator: fix test_cc() build failure on i386 by Avi Kivity · 12 years ago
  48. b9e3e20 KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code by Alexander Graf · 12 years ago
  49. 483ba97 KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static by Alexander Graf · 12 years ago
  50. c015c62 KVM: PPC: e500: Implement TLB1-in-TLB0 mapping by Alexander Graf · 12 years ago
  51. b71c9e2 KVM: PPC: E500: Split host and guest MMU parts by Alexander Graf · 12 years ago
  52. 9d98b3f KVM: PPC: e500: Call kvmppc_mmu_map for initial mapping by Alexander Graf · 12 years ago
  53. 2c378fd KVM: PPC: E500: Propagate errors when shadow mapping by Alexander Graf · 12 years ago
  54. 523f0e5 KVM: PPC: E500: Explicitly mark shadow maps invalid by Alexander Graf · 12 years ago
  55. 9445ef0 KVM: PPC: E500: Move write_stlbe higher by Alexander Graf · 12 years ago
  56. 1416878 KVM: VMX: set vmx->emulation_required only when needed. by Gleb Natapov · 12 years ago
  57. 378a8b0 KVM: x86: fix use of uninitialized memory as segment descriptor in emulator. by Gleb Natapov · 12 years ago
  58. 91b0aa2 KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg. by Gleb Natapov · 12 years ago
  59. 2539145 KVM: VMX: don't clobber segment AR of unusable segments. by Gleb Natapov · 12 years ago
  60. 218e763 KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted guest is enabled by Gleb Natapov · 12 years ago
  61. 286da41 KVM: VMX: remove hack that disables emulation on vcpu reset/init by Gleb Natapov · 12 years ago
  62. c5e97c8 KVM: VMX: if unrestricted guest is enabled vcpu state is always valid. by Gleb Natapov · 12 years ago
  63. 2f14324 KVM: VMX: reset CPL only on CS register write. by Gleb Natapov · 12 years ago
  64. 1f3141e KVM: VMX: remove special CPL cache access during transition to real mode. by Gleb Natapov · 12 years ago
  65. 158de57 KVM: x86 emulator: convert a few freestanding emulations to fastop by Avi Kivity · 12 years ago
  66. 34b7765 KVM: x86 emulator: rearrange fastop definitions by Avi Kivity · 12 years ago
  67. 4d75834 KVM: x86 emulator: convert 2-operand IMUL to fastop by Avi Kivity · 12 years ago
  68. 11c363b KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR to fastop by Avi Kivity · 12 years ago
  69. 95413dc KVM: x86 emulator: convert INC/DEC to fastop by Avi Kivity · 12 years ago
  70. 9ae9feb KVM: x86 emulator: covert SETCC to fastop by Avi Kivity · 12 years ago
  71. 007a3b5 KVM: x86 emulator: convert shift/rotate instructions to fastop by Avi Kivity · 12 years ago
  72. 0bdea06 KVM: x86 emulator: Convert SHLD, SHRD to fastop by Avi Kivity · 12 years ago
  73. 93c05d3 KVM: x86: improve reexecute_instruction by Xiao Guangrong · 12 years ago
  74. 95b3cf6 KVM: x86: let reexecute_instruction work for tdp by Xiao Guangrong · 12 years ago
  75. 2236802 KVM: x86: clean up reexecute_instruction by Xiao Guangrong · 12 years ago
  76. a843fac KVM: set_memory_region: Remove unnecessary variable memslot by Takuya Yoshikawa · 12 years ago
  77. 0a706be KVM: set_memory_region: Don't check for overlaps unless we create or move a slot by Takuya Yoshikawa · 12 years ago
  78. 0ea75e1 KVM: set_memory_region: Don't jump to out_free unnecessarily by Takuya Yoshikawa · 12 years ago
  79. a046b81 KVM: s390: kvm/sigp.c: fix memory leakage by Cong Ding · 12 years ago
  80. 6b81b05 KVM: MMU: Conditionally reschedule when kvm_mmu_slot_remove_write_access() takes a long time by Takuya Yoshikawa · 12 years ago
  81. 9d1beef KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself by Takuya Yoshikawa · 12 years ago
  82. b34cb59 KVM: Make kvm_mmu_change_mmu_pages() take mmu_lock by itself by Takuya Yoshikawa · 12 years ago
  83. e12091c KVM: Remove unused slot_bitmap from kvm_mmu_page by Takuya Yoshikawa · 12 years ago
  84. b99db1d KVM: MMU: Make kvm_mmu_slot_remove_write_access() rmap based by Takuya Yoshikawa · 12 years ago
  85. 245c391 KVM: MMU: Remove unused parameter level from __rmap_write_protect() by Takuya Yoshikawa · 12 years ago
  86. c972f3b KVM: Write protect the updated slot only when dirty logging is enabled by Takuya Yoshikawa · 12 years ago
  87. aa11e3a Merge branch 'kvm-ppc-next' of https://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 12 years ago
  88. f79ed82 KVM: trace: Fix exit decoding. by Cornelia Huck · 12 years ago
  89. 7751bab KVM: MMU: fix infinite fault access retry by Xiao Guangrong · 12 years ago
  90. c2288505 KVM: MMU: fix Dirty bit missed if CR0.WP = 0 by Xiao Guangrong · 12 years ago
  91. 324b3e6 KVM: PPC: BookE: Add EPR ONE_REG sync by Alexander Graf · 12 years ago
  92. 1c81063 KVM: PPC: BookE: Implement EPR exit by Alexander Graf · 12 years ago
  93. 37ecb25 KVM: PPC: BookE: Emulate mfspr on EPR by Alexander Graf · 12 years ago
  94. b8c649a KVM: PPC: BookE: Allow irq deliveries to inject requests by Alexander Graf · 12 years ago
  95. f2be655 KVM: PPC: Fix mfspr/mtspr MMUCFG emulation by Mihai Caraman · 12 years ago
  96. 50c7bb8 KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1 by Alexander Graf · 12 years ago
  97. 5a33169 KVM: PPC: Only WARN on invalid emulation by Alexander Graf · 12 years ago
  98. 68e2ffe KVM: PPC: Fix SREGS documentation reference by Mihai Caraman · 12 years ago
  99. b26ba22 KVM: s390: Gracefully handle busy conditions on ccw_device_start by Christian Borntraeger · 12 years ago
  100. 73fa21e KVM: s390: Dynamic allocation of virtio-ccw I/O data. by Cornelia Huck · 12 years ago