This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d7b686ebf704 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 96d529bac562 firmware: arm_scmi: fix divide by zero when sustained_perf [...] new d07f05fb8643 hwmon: rpi: add module alias to raspberrypi-hwmon new e312b6dcbb63 Merge tag 'arm-soc/for-4.19/drivers-fixes' of https://gith [...] new 6b45a2b1c0bc memory: ti-aemif: fix a potential NULL-pointer dereference new d177c8b61d6b arm64: allwinner: dts: h6: fix Pine H64 MMC bus width new a132bb90414b Merge tag 'sunxi-fixes-for-4.19' of https://git.kernel.org [...] new 0f3aa48ad4c3 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] new b871da4a7778 KVM: nVMX: avoid redundant double assignment of nested_run [...] new 0186ec823280 KVM: SVM: remove unused variable dst_vaddr_end new c4409905cd6e KVM: VMX: Do not allow reexecute_instruction() when skippi [...] new 35be0aded76b KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulation new 8065dbd1ee0e KVM: x86: Invert emulation re-execute behavior to make it opt-in new 384bf2218e96 KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE new 472faffacd90 KVM: x86: Default to not allowing emulation retry in kvm_m [...] new 6c3dfeb6a48b KVM: x86: Do not re-{try,execute} after failed emulation in L2 new 0ce97a2b627c KVM: x86: Rename emulate_instruction() to kvm_emulate_inst [...] new c60658d1d983 KVM: x86: Unexport x86_emulate_instruction() new 58f33cfe7307 tools/kvm_stat: fix python3 issues new 617c66b9f236 tools/kvm_stat: fix handling of invalid paths in debugfs provider new 710ab11ad932 tools/kvm_stat: fix updates for dead guests new 0db8b3102368 tools/kvm_stat: don't reset stats when setting PID filter [...] new 29c39f38e4e8 tools/kvm_stat: handle guest removals more gracefully new 404517e40867 tools/kvm_stat: indicate dead guests as such new c012a0f26775 tools/kvm_stat: re-animate display of dead guests new c066fafc595e KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix() new 46dec40fb741 KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function new 732b53146ac8 Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/p [...] new a11bdb1a6b78 KVM: s390: Fix pfmf and conditional skey emulation new 204c97245612 KVM: s390: vsie: copy wrapping keys to right place new df88f3181f10 KVM: s390: Properly lock mm context allow_gmap_hpage_1m setting new ed2ef2910064 Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org [...] new 694556d54f35 KVM: arm/arm64: Clean dcache to PoC when changing PTE due to CoW new 7d14919c0d47 arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMD new a35381e10dc4 KVM: Remove obsolete kvm_unmap_hva notifier backend new df3190e22016 arm64: KVM: Remove pgd_lock new 564ad0aa85b3 Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel [...] new b5861e5cf2fc KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2 new bdf7ffc89922 KVM: LAPIC: Fix pv ipis out-of-bounds access new f8f65382c98a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 39 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/arm/include/asm/kvm_host.h | 1 - .../boot/dts/allwinner/sun50i-h6-pine-h64.dts | 2 + arch/arm64/include/asm/kvm_host.h | 4 +- arch/arm64/kvm/hyp/switch.c | 9 ++-- arch/mips/include/asm/kvm_host.h | 1 - arch/mips/kvm/mmu.c | 10 ---- arch/powerpc/kvm/book3s_64_mmu_hv.c | 2 +- arch/powerpc/kvm/book3s_64_mmu_radix.c | 6 +-- arch/s390/include/asm/mmu.h | 8 ++- arch/s390/kvm/kvm-s390.c | 2 + arch/s390/kvm/priv.c | 30 ++++++----- arch/s390/kvm/vsie.c | 3 +- arch/x86/include/asm/kvm_host.h | 22 +++----- arch/x86/kvm/lapic.c | 27 +++++++--- arch/x86/kvm/mmu.c | 26 ++++++---- arch/x86/kvm/svm.c | 19 ++++--- arch/x86/kvm/vmx.c | 43 +++++++++++----- arch/x86/kvm/x86.c | 28 ++++++++-- arch/x86/kvm/x86.h | 2 + drivers/firmware/arm_scmi/perf.c | 8 ++- drivers/hwmon/raspberrypi-hwmon.c | 1 + drivers/memory/ti-aemif.c | 2 +- tools/kvm/kvm_stat/kvm_stat | 59 ++++++++++++++++++---- virt/kvm/arm/mmu.c | 21 +++----- virt/kvm/arm/trace.h | 15 ------ 25 files changed, 215 insertions(+), 136 deletions(-)