This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 64c0133eb88a Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/l [...] new 6b1971c69497 x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only [...] new bc44121190ae KVM: nVMX: Restore a preemption timer consistency check new 8fa3adb8c6be KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock new fc3bc475231e KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_ [...] new e08d8d296079 KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlock new 2292552102b0 arm64: KVM: Don't generate UNDEF when LORegion feature is present new e761a927bc9a KVM: arm/arm64: Reset the VCPU without preemption and vcpu [...] new 358b28f09f0a arm/arm64: KVM: Allow a VCPU to fully reset itself new 20589c8cc47d arm/arm64: KVM: Don't panic on failure to properly reset s [...] new ab2d5eb03dbb KVM: arm/arm64: vgic: Always initialize the group of private IRQs new 309a20568806 arm: KVM: Add missing kvm_stage2_has_pmd() helper new 280cebfd05c8 KVM: arm64: Relax the restriction on using stage2 PUD huge [...] new 7d82602909ed KVM: arm64: Forbid kprobing of the VHE world-switch code new 08e16754cad2 Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/ [...] new c112b5f50232 KVM: x86: Recompute PID.ON when clearing PID.SN new 98ae70cc476e kvm: vmx: Fix entry number check for add_atomic_switch_msr() new ed0a0ec98ffc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 4d741f3dd11c Input: snvs_pwrkey - allow selecting driver for i.MX 7D new 3ca232df9921 Input: pwm-vibra - prevent unbalanced regulator new 94803aef3533 Input: pwm-vibra - stop regulator after disabling pwm, not before new 90cc55f067f6 Input: bma150 - register input device after setting private data new e8b22d0a329f Input: elantech - enable 3rd button support on Fujitsu CEL [...] new 628442880af8 Input: cap11xx - switch to using set_brightness_blocking() new 33a841ce5cef Input: ps2-gpio - flush TX work when closing port new a342083abe57 Input: matrix_keypad - use flush_delayed_work() new 83cd203084f6 Input: qt2160 - switch to using brightness_set_blocking() new f420c54e4b12 Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS [...] new 1cd48dc51857 Input: apanel - switch to using brightness_set_blocking() new 2439d37e1bf8 Input: st-keyscan - fix potential zalloc NULL dereference new 7ad222b3aed3 Input: elan_i2c - add ACPI ID for touchpad in Lenovo V330-15ISK new b8c82b6a3a8b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new d358def70688 i2c: cadence: Fix the hold bit setting new f275a4659484 i2c: bcm2835: Clear current buffer pointers and counts aft [...] new 1653c2f2da01 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new 62eebea655d4 csky: Fixup _PAGE_GLOBAL bit for 610 tlb entry new 9216cd7231c1 csky: Fixup wrong pt_regs size new 0f231dcfc664 csky: coding convention: Use task_stack_page new 76d21d186a65 csky: Fixup io-range page attribute for mmap("/dev/mem") new 131aee8b9807 csky: Fixup dead loop in show_stack new 0513ebc33ed6 Merge tag 'csky-for-linus-5.0-rc6' of git://github.com/c-s [...] new a58007621be3 powerpc/64s: Fix possible corruption on big endian due to [...] new c5f1ac5e9afb Merge tag 'powerpc-5.0-5' of git://git.kernel.org/pub/scm/ [...] new 81ec3f3c4c4d perf/x86: Add check_period PMU callback new 528871b45602 perf/core: Fix impossible ring-buffer sizes warning new dd6f29da695d Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] new 10970e1b4be9 x86/a.out: Clear the dump structure initially new 8cd8f0ce0d6a x86/CPU: Add Icelake model number new f331e766c4be x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls new 8d33316d5205 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 49 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 | 10 +++ arch/arm/include/asm/stage2_pgtable.h | 5 ++ arch/arm/kvm/coproc.c | 4 +- arch/arm/kvm/reset.c | 24 ++++++ arch/arm64/include/asm/kvm_host.h | 11 +++ arch/arm64/kvm/hyp/switch.c | 5 ++ arch/arm64/kvm/hyp/sysreg-sr.c | 5 ++ arch/arm64/kvm/reset.c | 50 +++++++++++- arch/arm64/kvm/sys_regs.c | 50 ++++++++---- arch/csky/include/asm/pgtable.h | 9 +- arch/csky/include/asm/processor.h | 4 +- arch/csky/kernel/dumpstack.c | 4 + arch/csky/kernel/ptrace.c | 3 +- arch/csky/kernel/smp.c | 3 +- arch/csky/mm/ioremap.c | 14 ++++ arch/powerpc/include/asm/book3s/64/pgtable.h | 4 +- arch/x86/events/core.c | 14 ++++ arch/x86/events/intel/core.c | 9 ++ arch/x86/events/perf_event.h | 16 +++- arch/x86/ia32/ia32_aout.c | 6 +- arch/x86/include/asm/intel-family.h | 2 + arch/x86/include/asm/uv/bios.h | 8 +- arch/x86/kvm/vmx/nested.c | 12 ++- arch/x86/kvm/vmx/vmx.c | 29 +++---- arch/x86/kvm/vmx/vmx.h | 10 +-- arch/x86/kvm/x86.c | 2 +- arch/x86/platform/uv/bios_uv.c | 23 +++++- drivers/firmware/efi/runtime-wrappers.c | 7 ++ drivers/i2c/busses/i2c-bcm2835.c | 12 +++ drivers/i2c/busses/i2c-cadence.c | 9 +- drivers/input/keyboard/Kconfig | 2 +- drivers/input/keyboard/cap11xx.c | 35 +++----- drivers/input/keyboard/matrix_keypad.c | 2 +- drivers/input/keyboard/qt2160.c | 69 ++++++---------- drivers/input/keyboard/st-keyscan.c | 4 +- drivers/input/misc/apanel.c | 24 +----- drivers/input/misc/bma150.c | 9 +- drivers/input/misc/pwm-vibra.c | 19 +++-- drivers/input/mouse/elan_i2c_core.c | 2 +- drivers/input/mouse/elantech.c | 9 ++ drivers/input/serio/ps2-gpio.c | 1 + include/kvm/arm_vgic.h | 6 +- include/linux/perf_event.h | 5 ++ kernel/events/core.c | 16 ++++ kernel/events/ring_buffer.c | 2 +- virt/kvm/arm/arm.c | 10 +++ virt/kvm/arm/mmu.c | 9 +- virt/kvm/arm/psci.c | 36 ++++---- virt/kvm/arm/vgic/vgic-debug.c | 4 +- virt/kvm/arm/vgic/vgic-init.c | 30 ++++--- virt/kvm/arm/vgic/vgic-its.c | 22 ++--- virt/kvm/arm/vgic/vgic-mmio-v2.c | 14 ++-- virt/kvm/arm/vgic/vgic-mmio-v3.c | 12 +-- virt/kvm/arm/vgic/vgic-mmio.c | 34 ++++---- virt/kvm/arm/vgic/vgic-v2.c | 4 +- virt/kvm/arm/vgic/vgic-v3.c | 8 +- virt/kvm/arm/vgic/vgic.c | 118 +++++++++++++-------------- 57 files changed, 558 insertions(+), 312 deletions(-)