https://github.com/torvalds/linux
Revision 4d6fe79fdeccb8f3968d71bc633e622d43f1309c authored by Linus Torvalds on 13 November 2021, 18:01:10 UTC, committed by Linus Torvalds on 13 November 2021, 18:01:10 UTC
Pull more kvm updates from Paolo Bonzini:
 "New x86 features:

   - Guest API and guest kernel support for SEV live migration

   - SEV and SEV-ES intra-host migration

  Bugfixes and cleanups for x86:

   - Fix misuse of gfn-to-pfn cache when recording guest steal time /
     preempted status

   - Fix selftests on APICv machines

   - Fix sparse warnings

   - Fix detection of KVM features in CPUID

   - Cleanups for bogus writes to MSR_KVM_PV_EOI_EN

   - Fixes and cleanups for MSR bitmap handling

   - Cleanups for INVPCID

   - Make x86 KVM_SOFT_MAX_VCPUS consistent with other architectures

  Bugfixes for ARM:

   - Fix finalization of host stage2 mappings

   - Tighten the return value of kvm_vcpu_preferred_target()

   - Make sure the extraction of ESR_ELx.EC is limited to architected
     bits"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (34 commits)
  KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from
  KVM: x86: move guest_pv_has out of user_access section
  KVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUS
  KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()
  KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPID, and INVEPT
  KVM: nVMX: Clean up x2APIC MSR handling for L2
  KVM: VMX: Macrofy the MSR bitmap getters and setters
  KVM: nVMX: Handle dynamic MSR intercept toggling
  KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
  KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was written to MSR_KVM_PV_EOI_EN
  KVM: x86: Rename kvm_lapic_enable_pv_eoi()
  KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES
  KVM: x86: Add helper to consolidate core logic of SET_CPUID{2} flows
  kvm: mmu: Use fast PF path for access tracking of huge pages when possible
  KVM: x86/mmu: Properly dereference rcu-protected TDP MMU sptep iterator
  KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
  kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool
  KVM: x86: Fix recording of guest steal time / preempted status
  selftest: KVM: Add intra host migration tests
  selftest: KVM: Add open sev dev helper
  ...
2 parent s d4fa09e + 84886c2
History
Tip revision: 4d6fe79fdeccb8f3968d71bc633e622d43f1309c authored by Linus Torvalds on 13 November 2021, 18:01:10 UTC
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Tip revision: 4d6fe79
File Mode Size
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 913 bytes
array.c -rw-r--r-- 21.9 KB
base.c -rw-r--r-- 92.0 KB
bootconfig.c -rw-r--r-- 1.9 KB
cmdline.c -rw-r--r-- 415 bytes
consoles.c -rw-r--r-- 1.9 KB
cpuinfo.c -rw-r--r-- 740 bytes
devices.c -rw-r--r-- 1.2 KB
fd.c -rw-r--r-- 7.7 KB
fd.h -rw-r--r-- 583 bytes
generic.c -rw-r--r-- 19.0 KB
inode.c -rw-r--r-- 16.9 KB
internal.h -rw-r--r-- 9.1 KB
interrupts.c -rw-r--r-- 841 bytes
kcore.c -rw-r--r-- 16.4 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 879 bytes
meminfo.c -rw-r--r-- 5.2 KB
namespaces.c -rw-r--r-- 4.2 KB
nommu.c -rw-r--r-- 2.6 KB
page.c -rw-r--r-- 7.9 KB
proc_net.c -rw-r--r-- 9.7 KB
proc_sysctl.c -rw-r--r-- 45.7 KB
proc_tty.c -rw-r--r-- 4.5 KB
root.c -rw-r--r-- 8.7 KB
self.c -rw-r--r-- 1.7 KB
softirqs.c -rw-r--r-- 741 bytes
stat.c -rw-r--r-- 6.2 KB
task_mmu.c -rw-r--r-- 47.1 KB
task_nommu.c -rw-r--r-- 6.6 KB
thread_self.c -rw-r--r-- 1.9 KB
uptime.c -rw-r--r-- 1.0 KB
util.c -rw-r--r-- 383 bytes
version.c -rw-r--r-- 515 bytes
vmcore.c -rw-r--r-- 41.2 KB

back to top