This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9221dced3069 Merge tag 'for-linus-20190601' of git://git.kernel.dk/linux-block new 8c0f693c6eff leds: avoid flush_work in atomic context new f58c356ea74f Merge tag 'led-fixes-for-5.2-rc3' of git://git.kernel.org/ [...] new ca657468a0d4 Revert "drivers: thermal: tsens: Add new operation to chec [...] new 378e853f68e9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new a0692f0eef91 i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr new 13067ef73f33 i2c: mlxcpld: Fix wrong initialization order in probe new ff9378904d9d i2c: synquacer: fix synquacer_i2c_doxfer() return value new a0c3200ae7b1 MAINTAINERS: add DT bindings to i2c drivers new c8552db31d5e MAINTAINERS: add I2C DT bindings to ARM platforms new 38baf0bb79f5 Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...] new c395fe1d8e49 KVM: PPC: Book3S HV: Avoid touching arch.mmu_ready in XIVE [...] new 0d4ee88d9288 KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup new 1659e27d2bc1 KVM: PPC: Book3S: Use new mutex to synchronize access to r [...] new 5a3f49364c3f KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_e [...] new d47aacdb8e0b KVM: PPC: Book3S HV: XIVE: Clear file mapping when device [...] new c468bc4e8468 KVM: PPC: Book3S HV: XIVE: Do not test the EQ flag validit [...] new e717d0ae1004 KVM: PPC: Book3S HV: XIVE: Fix the enforced limit on the v [...] new 7e10b9a6da61 KVM: PPC: Book3S HV: XIVE: Introduce a new mutex for the X [...] new ef9740204051 KVM: PPC: Book3S HV: XIVE: Do not clear IRQ data of passth [...] new aedb5b19429c KVM: PPC: Book3S HV: XIVE: Take the srcu read lock when ac [...] new bcaa3110d584 KVM: PPC: Book3S HV: XIVE: Fix page offset when clearing E [...] new 1b28d5531e44 KVM: PPC: Book3S HV: Fix lockdep warning when entering gue [...] new d724c9e54939 KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry() new 24e8a2ca1f74 Merge tag 'kvm-ppc-fixes-5.2-1' of git://git.kernel.org/pu [...] new eb1f2f387db8 kvm: fix compile on s390 part 2 new a86cb413f4bf KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID new f8d221d2e0e1 Merge tag 'kvm-s390-master-5.2-2' of git://git.kernel.org/ [...] new b44a1dd3f648 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new b59bd3527fe3 powerpc/powernv: Return for invalid IMC domain new 3202e35ec1c8 powerpc/perf: Fix MMCRA corruption by bhrb_filter new 8b909e354870 powerpc/kexec: Fix loading of kernel + initramfs with kexe [...] new 460b48a0fefc Merge tag 'powerpc-5.2-3' of git://git.kernel.org/pub/scm/ [...] new 62e139eba339 crypto: ux500 - fix license comment syntax error new 8e82fe2ab65a treewide: fix typos of SPDX-License-Identifier new a68dc6188242 Merge tag 'spdx-5.2-rc3-2' of git://git.kernel.org/pub/scm [...]
The 35 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: MAINTAINERS | 18 ++++++ arch/arm/kernel/bugs.c | 2 +- arch/mips/kvm/mips.c | 3 + arch/powerpc/include/asm/kvm_host.h | 2 + arch/powerpc/kernel/kexec_elf_64.c | 6 +- arch/powerpc/kvm/book3s.c | 1 + arch/powerpc/kvm/book3s_64_mmu_hv.c | 36 +++++------ arch/powerpc/kvm/book3s_hv.c | 48 ++++++++------ arch/powerpc/kvm/book3s_rtas.c | 14 ++--- arch/powerpc/kvm/book3s_xive.c | 55 ++++++++-------- arch/powerpc/kvm/book3s_xive.h | 1 + arch/powerpc/kvm/book3s_xive_native.c | 100 +++++++++++++++++------------- arch/powerpc/kvm/powerpc.c | 3 + arch/powerpc/perf/core-book3s.c | 6 +- arch/powerpc/perf/power8-pmu.c | 3 + arch/powerpc/perf/power9-pmu.c | 3 + arch/powerpc/platforms/powernv/opal-imc.c | 4 ++ arch/s390/kvm/kvm-s390.c | 1 + arch/x86/kvm/x86.c | 3 + drivers/crypto/ux500/cryp/Makefile | 2 +- drivers/i2c/busses/i2c-mlxcpld.c | 2 +- drivers/i2c/busses/i2c-synquacer.c | 2 +- drivers/i2c/i2c-dev.c | 1 + drivers/leds/led-core.c | 5 -- drivers/leds/trigger/ledtrig-timer.c | 5 ++ drivers/phy/st/phy-stm32-usbphyc.c | 2 +- drivers/pinctrl/sh-pfc/pfc-r8a77980.c | 2 +- drivers/thermal/qcom/tsens-common.c | 14 ----- drivers/thermal/qcom/tsens-v0_1.c | 1 - drivers/thermal/qcom/tsens-v2.c | 1 - drivers/thermal/qcom/tsens.c | 5 -- drivers/thermal/qcom/tsens.h | 1 - lib/test_stackinit.c | 2 +- sound/soc/codecs/max9759.c | 2 +- virt/kvm/arm/arm.c | 3 + virt/kvm/kvm_main.c | 4 +- 36 files changed, 208 insertions(+), 155 deletions(-)