This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-defconfig in repository toolchain/ci/linux.
from ea9866793d1e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net adds 0a29c57b7662 ALSA: hda/realtek - Add new Dell platform for headset mode adds 0700d3d117a7 ALSA: hda/realtek - Fixed Dell AIO speaker noise adds e5c812e84f0d ALSA: line6: use dynamic buffers adds 3887c26c0e24 ALSA: hda/realtek - Apply the fixup for ASUS Q325UAR adds 46572f785fb4 Merge tag 'sound-5.1' of ssh://gitolite.kernel.org/pub/scm [...] adds 5a7efdacb9dd clkdev: Hold clocks_mutex while iterating clocks list adds 2abc330c514f clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0) adds 1054e4dd1cbb clk: sunxi-ng: nkmp: Explain why zero width check is needed adds ac71e68746a3 Merge tag 'clk-fixes-for-5.1' of https://git.kernel.org/pu [...] adds b88c9f4129dc clk: Add missing stubs for a few functions adds 8f76216c80c2 Merge tag 'clk-fixes-for-linus' of ssh://gitolite.kernel.o [...] adds ab042b824c11 Revert "drm/qxl: drop prime import/export callbacks" adds 1daa0449d287 Merge tag 'drm-misc-fixes-2019-05-02' of git://anongit.fre [...] adds a4ccb5f9dc6c Merge tag 'drm-fixes-2019-05-03' of git://anongit.freedesk [...] adds d386bb9042f4 i2c: imx: correct the method of getting private data in no [...] adds 6bac9bc273cd i2c: designware: ratelimit 'transfer when suspended' errors adds fb31fbef9c35 MAINTAINERS: friendly takeover of i2c-gpio driver adds 95e0cf3caeb1 i2c: synquacer: fix enumeration of slave devices adds 72bfcee11cf8 i2c: Prevent runtime suspend of adapter when Host Notify i [...] adds 82463436a7fa Merge branch 'i2c/for-current-fixed' of ssh://gitolite.ker [...] adds 7cb9eb106d7a KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on gu [...] adds 345077c8e172 KVM: PPC: Book3S: Protect memslots while validating user address adds 78671ab4c9f4 Merge tag 'kvm-ppc-fixes-5.1-1' of git://git.kernel.org/pu [...] adds c09d65d9eab6 KVM: x86: Consider LAPIC TSC-Deadline timer expired if dea [...] adds da66761c2d93 x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012 adds 57bf67e73ce9 KVM: lapic: Disable timer advancement if adaptive tuning g [...] adds 39497d7660d9 KVM: lapic: Track lapic timer advance per vCPU adds c3941d9e0ccd KVM: lapic: Allow user to disable adaptive tuning of timer [...] adds b6aa57c69cb2 KVM: lapic: Convert guest TSC to host time domain if necessary adds f2fde6a5bcfc KVM: VMX: Move RSB stuffing to before the first RET after VM-Exit adds dbcdae185a70 Documentation: kvm: fix dirty log ioctl arch lists adds 8764ed55c970 KVM: x86: Whitelist port 0x7e for pre-incrementing %rip adds 0699c64a4be6 x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE adds 76d58e0f07ec KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned size adds b904cb8dff82 KVM: lapic: Check for in-kernel LAPIC before deferencing a [...] adds eba3afde1cea KVM: selftests: make hyperv_cpuid test pass on AMD adds 8fa761624871 KVM: arm/arm64: arch_timer: Fix CNTP_TVAL calculation adds 96085b949672 KVM: arm/arm64: vgic-v3: Retire pending interrupts on disa [...] adds 811328fc3222 KVM: arm/arm64: Ensure vcpu target is unset on reset failure adds 2e8010bb71b3 kvm: arm: Skip stage2 huge mappings for unaligned ipa back [...] adds 6bc210003dff KVM: arm/arm64: Don't emulate virtual timers on userspace ioctls adds 6245242d9145 Merge tag 'kvmarm-fixes-for-5.1-2' of git://git.kernel.org [...] adds e8ab8d24b488 KVM: nVMX: Fix size checks in vmx_set_nested_state new aa1be08f5258 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 1 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: Documentation/virtual/kvm/api.txt | 11 ++-- MAINTAINERS | 2 +- arch/powerpc/kvm/book3s_64_vio.c | 6 +- arch/powerpc/kvm/book3s_hv.c | 4 +- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/include/uapi/asm/kvm.h | 1 + arch/x86/kvm/hyperv.c | 11 +++- arch/x86/kvm/lapic.c | 73 ++++++++++++++++------- arch/x86/kvm/lapic.h | 4 +- arch/x86/kvm/mmu.c | 1 + arch/x86/kvm/vmx/nested.c | 4 +- arch/x86/kvm/vmx/vmenter.S | 12 ++++ arch/x86/kvm/vmx/vmx.c | 7 +-- arch/x86/kvm/x86.c | 36 ++++++++--- arch/x86/kvm/x86.h | 2 - drivers/clk/clkdev.c | 5 ++ drivers/clk/sunxi-ng/ccu_nkmp.c | 24 ++++++-- drivers/gpu/drm/qxl/qxl_drv.c | 4 ++ drivers/gpu/drm/qxl/qxl_prime.c | 12 ++++ drivers/i2c/busses/i2c-designware-master.c | 3 +- drivers/i2c/busses/i2c-imx.c | 4 +- drivers/i2c/busses/i2c-synquacer.c | 2 + drivers/i2c/i2c-core-base.c | 4 ++ include/linux/clk.h | 16 +++++ sound/pci/hda/patch_realtek.c | 13 ++++ sound/usb/line6/driver.c | 60 +++++++++++-------- sound/usb/line6/podhd.c | 21 ++++--- sound/usb/line6/toneport.c | 24 ++++++-- tools/testing/selftests/kvm/dirty_log_test.c | 9 ++- tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c | 9 ++- virt/kvm/arm/arch_timer.c | 17 +++--- virt/kvm/arm/arm.c | 11 +++- virt/kvm/arm/mmu.c | 6 +- virt/kvm/arm/vgic/vgic-mmio-v3.c | 3 + virt/kvm/arm/vgic/vgic.c | 21 +++++++ virt/kvm/arm/vgic/vgic.h | 1 + virt/kvm/kvm_main.c | 7 ++- 37 files changed, 336 insertions(+), 115 deletions(-)