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
/
sev.c
Age
Commit message (
Expand
)
Author
2022-02-10
KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooks
Sean Christopherson
2022-02-10
KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
Sean Christopherson
2022-02-10
KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_g...
Paolo Bonzini
2022-01-26
KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support
Sean Christopherson
2022-01-19
Merge branch 'kvm-pi-raw-spinlock' into HEAD
Paolo Bonzini
2022-01-07
KVM: SEV: Mark nested locking of kvm->lock
Wanpeng Li
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
2021-12-05
KVM: SVM: Do not terminate SEV-ES guests on GHCB validation failure
Tom Lendacky
2021-12-05
KVM: SEV: Fall back to vmalloc for SEV-ES scratch area if necessary
Sean Christopherson
2021-12-05
KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails
Sean Christopherson
2021-11-30
KVM: SEV: accept signals in sev_lock_two_vms
Paolo Bonzini
2021-11-30
KVM: SEV: do not take kvm->lock when destroying
Paolo Bonzini
2021-11-30
KVM: SEV: Prohibit migration of a VM that has mirrors
Paolo Bonzini
2021-11-30
KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked
Paolo Bonzini
2021-11-30
KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
2021-11-30
KVM: SEV: initialize regions_list of a mirror VM
Paolo Bonzini
2021-11-30
KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
2021-11-30
KVM: SEV: do not use list_replace_init on an empty list
Paolo Bonzini
2021-11-18
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
2021-11-18
KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()
Sean Christopherson
2021-11-18
KVM: SEV: Drop a redundant setting of sev->asid during initialization
Sean Christopherson
2021-11-18
KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()
Sean Christopherson
2021-11-18
KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
Sean Christopherson
2021-11-12
KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from
Paolo Bonzini
2021-11-11
Merge branch 'kvm-sev-move-context' into kvm-master
Paolo Bonzini
2021-11-11
KVM: SEV: Add support for SEV-ES intra host migration
Peter Gonda
2021-11-11
KVM: SEV: Add support for SEV intra host migration
Peter Gonda
2021-11-11
KVM: SEV: provide helpers to charge/uncharge misc_cg
Paolo Bonzini
2021-11-11
KVM: SEV: Refactor out sev_es_state struct
Peter Gonda
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-11-01
Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-10-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-10-27
KVM: SEV-ES: fix another issue with string I/O VMGEXITs
Paolo Bonzini
2021-10-21
KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATA
Masahiro Kozuka
2021-10-20
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
2021-10-18
Merge commit 'kvm-pagedata-alloc-fixes' into HEAD
Paolo Bonzini
2021-10-18
KVM: SEV-ES: Set guest_state_protected after VMSA update
Peter Gonda
2021-10-15
KVM: SEV-ES: fix length of string I/O
Paolo Bonzini
2021-09-30
KVM: SVM: Move RESET emulation to svm_vcpu_reset()
Sean Christopherson
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-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: SVM: Stuff save->dr6 at during VMSA sync, not at RESET/INIT
Sean Christopherson
2021-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
[prev]
[next]