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
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
2021-07-15
KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilities
Sean Christopherson
2021-07-15
KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header fails
Sean Christopherson
2021-06-23
x86/pkeys: Move read_pkru() and write_pkru()
Dave Hansen
2021-06-11
KVM: SVM: Call SEV Guest Decommission if ASID binding fails
Alper Gun
2021-06-08
KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...
Ashish Kalra
2021-05-07
KVM: SVM: Move GHCB unmapping to fix RCU warning
Tom Lendacky
2021-05-07
KVM: SVM: Invert user pointer casting in SEV {en,de}crypt helpers
Sean Christopherson
2021-05-03
KVM: x86: Fix potential fput on a null source_kvm_file
Colin Ian King
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-27
Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-04-26
KVM: SVM: Skip SEV cache flush if no ASIDs have been used
Sean Christopherson
2021-04-26
KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()
Sean Christopherson
2021-04-26
KVM: SVM: Drop redundant svm_sev_enabled() helper
Sean Christopherson
2021-04-26
KVM: SVM: Move SEV VMCB tracking allocation to sev.c
Sean Christopherson
2021-04-26
KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
Sean Christopherson
2021-04-26
KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)
Sean Christopherson
2021-04-26
KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
Sean Christopherson
2021-04-26
KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
Sean Christopherson
2021-04-26
KVM: SEV: Mask CPUID[0x8000001F].eax according to supported features
Paolo Bonzini
2021-04-26
KVM: SVM: Move SEV module params/variables to sev.c
Sean Christopherson
2021-04-26
KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
Sean Christopherson
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
2021-04-21
KVM: SVM: Allocate SEV command structures on local stack
Sean Christopherson
2021-04-21
KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
Brijesh Singh
2021-04-21
KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
Brijesh Singh
2021-04-21
KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
Brijesh Singh
2021-04-21
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
Steve Rutherford
2021-04-21
KVM: SVM: Add KVM_SEV_SEND_FINISH command
Brijesh Singh
2021-04-21
KVM: SVM: Add KVM_SEND_UPDATE_DATA command
Brijesh Singh
2021-04-21
KVM: SVM: Add KVM_SEV SEND_START command
Brijesh Singh
2021-04-21
KVM: x86: Support KVM VMs sharing SEV context
Nathan Tempelman
2021-04-19
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2021-04-17
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
2021-04-17
KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created
Sean Christopherson
2021-04-17
KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes
Sean Christopherson
2021-04-17
KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs
Sean Christopherson
2021-04-04
svm/sev: Register SEV and SEV-ES ASIDs to the misc controller
Vipin Sharma
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
2021-02-04
KVM: SVM: use .prepare_guest_switch() to handle CPU register save/setup
Michael Roth
2021-02-04
KVM: SVM: remove uneeded fields from host_save_users_msrs
Michael Roth
2021-02-04
KVM: SVM: Use asm goto to handle unexpected #UD on SVM instructions
Sean Christopherson
2021-02-04
KVM/SVM: add support for SEV attestation command
Brijesh Singh
2021-01-28
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
[next]