index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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-07-15
KVM: nSVM: Introduce svm_copy_vmrun_state()
Vitaly Kuznetsov
2021-07-15
KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUN
Vitaly Kuznetsov
2021-07-15
KVM: SVM: add module param to control the #SMI interception
Maxim Levitsky
2021-06-24
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
2021-06-24
KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper
Sean Christopherson
2021-06-24
KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU state
Sean Christopherson
2021-06-24
KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
Sean Christopherson
2021-06-17
KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
Sean Christopherson
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
[next]