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
Kconfig -rw-r--r-- 3.3 KB
Makefile -rw-r--r-- 1.1 KB
bat_algo.c -rw-r--r-- 5.2 KB
bat_algo.h -rw-r--r-- 713 bytes
bat_iv_ogm.c -rw-r--r-- 73.4 KB
bat_iv_ogm.h -rw-r--r-- 292 bytes
bat_v.c -rw-r--r-- 23.0 KB
bat_v.h -rw-r--r-- 816 bytes
bat_v_elp.c -rw-r--r-- 16.5 KB
bat_v_elp.h -rw-r--r-- 821 bytes
bat_v_ogm.c -rw-r--r-- 33.0 KB
bat_v_ogm.h -rw-r--r-- 914 bytes
bitarray.c -rw-r--r-- 2.6 KB
bitarray.h -rw-r--r-- 1.5 KB
bridge_loop_avoidance.c -rw-r--r-- 69.4 KB
bridge_loop_avoidance.h -rw-r--r-- 3.5 KB
distributed-arp-table.c -rw-r--r-- 50.6 KB
distributed-arp-table.h -rw-r--r-- 4.7 KB
fragmentation.c -rw-r--r-- 15.8 KB
fragmentation.h -rw-r--r-- 1.3 KB
gateway_client.c -rw-r--r-- 21.2 KB
gateway_client.h -rw-r--r-- 1.5 KB
gateway_common.c -rw-r--r-- 7.2 KB
gateway_common.h -rw-r--r-- 1.0 KB
hard-interface.c -rw-r--r-- 28.4 KB
hard-interface.h -rw-r--r-- 3.3 KB
hash.c -rw-r--r-- 1.7 KB
hash.h -rw-r--r-- 3.9 KB
log.c -rw-r--r-- 631 bytes
log.h -rw-r--r-- 4.0 KB
main.c -rw-r--r-- 19.2 KB
main.h -rw-r--r-- 12.1 KB
multicast.c -rw-r--r-- 69.5 KB
multicast.h -rw-r--r-- 2.8 KB
netlink.c -rw-r--r-- 41.0 KB
netlink.h -rw-r--r-- 944 bytes
network-coding.c -rw-r--r-- 55.6 KB
network-coding.h -rw-r--r-- 2.7 KB
originator.c -rw-r--r-- 38.6 KB
originator.h -rw-r--r-- 3.0 KB
routing.c -rw-r--r-- 36.5 KB
routing.h -rw-r--r-- 1.6 KB
send.c -rw-r--r-- 29.6 KB
send.h -rw-r--r-- 4.1 KB
soft-interface.c -rw-r--r-- 32.3 KB
soft-interface.h -rw-r--r-- 1.0 KB
tp_meter.c -rw-r--r-- 42.3 KB
tp_meter.h -rw-r--r-- 618 bytes
trace.c -rw-r--r-- 153 bytes
trace.h -rw-r--r-- 1.6 KB
translation-table.c -rw-r--r-- 126.5 KB
translation-table.h -rw-r--r-- 2.4 KB
tvlv.c -rw-r--r-- 18.7 KB
tvlv.h -rw-r--r-- 1.7 KB
types.h -rw-r--r-- 60.9 KB

back to top