index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
nested.c
Age
Commit message (
Expand
)
Author
2021-06-17
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
2021-06-17
KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helper
Sean Christopherson
2021-06-17
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
2021-06-17
KVM: nSVM: refactor the CR3 reload on migration
Maxim Levitsky
2021-06-17
KVM: nSVM: Drop pointless pdptrs_changed() check on nested transition
Sean Christopherson
2021-06-17
KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it ...
Krish Sadhukhan
2021-05-07
KVM: nSVM: remove a warning about vmcb01 VM exit reason
Maxim Levitsky
2021-05-07
KVM: nSVM: always restore the L1's GIF on migration
Maxim Levitsky
2021-05-03
KVM: nSVM: leave the guest mode prior to loading a nested state
Maxim Levitsky
2021-05-03
KVM: nSVM: fix few bugs in the vmcb02 caching logic
Maxim Levitsky
2021-05-03
KVM: nSVM: fix a typo in svm_leave_nested
Maxim Levitsky
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2021-04-21
nSVM: Check addresses of MSR and IO permission maps
Krish Sadhukhan
2021-04-17
KVM: x86: pending exceptions must not be blocked by an injected event
Maxim Levitsky
2021-04-17
KVM: nSVM: call nested_svm_load_cr3 on nested state load
Maxim Levitsky
2021-04-17
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
2021-04-17
KVM: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_...
Krish Sadhukhan
2021-04-01
Merge branch 'kvm-fix-svm-races' into HEAD
Paolo Bonzini
2021-04-01
Merge branch 'kvm-fix-svm-races' into kvm-master
Paolo Bonzini
2021-04-01
KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...
Paolo Bonzini
2021-04-01
KVM: SVM: load control fields from VMCB12 before checking them
Paolo Bonzini
2021-03-15
KVM: nSVM: Optimize vmcb12 to vmcb02 save area copies
Cathy Avery
2021-03-15
KVM: SVM: Add support for Virtual SPEC_CTRL
Babu Moger
2021-03-15
KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state
Maxim Levitsky
2021-03-15
KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral
Sean Christopherson
2021-03-15
KVM: x86: Handle triple fault in L2 without killing L1
Sean Christopherson
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
2021-03-15
KVM: nSVM: Trace VM-Enter consistency check failures
Sean Christopherson
2021-03-15
KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()
Krish Sadhukhan
2021-03-15
KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()
Paolo Bonzini
2021-03-15
KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexit
Paolo Bonzini
2021-03-15
KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit
Paolo Bonzini
2021-03-15
KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control
Paolo Bonzini
2021-03-15
KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
Paolo Bonzini
2021-03-15
KVM: SVM: Use a separate vmcb for the nested L2 guest
Cathy Avery
2021-03-15
KVM: x86: to track if L1 is running L2 VM
Dongli Zhang
2021-02-22
KVM: nSVM: prepare guest save area while is_guest_mode is true
Paolo Bonzini
2021-02-18
KVM: nSVM: fix running nested guests when npt=0
Paolo Bonzini
2021-02-18
KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode
Maxim Levitsky
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
2021-02-04
KVM: nSVM: Use common GPA helper to check for illegal CR3
Sean Christopherson
2021-02-04
KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs
Sean Christopherson
2021-02-04
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
2021-01-25
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
2021-01-07
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
2021-01-07
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
2021-01-07
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
2020-11-27
KVM: nSVM: set fixed bits by hand
Paolo Bonzini
2020-11-15
KVM: x86: Return bool instead of int for CR4 and SREGS validity checks
Sean Christopherson
[prev]
[next]