Revision 9d0c8e793f0eb0613efe81d2cdca8c2efa0ad33c authored by Linus Torvalds on 14 March 2021, 19:35:02 UTC, committed by Linus Torvalds on 14 March 2021, 19:35:02 UTC
Pull KVM fixes from Paolo Bonzini:
 "More fixes for ARM and x86"

* tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm:
  KVM: LAPIC: Advancing the timer expiration on guest initiated write
  KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode
  KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
  kvm: x86: annotate RCU pointers
  KVM: arm64: Fix exclusive limit for IPA size
  KVM: arm64: Reject VM creation when the default IPA size is unsupported
  KVM: arm64: Ensure I-cache isolation between vcpus of a same VM
  KVM: arm64: Don't use cbz/adr with external symbols
  KVM: arm64: Fix range alignment when walking page tables
  KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility
  KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
  KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is available
  KVM: arm64: Turn kvm_arm_support_pmu_v3() into a static key
  KVM: arm64: Fix nVHE hyp panic host context restore
  KVM: arm64: Avoid corrupting vCPU context register in guest exit
  KVM: arm64: nvhe: Save the SPE context early
  kvm: x86: use NULL instead of using plain integer as pointer
  KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
  KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
2 parent s 50eb842 + 35737d2
History
File Mode Size
certs
.gitignore -rw-r--r-- 70 bytes
Kconfig -rw-r--r-- 7.5 KB
Makefile -rw-r--r-- 2.1 KB
ap.c -rw-r--r-- 1.3 KB
chan.c -rw-r--r-- 32.9 KB
core.c -rw-r--r-- 40.1 KB
core.h -rw-r--r-- 17.9 KB
debugfs.c -rw-r--r-- 2.8 KB
debugfs.h -rw-r--r-- 339 bytes
ethtool.c -rw-r--r-- 843 bytes
ibss.c -rw-r--r-- 12.3 KB
lib80211.c -rw-r--r-- 6.6 KB
lib80211_crypt_ccmp.c -rw-r--r-- 10.7 KB
lib80211_crypt_tkip.c -rw-r--r-- 19.2 KB
lib80211_crypt_wep.c -rw-r--r-- 6.0 KB
mesh.c -rw-r--r-- 8.0 KB
mlme.c -rw-r--r-- 25.6 KB
nl80211.c -rw-r--r-- 487.4 KB
nl80211.h -rw-r--r-- 4.8 KB
ocb.c -rw-r--r-- 1.8 KB
of.c -rw-r--r-- 3.4 KB
pmsr.c -rw-r--r-- 16.6 KB
radiotap.c -rw-r--r-- 11.8 KB
rdev-ops.h -rw-r--r-- 38.9 KB
reg.c -rw-r--r-- 111.9 KB
reg.h -rw-r--r-- 7.2 KB
scan.c -rw-r--r-- 82.8 KB
sme.c -rw-r--r-- 35.5 KB
sysfs.c -rw-r--r-- 4.0 KB
sysfs.h -rw-r--r-- 222 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 97.4 KB
util.c -rw-r--r-- 53.6 KB
wext-compat.c -rw-r--r-- 41.2 KB
wext-compat.h -rw-r--r-- 2.3 KB
wext-core.c -rw-r--r-- 31.6 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 3.6 KB
wext-sme.c -rw-r--r-- 8.8 KB
wext-spy.c -rw-r--r-- 6.6 KB

back to top