1. 24 1月, 2014 2 次提交
  2. 20 1月, 2014 1 次提交
  3. 17 1月, 2014 10 次提交
  4. 16 1月, 2014 1 次提交
  5. 15 1月, 2014 4 次提交
  6. 09 1月, 2014 3 次提交
  7. 02 1月, 2014 1 次提交
    • J
      KVM: nVMX: Unconditionally uninit the MMU on nested vmexit · 29bf08f1
      Jan Kiszka 提交于
      Three reasons for doing this: 1. arch.walk_mmu points to arch.mmu anyway
      in case nested EPT wasn't in use. 2. this aligns VMX with SVM. But 3. is
      most important: nested_cpu_has_ept(vmcs12) queries the VMCS page, and if
      one guest VCPU manipulates the page of another VCPU in L2, we may be
      fooled to skip over the nested_ept_uninit_mmu_context, leaving mmu in
      nested state. That can crash the host later on if nested_ept_get_cr3 is
      invoked while L1 already left vmxon and nested.current_vmcs12 became
      NULL therefore.
      
      Cc: stable@kernel.org
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NMarcelo Tosatti <mtosatti@redhat.com>
      29bf08f1
  8. 31 12月, 2013 1 次提交
  9. 21 12月, 2013 2 次提交
  10. 18 12月, 2013 1 次提交
  11. 13 12月, 2013 5 次提交
  12. 12 12月, 2013 2 次提交
  13. 20 11月, 2013 1 次提交
  14. 14 11月, 2013 1 次提交
  15. 07 11月, 2013 1 次提交
  16. 06 11月, 2013 1 次提交
  17. 05 11月, 2013 3 次提交