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
Age
Commit message (
Expand
)
Author
2021-09-23
KVM: x86: nSVM: don't copy virt_ext from vmcb12
Maxim Levitsky
2021-09-23
KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
Maxim Levitsky
2021-09-23
KVM: x86: nSVM: restore int_vector in svm_clear_vintr
Maxim Levitsky
2021-09-22
KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm
Maxim Levitsky
2021-09-22
KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode
Maxim Levitsky
2021-09-22
KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on S...
Maxim Levitsky
2021-09-22
KVM: SEV: Allow some commands for mirror VM
Peter Gonda
2021-09-22
KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
Peter Gonda
2021-09-22
KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA
Sean Christopherson
2021-09-22
KVM: SVM: fix missing sev_decommission in sev_receive_start
Mingwei Zhang
2021-09-22
KVM: SEV: Acquire vcpu mutex when updating VMSA
Peter Gonda
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-08-20
KVM: SVM: Add 5-level page table support for SVM
Wei Huang
2021-08-20
KVM: x86: Allow CPU to force vendor-specific TDP level
Wei Huang
2021-08-20
KVM: SVM: split svm_handle_invalid_exit
Maxim Levitsky
2021-08-20
KVM: SVM: AVIC: drop unsupported AVIC base relocation code
Maxim Levitsky
2021-08-20
KVM: SVM: call avic_vcpu_load/avic_vcpu_put when enabling/disabling AVIC
Maxim Levitsky
2021-08-20
KVM: SVM: move check for kvm_vcpu_apicv_active outside of avic_vcpu_{put|load}
Maxim Levitsky
2021-08-20
KVM: SVM: remove svm_toggle_avic_for_irq_window
Maxim Levitsky
2021-08-20
KVM: SVM: add warning for mistmatch between AVIC vcpu state and AVIC inhibition
Maxim Levitsky
2021-08-20
KVM: x86: don't disable APICv memslot when inhibited
Maxim Levitsky
2021-08-16
KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)
Maxim Levitsky
2021-08-16
KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)
Maxim Levitsky
2021-08-13
KVM: x86: Move declaration of kvm_spurious_fault() to x86.h
Uros Bizjak
2021-08-13
KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()
Sean Christopherson
2021-08-10
Merge branch 'kvm-vmx-secctl' into HEAD
Paolo Bonzini
2021-08-04
KVM: SVM: improve the code readability for ASID management
Mingwei Zhang
2021-08-04
KVM: SVM: Fix off-by-one indexing when nullifying last used SEV VMCB
Sean Christopherson
2021-08-02
KVM: nSVM: remove useless kvm_clear_*_queue
Paolo Bonzini
2021-08-02
KVM: SVM: Drop redundant clearing of vcpu->arch.hflags at INIT/RESET
Sean Christopherson
2021-08-02
KVM: SVM: Emulate #INIT in response to triple fault shutdown
Sean Christopherson
2021-08-02
KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86
Sean Christopherson
2021-08-02
KVM: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT
Sean Christopherson
2021-08-02
KVM: SVM: Drop redundant writes to vmcb->save.cr4 at RESET/INIT
Sean Christopherson
2021-08-02
KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT
Sean Christopherson
2021-08-02
KVM: SVM: Don't bother writing vmcb->save.rip at vCPU RESET/INIT
Sean Christopherson
2021-08-02
KVM: x86: Move EDX initialization at vCPU RESET to common code
Sean Christopherson
2021-08-02
KVM: x86: Consolidate APIC base RESET initialization code
Sean Christopherson
2021-08-02
KVM: SVM: Drop explicit MMU reset at RESET/INIT
Sean Christopherson
2021-08-02
KVM: SVM: Fall back to KVM's hardcoded value for EDX at RESET/INIT
Sean Christopherson
2021-08-02
KVM: SVM: Require exact CPUID.0x1 match when stuffing EDX at INIT
Sean Christopherson
2021-08-02
KVM: SVM: Zero out GDTR.base and IDTR.base on INIT
Sean Christopherson
2021-08-02
KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
Sean Christopherson
2021-07-27
KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl
Maxim Levitsky
2021-07-27
KVM: SVM: tweak warning about enabled AVIC on nested entry
Maxim Levitsky
2021-07-27
KVM: SVM: svm_set_vintr don't warn if AVIC is active but is about to be deact...
Maxim Levitsky
2021-07-27
KVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb is initialized
Paolo Bonzini
2021-07-26
KVM: nSVM: Swap the parameter order for svm_copy_vmrun_state()/svm_copy_vmloa...
Vitaly Kuznetsov
2021-07-26
KVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_vmloadsave_state()
Vitaly Kuznetsov
2021-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
[next]