Revision 3913a2bc814987c1840a5f78dcff865dbfec1e64 authored by Linus Torvalds on 27 November 2020, 19:04:13 UTC, committed by Linus Torvalds on 27 November 2020, 19:04:13 UTC
Pull kvm fixes from Paolo Bonzini:
 "ARM:
   - Fix alignment of the new HYP sections
   - Fix GICR_TYPER access from userspace

  S390:
   - do not reset the global diag318 data for per-cpu reset
   - do not mark memory as protected too early
   - fix for destroy page ultravisor call

  x86:
   - fix for SEV debugging
   - fix incorrect return code
   - fix for 'noapic' with PIC in userspace and LAPIC in kernel
   - fix for 5-level paging"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PT
  KVM: x86: Fix split-irqchip vs interrupt injection window request
  KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extint
  MAINTAINERS: Update email address for Sean Christopherson
  MAINTAINERS: add uv.c also to KVM/s390
  s390/uv: handle destroy page legacy interface
  KVM: arm64: vgic-v3: Drop the reporting of GICR_TYPER.Last for userspace
  KVM: SVM: fix error return code in svm_create_vcpu()
  KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().
  KVM: arm64: Correctly align nVHE percpu data
  KVM: s390: remove diag318 reset code
  KVM: s390: pv: Mark mm as protected after the set secure parameters and improve cleanup
2 parent s 95e1c7b + 9a2a0d3
History
File Mode Size
Kconfig -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 1.5 KB
aes.c -rw-r--r-- 12.2 KB
arc4.c -rw-r--r-- 1.1 KB
blake2s-generic.c -rw-r--r-- 2.9 KB
blake2s-selftest.c -rw-r--r-- 31.1 KB
blake2s.c -rw-r--r-- 3.6 KB
chacha.c -rw-r--r-- 3.7 KB
chacha20poly1305-selftest.c -rw-r--r-- 393.3 KB
chacha20poly1305.c -rw-r--r-- 9.8 KB
curve25519-fiat32.c -rw-r--r-- 29.5 KB
curve25519-generic.c -rw-r--r-- 855 bytes
curve25519-hacl64.c -rw-r--r-- 17.4 KB
curve25519-selftest.c -rw-r--r-- 59.6 KB
curve25519.c -rw-r--r-- 897 bytes
des.c -rw-r--r-- 32.9 KB
libchacha.c -rw-r--r-- 896 bytes
poly1305-donna32.c -rw-r--r-- 4.7 KB
poly1305-donna64.c -rw-r--r-- 3.8 KB
poly1305.c -rw-r--r-- 2.0 KB
sha256.c -rw-r--r-- 10.4 KB

back to top