This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 722e6f500ac7 ia64: Fix some warnings introduced in merge window new d2935de7e4fd vfs: Convert bpf to use the new mount API new dec90f61f125 vfs: Convert functionfs to use the new mount API new b54c64f7adeb hypfs: Fix error number left in struct pointer member new 8f8d8d11f76e vfs: Convert hypfs to use the new mount API new d2e0981c3b9a vfs: Convert spufs to use the new mount API new 1f52aa08d12f gfs2: Convert gfs2 to fs_context new 0b36c9eed232 Merge branch 'work.mount3' of git://git.kernel.org/pub/scm [...] new 1fed17df7e50 hv_balloon: Use a static page for the balloon_up send buffer new 221f6df008ab hv_balloon: Reorganize the probe function new 9b5434196529 Tools: hv: move to tools buildsystem new 345f0254e5b2 HID: hv: Remove dependencies on PAGE_SIZE for ring buffer new dba61cda3046 Drivers: hv: vmbus: Break out synic enable and disable operations new 63ecc6d22ce4 Drivers: hv: vmbus: Suspend/resume the synic for hibernation new ed56ef675ae6 Drivers: hv: vmbus: Add a helper function is_sub_channel() new 271b2224d42f Drivers: hv: vmbus: Implement suspend/resume for VSC drive [...] new e3ede02add7e Drivers: hv: vmbus: Ignore the offers when resuming from h [...] new f53335e3289f Drivers: hv: vmbus: Suspend/resume the vmbus itself for hi [...] new 1f48dcf180e5 Drivers: hv: vmbus: Clean up hv_sock channels by force upo [...] new b307b38962eb Drivers: hv: vmbus: Suspend after cleaning up hv_sock and [...] new d8bd2d442bb2 Drivers: hv: vmbus: Resume after fixing up old primary channels new af5a7e99cce2 Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub [...] new 85624f90c8fc platform/x86: asus-wmi: Make it depend on ACPI battery API new 44460efe44e0 tools/power/x86/intel-speed-select: Fix high priority core [...] new 3c64c81ad1f0 tools/power/x86/intel-speed-select: Allow online/offline b [...] new e118fbe366d8 tools/power/x86/intel-speed-select: Format get-assoc information new d2d1f304dc96 tools/power/x86/intel-speed-select: Fix some debug prints new 188afed9db7d tools/power/x86/intel-speed-select: Extend core-power command set new b3abfd778bf1 tools/power/x86/intel-speed-select: Fix perf-profile comma [...] new f110d252ae79 platform/x86: pmc_atom: Add Siemens SIMATIC IPC277E to cri [...] new 24a8d78a9aff platform/x86: i2c-multi-instantiate: Derive the device nam [...] new baff384b0e90 Merge tag 'platform-drivers-x86-v5.4-2' of git://git.infra [...] new d3b9f659fac6 microblaze/nommu: use the generic uncached segment support new 04e3543e228f microblaze: use the generic dma coherent remap allocator new c709bf455d60 microblaze: remove ioremap_fullcache new 6a090e97972d arch/microblaze: support get_user() of size 8 bytes new 6be76fd94ba3 microblaze: Enable Xilinx AXI emac driver by default new 1c62ed908363 microblaze: defconfig synchronization new 7cca9b8b7c5b microblaze: Switch to standard restart handler new 5184d449600f Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/lin [...]
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/microblaze/Kconfig | 3 + arch/microblaze/boot/dts/system.dts | 16 +- arch/microblaze/configs/mmu_defconfig | 22 +- arch/microblaze/configs/nommu_defconfig | 25 +- arch/microblaze/include/asm/io.h | 1 - arch/microblaze/include/asm/uaccess.h | 42 +- arch/microblaze/kernel/reset.c | 87 +--- arch/microblaze/mm/consistent.c | 221 ++-------- arch/powerpc/platforms/cell/spufs/inode.c | 207 +++++---- arch/s390/hypfs/inode.c | 137 +++--- drivers/hid/hid-hyperv.c | 4 +- drivers/hv/channel_mgmt.c | 161 ++++++- drivers/hv/connection.c | 8 +- drivers/hv/hv.c | 66 +-- drivers/hv/hv_balloon.c | 143 +++---- drivers/hv/hyperv_vmbus.h | 30 ++ drivers/hv/vmbus_drv.c | 265 ++++++++++++ drivers/platform/x86/Kconfig | 1 + drivers/platform/x86/i2c-multi-instantiate.c | 2 +- drivers/platform/x86/pmc_atom.c | 7 + drivers/usb/gadget/function/f_fs.c | 233 +++++----- fs/gfs2/incore.h | 8 +- fs/gfs2/ops_fstype.c | 495 ++++++++++++++++------ fs/gfs2/super.c | 333 +-------------- fs/gfs2/super.h | 3 +- include/linux/hyperv.h | 16 +- kernel/bpf/inode.c | 92 ++-- tools/hv/Build | 3 + tools/hv/Makefile | 51 ++- tools/power/x86/intel-speed-select/isst-config.c | 122 +++++- tools/power/x86/intel-speed-select/isst-core.c | 25 ++ tools/power/x86/intel-speed-select/isst-display.c | 71 ++++ tools/power/x86/intel-speed-select/isst.h | 10 +- 33 files changed, 1676 insertions(+), 1234 deletions(-) create mode 100644 tools/hv/Build