forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Pull kvm fixes from Paolo Bonzini: "ARM64: - Fix a regression with pKVM when kmemleak is enabled - Add Oliver Upton as an official KVM/arm64 reviewer selftests: - deal with compiler optimizations around hypervisor exits x86: - MAINTAINERS reorganization - Two SEV fixes" * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: KVM: SEV: Init target VMCBs in sev_migrate_from KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user() MAINTAINERS: Reorganize KVM/x86 maintainership selftests: KVM: Handle compiler optimizations in ucall KVM: arm64: Add Oliver as a reviewer KVM: arm64: Prevent kmemleak from accessing pKVM memory tools/kvm_stat: fix display of error when multiple processes are found
- Loading branch information
Showing
7 changed files
with
92 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10846,6 +10846,7 @@ M: Marc Zyngier <[email protected]> | |
R: James Morse <[email protected]> | ||
R: Alexandru Elisei <[email protected]> | ||
R: Suzuki K Poulose <[email protected]> | ||
R: Oliver Upton <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
|
@@ -10912,28 +10913,51 @@ F: tools/testing/selftests/kvm/*/s390x/ | |
F: tools/testing/selftests/kvm/s390x/ | ||
|
||
KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86) | ||
M: Sean Christopherson <[email protected]> | ||
M: Paolo Bonzini <[email protected]> | ||
R: Sean Christopherson <[email protected]> | ||
R: Vitaly Kuznetsov <[email protected]> | ||
R: Wanpeng Li <[email protected]> | ||
R: Jim Mattson <[email protected]> | ||
R: Joerg Roedel <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
W: http://www.linux-kvm.org | ||
T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git | ||
F: arch/x86/include/asm/kvm* | ||
F: arch/x86/include/asm/pvclock-abi.h | ||
F: arch/x86/include/asm/svm.h | ||
F: arch/x86/include/asm/vmx*.h | ||
F: arch/x86/include/uapi/asm/kvm* | ||
F: arch/x86/include/uapi/asm/svm.h | ||
F: arch/x86/include/uapi/asm/vmx.h | ||
F: arch/x86/kernel/kvm.c | ||
F: arch/x86/kernel/kvmclock.c | ||
F: arch/x86/kvm/ | ||
F: arch/x86/kvm/*/ | ||
|
||
KVM PARAVIRT (KVM/paravirt) | ||
M: Paolo Bonzini <[email protected]> | ||
R: Wanpeng Li <[email protected]> | ||
R: Vitaly Kuznetsov <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git | ||
F: arch/x86/kernel/kvm.c | ||
F: arch/x86/kernel/kvmclock.c | ||
F: arch/x86/include/asm/pvclock-abi.h | ||
F: include/linux/kvm_para.h | ||
F: include/uapi/linux/kvm_para.h | ||
F: include/uapi/asm-generic/kvm_para.h | ||
F: include/asm-generic/kvm_para.h | ||
F: arch/um/include/asm/kvm_para.h | ||
F: arch/x86/include/asm/kvm_para.h | ||
F: arch/x86/include/uapi/asm/kvm_para.h | ||
|
||
KVM X86 HYPER-V (KVM/hyper-v) | ||
M: Vitaly Kuznetsov <[email protected]> | ||
M: Sean Christopherson <[email protected]> | ||
M: Paolo Bonzini <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git | ||
F: arch/x86/kvm/hyperv.* | ||
F: arch/x86/kvm/kvm_onhyperv.* | ||
F: arch/x86/kvm/svm/hyperv.* | ||
F: arch/x86/kvm/svm/svm_onhyperv.* | ||
F: arch/x86/kvm/vmx/evmcs.* | ||
|
||
KERNFS | ||
M: Greg Kroah-Hartman <[email protected]> | ||
M: Tejun Heo <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters