diff options
Diffstat (limited to 'Next/merge.log')
-rw-r--r-- | Next/merge.log | 3874 |
1 files changed, 3874 insertions, 0 deletions
diff --git a/Next/merge.log b/Next/merge.log new file mode 100644 index 000000000000..4061f4ca773b --- /dev/null +++ b/Next/merge.log @@ -0,0 +1,3874 @@ +$ date -R +Tue, 11 Jul 2017 09:32:47 +1000 +$ git checkout master +Already on 'master' +$ git reset --hard stable +HEAD is now at d3e3b7eac886 afs: Add metadata xattrs +Merging origin/master (548aa0e3c516 Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm) +$ git merge origin/master +Updating d3e3b7eac886..548aa0e3c516 +Fast-forward + Documentation/ABI/testing/sysfs-fs-f2fs | 20 +- + .../devicetree/bindings/display/brcm,bcm-vc4.txt | 7 +- + .../bindings/display/exynos/exynos5433-decon.txt | 13 +- + .../bindings/display/panel/auo,p320hvn03.txt | 8 + + .../bindings/display/panel/innolux,p079zca.txt | 23 + + .../bindings/display/panel/nec,nl12880b20-05.txt | 8 + + .../display/panel/nlt,nl192108ac18-02d.txt | 8 + + .../bindings/display/panel/samsung,s6e3ha2.txt | 5 +- + .../devicetree/bindings/display/st,stm32-ltdc.txt | 36 + + .../bindings/display/sunxi/sun4i-drm.txt | 127 +- + .../devicetree/bindings/display/zte,vou.txt | 21 + + .../devicetree/bindings/vendor-prefixes.txt | 1 + + Documentation/filesystems/autofs4.txt | 12 +- + Documentation/filesystems/f2fs.txt | 4 + + Documentation/gpu/drm-internals.rst | 66 +- + Documentation/gpu/drm-kms-helpers.rst | 6 + + Documentation/gpu/drm-kms.rst | 4 +- + Documentation/gpu/drm-mm.rst | 12 + + Documentation/gpu/index.rst | 2 + + Documentation/gpu/pl111.rst | 6 + + Documentation/gpu/tegra.rst | 178 + + Documentation/gpu/todo.rst | 13 - + Documentation/sync_file.txt | 23 +- + MAINTAINERS | 19 + + drivers/acpi/acpi_lpss.c | 2 +- + drivers/acpi/bgrt.c | 2 +- + drivers/acpi/bus.c | 8 +- + drivers/acpi/device_pm.c | 4 +- + drivers/acpi/dptf/dptf_power.c | 2 +- + drivers/acpi/internal.h | 2 +- + drivers/acpi/osi.c | 3 +- + drivers/acpi/power.c | 10 +- + drivers/acpi/property.c | 117 + + drivers/acpi/scan.c | 28 +- + drivers/acpi/spcr.c | 40 +- + drivers/base/power/domain.c | 5 +- + drivers/base/property.c | 348 +- + drivers/bus/Kconfig | 1 - + drivers/char/ipmi/Kconfig | 4 + + drivers/char/ipmi/Makefile | 1 + + drivers/char/ipmi/ipmi_dmi.c | 273 + + drivers/char/ipmi/ipmi_dmi.h | 12 + + drivers/char/ipmi/ipmi_msghandler.c | 9 +- + drivers/char/ipmi/ipmi_si_intf.c | 265 +- + drivers/char/ipmi/ipmi_ssif.c | 176 +- + drivers/char/ipmi/ipmi_watchdog.c | 7 +- + drivers/cpufreq/cpufreq_stats.c | 2 +- + drivers/cpufreq/intel_pstate.c | 2 +- + drivers/dma-buf/dma-buf.c | 8 +- + drivers/dma-buf/dma-fence.c | 5 + + drivers/dma-buf/sync_debug.c | 10 +- + drivers/dma-buf/sync_file.c | 52 +- + drivers/gpu/drm/Kconfig | 4 + + drivers/gpu/drm/Makefile | 6 +- + drivers/gpu/drm/amd/amdgpu/Kconfig | 16 +- + drivers/gpu/drm/amd/amdgpu/Makefile | 15 +- + drivers/gpu/drm/amd/amdgpu/amdgpu.h | 173 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 101 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 14 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 76 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c | 64 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c | 105 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 6 + + drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 309 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 10 + + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 438 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c | 2 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 98 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 12 + + drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | 6 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 54 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 206 + + drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 60 + + drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 16 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h | 3 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 3 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 42 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 118 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 3 + + drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 1 + + drivers/gpu/drm/amd/amdgpu/amdgpu_powerplay.c | 9 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 44 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 2 + + drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c | 299 + + drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 83 + + drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 12 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c | 19 + + drivers/gpu/drm/amd/amdgpu/amdgpu_sync.h | 1 + + drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 37 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 33 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 28 + + drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 30 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h | 2 + + drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 654 + + drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 77 + + drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 24 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 3 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 633 +- + drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 31 +- + drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 2 +- + drivers/gpu/drm/amd/amdgpu/ci_smc.c | 2 +- + drivers/gpu/drm/amd/amdgpu/cik.c | 123 +- + drivers/gpu/drm/amd/amdgpu/cik_ih.c | 2 +- + drivers/gpu/drm/amd/amdgpu/cz_ih.c | 2 +- + drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 2 +- + drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 2 +- + drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 600 +- + drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 2 +- + drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 2 +- + drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c | 1619 +- + drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 656 +- + drivers/gpu/drm/amd/amdgpu/gfx_v7_0.h | 5 + + drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1247 +- + drivers/gpu/drm/amd/amdgpu/gfx_v8_0.h | 5 + + drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 1757 +- + drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c | 435 +- + drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.h | 3 +- + drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 94 +- + drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c | 95 +- + drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 95 +- + drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 161 +- + drivers/gpu/drm/amd/amdgpu/iceland_ih.c | 2 +- + drivers/gpu/drm/amd/amdgpu/kv_dpm.c | 2 +- + drivers/gpu/drm/amd/amdgpu/kv_smc.c | 2 +- + drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c | 740 +- + drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h | 7 + + drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 35 +- + drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 25 +- + drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 54 +- + drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c | 212 + + drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h | 49 + + drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 308 + + drivers/gpu/drm/amd/amdgpu/psp_v10_0.h | 41 + + drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 46 +- + drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 6 +- + drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 152 +- + drivers/gpu/drm/amd/amdgpu/si.c | 86 +- + drivers/gpu/drm/amd/amdgpu/si_dpm.c | 2 +- + drivers/gpu/drm/amd/amdgpu/si_ih.c | 2 +- + drivers/gpu/drm/amd/amdgpu/si_smc.c | 2 +- + drivers/gpu/drm/amd/amdgpu/soc15.c | 185 +- + drivers/gpu/drm/amd/amdgpu/soc15.h | 1 + + drivers/gpu/drm/amd/amdgpu/soc15_common.h | 14 + + drivers/gpu/drm/amd/amdgpu/soc15d.h | 90 + + drivers/gpu/drm/amd/amdgpu/tonga_ih.c | 2 +- + drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c | 193 +- + drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | 61 +- + drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 1189 + + drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h | 29 + + drivers/gpu/drm/amd/amdgpu/vega10_ih.c | 12 +- + drivers/gpu/drm/amd/amdgpu/vi.c | 216 +- + drivers/gpu/drm/amd/amdgpu/vid.h | 6 + + drivers/gpu/drm/amd/amdkfd/Makefile | 2 +- + drivers/gpu/drm/amd/amdkfd/kfd_device.c | 4 + + .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 149 +- + .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h | 10 +- + .../drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 2 +- + drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c | 3 +- + drivers/gpu/drm/amd/amdkfd/kfd_process.c | 7 +- + .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 2 +- + drivers/gpu/drm/amd/include/amd_shared.h | 5 +- + .../drm/amd/include/asic_reg/dce/dce_6_0_sh_mask.h | 2 + + .../include/asic_reg/raven1/DCN/dcn_1_0_default.h | 7988 ++ + .../include/asic_reg/raven1/DCN/dcn_1_0_offset.h | 14087 +++ + .../include/asic_reg/raven1/DCN/dcn_1_0_sh_mask.h | 54316 ++++++++ + .../include/asic_reg/raven1/GC/gc_9_1_default.h | 4005 + + .../amd/include/asic_reg/raven1/GC/gc_9_1_offset.h | 7491 ++ + .../include/asic_reg/raven1/GC/gc_9_1_sh_mask.h | 31191 +++++ + .../asic_reg/raven1/MMHUB/mmhub_9_1_default.h | 1028 + + .../asic_reg/raven1/MMHUB/mmhub_9_1_offset.h | 1999 + + .../asic_reg/raven1/MMHUB/mmhub_9_1_sh_mask.h | 9790 ++ + .../include/asic_reg/raven1/MP/mp_10_0_default.h | 182 + + .../include/asic_reg/raven1/MP/mp_10_0_offset.h | 336 + + .../include/asic_reg/raven1/MP/mp_10_0_sh_mask.h | 886 + + .../asic_reg/raven1/NBIO/nbio_7_0_default.h | 14865 +++ + .../include/asic_reg/raven1/NBIO/nbio_7_0_offset.h | 4640 + + .../asic_reg/raven1/NBIO/nbio_7_0_sh_mask.h | 118945 ++++++++++++++++++ + .../asic_reg/raven1/SDMA0/sdma0_4_1_default.h | 242 + + .../asic_reg/raven1/SDMA0/sdma0_4_1_offset.h | 459 + + .../asic_reg/raven1/SDMA0/sdma0_4_1_sh_mask.h | 1658 + + .../include/asic_reg/raven1/THM/thm_10_0_default.h | 141 + + .../include/asic_reg/raven1/THM/thm_10_0_offset.h | 257 + + .../include/asic_reg/raven1/THM/thm_10_0_sh_mask.h | 885 + + .../include/asic_reg/raven1/VCN/vcn_1_0_default.h | 202 + + .../include/asic_reg/raven1/VCN/vcn_1_0_offset.h | 376 + + .../include/asic_reg/raven1/VCN/vcn_1_0_sh_mask.h | 1308 + + drivers/gpu/drm/amd/include/atomfirmware.h | 12 +- + .../gpu/drm/amd/include/ivsrcid/irqsrcs_dcn_1_0.h | 1134 + + drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 18 +- + drivers/gpu/drm/amd/include/pptable.h | 57 +- + drivers/gpu/drm/amd/include/vi_structs.h | 268 + + drivers/gpu/drm/amd/powerplay/Makefile | 2 +- + drivers/gpu/drm/amd/powerplay/eventmgr/eventmgr.c | 4 +- + drivers/gpu/drm/amd/powerplay/hwmgr/Makefile | 3 +- + drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c | 6 + + drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 13 +- + drivers/gpu/drm/amd/powerplay/hwmgr/pp_acpi.c | 2 +- + .../gpu/drm/amd/powerplay/hwmgr/pp_overdriver.c | 1276 + + .../gpu/drm/amd/powerplay/hwmgr/pp_overdriver.h | 48 + + drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c | 43 +- + drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.h | 3 + + .../gpu/drm/amd/powerplay/hwmgr/processpptables.c | 10 + + drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c | 1059 + + drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h | 301 + + drivers/gpu/drm/amd/powerplay/hwmgr/rv_inc.h | 43 + + drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 4 +- + drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 521 +- + drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h | 2 + + .../gpu/drm/amd/powerplay/hwmgr/vega10_pptable.h | 40 + + .../amd/powerplay/hwmgr/vega10_processpptables.c | 89 +- + .../gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c | 3 - + drivers/gpu/drm/amd/powerplay/inc/amd_powerplay.h | 5 +- + drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 16 +- + drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h | 77 + + drivers/gpu/drm/amd/powerplay/inc/smu10.h | 188 + + .../gpu/drm/amd/powerplay/inc/smu10_driver_if.h | 116 + + drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h | 38 +- + drivers/gpu/drm/amd/powerplay/inc/smumgr.h | 1 + + drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h | 3 +- + drivers/gpu/drm/amd/powerplay/smumgr/Makefile | 2 +- + drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c | 10 +- + drivers/gpu/drm/amd/powerplay/smumgr/rv_smumgr.c | 398 + + drivers/gpu/drm/amd/powerplay/smumgr/rv_smumgr.h | 62 + + drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c | 14 +- + .../gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c | 4 +- + drivers/gpu/drm/amd/scheduler/gpu_scheduler.c | 11 +- + drivers/gpu/drm/amd/scheduler/gpu_scheduler.h | 7 + + drivers/gpu/drm/arc/arcpgu_drv.c | 1 - + drivers/gpu/drm/arm/hdlcd_crtc.c | 11 +- + drivers/gpu/drm/arm/hdlcd_drv.c | 7 + + drivers/gpu/drm/arm/malidp_crtc.c | 11 +- + drivers/gpu/drm/arm/malidp_drv.c | 2 - + drivers/gpu/drm/arm/malidp_drv.h | 2 +- + drivers/gpu/drm/arm/malidp_hw.c | 19 +- + drivers/gpu/drm/arm/malidp_planes.c | 30 +- + drivers/gpu/drm/armada/armada_overlay.c | 2 +- + drivers/gpu/drm/ast/Makefile | 2 - + drivers/gpu/drm/ast/ast_ttm.c | 3 +- + drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 10 +- + drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 6 +- + drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h | 5 +- + drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 173 +- + drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 20 +- + drivers/gpu/drm/bochs/Makefile | 1 - + drivers/gpu/drm/bochs/bochs.h | 4 +- + drivers/gpu/drm/bridge/Kconfig | 11 +- + drivers/gpu/drm/bridge/Makefile | 2 - + drivers/gpu/drm/bridge/analogix-anx78xx.c | 14 +- + drivers/gpu/drm/bridge/lvds-encoder.c | 157 +- + drivers/gpu/drm/bridge/nxp-ptn3460.c | 12 +- + drivers/gpu/drm/bridge/panel.c | 200 + + drivers/gpu/drm/bridge/parade-ps8622.c | 10 +- + drivers/gpu/drm/bridge/sii902x.c | 6 +- + drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 87 +- + drivers/gpu/drm/cirrus/Makefile | 1 - + drivers/gpu/drm/cirrus/cirrus_ttm.c | 3 +- + drivers/gpu/drm/drm_atomic.c | 94 +- + drivers/gpu/drm/drm_atomic_helper.c | 90 +- + drivers/gpu/drm/drm_blend.c | 45 +- + drivers/gpu/drm/drm_bridge.c | 33 + + drivers/gpu/drm/drm_color_mgmt.c | 9 +- + drivers/gpu/drm/drm_connector.c | 64 + + drivers/gpu/drm/drm_crtc_helper_internal.h | 12 + + drivers/gpu/drm/drm_dp_mst_topology.c | 215 +- + drivers/gpu/drm/drm_fb_cma_helper.c | 29 +- + drivers/gpu/drm/drm_fb_helper.c | 4 +- + drivers/gpu/drm/drm_file.c | 16 +- + drivers/gpu/drm/drm_gem.c | 6 +- + drivers/gpu/drm/drm_internal.h | 17 +- + drivers/gpu/drm/drm_ioctl.c | 12 + + drivers/gpu/drm/drm_irq.c | 1628 +- + drivers/gpu/drm/drm_plane_helper.c | 13 +- + drivers/gpu/drm/drm_prime.c | 30 +- + drivers/gpu/drm/drm_probe_helper.c | 105 +- + drivers/gpu/drm/drm_rect.c | 36 +- + drivers/gpu/drm/drm_syncobj.c | 451 + + drivers/gpu/drm/drm_vblank.c | 1648 + + drivers/gpu/drm/etnaviv/common.xml.h | 150 +- + drivers/gpu/drm/etnaviv/etnaviv_drv.c | 1 + + drivers/gpu/drm/etnaviv/etnaviv_drv.h | 1 + + drivers/gpu/drm/etnaviv/etnaviv_gem.c | 34 +- + drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c | 11 +- + drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c | 12 +- + drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 30 +- + drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 2 + + drivers/gpu/drm/exynos/exynos5433_drm_decon.c | 218 +- + drivers/gpu/drm/exynos/exynos7_drm_decon.c | 19 +- + drivers/gpu/drm/exynos/exynos_drm_crtc.c | 50 +- + drivers/gpu/drm/exynos/exynos_drm_crtc.h | 1 - + drivers/gpu/drm/exynos/exynos_drm_drv.c | 18 +- + drivers/gpu/drm/exynos/exynos_drm_drv.h | 14 +- + drivers/gpu/drm/exynos/exynos_drm_dsi.c | 2 +- + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 24 +- + drivers/gpu/drm/exynos/exynos_drm_gem.c | 11 +- + drivers/gpu/drm/exynos/exynos_drm_plane.c | 5 +- + drivers/gpu/drm/exynos/exynos_drm_plane.h | 1 - + drivers/gpu/drm/exynos/exynos_drm_vidi.c | 22 +- + drivers/gpu/drm/exynos/exynos_hdmi.c | 13 +- + drivers/gpu/drm/exynos/exynos_mixer.c | 76 +- + drivers/gpu/drm/exynos/regs-mixer.h | 7 +- + drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 24 +- + drivers/gpu/drm/gma500/Makefile | 1 - + drivers/gpu/drm/gma500/mdfld_tpo_vid.c | 53 +- + drivers/gpu/drm/hisilicon/hibmc/Makefile | 1 - + drivers/gpu/drm/hisilicon/hibmc/hibmc_ttm.c | 2 +- + drivers/gpu/drm/i2c/Makefile | 2 - + drivers/gpu/drm/i810/Makefile | 1 - + drivers/gpu/drm/i915/Kconfig.debug | 12 + + drivers/gpu/drm/i915/Makefile | 13 +- + drivers/gpu/drm/i915/dvo_ch7017.c | 4 +- + drivers/gpu/drm/i915/dvo_ch7xxx.c | 10 +- + drivers/gpu/drm/i915/gvt/Makefile | 2 +- + drivers/gpu/drm/i915/gvt/cmd_parser.c | 56 +- + drivers/gpu/drm/i915/gvt/execlist.c | 56 +- + drivers/gpu/drm/i915/gvt/firmware.c | 9 +- + drivers/gpu/drm/i915/gvt/gtt.c | 15 +- + drivers/gpu/drm/i915/gvt/gvt.c | 6 +- + drivers/gpu/drm/i915/gvt/gvt.h | 100 +- + drivers/gpu/drm/i915/gvt/handlers.c | 303 +- + drivers/gpu/drm/i915/gvt/interrupt.c | 20 +- + drivers/gpu/drm/i915/gvt/mmio.c | 121 +- + drivers/gpu/drm/i915/gvt/mmio.h | 44 +- + drivers/gpu/drm/i915/gvt/mpt.h | 3 +- + drivers/gpu/drm/i915/gvt/render.c | 48 +- + drivers/gpu/drm/i915/gvt/render.h | 4 +- + drivers/gpu/drm/i915/gvt/sched_policy.c | 27 +- + drivers/gpu/drm/i915/gvt/scheduler.c | 51 +- + drivers/gpu/drm/i915/gvt/scheduler.h | 4 + + drivers/gpu/drm/i915/gvt/trace.h | 178 +- + drivers/gpu/drm/i915/gvt/vgpu.c | 9 +- + drivers/gpu/drm/i915/i915_cmd_parser.c | 10 +- + drivers/gpu/drm/i915/i915_debugfs.c | 341 +- + drivers/gpu/drm/i915/i915_drv.c | 73 +- + drivers/gpu/drm/i915/i915_drv.h | 439 +- + drivers/gpu/drm/i915/i915_gem.c | 371 +- + drivers/gpu/drm/i915/i915_gem.h | 2 + + drivers/gpu/drm/i915/i915_gem_batch_pool.c | 19 +- + drivers/gpu/drm/i915/i915_gem_clflush.c | 23 +- + drivers/gpu/drm/i915/i915_gem_clflush.h | 1 - + drivers/gpu/drm/i915/i915_gem_context.c | 186 +- + drivers/gpu/drm/i915/i915_gem_context.h | 26 + + drivers/gpu/drm/i915/i915_gem_dmabuf.c | 24 + + drivers/gpu/drm/i915/i915_gem_evict.c | 119 +- + drivers/gpu/drm/i915/i915_gem_execbuffer.c | 2752 +- + drivers/gpu/drm/i915/i915_gem_gtt.c | 66 +- + drivers/gpu/drm/i915/i915_gem_gtt.h | 2 + + drivers/gpu/drm/i915/i915_gem_internal.c | 4 +- + drivers/gpu/drm/i915/i915_gem_object.h | 26 +- + drivers/gpu/drm/i915/i915_gem_request.c | 187 +- + drivers/gpu/drm/i915/i915_gem_request.h | 14 +- + drivers/gpu/drm/i915/i915_gem_shrinker.c | 94 +- + drivers/gpu/drm/i915/i915_gem_stolen.c | 5 +- + drivers/gpu/drm/i915/i915_gem_timeline.c | 95 +- + drivers/gpu/drm/i915/i915_gem_timeline.h | 47 +- + drivers/gpu/drm/i915/i915_gem_userptr.c | 32 +- + drivers/gpu/drm/i915/i915_gpu_error.c | 59 +- + drivers/gpu/drm/i915/i915_guc_submission.c | 94 +- + drivers/gpu/drm/i915/i915_irq.c | 96 +- + drivers/gpu/drm/i915/i915_oa_bdw.c | 5376 + + drivers/gpu/drm/i915/i915_oa_bdw.h | 40 + + drivers/gpu/drm/i915/i915_oa_bxt.c | 2690 + + drivers/gpu/drm/i915/i915_oa_bxt.h | 40 + + drivers/gpu/drm/i915/i915_oa_chv.c | 2873 + + drivers/gpu/drm/i915/i915_oa_chv.h | 40 + + drivers/gpu/drm/i915/i915_oa_glk.c | 2602 + + drivers/gpu/drm/i915/i915_oa_glk.h | 40 + + drivers/gpu/drm/i915/i915_oa_hsw.c | 263 +- + drivers/gpu/drm/i915/i915_oa_hsw.h | 4 +- + drivers/gpu/drm/i915/i915_oa_kblgt2.c | 2991 + + drivers/gpu/drm/i915/i915_oa_kblgt2.h | 40 + + drivers/gpu/drm/i915/i915_oa_kblgt3.c | 3040 + + drivers/gpu/drm/i915/i915_oa_kblgt3.h | 40 + + drivers/gpu/drm/i915/i915_oa_sklgt2.c | 3479 + + drivers/gpu/drm/i915/i915_oa_sklgt2.h | 40 + + drivers/gpu/drm/i915/i915_oa_sklgt3.c | 3039 + + drivers/gpu/drm/i915/i915_oa_sklgt3.h | 40 + + drivers/gpu/drm/i915/i915_oa_sklgt4.c | 3093 + + drivers/gpu/drm/i915/i915_oa_sklgt4.h | 40 + + drivers/gpu/drm/i915/i915_pci.c | 92 +- + drivers/gpu/drm/i915/i915_perf.c | 1473 +- + drivers/gpu/drm/i915/i915_reg.h | 326 +- + drivers/gpu/drm/i915/i915_sw_fence.c | 62 +- + drivers/gpu/drm/i915/i915_sw_fence.h | 1 - + drivers/gpu/drm/i915/i915_syncmap.c | 412 + + drivers/gpu/drm/i915/i915_syncmap.h | 38 + + drivers/gpu/drm/i915/i915_sysfs.c | 26 +- + drivers/gpu/drm/i915/i915_trace.h | 49 + + drivers/gpu/drm/i915/i915_utils.h | 39 +- + drivers/gpu/drm/i915/i915_vgpu.c | 44 +- + drivers/gpu/drm/i915/i915_vma.c | 28 +- + drivers/gpu/drm/i915/i915_vma.h | 20 +- + drivers/gpu/drm/i915/intel_atomic.c | 137 +- + drivers/gpu/drm/i915/intel_atomic_plane.c | 30 +- + drivers/gpu/drm/i915/intel_audio.c | 19 +- + drivers/gpu/drm/i915/intel_breadcrumbs.c | 84 +- + drivers/gpu/drm/i915/intel_cdclk.c | 371 +- + drivers/gpu/drm/i915/intel_crt.c | 10 +- + drivers/gpu/drm/i915/intel_csr.c | 17 +- + drivers/gpu/drm/i915/intel_ddi.c | 399 +- + drivers/gpu/drm/i915/intel_device_info.c | 13 +- + drivers/gpu/drm/i915/intel_display.c | 1089 +- + drivers/gpu/drm/i915/intel_dp.c | 550 +- + drivers/gpu/drm/i915/intel_dp_aux_backlight.c | 58 +- + drivers/gpu/drm/i915/intel_dp_link_training.c | 25 +- + drivers/gpu/drm/i915/intel_dp_mst.c | 63 +- + drivers/gpu/drm/i915/intel_dpll_mgr.c | 437 +- + drivers/gpu/drm/i915/intel_dpll_mgr.h | 4 + + drivers/gpu/drm/i915/intel_drv.h | 146 +- + drivers/gpu/drm/i915/intel_dsi.c | 167 +- + drivers/gpu/drm/i915/intel_dsi_dcs_backlight.c | 22 +- + drivers/gpu/drm/i915/intel_dsi_vbt.c | 8 +- + drivers/gpu/drm/i915/intel_dvo.c | 2 +- + drivers/gpu/drm/i915/intel_engine_cs.c | 317 +- + drivers/gpu/drm/i915/intel_fbc.c | 6 +- + drivers/gpu/drm/i915/intel_fbdev.c | 2 +- + drivers/gpu/drm/i915/intel_fifo_underrun.c | 2 +- + drivers/gpu/drm/i915/intel_guc_ct.c | 461 + + drivers/gpu/drm/i915/intel_guc_ct.h | 86 + + drivers/gpu/drm/i915/intel_guc_fwif.h | 47 +- + drivers/gpu/drm/i915/intel_guc_loader.c | 21 +- + drivers/gpu/drm/i915/intel_guc_log.c | 6 +- + drivers/gpu/drm/i915/intel_gvt.c | 43 +- + drivers/gpu/drm/i915/intel_gvt.h | 5 + + drivers/gpu/drm/i915/intel_hangcheck.c | 2 +- + drivers/gpu/drm/i915/intel_hdmi.c | 180 +- + drivers/gpu/drm/i915/intel_huc.c | 66 +- + drivers/gpu/drm/i915/intel_i2c.c | 15 +- + drivers/gpu/drm/i915/intel_lpe_audio.c | 58 +- + drivers/gpu/drm/i915/intel_lrc.c | 414 +- + drivers/gpu/drm/i915/intel_lrc.h | 2 - + drivers/gpu/drm/i915/intel_lvds.c | 73 +- + drivers/gpu/drm/i915/intel_mocs.c | 2 +- + drivers/gpu/drm/i915/intel_opregion.c | 2 +- + drivers/gpu/drm/i915/intel_overlay.c | 1 - + drivers/gpu/drm/i915/intel_panel.c | 252 +- + drivers/gpu/drm/i915/intel_pipe_crc.c | 30 +- + drivers/gpu/drm/i915/intel_pm.c | 1595 +- + drivers/gpu/drm/i915/intel_ringbuffer.c | 300 +- + drivers/gpu/drm/i915/intel_ringbuffer.h | 88 +- + drivers/gpu/drm/i915/intel_runtime_pm.c | 316 +- + drivers/gpu/drm/i915/intel_sdvo.c | 570 +- + drivers/gpu/drm/i915/intel_sprite.c | 144 +- + drivers/gpu/drm/i915/intel_tv.c | 208 +- + drivers/gpu/drm/i915/intel_uc.c | 158 +- + drivers/gpu/drm/i915/intel_uc.h | 35 +- + drivers/gpu/drm/i915/intel_uncore.c | 486 +- + drivers/gpu/drm/i915/intel_uncore.h | 170 + + drivers/gpu/drm/i915/selftests/huge_gem_object.c | 4 +- + .../gpu/drm/i915/selftests/i915_gem_coherency.c | 10 +- + drivers/gpu/drm/i915/selftests/i915_gem_dmabuf.c | 100 + + drivers/gpu/drm/i915/selftests/i915_gem_evict.c | 4 +- + drivers/gpu/drm/i915/selftests/i915_gem_object.c | 4 +- + drivers/gpu/drm/i915/selftests/i915_gem_request.c | 2 +- + drivers/gpu/drm/i915/selftests/i915_gem_timeline.c | 299 + + .../gpu/drm/i915/selftests/i915_mock_selftests.h | 3 + + drivers/gpu/drm/i915/selftests/i915_random.c | 11 + + drivers/gpu/drm/i915/selftests/i915_random.h | 2 + + drivers/gpu/drm/i915/selftests/i915_sw_fence.c | 582 + + drivers/gpu/drm/i915/selftests/i915_syncmap.c | 616 + + drivers/gpu/drm/i915/selftests/i915_vma.c | 16 +- + drivers/gpu/drm/i915/selftests/intel_breadcrumbs.c | 12 +- + drivers/gpu/drm/i915/selftests/mock_context.c | 12 +- + drivers/gpu/drm/i915/selftests/mock_engine.c | 11 +- + drivers/gpu/drm/i915/selftests/mock_gem_device.c | 12 +- + drivers/gpu/drm/i915/selftests/mock_timeline.c | 45 + + drivers/gpu/drm/i915/selftests/mock_timeline.h | 33 + + drivers/gpu/drm/i915/selftests/mock_uncore.c | 46 + + drivers/gpu/drm/i915/selftests/mock_uncore.h | 30 + + drivers/gpu/drm/imx/dw_hdmi-imx.c | 10 +- + drivers/gpu/drm/imx/imx-drm-core.c | 4 +- + drivers/gpu/drm/imx/ipuv3-plane.c | 2 +- + drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 5 +- + drivers/gpu/drm/meson/meson_drv.c | 1 - + drivers/gpu/drm/meson/meson_dw_hdmi.c | 5 +- + drivers/gpu/drm/mga/Makefile | 1 - + drivers/gpu/drm/mgag200/Makefile | 1 - + drivers/gpu/drm/mgag200/mgag200_ttm.c | 3 +- + drivers/gpu/drm/msm/Kconfig | 1 + + drivers/gpu/drm/msm/Makefile | 2 +- + drivers/gpu/drm/msm/adreno/a2xx.xml.h | 267 +- + drivers/gpu/drm/msm/adreno/a3xx.xml.h | 22 +- + drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 4 +- + drivers/gpu/drm/msm/adreno/a4xx.xml.h | 66 +- + drivers/gpu/drm/msm/adreno/a4xx_gpu.c | 4 +- + drivers/gpu/drm/msm/adreno/a5xx.xml.h | 1371 +- + drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 204 +- + drivers/gpu/drm/msm/adreno/a5xx_gpu.h | 3 + + drivers/gpu/drm/msm/adreno/a5xx_power.c | 14 +- + drivers/gpu/drm/msm/adreno/adreno_common.xml.h | 51 +- + drivers/gpu/drm/msm/adreno/adreno_device.c | 3 + + drivers/gpu/drm/msm/adreno/adreno_gpu.c | 23 +- + drivers/gpu/drm/msm/adreno/adreno_gpu.h | 2 +- + drivers/gpu/drm/msm/adreno/adreno_pm4.xml.h | 368 +- + drivers/gpu/drm/msm/dsi/dsi.h | 6 +- + drivers/gpu/drm/msm/dsi/dsi.xml.h | 13 +- + drivers/gpu/drm/msm/dsi/dsi_host.c | 12 +- + drivers/gpu/drm/msm/dsi/mmss_cc.xml.h | 26 +- + drivers/gpu/drm/msm/dsi/sfpb.xml.h | 26 +- + drivers/gpu/drm/msm/edp/edp.h | 4 +- + drivers/gpu/drm/msm/edp/edp.xml.h | 26 +- + drivers/gpu/drm/msm/edp/edp_ctrl.c | 6 +- + drivers/gpu/drm/msm/hdmi/hdmi.xml.h | 68 +- + drivers/gpu/drm/msm/hdmi/hdmi_audio.c | 6 +- + drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 70 +- + drivers/gpu/drm/msm/hdmi/hdmi_phy_8996.c | 5 + + drivers/gpu/drm/msm/hdmi/qfprom.xml.h | 26 +- + drivers/gpu/drm/msm/mdp/mdp4/mdp4.xml.h | 26 +- + drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c | 19 +- + drivers/gpu/drm/msm/mdp/mdp4/mdp4_dsi_encoder.c | 6 +- + drivers/gpu/drm/msm/mdp/mdp4/mdp4_dtv_encoder.c | 7 +- + drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c | 17 +- + drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.h | 8 +- + drivers/gpu/drm/msm/mdp/mdp4/mdp4_lcdc_encoder.c | 6 +- + drivers/gpu/drm/msm/mdp/mdp4/mdp4_plane.c | 15 +- + drivers/gpu/drm/msm/mdp/mdp5/mdp5.xml.h | 14 +- + drivers/gpu/drm/msm/mdp/mdp5/mdp5_cmd_encoder.c | 6 +- + drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c | 16 +- + drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c | 6 +- + drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 56 +- + drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.h | 4 - + drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c | 56 +- + drivers/gpu/drm/msm/mdp/mdp_common.xml.h | 26 +- + drivers/gpu/drm/msm/msm_drv.c | 39 +- + drivers/gpu/drm/msm/msm_drv.h | 38 +- + drivers/gpu/drm/msm/msm_fb.c | 21 +- + drivers/gpu/drm/msm/msm_fbdev.c | 14 +- + drivers/gpu/drm/msm/msm_gem.c | 439 +- + drivers/gpu/drm/msm/msm_gem.h | 26 +- + drivers/gpu/drm/msm/msm_gem_shrinker.c | 16 +- + drivers/gpu/drm/msm/msm_gem_submit.c | 19 +- + drivers/gpu/drm/msm/msm_gem_vma.c | 10 +- + drivers/gpu/drm/msm/msm_gpu.c | 27 +- + drivers/gpu/drm/msm/msm_gpu.h | 13 +- + drivers/gpu/drm/msm/msm_kms.h | 3 + + drivers/gpu/drm/msm/msm_rd.c | 4 +- + drivers/gpu/drm/msm/msm_ringbuffer.c | 2 +- + drivers/gpu/drm/nouveau/Kbuild | 1 - + drivers/gpu/drm/nouveau/dispnv04/disp.h | 16 +- + drivers/gpu/drm/nouveau/include/nvif/cl5070.h | 39 +- + drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h | 10 +- + .../drm/nouveau/include/nvkm/subdev/bios/init.h | 27 +- + .../gpu/drm/nouveau/include/nvkm/subdev/timer.h | 1 - + drivers/gpu/drm/nouveau/nouveau_bios.c | 3 +- + drivers/gpu/drm/nouveau/nouveau_connector.c | 10 + + drivers/gpu/drm/nouveau/nouveau_display.c | 39 +- + drivers/gpu/drm/nouveau/nouveau_display.h | 8 +- + drivers/gpu/drm/nouveau/nouveau_drm.c | 17 +- + drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +- + drivers/gpu/drm/nouveau/nouveau_encoder.h | 1 + + drivers/gpu/drm/nouveau/nouveau_hwmon.c | 983 +- + drivers/gpu/drm/nouveau/nouveau_ttm.c | 2 +- + drivers/gpu/drm/nouveau/nouveau_vga.c | 4 + + drivers/gpu/drm/nouveau/nv50_display.c | 251 +- + drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 6 +- + drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 13 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/Kbuild | 24 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c | 243 +- + .../gpu/drm/nouveau/nvkm/engine/disp/basenv50.c | 3 +- + .../gpu/drm/nouveau/nvkm/engine/disp/channv50.c | 1 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c | 24 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.h | 14 +- + .../gpu/drm/nouveau/nvkm/engine/disp/cursnv50.c | 3 +- + .../gpu/drm/nouveau/nvkm/engine/disp/dacgf119.c | 65 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/dacnv50.c | 140 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c | 652 + + .../drm/nouveau/nvkm/engine/disp/{dport.h => dp.h} | 38 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c | 401 - + drivers/gpu/drm/nouveau/nvkm/engine/disp/g84.c | 24 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/g94.c | 25 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c | 422 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gk104.c | 21 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gk110.c | 21 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gm107.c | 21 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gm200.c | 22 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gp100.c | 21 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gp102.c | 21 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gt200.c | 24 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/gt215.c | 26 +- + .../gpu/drm/nouveau/nvkm/engine/disp/hdagf119.c | 75 +- + .../gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c | 74 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 66 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.h | 15 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmig84.c | 73 +- + .../gpu/drm/nouveau/nvkm/engine/disp/hdmigf119.c | 74 +- + .../gpu/drm/nouveau/nvkm/engine/disp/hdmigk104.c | 72 +- + .../gpu/drm/nouveau/nvkm/engine/disp/hdmigt215.c | 74 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/head.c | 105 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/head.h | 56 + + .../gpu/drm/nouveau/nvkm/engine/disp/headgf119.c | 96 + + .../gpu/drm/nouveau/nvkm/engine/disp/headnv04.c | 74 + + .../gpu/drm/nouveau/nvkm/engine/disp/headnv50.c | 92 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c | 72 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h | 169 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c | 43 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp89.c | 43 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/nv04.c | 31 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c | 991 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.h | 76 +- + .../gpu/drm/nouveau/nvkm/engine/disp/oimmnv50.c | 3 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.c | 214 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h | 55 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.c | 282 - + drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.h | 76 - + .../gpu/drm/nouveau/nvkm/engine/disp/ovlynv50.c | 3 +- + .../gpu/drm/nouveau/nvkm/engine/disp/piornv50.c | 163 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/priv.h | 28 +- + .../gpu/drm/nouveau/nvkm/engine/disp/rootgf119.c | 60 +- + .../gpu/drm/nouveau/nvkm/engine/disp/rootnv04.c | 54 +- + .../gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c | 259 +- + drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c | 38 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg94.c | 290 +- + .../gpu/drm/nouveau/nvkm/engine/disp/sorgf119.c | 203 +- + .../gpu/drm/nouveau/nvkm/engine/disp/sorgk104.c | 53 + + .../gpu/drm/nouveau/nvkm/engine/disp/sorgm107.c | 49 +- + .../gpu/drm/nouveau/nvkm/engine/disp/sorgm200.c | 163 +- + .../gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c | 69 + + .../gpu/drm/nouveau/nvkm/engine/disp/sormcp77.c | 48 + + .../gpu/drm/nouveau/nvkm/engine/disp/sormcp89.c | 53 + + drivers/gpu/drm/nouveau/nvkm/engine/disp/sornv50.c | 100 +- + .../gpu/drm/nouveau/nvkm/subdev/bios/iccsense.c | 5 +- + drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c | 227 +- + drivers/gpu/drm/nouveau/nvkm/subdev/bios/volt.c | 6 +- + drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c | 2 +- + drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv50.c | 15 +- + drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c | 7 +- + drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c | 7 +- + drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c | 12 +- + drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gk20a.c | 2 +- + drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c | 4 +- + drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c | 2 +- + drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c | 2 +- + drivers/gpu/drm/nouveau/nvkm/subdev/timer/base.c | 9 - + drivers/gpu/drm/omapdrm/Makefile | 1 - + .../gpu/drm/omapdrm/displays/connector-analog-tv.c | 51 +- + drivers/gpu/drm/omapdrm/displays/connector-dvi.c | 3 - + drivers/gpu/drm/omapdrm/displays/connector-hdmi.c | 3 - + drivers/gpu/drm/omapdrm/displays/encoder-opa362.c | 10 - + drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c | 4 - + drivers/gpu/drm/omapdrm/displays/panel-dpi.c | 83 +- + drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 10 - + .../omapdrm/displays/panel-lgphilips-lb035q02.c | 7 - + .../drm/omapdrm/displays/panel-nec-nl8048hl11.c | 6 - + .../drm/omapdrm/displays/panel-sharp-ls037v7dw01.c | 7 - + .../drm/omapdrm/displays/panel-sony-acx565akm.c | 49 +- + .../drm/omapdrm/displays/panel-tpo-td028ttec1.c | 5 - + .../drm/omapdrm/displays/panel-tpo-td043mtea1.c | 6 - + drivers/gpu/drm/omapdrm/dss/Kconfig | 13 - + drivers/gpu/drm/omapdrm/dss/Makefile | 1 - + drivers/gpu/drm/omapdrm/dss/core.c | 41 - + drivers/gpu/drm/omapdrm/dss/dispc.c | 707 +- + drivers/gpu/drm/omapdrm/dss/display.c | 62 +- + drivers/gpu/drm/omapdrm/dss/dpi.c | 106 - + drivers/gpu/drm/omapdrm/dss/dsi.c | 118 +- + drivers/gpu/drm/omapdrm/dss/dss.c | 14 +- + drivers/gpu/drm/omapdrm/dss/dss.h | 11 - + drivers/gpu/drm/omapdrm/dss/dss_features.c | 179 +- + drivers/gpu/drm/omapdrm/dss/dss_features.h | 6 +- + drivers/gpu/drm/omapdrm/dss/hdmi4.c | 8 +- + drivers/gpu/drm/omapdrm/dss/hdmi4_core.c | 9 +- + drivers/gpu/drm/omapdrm/dss/hdmi5.c | 8 +- + drivers/gpu/drm/omapdrm/dss/hdmi5_core.c | 9 +- + drivers/gpu/drm/omapdrm/dss/hdmi_phy.c | 9 +- + drivers/gpu/drm/omapdrm/dss/hdmi_pll.c | 9 +- + drivers/gpu/drm/omapdrm/dss/hdmi_wp.c | 12 +- + drivers/gpu/drm/omapdrm/dss/omapdss.h | 226 +- + drivers/gpu/drm/omapdrm/dss/output.c | 13 - + drivers/gpu/drm/omapdrm/dss/rfbi.c | 1083 - + drivers/gpu/drm/omapdrm/dss/sdi.c | 61 - + drivers/gpu/drm/omapdrm/dss/venc.c | 53 +- + drivers/gpu/drm/omapdrm/dss/video-pll.c | 20 +- + drivers/gpu/drm/omapdrm/omap_crtc.c | 30 +- + drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 2 +- + drivers/gpu/drm/omapdrm/omap_drv.c | 195 +- + drivers/gpu/drm/omapdrm/omap_drv.h | 41 +- + drivers/gpu/drm/omapdrm/omap_fb.c | 203 +- + drivers/gpu/drm/omapdrm/omap_fbdev.c | 15 +- + drivers/gpu/drm/omapdrm/omap_gem.c | 429 +- + drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 36 +- + drivers/gpu/drm/omapdrm/omap_irq.c | 8 +- + drivers/gpu/drm/omapdrm/omap_plane.c | 140 +- + drivers/gpu/drm/panel/Kconfig | 13 + + drivers/gpu/drm/panel/Makefile | 1 + + drivers/gpu/drm/panel/panel-innolux-p079zca.c | 340 + + drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c | 64 +- + drivers/gpu/drm/panel/panel-simple.c | 90 + + drivers/gpu/drm/pl111/Kconfig | 14 + + drivers/gpu/drm/pl111/Makefile | 7 + + drivers/gpu/drm/pl111/pl111_connector.c | 127 + + drivers/gpu/drm/pl111/pl111_debugfs.c | 55 + + drivers/gpu/drm/pl111/pl111_display.c | 465 + + drivers/gpu/drm/pl111/pl111_drm.h | 67 + + drivers/gpu/drm/pl111/pl111_drv.c | 269 + + drivers/gpu/drm/qxl/Makefile | 2 - + drivers/gpu/drm/qxl/qxl_debugfs.c | 2 +- + drivers/gpu/drm/qxl/qxl_display.c | 9 +- + drivers/gpu/drm/qxl/qxl_drv.c | 6 +- + drivers/gpu/drm/qxl/qxl_drv.h | 18 +- + drivers/gpu/drm/qxl/qxl_fb.c | 11 +- + drivers/gpu/drm/qxl/qxl_gem.c | 5 +- + drivers/gpu/drm/qxl/qxl_ttm.c | 10 +- + drivers/gpu/drm/r128/Makefile | 1 - + drivers/gpu/drm/radeon/Makefile | 2 +- + drivers/gpu/drm/radeon/btc_dpm.c | 2 +- + drivers/gpu/drm/radeon/ci_dpm.c | 2 +- + drivers/gpu/drm/radeon/ci_smc.c | 2 +- + drivers/gpu/drm/radeon/cik.c | 29 +- + drivers/gpu/drm/radeon/cypress_dpm.c | 2 +- + drivers/gpu/drm/radeon/evergreen.c | 943 +- + drivers/gpu/drm/radeon/kv_dpm.c | 2 +- + drivers/gpu/drm/radeon/kv_smc.c | 2 +- + drivers/gpu/drm/radeon/ni_dpm.c | 2 +- + drivers/gpu/drm/radeon/r600_dpm.c | 2 +- + drivers/gpu/drm/radeon/radeon.h | 39 +- + drivers/gpu/drm/radeon/radeon_cs.c | 11 +- + drivers/gpu/drm/radeon/radeon_drv.c | 28 +- + drivers/gpu/drm/radeon/radeon_gem.c | 2 +- + drivers/gpu/drm/radeon/radeon_irq_kms.c | 35 + + drivers/gpu/drm/radeon/radeon_kfd.c | 34 +- + drivers/gpu/drm/radeon/radeon_kms.c | 62 +- + drivers/gpu/drm/radeon/radeon_mode.h | 3 + + drivers/gpu/drm/radeon/radeon_ring.c | 4 +- + drivers/gpu/drm/radeon/radeon_ttm.c | 10 +- + drivers/gpu/drm/radeon/radeon_vm.c | 4 +- + drivers/gpu/drm/radeon/rs780_dpm.c | 2 +- + drivers/gpu/drm/radeon/rv6xx_dpm.c | 2 +- + drivers/gpu/drm/radeon/rv730_dpm.c | 2 +- + drivers/gpu/drm/radeon/rv740_dpm.c | 2 +- + drivers/gpu/drm/radeon/rv770_dpm.c | 2 +- + drivers/gpu/drm/radeon/rv770_smc.c | 2 +- + drivers/gpu/drm/radeon/si.c | 655 +- + drivers/gpu/drm/radeon/si_dpm.c | 2 +- + drivers/gpu/drm/radeon/si_smc.c | 2 +- + drivers/gpu/drm/radeon/sumo_dpm.c | 2 +- + drivers/gpu/drm/radeon/sumo_smc.c | 2 +- + drivers/gpu/drm/radeon/trinity_dpm.c | 2 +- + drivers/gpu/drm/radeon/trinity_smc.c | 2 +- + drivers/gpu/drm/rcar-du/rcar_du_crtc.c | 30 +- + drivers/gpu/drm/rcar-du/rcar_du_crtc.h | 1 + + drivers/gpu/drm/rcar-du/rcar_du_vsp.c | 83 +- + drivers/gpu/drm/rcar-du/rcar_du_vsp.h | 2 + + drivers/gpu/drm/rockchip/analogix_dp-rockchip.c | 14 +- + drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 2 +- + drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 3 +- + drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 31 +- + drivers/gpu/drm/savage/Makefile | 1 - + drivers/gpu/drm/selftests/test-drm_mm.c | 28 + + drivers/gpu/drm/sis/Makefile | 1 - + drivers/gpu/drm/sti/sti_compositor.c | 2 +- + drivers/gpu/drm/sti/sti_cursor.c | 5 +- + drivers/gpu/drm/sti/sti_dvo.c | 3 +- + drivers/gpu/drm/sti/sti_gdp.c | 5 +- + drivers/gpu/drm/sti/sti_hda.c | 9 +- + drivers/gpu/drm/sti/sti_hdmi.c | 23 +- + drivers/gpu/drm/sti/sti_hqvdp.c | 7 +- + drivers/gpu/drm/sti/sti_mixer.c | 3 +- + drivers/gpu/drm/sti/sti_tvout.c | 7 +- + drivers/gpu/drm/sti/sti_vid.c | 5 +- + drivers/gpu/drm/stm/Kconfig | 16 + + drivers/gpu/drm/stm/Makefile | 5 + + drivers/gpu/drm/stm/drv.c | 221 + + drivers/gpu/drm/stm/ltdc.c | 1158 + + drivers/gpu/drm/stm/ltdc.h | 40 + + drivers/gpu/drm/sun4i/Kconfig | 28 + + drivers/gpu/drm/sun4i/Makefile | 14 +- + drivers/gpu/drm/sun4i/sun4i_backend.c | 122 +- + drivers/gpu/drm/sun4i/sun4i_backend.h | 15 +- + drivers/gpu/drm/sun4i/sun4i_crtc.c | 32 +- + drivers/gpu/drm/sun4i/sun4i_crtc.h | 5 +- + drivers/gpu/drm/sun4i/sun4i_drv.c | 21 +- + drivers/gpu/drm/sun4i/sun4i_drv.h | 5 +- + drivers/gpu/drm/sun4i/sun4i_hdmi.h | 157 + + drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c | 127 + + drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 501 + + drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c | 225 + + drivers/gpu/drm/sun4i/sun4i_layer.c | 21 +- + drivers/gpu/drm/sun4i/sun4i_layer.h | 6 +- + drivers/gpu/drm/sun4i/sun4i_rgb.c | 3 +- + drivers/gpu/drm/sun4i/sun4i_tcon.c | 142 +- + drivers/gpu/drm/sun4i/sun4i_tcon.h | 10 +- + drivers/gpu/drm/sun4i/sun4i_tv.c | 12 +- + drivers/gpu/drm/sun4i/sun8i_layer.c | 134 + + drivers/gpu/drm/sun4i/sun8i_layer.h | 36 + + drivers/gpu/drm/sun4i/sun8i_mixer.c | 414 + + drivers/gpu/drm/sun4i/sun8i_mixer.h | 137 + + drivers/gpu/drm/sun4i/sunxi_engine.h | 98 + + drivers/gpu/drm/tdfx/Makefile | 1 - + drivers/gpu/drm/tegra/dc.c | 92 +- + drivers/gpu/drm/tegra/drm.c | 123 +- + drivers/gpu/drm/tegra/drm.h | 1 + + drivers/gpu/drm/tegra/gem.c | 5 - + drivers/gpu/drm/tegra/gem.h | 5 + + drivers/gpu/drm/tegra/gr2d.c | 11 +- + drivers/gpu/drm/tegra/gr3d.c | 4 +- + drivers/gpu/drm/tegra/vic.c | 4 +- + drivers/gpu/drm/tilcdc/Makefile | 1 - + drivers/gpu/drm/tilcdc/tilcdc_drv.c | 3 +- + drivers/gpu/drm/tinydrm/mipi-dbi.c | 7 +- + drivers/gpu/drm/ttm/Makefile | 1 - + drivers/gpu/drm/ttm/ttm_bo.c | 4 +- + drivers/gpu/drm/ttm/ttm_bo_vm.c | 6 +- + drivers/gpu/drm/ttm/ttm_tt.c | 13 +- + drivers/gpu/drm/udl/Makefile | 3 - + drivers/gpu/drm/udl/udl_dmabuf.c | 2 +- + drivers/gpu/drm/udl/udl_gem.c | 2 +- + drivers/gpu/drm/vc4/Kconfig | 4 +- + drivers/gpu/drm/vc4/Makefile | 3 +- + drivers/gpu/drm/vc4/vc4_bo.c | 116 +- + drivers/gpu/drm/vc4/vc4_crtc.c | 54 +- + drivers/gpu/drm/vc4/vc4_dpi.c | 180 +- + drivers/gpu/drm/vc4/vc4_drv.c | 10 +- + drivers/gpu/drm/vc4/vc4_drv.h | 82 +- + drivers/gpu/drm/vc4/vc4_dsi.c | 294 +- + drivers/gpu/drm/vc4/vc4_fence.c | 56 + + drivers/gpu/drm/vc4/vc4_gem.c | 189 +- + drivers/gpu/drm/vc4/vc4_hdmi.c | 202 +- + drivers/gpu/drm/vc4/vc4_hvs.c | 2 +- + drivers/gpu/drm/vc4/vc4_irq.c | 65 +- + drivers/gpu/drm/vc4/vc4_kms.c | 101 +- + drivers/gpu/drm/vc4/vc4_plane.c | 40 +- + drivers/gpu/drm/vc4/vc4_regs.h | 19 + + drivers/gpu/drm/vc4/vc4_render_cl.c | 3 +- + drivers/gpu/drm/vc4/vc4_v3d.c | 185 +- + drivers/gpu/drm/vc4/vc4_validate.c | 57 +- + drivers/gpu/drm/vgem/Makefile | 1 - + drivers/gpu/drm/vgem/vgem_drv.c | 194 +- + drivers/gpu/drm/vgem/vgem_drv.h | 2 + + drivers/gpu/drm/via/Makefile | 1 - + drivers/gpu/drm/virtio/Makefile | 2 - + drivers/gpu/drm/virtio/virtgpu_debugfs.c | 2 +- + drivers/gpu/drm/virtio/virtgpu_drm_bus.c | 1 - + drivers/gpu/drm/virtio/virtgpu_drv.c | 4 +- + drivers/gpu/drm/virtio/virtgpu_drv.h | 8 +- + drivers/gpu/drm/virtio/virtgpu_ioctl.c | 32 +- + drivers/gpu/drm/virtio/virtgpu_kms.c | 4 +- + drivers/gpu/drm/virtio/virtgpu_ttm.c | 10 +- + drivers/gpu/drm/vmwgfx/Makefile | 3 - + drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c | 3 +- + drivers/gpu/drm/vmwgfx/vmwgfx_context.c | 3 +- + drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c | 3 +- + drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 4 +- + drivers/gpu/drm/vmwgfx/vmwgfx_msg.c | 2 +- + drivers/gpu/drm/vmwgfx/vmwgfx_shader.c | 3 +- + drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 3 +- + drivers/gpu/drm/zte/Makefile | 1 + + drivers/gpu/drm/zte/zx_common_regs.h | 31 + + drivers/gpu/drm/zte/zx_drm_drv.c | 3 +- + drivers/gpu/drm/zte/zx_drm_drv.h | 1 + + drivers/gpu/drm/zte/zx_plane.c | 1 + + drivers/gpu/drm/zte/zx_plane_regs.h | 18 - + drivers/gpu/drm/zte/zx_vga.c | 531 + + drivers/gpu/drm/zte/zx_vga_regs.h | 36 + + drivers/gpu/drm/zte/zx_vou.c | 36 +- + drivers/gpu/drm/zte/zx_vou_regs.h | 12 +- + drivers/gpu/host1x/bus.c | 75 + + drivers/gpu/host1x/cdma.h | 1 - + drivers/gpu/host1x/channel.c | 147 +- + drivers/gpu/host1x/channel.h | 21 +- + drivers/gpu/host1x/debug.c | 47 +- + drivers/gpu/host1x/dev.c | 7 +- + drivers/gpu/host1x/dev.h | 6 +- + drivers/gpu/host1x/hw/channel_hw.c | 4 - + drivers/gpu/host1x/job.c | 124 +- + drivers/gpu/host1x/job.h | 14 - + drivers/gpu/host1x/syncpt.c | 81 +- + drivers/gpu/ipu-v3/ipu-common.c | 39 +- + drivers/gpu/ipu-v3/ipu-cpmem.c | 6 + + drivers/gpu/ipu-v3/ipu-prg.c | 2 - + drivers/gpu/ipu-v3/ipu-prv.h | 9 +- + drivers/gpu/ipu-v3/ipu-vdi.c | 4 +- + drivers/hid/Kconfig | 15 + + drivers/hid/Makefile | 2 + + drivers/hid/hid-apple.c | 59 +- + drivers/hid/hid-asus.c | 30 + + drivers/hid/hid-chicony.c | 2 - + drivers/hid/hid-core.c | 102 +- + drivers/hid/hid-ids.h | 14 +- + drivers/hid/hid-input.c | 9 + + drivers/hid/hid-ite.c | 56 + + drivers/hid/hid-multitouch.c | 184 +- + drivers/hid/hid-retrode.c | 100 + + drivers/hid/i2c-hid/i2c-hid.c | 34 +- + drivers/hid/intel-ish-hid/Kconfig | 2 +- + drivers/hid/intel-ish-hid/ipc/hw-ish.h | 2 + + drivers/hid/intel-ish-hid/ipc/ipc.c | 15 +- + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 2 + + drivers/hid/intel-ish-hid/ishtp-hid-client.c | 5 +- + drivers/hid/intel-ish-hid/ishtp/client.c | 49 +- + drivers/hid/intel-ish-hid/ishtp/client.h | 6 +- + drivers/hid/intel-ish-hid/ishtp/hbm.c | 11 +- + drivers/hid/usbhid/hid-core.c | 150 +- + drivers/hid/usbhid/hiddev.c | 24 +- + drivers/hid/usbhid/usbhid.h | 15 +- + drivers/hid/wacom.h | 1 + + drivers/hid/wacom_sys.c | 4 +- + drivers/hid/wacom_wac.c | 200 +- + drivers/hid/wacom_wac.h | 7 + + drivers/media/platform/rcar-fcp.c | 17 +- + drivers/media/platform/vsp1/vsp1.h | 1 + + drivers/media/platform/vsp1/vsp1_dl.c | 23 +- + drivers/media/platform/vsp1/vsp1_dl.h | 2 +- + drivers/media/platform/vsp1/vsp1_drm.c | 41 + + drivers/media/platform/vsp1/vsp1_drm.h | 11 + + drivers/media/platform/vsp1/vsp1_drv.c | 9 + + drivers/media/platform/vsp1/vsp1_pipe.c | 13 +- + drivers/media/platform/vsp1/vsp1_video.c | 2 +- + drivers/of/property.c | 148 + + drivers/staging/greybus/hid.c | 43 +- + drivers/video/fbdev/omap2/omapfb/dss/core.c | 2 - + fs/autofs4/autofs_i.h | 2 +- + fs/autofs4/waitq.c | 18 +- + fs/btrfs/file.c | 26 +- + fs/buffer.c | 124 + + fs/f2fs/Makefile | 2 +- + fs/f2fs/acl.c | 2 +- + fs/f2fs/checkpoint.c | 33 +- + fs/f2fs/data.c | 215 +- + fs/f2fs/dir.c | 3 +- + fs/f2fs/extent_cache.c | 12 +- + fs/f2fs/f2fs.h | 201 +- + fs/f2fs/file.c | 183 +- + fs/f2fs/gc.c | 40 +- + fs/f2fs/inline.c | 22 +- + fs/f2fs/inode.c | 17 +- + fs/f2fs/namei.c | 71 +- + fs/f2fs/node.c | 67 +- + fs/f2fs/node.h | 6 +- + fs/f2fs/segment.c | 236 +- + fs/f2fs/segment.h | 4 + + fs/f2fs/super.c | 705 +- + fs/f2fs/sysfs.c | 364 + + fs/iomap.c | 94 + + fs/xfs/Kconfig | 13 + + fs/xfs/libxfs/xfs_ag_resv.c | 3 +- + fs/xfs/libxfs/xfs_alloc.c | 8 +- + fs/xfs/libxfs/xfs_alloc.h | 2 + + fs/xfs/libxfs/xfs_alloc_btree.c | 26 +- + fs/xfs/libxfs/xfs_attr.c | 26 +- + fs/xfs/libxfs/xfs_attr_leaf.c | 2 +- + fs/xfs/libxfs/xfs_attr_remote.c | 13 +- + fs/xfs/libxfs/xfs_attr_sf.h | 10 +- + fs/xfs/libxfs/xfs_bit.h | 24 +- + fs/xfs/libxfs/xfs_bmap.c | 51 +- + fs/xfs/libxfs/xfs_bmap.h | 2 +- + fs/xfs/libxfs/xfs_bmap_btree.c | 34 +- + fs/xfs/libxfs/xfs_btree.c | 52 +- + fs/xfs/libxfs/xfs_btree.h | 33 +- + fs/xfs/libxfs/xfs_cksum.h | 16 +- + fs/xfs/libxfs/xfs_da_btree.c | 14 +- + fs/xfs/libxfs/xfs_da_btree.h | 8 +- + fs/xfs/libxfs/xfs_da_format.c | 28 +- + fs/xfs/libxfs/xfs_da_format.h | 64 +- + fs/xfs/libxfs/xfs_dir2.c | 3 +- + fs/xfs/libxfs/xfs_dir2.h | 8 +- + fs/xfs/libxfs/xfs_dir2_block.c | 2 +- + fs/xfs/libxfs/xfs_dir2_leaf.c | 18 +- + fs/xfs/libxfs/xfs_dir2_node.c | 10 +- + fs/xfs/libxfs/xfs_dir2_priv.h | 10 +- + fs/xfs/libxfs/xfs_dir2_sf.c | 2 +- + fs/xfs/libxfs/xfs_format.h | 113 +- + fs/xfs/libxfs/xfs_fs.h | 16 +- + fs/xfs/libxfs/xfs_ialloc.c | 53 +- + fs/xfs/libxfs/xfs_ialloc.h | 5 + + fs/xfs/libxfs/xfs_ialloc_btree.c | 36 +- + fs/xfs/libxfs/xfs_inode_buf.c | 7 +- + fs/xfs/libxfs/xfs_inode_buf.h | 31 +- + fs/xfs/libxfs/xfs_log_format.h | 256 +- + fs/xfs/libxfs/xfs_log_recover.h | 2 +- + fs/xfs/libxfs/xfs_quota_defs.h | 6 +- + fs/xfs/libxfs/xfs_refcount.c | 16 +- + fs/xfs/libxfs/xfs_refcount.h | 16 + + fs/xfs/libxfs/xfs_refcount_btree.c | 12 +- + fs/xfs/libxfs/xfs_rmap.c | 14 +- + fs/xfs/libxfs/xfs_rmap.h | 11 +- + fs/xfs/libxfs/xfs_rmap_btree.c | 34 +- + fs/xfs/libxfs/xfs_rtbitmap.c | 4 +- + fs/xfs/libxfs/xfs_sb.c | 4 +- + fs/xfs/libxfs/xfs_symlink_remote.c | 2 +- + fs/xfs/libxfs/xfs_trans_resv.c | 4 +- + fs/xfs/libxfs/xfs_types.h | 46 +- + fs/xfs/xfs.h | 4 + + fs/xfs/xfs_acl.c | 6 +- + fs/xfs/xfs_acl.h | 1 + + fs/xfs/xfs_aops.c | 4 +- + fs/xfs/xfs_attr.h | 3 + + fs/xfs/xfs_attr_list.c | 61 +- + fs/xfs/xfs_bmap_item.c | 17 +- + fs/xfs/xfs_bmap_util.c | 164 +- + fs/xfs/xfs_bmap_util.h | 4 + + fs/xfs/xfs_buf.c | 62 +- + fs/xfs/xfs_buf.h | 1 + + fs/xfs/xfs_buf_item.c | 21 +- + fs/xfs/xfs_dir2_readdir.c | 341 +- + fs/xfs/xfs_discard.c | 4 +- + fs/xfs/xfs_dquot.c | 85 +- + fs/xfs/xfs_error.c | 319 +- + fs/xfs/xfs_error.h | 44 +- + fs/xfs/xfs_file.c | 378 +- + fs/xfs/xfs_fsops.c | 16 +- + fs/xfs/xfs_fsops.h | 4 +- + fs/xfs/xfs_globals.c | 5 + + fs/xfs/xfs_icache.c | 52 +- + fs/xfs/xfs_icache.h | 4 + + fs/xfs/xfs_inode.c | 17 +- + fs/xfs/xfs_inode.h | 7 +- + fs/xfs/xfs_ioctl.c | 27 +- + fs/xfs/xfs_ioctl.h | 10 +- + fs/xfs/xfs_ioctl32.h | 6 +- + fs/xfs/xfs_iomap.c | 4 +- + fs/xfs/xfs_iops.c | 6 +- + fs/xfs/xfs_itable.c | 2 +- + fs/xfs/xfs_itable.h | 2 + + fs/xfs/xfs_linux.h | 21 +- + fs/xfs/xfs_log.c | 87 +- + fs/xfs/xfs_log.h | 2 +- + fs/xfs/xfs_log_cil.c | 91 +- + fs/xfs/xfs_log_priv.h | 3 +- + fs/xfs/xfs_log_recover.c | 49 +- + fs/xfs/xfs_message.c | 5 +- + fs/xfs/xfs_mount.c | 26 +- + fs/xfs/xfs_mount.h | 60 +- + fs/xfs/xfs_qm.c | 28 +- + fs/xfs/xfs_qm_bhv.c | 2 +- + fs/xfs/xfs_quotaops.c | 1 - + fs/xfs/xfs_reflink.c | 101 +- + fs/xfs/xfs_reflink.h | 8 +- + fs/xfs/xfs_rtalloc.c | 8 +- + fs/xfs/xfs_rtalloc.h | 3 + + fs/xfs/xfs_stats.c | 8 +- + fs/xfs/xfs_stats.h | 190 +- + fs/xfs/xfs_super.c | 26 +- + fs/xfs/xfs_symlink.c | 12 +- + fs/xfs/xfs_symlink.h | 1 + + fs/xfs/xfs_sysctl.h | 1 + + fs/xfs/xfs_sysfs.c | 81 +- + fs/xfs/xfs_trace.h | 40 +- + fs/xfs/xfs_trans.h | 8 +- + fs/xfs/xfs_trans_bmap.c | 11 +- + fs/xfs/xfs_trans_buf.c | 21 +- + fs/xfs/xfs_trans_rmap.c | 2 +- + include/acpi/acrestyp.h | 7 + + include/drm/bridge/dw_hdmi.h | 2 +- + include/drm/drmP.h | 43 +- + include/drm/drm_atomic.h | 97 +- + include/drm/drm_blend.h | 22 +- + include/drm/drm_bridge.h | 51 +- + include/drm/drm_color_mgmt.h | 2 + + include/drm/drm_connector.h | 40 +- + include/drm/drm_crtc.h | 66 +- + include/drm/drm_dp_helper.h | 168 + + include/drm/drm_dp_mst_helper.h | 26 + + include/drm/drm_drv.h | 109 +- + include/drm/drm_fb_cma_helper.h | 4 + + include/drm/drm_file.h | 6 + + include/drm/drm_gem_cma_helper.h | 17 +- + include/drm/drm_irq.h | 147 +- + include/drm/drm_mem_util.h | 78 - + include/drm/drm_modes.h | 17 + + include/drm/drm_modeset_helper_vtables.h | 159 +- + include/drm/drm_os_linux.h | 14 +- + include/drm/drm_panel.h | 2 + + include/drm/drm_prime.h | 9 + + include/drm/drm_property.h | 2 +- + include/drm/drm_rect.h | 27 + + include/drm/drm_syncobj.h | 89 + + include/drm/drm_vblank.h | 181 + + include/drm/i915_pciids.h | 40 + + include/drm/intel_lpe_audio.h | 22 +- + include/drm/ttm/ttm_bo_driver.h | 9 +- + include/drm/ttm/ttm_execbuf_util.h | 3 +- + include/drm/ttm/ttm_lock.h | 3 +- + include/drm/ttm/ttm_object.h | 3 +- + include/linux/acpi.h | 4 + + include/linux/amba/clcd-regs.h | 86 + + include/linux/amba/clcd.h | 68 +- + include/linux/buffer_head.h | 2 + + include/linux/fwnode.h | 69 + + include/linux/hid.h | 82 +- + include/linux/host1x.h | 38 +- + include/linux/iomap.h | 4 + + include/linux/of.h | 2 + + include/linux/{i2c => platform_data}/i2c-hid.h | 0 + include/linux/platform_data/omapdss.h | 1 - + include/linux/property.h | 5 + + include/linux/sync_file.h | 14 +- + include/linux/uio.h | 8 +- + include/media/rcar-fcp.h | 5 + + include/media/vsp1.h | 10 + + include/trace/events/f2fs.h | 16 +- + include/uapi/drm/amdgpu_drm.h | 38 +- + include/uapi/drm/drm.h | 26 + + include/uapi/drm/drm_fourcc.h | 23 +- + include/uapi/drm/drm_mode.h | 49 +- + include/uapi/drm/i915_drm.h | 61 +- + include/uapi/drm/msm_drm.h | 9 +- + include/uapi/drm/omap_drm.h | 4 +- + include/uapi/drm/vc4_drm.h | 16 + + include/uapi/linux/auto_fs.h | 4 +- + include/uapi/linux/auto_fs4.h | 4 +- + include/video/exynos5433_decon.h | 1 + + include/video/imx-ipu-v3.h | 1 + + kernel/power/main.c | 2 +- + sound/x86/intel_hdmi_audio.c | 324 +- + sound/x86/intel_hdmi_audio.h | 20 +- + 1103 files changed, 365114 insertions(+), 28952 deletions(-) + create mode 100644 Documentation/devicetree/bindings/display/panel/auo,p320hvn03.txt + create mode 100644 Documentation/devicetree/bindings/display/panel/innolux,p079zca.txt + create mode 100644 Documentation/devicetree/bindings/display/panel/nec,nl12880b20-05.txt + create mode 100644 Documentation/devicetree/bindings/display/panel/nlt,nl192108ac18-02d.txt + create mode 100644 Documentation/devicetree/bindings/display/st,stm32-ltdc.txt + create mode 100644 Documentation/gpu/pl111.rst + create mode 100644 Documentation/gpu/tegra.rst + create mode 100644 drivers/char/ipmi/ipmi_dmi.c + create mode 100644 drivers/char/ipmi/ipmi_dmi.h + create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_queue_mgr.c + create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c + create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h + create mode 100644 drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c + create mode 100644 drivers/gpu/drm/amd/amdgpu/nbio_v7_0.h + create mode 100644 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c + create mode 100644 drivers/gpu/drm/amd/amdgpu/psp_v10_0.h + create mode 100644 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c + create mode 100644 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/DCN/dcn_1_0_default.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/DCN/dcn_1_0_offset.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/DCN/dcn_1_0_sh_mask.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/GC/gc_9_1_default.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/GC/gc_9_1_offset.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/GC/gc_9_1_sh_mask.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/MMHUB/mmhub_9_1_default.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/MMHUB/mmhub_9_1_offset.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/MMHUB/mmhub_9_1_sh_mask.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/MP/mp_10_0_default.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/MP/mp_10_0_offset.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/MP/mp_10_0_sh_mask.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/NBIO/nbio_7_0_default.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/NBIO/nbio_7_0_offset.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/NBIO/nbio_7_0_sh_mask.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/SDMA0/sdma0_4_1_default.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/SDMA0/sdma0_4_1_offset.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/SDMA0/sdma0_4_1_sh_mask.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/THM/thm_10_0_default.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/THM/thm_10_0_offset.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/THM/thm_10_0_sh_mask.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/VCN/vcn_1_0_default.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/VCN/vcn_1_0_offset.h + create mode 100644 drivers/gpu/drm/amd/include/asic_reg/raven1/VCN/vcn_1_0_sh_mask.h + create mode 100644 drivers/gpu/drm/amd/include/ivsrcid/irqsrcs_dcn_1_0.h + create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/pp_overdriver.c + create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/pp_overdriver.h + create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c + create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.h + create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/rv_inc.h + create mode 100644 drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h + create mode 100644 drivers/gpu/drm/amd/powerplay/inc/smu10.h + create mode 100644 drivers/gpu/drm/amd/powerplay/inc/smu10_driver_if.h + create mode 100644 drivers/gpu/drm/amd/powerplay/smumgr/rv_smumgr.c + create mode 100644 drivers/gpu/drm/amd/powerplay/smumgr/rv_smumgr.h + create mode 100644 drivers/gpu/drm/bridge/panel.c + create mode 100644 drivers/gpu/drm/drm_syncobj.c + create mode 100644 drivers/gpu/drm/drm_vblank.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_bdw.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_bdw.h + create mode 100644 drivers/gpu/drm/i915/i915_oa_bxt.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_bxt.h + create mode 100644 drivers/gpu/drm/i915/i915_oa_chv.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_chv.h + create mode 100644 drivers/gpu/drm/i915/i915_oa_glk.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_glk.h + create mode 100644 drivers/gpu/drm/i915/i915_oa_kblgt2.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_kblgt2.h + create mode 100644 drivers/gpu/drm/i915/i915_oa_kblgt3.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_kblgt3.h + create mode 100644 drivers/gpu/drm/i915/i915_oa_sklgt2.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_sklgt2.h + create mode 100644 drivers/gpu/drm/i915/i915_oa_sklgt3.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_sklgt3.h + create mode 100644 drivers/gpu/drm/i915/i915_oa_sklgt4.c + create mode 100644 drivers/gpu/drm/i915/i915_oa_sklgt4.h + create mode 100644 drivers/gpu/drm/i915/i915_syncmap.c + create mode 100644 drivers/gpu/drm/i915/i915_syncmap.h + create mode 100644 drivers/gpu/drm/i915/intel_guc_ct.c + create mode 100644 drivers/gpu/drm/i915/intel_guc_ct.h + create mode 100644 drivers/gpu/drm/i915/intel_uncore.h + create mode 100644 drivers/gpu/drm/i915/selftests/i915_gem_timeline.c + create mode 100644 drivers/gpu/drm/i915/selftests/i915_sw_fence.c + create mode 100644 drivers/gpu/drm/i915/selftests/i915_syncmap.c + create mode 100644 drivers/gpu/drm/i915/selftests/mock_timeline.c + create mode 100644 drivers/gpu/drm/i915/selftests/mock_timeline.h + create mode 100644 drivers/gpu/drm/i915/selftests/mock_uncore.c + create mode 100644 drivers/gpu/drm/i915/selftests/mock_uncore.h + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/dacgf119.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c + rename drivers/gpu/drm/nouveau/nvkm/engine/disp/{dport.h => dp.h} (90%) + delete mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.h + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/head.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/head.h + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/headgf119.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/headnv04.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/headnv50.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp77.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/mcp89.c + delete mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.c + delete mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.h + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/sorg84.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgk104.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/sorgt215.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/sormcp77.c + create mode 100644 drivers/gpu/drm/nouveau/nvkm/engine/disp/sormcp89.c + delete mode 100644 drivers/gpu/drm/omapdrm/dss/rfbi.c + create mode 100644 drivers/gpu/drm/panel/panel-innolux-p079zca.c + create mode 100644 drivers/gpu/drm/pl111/Kconfig + create mode 100644 drivers/gpu/drm/pl111/Makefile + create mode 100644 drivers/gpu/drm/pl111/pl111_connector.c + create mode 100644 drivers/gpu/drm/pl111/pl111_debugfs.c + create mode 100644 drivers/gpu/drm/pl111/pl111_display.c + create mode 100644 drivers/gpu/drm/pl111/pl111_drm.h + create mode 100644 drivers/gpu/drm/pl111/pl111_drv.c + create mode 100644 drivers/gpu/drm/stm/Kconfig + create mode 100644 drivers/gpu/drm/stm/Makefile + create mode 100644 drivers/gpu/drm/stm/drv.c + create mode 100644 drivers/gpu/drm/stm/ltdc.c + create mode 100644 drivers/gpu/drm/stm/ltdc.h + create mode 100644 drivers/gpu/drm/sun4i/sun4i_hdmi.h + create mode 100644 drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c + create mode 100644 drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c + create mode 100644 drivers/gpu/drm/sun4i/sun4i_hdmi_tmds_clk.c + create mode 100644 drivers/gpu/drm/sun4i/sun8i_layer.c + create mode 100644 drivers/gpu/drm/sun4i/sun8i_layer.h + create mode 100644 drivers/gpu/drm/sun4i/sun8i_mixer.c + create mode 100644 drivers/gpu/drm/sun4i/sun8i_mixer.h + create mode 100644 drivers/gpu/drm/sun4i/sunxi_engine.h + create mode 100644 drivers/gpu/drm/vc4/vc4_fence.c + create mode 100644 drivers/gpu/drm/zte/zx_common_regs.h + create mode 100644 drivers/gpu/drm/zte/zx_vga.c + create mode 100644 drivers/gpu/drm/zte/zx_vga_regs.h + create mode 100644 drivers/hid/hid-ite.c + create mode 100644 drivers/hid/hid-retrode.c + create mode 100644 fs/f2fs/sysfs.c + delete mode 100644 include/drm/drm_mem_util.h + create mode 100644 include/drm/drm_syncobj.h + create mode 100644 include/drm/drm_vblank.h + create mode 100644 include/linux/amba/clcd-regs.h + rename include/linux/{i2c => platform_data}/i2c-hid.h (100%) +Merging fixes/master (b4b8cbf679c4 Cavium CNN55XX: fix broken default Kconfig entry) +$ git merge fixes/master +Already up-to-date. +Merging kbuild-current/fixes (ad8181060788 kconfig: fix sparse warnings in nconfig) +$ git merge kbuild-current/fixes +Already up-to-date. +Merging arc-current/for-curr (11352460b8dc ARC: [plat-axs10x]: prepare dts files for enabling PAE40 on axs103) +$ git merge arc-current/for-curr +Merge made by the 'recursive' strategy. + arch/arc/boot/dts/axc001.dtsi | 20 +++++++++----------- + arch/arc/boot/dts/axc003.dtsi | 21 ++++++++++----------- + arch/arc/boot/dts/axc003_idu.dtsi | 21 ++++++++++----------- + arch/arc/boot/dts/axs10x_mb.dtsi | 2 +- + arch/arc/configs/nps_defconfig | 1 - + arch/arc/configs/tb10x_defconfig | 1 - + arch/arc/mm/cache.c | 3 +++ + 7 files changed, 33 insertions(+), 36 deletions(-) +Merging arm-current/fixes (9e25ebfe56ec ARM: 8685/1: ensure memblock-limit is pmd-aligned) +$ git merge arm-current/fixes +Already up-to-date. +Merging m68k-current/for-linus (204a2be30a7a m68k: Remove ptrace_signal_deliver) +$ git merge m68k-current/for-linus +Already up-to-date. +Merging metag-fixes/fixes (b884a190afce metag/usercopy: Add missing fixups) +$ git merge metag-fixes/fixes +Already up-to-date. +Merging powerpc-fixes/fixes (d6bd8194e286 powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()) +$ git merge powerpc-fixes/fixes +Already up-to-date. +Merging sparc/master (dbd2667a4fb9 sparc64: Fix gup_huge_pmd) +$ git merge sparc/master +Merge made by the 'recursive' strategy. + arch/sparc/include/asm/asm-prototypes.h | 24 ++++++++++++++++++ + arch/sparc/lib/atomic_64.S | 44 +++++++++++++++++++-------------- + arch/sparc/lib/checksum_64.S | 1 + + arch/sparc/lib/csum_copy.S | 1 + + arch/sparc/lib/memscan_64.S | 2 ++ + arch/sparc/lib/memset.S | 1 + + arch/sparc/mm/gup.c | 4 +-- + 7 files changed, 57 insertions(+), 20 deletions(-) + create mode 100644 arch/sparc/include/asm/asm-prototypes.h +Merging fscrypt-current/for-stable (42d97eb0ade3 fscrypt: fix renaming and linking special files) +$ git merge fscrypt-current/for-stable +Already up-to-date. +Merging net/master (de92cd6cf489 net/mlx5: IPSec, fix 64-bit division correctly) +$ git merge net/master +Merge made by the 'recursive' strategy. + drivers/net/ethernet/mellanox/mlx5/core/Makefile | 4 ++-- + drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile | 1 + + drivers/net/ethernet/mellanox/mlx5/core/en_accel/Makefile | 1 + + drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_rxtx.c | 2 +- + drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c | 2 ++ + drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile | 1 + + drivers/net/ethernet/mellanox/mlx5/core/fpga/core.c | 2 +- + drivers/net/ethernet/mellanox/mlx5/core/fpga/ipsec.c | 4 ++-- + drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile | 1 + + drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile | 1 + + drivers/net/ethernet/mellanox/mlx5/core/lib/gid.c | 1 + + 11 files changed, 14 insertions(+), 6 deletions(-) + create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/accel/Makefile + create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/en_accel/Makefile + create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/fpga/Makefile + create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/ipoib/Makefile + create mode 100644 drivers/net/ethernet/mellanox/mlx5/core/lib/Makefile +Merging ipsec/master (ca3a1b856636 esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO) +$ git merge ipsec/master +Already up-to-date. +Merging netfilter/master (c644bd79c0a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf) +$ git merge netfilter/master +Already up-to-date. +Merging ipvs/master (3c5ab3f395d6 ipvs: SNAT packet replies only for NATed connections) +$ git merge ipvs/master +Already up-to-date. +Merging wireless-drivers/master (35abcd4f9f30 brcmfmac: fix uninitialized warning in brcmf_usb_probe_phase2()) +$ git merge wireless-drivers/master +Already up-to-date. +Merging mac80211/master (d7f13f745036 cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES) +$ git merge mac80211/master +Already up-to-date. +Merging sound-current/for-linus (85dc0f8554fa ALSA: pcm: Simplify check for dma_mmap_coherent() availability) +$ git merge sound-current/for-linus +Auto-merging sound/core/pcm_native.c +Merge made by the 'recursive' strategy. + sound/core/pcm_native.c | 8 +++----- + sound/drivers/opl4/opl4_lib.c | 2 +- + sound/isa/msnd/msnd_midi.c | 30 +++++++++++++++--------------- + sound/isa/msnd/msnd_pinnacle.c | 23 ++++++++++++----------- + sound/pci/hda/patch_realtek.c | 14 ++++++++++++++ + 5 files changed, 45 insertions(+), 32 deletions(-) +Merging pci-current/for-linus (f01fc4177352 ARM/PCI: Fix pcibios_init_resource() struct pci_host_bridge leak) +$ git merge pci-current/for-linus +Merge made by the 'recursive' strategy. + arch/arm/kernel/bios32.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +Merging driver-core.current/driver-core-linus (650fc870a2ef Merge tag 'docs-4.13' of git://git.lwn.net/linux) +$ git merge driver-core.current/driver-core-linus +Already up-to-date. +Merging tty.current/tty-linus (650fc870a2ef Merge tag 'docs-4.13' of git://git.lwn.net/linux) +$ git merge tty.current/tty-linus +Already up-to-date. +Merging usb.current/usb-linus (cee37d83e6d9 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs) +$ git merge usb.current/usb-linus +Already up-to-date. +Merging usb-gadget-fixes/fixes (f50b878fed33 USB: gadget: fix GPF in gadgetfs) +$ git merge usb-gadget-fixes/fixes +Already up-to-date. +Merging usb-serial-fixes/usb-linus (996fab55d864 USB: serial: qcserial: new Sierra Wireless EM7305 device ID) +$ git merge usb-serial-fixes/usb-linus +Already up-to-date. +Merging usb-chipidea-fixes/ci-for-usb-stable (cbb22ebcfb99 usb: chipidea: core: check before accessing ci_role in ci_role_show) +$ git merge usb-chipidea-fixes/ci-for-usb-stable +Already up-to-date. +Merging phy/fixes (9605bc46433d phy: qualcomm: phy-qcom-qmp: fix application of sizeof to pointer) +$ git merge phy/fixes +Already up-to-date. +Merging staging.current/staging-linus (af3c8d98508d Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux) +$ git merge staging.current/staging-linus +Already up-to-date. +Merging char-misc.current/char-misc-linus (650fc870a2ef Merge tag 'docs-4.13' of git://git.lwn.net/linux) +$ git merge char-misc.current/char-misc-linus +Already up-to-date. +Merging input-current/for-linus (ede2e7cdc58e Merge branch 'next' into for-linus) +$ git merge input-current/for-linus +Already up-to-date. +Merging crypto-current/master (b82ce24426a4 crypto: sha1-ssse3 - Disable avx2) +$ git merge crypto-current/master +Merge made by the 'recursive' strategy. + arch/x86/crypto/sha1_ssse3_glue.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +Merging ide/master (acfead32f3f9 ide: don't call memcpy with the same source and destination) +$ git merge ide/master +Already up-to-date. +Merging vfio-fixes/for-linus (39da7c509acf Linux 4.11-rc6) +$ git merge vfio-fixes/for-linus +Already up-to-date. +Merging kselftest-fixes/fixes (2ea659a9ef48 Linux 4.12-rc1) +$ git merge kselftest-fixes/fixes +Already up-to-date. +Merging backlight-fixes/for-backlight-fixes (68feaca0b13e backlight: pwm: Handle EPROBE_DEFER while requesting the PWM) +$ git merge backlight-fixes/for-backlight-fixes +Already up-to-date. +Merging ftrace-fixes/for-next-urgent (6224beb12e19 tracing: Have branch tracer use recursive field of task struct) +$ git merge ftrace-fixes/for-next-urgent +Already up-to-date. +Merging nand-fixes/nand/fixes (d4ed3b9015b5 mtd: nand: make nand_ooblayout_lp_hamming_ops static) +$ git merge nand-fixes/nand/fixes +Already up-to-date. +Merging spi-nor-fixes/spi-nor/fixes (2ea659a9ef48 Linux 4.12-rc1) +$ git merge spi-nor-fixes/spi-nor/fixes +Already up-to-date. +Merging mfd-fixes/for-mfd-fixes (9e69672e90cc dt-bindings: mfd: Update STM32 timers clock names) +$ git merge mfd-fixes/for-mfd-fixes +Already up-to-date. +Merging v4l-dvb-fixes/fixes (2a2599c66368 [media] media: entity: Catch unbalanced media_pipeline_stop calls) +$ git merge v4l-dvb-fixes/fixes +Already up-to-date. +Merging reset-fixes/reset/fixes (4497a224f759 reset: hi6220: Set module license so that it can be loaded) +$ git merge reset-fixes/reset/fixes +Already up-to-date. +Merging drm-intel-fixes/for-linux-next-fixes (611cdf3695a3 drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocations) +$ git merge drm-intel-fixes/for-linux-next-fixes +Already up-to-date. +Merging drm-misc-fixes/for-linux-next-fixes (e94ac3510b6a drm: Fix GETCONNECTOR regression) +$ git merge drm-misc-fixes/for-linux-next-fixes +Already up-to-date. +Merging kbuild/for-next (ffacedcb6526 kbuild: Enable Large File Support for hostprogs) +$ git merge kbuild/for-next +Removing arch/nios2/include/asm/signal.h +Merge made by the 'recursive' strategy. + Makefile | 26 +++++++++++++++++--------- + arch/arc/include/asm/Kbuild | 24 ------------------------ + arch/arc/include/uapi/asm/Kbuild | 24 ++++++++++++++++++++++++ + arch/arm/include/asm/Kbuild | 16 ---------------- + arch/arm/include/uapi/asm/Kbuild | 14 ++++++++++++++ + arch/arm64/include/asm/Kbuild | 17 ----------------- + arch/arm64/include/uapi/asm/Kbuild | 16 ++++++++++++++++ + arch/blackfin/include/asm/Kbuild | 24 +----------------------- + arch/blackfin/include/uapi/asm/Kbuild | 22 ++++++++++++++++++++++ + arch/c6x/include/asm/Kbuild | 28 +--------------------------- + arch/c6x/include/uapi/asm/Kbuild | 25 +++++++++++++++++++++++++ + arch/cris/include/asm/Kbuild | 21 ++------------------- + arch/cris/include/uapi/asm/Kbuild | 17 +++++++++++++++++ + arch/h8300/include/asm/Kbuild | 30 ++---------------------------- + arch/h8300/include/uapi/asm/Kbuild | 26 ++++++++++++++++++++++++++ + arch/hexagon/include/asm/Kbuild | 24 +----------------------- + arch/hexagon/include/uapi/asm/Kbuild | 22 ++++++++++++++++++++++ + arch/ia64/include/asm/Kbuild | 2 -- + arch/m32r/include/asm/Kbuild | 4 +--- + arch/m32r/include/uapi/asm/Kbuild | 3 ++- + arch/m68k/include/asm/Kbuild | 13 +------------ + arch/m68k/include/uapi/asm/Kbuild | 10 ++++++++++ + arch/metag/include/asm/Kbuild | 26 +------------------------- + arch/metag/include/uapi/asm/Kbuild | 24 ++++++++++++++++++++++++ + arch/microblaze/include/asm/Kbuild | 25 ------------------------- + arch/microblaze/include/uapi/asm/Kbuild | 25 ++++++++++++++++++++++++- + arch/nios2/include/asm/Kbuild | 26 +------------------------- + arch/nios2/include/asm/signal.h | 22 ---------------------- + arch/nios2/include/uapi/asm/Kbuild | 23 +++++++++++++++++++++++ + arch/openrisc/include/asm/Kbuild | 29 +---------------------------- + arch/openrisc/include/uapi/asm/Kbuild | 27 +++++++++++++++++++++++++++ + arch/parisc/include/asm/Kbuild | 7 +------ + arch/parisc/include/uapi/asm/Kbuild | 4 ++++ + arch/sh/include/asm/Kbuild | 19 ------------------- + arch/sh/include/uapi/asm/Kbuild | 18 ++++++++++++++++++ + arch/sparc/include/asm/Kbuild | 1 - + arch/sparc/include/uapi/asm/Kbuild | 2 ++ + arch/tile/include/asm/Kbuild | 19 ------------------- + arch/tile/include/uapi/asm/Kbuild | 19 +++++++++++++++++++ + arch/unicore32/include/asm/Kbuild | 30 +----------------------------- + arch/unicore32/include/uapi/asm/Kbuild | 27 +++++++++++++++++++++++++++ + arch/xtensa/include/asm/Kbuild | 10 +--------- + arch/xtensa/include/uapi/asm/Kbuild | 9 +++++++++ + scripts/Makefile.headersinst | 29 ++++------------------------- + 44 files changed, 391 insertions(+), 438 deletions(-) + delete mode 100644 arch/nios2/include/asm/signal.h +Merging uuid/for-next (b86a496a4206 ACPI: hns_dsaf_acpi_dsm_guid can be static) +$ git merge uuid/for-next +Already up-to-date. +Merging dma-mapping/for-next (1655cf8829d8 ARM: dma-mapping: Remove traces of NOMMU code) +$ git merge dma-mapping/for-next +Already up-to-date. +Merging asm-generic/master (a351e9b9fc24 Linux 4.11) +$ git merge asm-generic/master +Already up-to-date. +Merging arc/for-next (6f8119230ed0 ARC: set boot print log level to PR_INFO) +$ git merge arc/for-next +Auto-merging arch/arc/mm/cache.c +Auto-merging arch/arc/kernel/setup.c +Merge made by the 'recursive' strategy. + arch/arc/include/asm/irqflags-arcv2.h | 3 --- + arch/arc/include/asm/irqflags-compact.h | 2 -- + arch/arc/include/asm/spinlock.h | 12 ++++++++++++ + arch/arc/kernel/entry-compact.S | 22 +++++++++++----------- + arch/arc/kernel/process.c | 29 +++++++++++++++++++++++++++-- + arch/arc/kernel/setup.c | 6 +++--- + arch/arc/kernel/traps.c | 2 +- + arch/arc/mm/cache.c | 2 +- + arch/arc/mm/fault.c | 2 +- + arch/arc/mm/tlb.c | 2 +- + arch/arc/mm/tlbex.S | 9 +++++++++ + arch/arc/plat-eznps/Kconfig | 15 +++++++++++++-- + arch/arc/plat-eznps/include/plat/ctop.h | 1 + + arch/arc/plat-eznps/mtm.c | 11 +++++++++-- + 14 files changed, 89 insertions(+), 29 deletions(-) +Merging arm/for-next (fc256ee00f0c Merge branches 'fixes' and 'misc' into for-next) +$ git merge arm/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging arm-perf/for-next/perf (c0f7f7acdecd perf: xgene: Add support for SoC PMU version 3) +$ git merge arm-perf/for-next/perf +Already up-to-date. +Merging arm-soc/for-next (ebc5ff9e87f6 Merge branch 'next/dt64' into for-next) +$ git merge arm-soc/for-next +Merge made by the 'recursive' strategy. + arch/arm/arm-soc-for-next-contents.txt | 251 +++++++++++++++++++++++++++++++++ + 1 file changed, 251 insertions(+) + create mode 100644 arch/arm/arm-soc-for-next-contents.txt +Merging actions/for-next (8ba75fbb148a Merge branch 'v4.13/arm+sps' into next) +$ git merge actions/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging alpine/alpine/for-next (a1144b2b1ec4 ARM: dts: alpine: add valid clock-frequency values) +$ git merge alpine/alpine/for-next +Merge made by the 'recursive' strategy. +Merging amlogic/for-next (f99503e956ae Merge branch 'v4.13/defconfig' into tmp/aml-rebuild) +$ git merge amlogic/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging aspeed/for-next (4944e5dbb215 Merge branches 'dt-for-v4.12' and 'defconfig-for-v4.12' into for-next) +$ git merge aspeed/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging at91/at91-next (19964541c231 Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc) +$ git merge at91/at91-next +Already up-to-date. +Merging bcm2835/for-next (652fb0c6435c Merge branch anholt/bcm2835-defconfig-next into for-next) +$ git merge bcm2835/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging berlin/berlin/for-next (5153351425c9 Merge branch 'berlin/dt' into berlin/for-next) +$ git merge berlin/berlin/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging cortex-m/for-next (f719a0d6a854 ARM: efm32: switch to vendor,device compatible strings) +$ git merge cortex-m/for-next +Already up-to-date. +Merging imx-mxs/for-next (bf6e15ed7f86 Merge branch 'zte/dt64' into for-next) +$ git merge imx-mxs/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging keystone/next (b45371147f9d Merge branch 'for_4.13/keystone_dts' into next) +$ git merge keystone/next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging mvebu/for-next (cf79eb3aab84 Merge branch 'mvebu/dt64' into mvebu/for-next) +$ git merge mvebu/for-next +Merge made by the 'recursive' strategy. +Merging omap/for-next (05f2a5417cf1 Merge branch 'omap-for-v4.13/mmc-regulator' into for-next) +$ git merge omap/for-next +Merge made by the 'recursive' strategy. + arch/arm/boot/dts/am57xx-beagle-x15-revb1.dts | 2 +- + arch/arm/boot/dts/dm8168-evm.dts | 34 ++++++++++++++++- + arch/arm/boot/dts/dm816x.dtsi | 2 +- + arch/arm/boot/dts/dra7-evm.dts | 10 ++++- + arch/arm/boot/dts/dra7.dtsi | 5 +++ + arch/arm/boot/dts/dra71-evm.dts | 18 ++++++++- + arch/arm/boot/dts/dra72-evm-common.dtsi | 2 - + arch/arm/boot/dts/dra72-evm-revc.dts | 18 +++++++++ + arch/arm/boot/dts/dra72-evm.dts | 18 +++++++++ + arch/arm/mach-omap2/pdata-quirks.c | 31 +++++++++++++++ + arch/arm/mach-omap2/pm34xx.c | 1 - + arch/arm/mach-omap2/prm3xxx.c | 7 +--- + arch/arm/mach-omap2/prm44xx.c | 55 +++++++++++++++++++++++++++ + include/linux/platform_data/hsmmc-omap.h | 3 ++ + 14 files changed, 191 insertions(+), 15 deletions(-) +Merging omap-pending/for-next (c20c8f750d9f ARM: OMAP2+: hwmod: fix _idle() hwmod state sanity check sequence) +$ git merge omap-pending/for-next +Already up-to-date. +Merging reset/reset/next (dfeac250c429 reset: zx2967: constify zx2967_reset_ops.) +$ git merge reset/reset/next +Merge made by the 'recursive' strategy. + drivers/reset/reset-zx2967.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +Merging qcom/for-next (9c60544280d4 Merge tag 'qcom-drivers-for-4.13' into all-for-4.13-revised) +$ git merge qcom/for-next +Merge made by the 'recursive' strategy. +Merging realtek/for-next (007e6304223c Merge branch 'v4.13/dt64' into next) +$ git merge realtek/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging renesas/next (c2432fc935fd Merge branch 'fixes-for-v4.13' into next) +$ git merge renesas/next +Merge made by the 'recursive' strategy. + arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 +- + arch/arm64/boot/dts/renesas/ulcb.dtsi | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) +Merging rockchip/for-next (dd3f24b9ff88 Merge branch 'v4.13-clk/next' into for-next) +$ git merge rockchip/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging rpi/for-rpi-next (bc0195aad0da Linux 4.2-rc2) +$ git merge rpi/for-rpi-next +Already up-to-date. +Merging samsung/for-next (2ea659a9ef48 Linux 4.12-rc1) +$ git merge samsung/for-next +Already up-to-date. +Merging samsung-krzk/for-next (005537e095a6 Merge branch 'fixes' into for-next) +$ git merge samsung-krzk/for-next +Merge made by the 'recursive' strategy. + arch/arm/boot/dts/exynos4.dtsi | 3 +++ + 1 file changed, 3 insertions(+) +Merging sunxi/sunxi/for-next (efb85d294c2a Merge branches 'sunxi/h3-for-4.13', 'sunxi/dt-for-4.13' and 'sunxi/dt64-for-4.13' into sunxi/for-next) +$ git merge sunxi/sunxi/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging tegra/for-next (07bb9460b188 Merge branch for-4.13/arm64/dt into for-next) +$ git merge tegra/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging arm64/for-next/core (425e1ed73e65 arm64: fix endianness annotation for 'struct jit_ctx' and friends) +$ git merge arm64/for-next/core +Already up-to-date. +Merging clk/clk-next (3cf50f6b13a2 Merge branch 'binding-doc-cp110-ap806' of git://git.infradead.org/linux-mvebu into clk-next) +$ git merge clk/clk-next +Already up-to-date. +Merging c6x/for-linux-next (91ebcd1b97ae MAINTAINERS: update email address for C6x maintainer) +$ git merge c6x/for-linux-next +Already up-to-date. +Merging cris/for-next (8f50f2a1b46a cris: No need to append -O2 and $(LINUXINCLUDE)) +$ git merge cris/for-next +Already up-to-date. +Merging h8300/h8300-next (58c57526711f h8300: Add missing include file to asm/io.h) +$ git merge h8300/h8300-next +Merge made by the 'recursive' strategy. +Merging hexagon/linux-next (02cc2ccfe771 Revert "Hexagon: fix signal.c compile error") +$ git merge hexagon/linux-next +Already up-to-date. +Merging ia64/next (fbb0e4da96f4 ia64: salinfo: use a waitqueue instead a sema down/up combo) +$ git merge ia64/next +Already up-to-date. +Merging m68k/for-next (204a2be30a7a m68k: Remove ptrace_signal_deliver) +$ git merge m68k/for-next +Already up-to-date. +Merging m68knommu/for-next (354b6382847d m68k: defconfig: Cleanup from old Kconfig options) +$ git merge m68knommu/for-next +Merge made by the 'recursive' strategy. + arch/m68k/configs/m5208evb_defconfig | 1 - + arch/m68k/configs/m5249evb_defconfig | 1 - + arch/m68k/configs/m5272c3_defconfig | 1 - + arch/m68k/configs/m5275evb_defconfig | 1 - + arch/m68k/configs/m5307c3_defconfig | 1 - + arch/m68k/configs/m5407c3_defconfig | 1 - + 6 files changed, 6 deletions(-) +Merging metag/for-next (e3cd7f013bac metag/mm: Drop pointless increment) +$ git merge metag/for-next +Already up-to-date. +Merging microblaze/next (14ef905bb2ee microblaze: Fix MSR flags when returning from exception) +$ git merge microblaze/next +Already up-to-date. +Merging mips/mips-for-linux-next (8823b7cbece3 MIPS: Fix minimum alignment requirement of IRQ stack) +$ git merge mips/mips-for-linux-next +Recorded preimage for 'drivers/clk/Kconfig' +Auto-merging drivers/clk/Makefile +Auto-merging drivers/clk/Kconfig +CONFLICT (content): Merge conflict in drivers/clk/Kconfig +Removing arch/mips/kernel/module-rela.c +Auto-merging arch/mips/generic/init.c +Auto-merging arch/mips/Kconfig +Auto-merging MAINTAINERS +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +Recorded resolution for 'drivers/clk/Kconfig'. +[master 88c71fed18ce] Merge remote-tracking branch 'mips/mips-for-linux-next' +$ git diff -M --stat --summary HEAD^.. + .../devicetree/bindings/clock/img,boston-clock.txt | 31 ++ + MAINTAINERS | 16 + + arch/mips/Kconfig | 114 +++--- + arch/mips/Makefile | 2 +- + arch/mips/boot/dts/img/Makefile | 5 +- + arch/mips/boot/dts/img/boston.dts | 224 +++++++++++ + arch/mips/boot/dts/mti/sead3.dts | 24 +- + arch/mips/configs/ar7_defconfig | 6 - + arch/mips/configs/ath79_defconfig | 2 - + arch/mips/configs/bcm63xx_defconfig | 7 - + arch/mips/configs/bigsur_defconfig | 4 - + arch/mips/configs/bmips_be_defconfig | 1 - + arch/mips/configs/capcella_defconfig | 4 - + arch/mips/configs/cavium_octeon_defconfig | 1 - + arch/mips/configs/ci20_defconfig | 1 - + arch/mips/configs/cobalt_defconfig | 8 - + arch/mips/configs/decstation_defconfig | 1 - + arch/mips/configs/e55_defconfig | 2 - + arch/mips/configs/fuloong2e_defconfig | 11 - + arch/mips/configs/generic/board-boston.config | 48 +++ + arch/mips/configs/gpr_defconfig | 8 - + arch/mips/configs/ip22_defconfig | 11 - + arch/mips/configs/ip27_defconfig | 5 - + arch/mips/configs/ip28_defconfig | 5 - + arch/mips/configs/ip32_defconfig | 8 - + arch/mips/configs/jazz_defconfig | 6 - + arch/mips/configs/jmr3927_defconfig | 7 - + arch/mips/configs/lasat_defconfig | 5 - + arch/mips/configs/lemote2f_defconfig | 12 - + arch/mips/configs/loongson3_defconfig | 3 - + arch/mips/configs/malta_kvm_defconfig | 1 - + arch/mips/configs/malta_kvm_guest_defconfig | 1 - + arch/mips/configs/malta_qemu_32r6_defconfig | 1 - + arch/mips/configs/maltaaprp_defconfig | 2 - + arch/mips/configs/maltasmvp_defconfig | 1 - + arch/mips/configs/maltasmvp_eva_defconfig | 2 - + arch/mips/configs/maltaup_defconfig | 2 - + arch/mips/configs/markeins_defconfig | 4 - + arch/mips/configs/mips_paravirt_defconfig | 1 - + arch/mips/configs/mpc30x_defconfig | 5 - + arch/mips/configs/msp71xx_defconfig | 2 - + arch/mips/configs/mtx1_defconfig | 11 - + arch/mips/configs/nlm_xlp_defconfig | 5 - + arch/mips/configs/nlm_xlr_defconfig | 9 - + arch/mips/configs/pnx8335_stb225_defconfig | 7 - + arch/mips/configs/qi_lb60_defconfig | 3 - + arch/mips/configs/rb532_defconfig | 6 - + arch/mips/configs/rbtx49xx_defconfig | 7 - + arch/mips/configs/rm200_defconfig | 8 - + arch/mips/configs/rt305x_defconfig | 2 - + arch/mips/configs/sb1250_swarm_defconfig | 1 - + arch/mips/configs/tb0219_defconfig | 6 - + arch/mips/configs/tb0226_defconfig | 7 - + arch/mips/configs/tb0287_defconfig | 5 - + arch/mips/configs/workpad_defconfig | 4 - + arch/mips/generic/Kconfig | 20 + + arch/mips/generic/Makefile | 1 + + arch/mips/generic/board-sead3.c | 234 ++--------- + arch/mips/generic/init.c | 27 ++ + arch/mips/generic/vmlinux.its.S | 25 ++ + arch/mips/generic/yamon-dt.c | 240 ++++++++++++ + arch/mips/include/asm/Kbuild | 2 + + arch/mips/include/asm/branch.h | 5 +- + arch/mips/include/asm/cmpxchg.h | 280 ++++++-------- + arch/mips/include/asm/cpu-features.h | 44 +++ + arch/mips/include/asm/cpu-type.h | 1 + + arch/mips/include/asm/cpu.h | 9 +- + arch/mips/include/asm/irq.h | 2 +- + .../include/asm/mach-ath25/cpu-feature-overrides.h | 1 + + .../asm/mach-au1x00/cpu-feature-overrides.h | 1 + + .../asm/mach-bcm63xx/cpu-feature-overrides.h | 1 + + .../asm/mach-cobalt/cpu-feature-overrides.h | 1 + + .../include/asm/mach-dec/cpu-feature-overrides.h | 1 + + arch/mips/include/asm/mach-generic/mc146818rtc.h | 2 +- + .../include/asm/mach-ip22/cpu-feature-overrides.h | 1 + + .../include/asm/mach-ip27/cpu-feature-overrides.h | 1 + + .../include/asm/mach-ip28/cpu-feature-overrides.h | 1 + + .../include/asm/mach-ip32/cpu-feature-overrides.h | 1 + + .../asm/mach-jz4740/cpu-feature-overrides.h | 1 + + arch/mips/include/asm/mach-loongson64/boot_param.h | 22 +- + .../asm/mach-loongson64/cpu-feature-overrides.h | 1 + + .../asm/mach-netlogic/cpu-feature-overrides.h | 1 + + .../asm/mach-rc32434/cpu-feature-overrides.h | 1 + + .../include/asm/mach-rm/cpu-feature-overrides.h | 1 + + .../asm/mach-sibyte/cpu-feature-overrides.h | 1 + + .../asm/mach-tx49xx/cpu-feature-overrides.h | 1 + + arch/mips/include/asm/machine.h | 31 ++ + arch/mips/include/asm/mipsregs.h | 1 + + arch/mips/include/asm/module.h | 8 +- + arch/mips/include/asm/spinlock.h | 426 +-------------------- + arch/mips/include/asm/spinlock_types.h | 34 +- + arch/mips/include/asm/syscall.h | 2 +- + arch/mips/include/asm/uasm.h | 30 ++ + arch/mips/include/asm/vdso.h | 4 +- + arch/mips/include/asm/yamon-dt.h | 64 ++++ + arch/mips/include/uapi/asm/inst.h | 20 +- + arch/mips/kernel/Makefile | 3 +- + arch/mips/kernel/branch.c | 73 ++-- + arch/mips/kernel/cmpxchg.c | 109 ++++++ + arch/mips/kernel/cps-vec.S | 7 +- + arch/mips/kernel/cpu-probe.c | 24 ++ + arch/mips/kernel/mips-cm.c | 40 +- + arch/mips/kernel/module-rela.c | 202 ---------- + arch/mips/kernel/module.c | 221 ++++++++--- + arch/mips/kernel/perf_event_mipsxx.c | 14 +- + arch/mips/kernel/proc.c | 1 + + arch/mips/kernel/ptrace.c | 31 +- + arch/mips/kernel/scall32-o32.S | 2 +- + arch/mips/kernel/scall64-64.S | 2 +- + arch/mips/kernel/scall64-n32.S | 2 +- + arch/mips/kernel/scall64-o32.S | 2 +- + arch/mips/kernel/setup.c | 40 ++ + arch/mips/kernel/smp-cps.c | 35 +- + arch/mips/kernel/smp.c | 3 + + arch/mips/kernel/syscall.c | 19 +- + arch/mips/kernel/unaligned.c | 213 +++++++---- + arch/mips/lib/memcpy.S | 3 + + arch/mips/loongson64/common/env.c | 12 +- + arch/mips/loongson64/common/init.c | 13 + + arch/mips/loongson64/loongson-3/irq.c | 58 ++- + arch/mips/loongson64/loongson-3/smp.c | 23 +- + arch/mips/math-emu/cp1emu.c | 43 ++- + arch/mips/mm/c-r4k.c | 2 + + arch/mips/mm/tlbex.c | 41 +- + arch/mips/mm/uasm-micromips.c | 188 +++++---- + arch/mips/mm/uasm-mips.c | 238 ++++++------ + arch/mips/mm/uasm.c | 61 ++- + arch/mips/net/Makefile | 3 +- + arch/mips/vdso/gettimeofday.c | 59 ++- + drivers/clk/Kconfig | 1 + + drivers/clk/Makefile | 1 + + drivers/clk/imgtec/Kconfig | 9 + + drivers/clk/imgtec/Makefile | 1 + + drivers/clk/imgtec/clk-boston.c | 103 +++++ + drivers/platform/mips/cpu_hwmon.c | 136 +++---- + include/dt-bindings/clock/boston-clock.h | 14 + + 136 files changed, 2452 insertions(+), 1835 deletions(-) + create mode 100644 Documentation/devicetree/bindings/clock/img,boston-clock.txt + create mode 100644 arch/mips/boot/dts/img/boston.dts + create mode 100644 arch/mips/configs/generic/board-boston.config + create mode 100644 arch/mips/generic/yamon-dt.c + create mode 100644 arch/mips/include/asm/yamon-dt.h + create mode 100644 arch/mips/kernel/cmpxchg.c + delete mode 100644 arch/mips/kernel/module-rela.c + create mode 100644 drivers/clk/imgtec/Kconfig + create mode 100644 drivers/clk/imgtec/Makefile + create mode 100644 drivers/clk/imgtec/clk-boston.c + create mode 100644 include/dt-bindings/clock/boston-clock.h +Merging nios2/for-next (e118c3fec9c0 nios2: remove custom early console implementation) +$ git merge nios2/for-next +Already up-to-date. +Merging openrisc/for-next (9d15eb228b10 openrisc: defconfig: Cleanup from old Kconfig options) +$ git merge openrisc/for-next +Merge made by the 'recursive' strategy. +Merging parisc-hd/for-next (6f7da290413b Linux 4.12) +$ git merge parisc-hd/for-next +Already up-to-date. +Merging powerpc/next (1e0fc9d1eb2b powerpc/Kconfig: Enable STRICT_KERNEL_RWX for some configs) +$ git merge powerpc/next +Already up-to-date. +Merging fsl/next (61baf1555512 powerpc/64e: Don't place the stack beyond TASK_SIZE) +$ git merge fsl/next +Already up-to-date. +Merging mpc5xxx/next (39e69f55f857 powerpc: Introduce the use of the managed version of kzalloc) +$ git merge mpc5xxx/next +Already up-to-date. +Merging s390/features (0c6b2975a9a7 Update my email address) +$ git merge s390/features +Already up-to-date. +Merging sparc-next/master (f263fbb8d608 Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci) +$ git merge sparc-next/master +Already up-to-date. +Merging sh/for-next (6e2fbfdd585f sh: fix futex FUTEX_OP_SET op on userspace addresses) +$ git merge sh/for-next +Merge made by the 'recursive' strategy. + arch/sh/include/asm/futex.h | 5 +---- + 1 file changed, 1 insertion(+), 4 deletions(-) +Merging tile/master (0af0bc38175d mm, tile: drop arch_{add,remove}_memory) +$ git merge tile/master +Merge made by the 'recursive' strategy. + arch/tile/include/uapi/arch/abi.h | 49 +++---------------------- + arch/tile/include/uapi/arch/intreg.h | 70 ++++++++++++++++++++++++++++++++++++ + arch/tile/mm/init.c | 30 ---------------- + 3 files changed, 74 insertions(+), 75 deletions(-) + create mode 100644 arch/tile/include/uapi/arch/intreg.h +Merging uml/linux-next (61e8d462457f um: Correctly check for PTRACE_GETRESET/SETREGSET) +$ git merge uml/linux-next +Auto-merging arch/um/kernel/um_arch.c +Merge made by the 'recursive' strategy. + arch/um/Makefile | 4 ++++ + arch/um/drivers/stdio_console.c | 3 +++ + arch/um/include/asm/common.lds.S | 2 +- + arch/um/include/asm/io.h | 17 ++++++++++++++ + arch/um/include/shared/os.h | 4 ++++ + arch/um/include/shared/skas/stub-data.h | 2 -- + arch/um/kernel/physmem.c | 10 ++++---- + arch/um/kernel/trap.c | 10 ++++++++ + arch/um/kernel/um_arch.c | 16 +++++++------ + arch/um/kernel/umid.c | 4 ++-- + arch/um/os-Linux/execvp.c | 2 +- + arch/um/os-Linux/main.c | 9 ++++---- + arch/um/os-Linux/mem.c | 28 +++++++++++----------- + arch/um/os-Linux/skas/process.c | 41 ++++++++++++++++++++++++++++++--- + arch/um/os-Linux/start_up.c | 28 +++++++++++----------- + arch/um/os-Linux/umid.c | 19 ++++++++------- + arch/um/os-Linux/util.c | 34 +++++++++++++++++++++++++++ + arch/x86/um/os-Linux/registers.c | 12 ++++++---- + arch/x86/um/setjmp_32.S | 16 ++++++------- + arch/x86/um/setjmp_64.S | 16 ++++++------- + arch/x86/um/user-offsets.c | 6 ++++- + 21 files changed, 201 insertions(+), 82 deletions(-) + create mode 100644 arch/um/include/asm/io.h +Merging unicore32/unicore32 (bc27113620ca unicore32-oldabi: add oldabi syscall interface) +$ git merge unicore32/unicore32 +Resolved 'arch/unicore32/include/asm/Kbuild' using previous resolution. +Auto-merging arch/unicore32/include/asm/Kbuild +CONFLICT (content): Merge conflict in arch/unicore32/include/asm/Kbuild +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master 68e27d7bbc1d] Merge remote-tracking branch 'unicore32/unicore32' +$ git diff -M --stat --summary HEAD^.. + arch/unicore32/Kconfig | 14 + + arch/unicore32/include/asm/Kbuild | 1 - + arch/unicore32/include/asm/signal.h | 21 + + arch/unicore32/include/asm/syscalls.h | 25 + + arch/unicore32/include/uapi/asm/sigcontext.h | 14 + + arch/unicore32/include/uapi/asm/stat-oldabi.h | 71 +++ + arch/unicore32/include/uapi/asm/stat.h | 19 + + arch/unicore32/include/uapi/asm/unistd-oldabi.h | 770 ++++++++++++++++++++++++ + arch/unicore32/include/uapi/asm/unistd.h | 8 + + arch/unicore32/kernel/entry.S | 17 + + arch/unicore32/kernel/signal.c | 41 ++ + 11 files changed, 1000 insertions(+), 1 deletion(-) + create mode 100644 arch/unicore32/include/asm/signal.h + create mode 100644 arch/unicore32/include/asm/syscalls.h + create mode 100644 arch/unicore32/include/uapi/asm/stat-oldabi.h + create mode 100644 arch/unicore32/include/uapi/asm/stat.h + create mode 100644 arch/unicore32/include/uapi/asm/unistd-oldabi.h +Merging xtensa/xtensa-for-next (bdf3b55fde37 Merge branch 'xtensa-fixes' into xtensa-for-next) +$ git merge xtensa/xtensa-for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging fscrypt/master (c250b7dd8e73 fscrypt: make ->dummy_context() return bool) +$ git merge fscrypt/master +Already up-to-date. +Merging befs/for-next (799ce1dbb9bb befs: add kernel-doc formatting for befs_bt_read_super()) +$ git merge befs/for-next +Merge made by the 'recursive' strategy. + fs/befs/btree.c | 15 ++++++--------- + 1 file changed, 6 insertions(+), 9 deletions(-) +Merging btrfs/next (8b8b08cbfb90 Btrfs: fix delalloc accounting after copy_from_user faults) +$ git merge btrfs/next +Already up-to-date. +Merging btrfs-kdave/for-next (848c23b78faf btrfs: Remove false alert when fiemap range is smaller than on-disk extent) +$ git merge btrfs-kdave/for-next +Already up-to-date. +Merging ceph/master (33e9c8dbfbce libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUS) +$ git merge ceph/master +Merge made by the 'recursive' strategy. + fs/ceph/addr.c | 21 +- + fs/ceph/cache.c | 92 +++- + fs/ceph/caps.c | 40 +- + fs/ceph/file.c | 2 +- + fs/ceph/inode.c | 18 +- + fs/ceph/locks.c | 25 +- + fs/ceph/mds_client.c | 4 +- + fs/ceph/super.c | 47 +- + fs/ceph/super.h | 4 +- + fs/ceph/xattr.c | 3 + + include/linux/ceph/ceph_features.h | 264 +++++++---- + include/linux/ceph/ceph_fs.h | 1 + + include/linux/ceph/decode.h | 60 +++ + include/linux/ceph/libceph.h | 49 +- + include/linux/ceph/messenger.h | 2 + + include/linux/ceph/osd_client.h | 70 ++- + include/linux/ceph/osdmap.h | 41 +- + include/linux/ceph/rados.h | 6 + + include/linux/crush/crush.h | 66 +++ + include/linux/crush/mapper.h | 9 +- + net/ceph/ceph_common.c | 1 + + net/ceph/crush/crush.c | 3 + + net/ceph/crush/mapper.c | 81 +++- + net/ceph/debugfs.c | 112 ++++- + net/ceph/messenger.c | 10 +- + net/ceph/mon_client.c | 8 +- + net/ceph/osd_client.c | 905 +++++++++++++++++++++++++++++++++---- + net/ceph/osdmap.c | 840 ++++++++++++++++++++++++++-------- + 28 files changed, 2308 insertions(+), 476 deletions(-) +Merging cifs/for-next (68a6afa7fad2 cifs: Clean up unused variables in smb2pdu.c) +$ git merge cifs/for-next +Merge made by the 'recursive' strategy. + fs/cifs/Kconfig | 83 ++++++++++++++++++------------------------------ + fs/cifs/Makefile | 7 ++-- + fs/cifs/cifs_unicode.c | 2 -- + fs/cifs/cifs_unicode.h | 2 -- + fs/cifs/cifsfs.c | 13 ++------ + fs/cifs/cifsglob.h | 20 ++---------- + fs/cifs/cifssmb.c | 7 ++++ + fs/cifs/connect.c | 41 ++++++------------------ + fs/cifs/ioctl.c | 2 -- + fs/cifs/link.c | 4 --- + fs/cifs/misc.c | 11 ++----- + fs/cifs/smb2maperror.c | 4 +-- + fs/cifs/smb2ops.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++-- + fs/cifs/smb2pdu.c | 74 ++++++++++++++++++++----------------------- + fs/cifs/smb2proto.h | 3 ++ + 15 files changed, 180 insertions(+), 179 deletions(-) +Merging configfs/for-next (19e72d3abb63 configfs: Introduce config_item_get_unless_zero()) +$ git merge configfs/for-next +Already up-to-date. +Merging ecryptfs/next (be280b25c328 ecryptfs: remove private bin2hex implementation) +$ git merge ecryptfs/next +Auto-merging fs/ecryptfs/main.c +Auto-merging fs/ecryptfs/ecryptfs_kernel.h +Merge made by the 'recursive' strategy. + fs/ecryptfs/crypto.c | 15 --------------- + fs/ecryptfs/ecryptfs_kernel.h | 9 ++++++++- + fs/ecryptfs/keystore.c | 2 +- + fs/ecryptfs/main.c | 2 +- + fs/ecryptfs/miscdev.c | 2 +- + 5 files changed, 11 insertions(+), 19 deletions(-) +Merging ext3/for_next (08db141b5313 reiserfs: fix race in prealloc discard) +$ git merge ext3/for_next +Merge made by the 'recursive' strategy. + fs/reiserfs/bitmap.c | 14 ++++++-- + fs/udf/file.c | 12 +++++-- + fs/udf/inode.c | 4 +-- + fs/udf/super.c | 2 -- + fs/udf/udftime.c | 98 +++++++--------------------------------------------- + 5 files changed, 35 insertions(+), 95 deletions(-) +Merging ext4/dev (ff95015648df ext4: fix spelling mistake: "prellocated" -> "preallocated") +$ git merge ext4/dev +Already up-to-date. +Merging f2fs/dev (0abd675e97e6 f2fs: support plain user/group quota) +$ git merge f2fs/dev +Already up-to-date. +Merging freevxfs/for-next (bf1bb4b460c8 freevxfs: update Kconfig information) +$ git merge freevxfs/for-next +Already up-to-date. +Merging fscache/fscache (d52bd54db8be Merge branch 'akpm' (patches from Andrew)) +$ git merge fscache/fscache +Already up-to-date. +Merging fuse/for-next (68227c03cba8 fuse: initialize the flock flag in fuse_file on allocation) +$ git merge fuse/for-next +Merge made by the 'recursive' strategy. + fs/fuse/file.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +Merging jfs/jfs-next (684666e51585 jfs: atomically read inode size) +$ git merge jfs/jfs-next +Auto-merging fs/jfs/super.c +Merge made by the 'recursive' strategy. + fs/jfs/resize.c | 4 ++-- + fs/jfs/super.c | 4 ++-- + 2 files changed, 4 insertions(+), 4 deletions(-) +Merging nfs/linux-next (6f7da290413b Linux 4.12) +$ git merge nfs/linux-next +Already up-to-date. +Merging nfsd/nfsd-next (bb2a8b0cd116 nfsd4: const-ify nfsd4_ops) +$ git merge nfsd/nfsd-next +Auto-merging include/linux/sunrpc/svc.h +Auto-merging include/linux/sunrpc/sched.h +Auto-merging fs/nfsd/nfsxdr.c +Auto-merging fs/nfsd/nfs4proc.c +Auto-merging fs/nfsd/nfs3xdr.c +Auto-merging fs/nfs/internal.h +Auto-merging fs/nfs/callback_xdr.c +Merge made by the 'recursive' strategy. + fs/lockd/clnt4xdr.c | 34 ++- + fs/lockd/clntxdr.c | 58 +++-- + fs/lockd/mon.c | 38 ++-- + fs/lockd/svc.c | 38 ++-- + fs/lockd/svc4proc.c | 124 +++++++---- + fs/lockd/svcproc.c | 124 +++++++---- + fs/lockd/xdr.c | 43 ++-- + fs/lockd/xdr4.c | 43 ++-- + fs/nfs/callback.c | 2 +- + fs/nfs/callback.h | 27 +-- + fs/nfs/callback_proc.c | 33 ++- + fs/nfs/callback_xdr.c | 113 +++++----- + fs/nfs/internal.h | 10 +- + fs/nfs/mount_clnt.c | 29 ++- + fs/nfs/nfs2xdr.c | 70 ++++-- + fs/nfs/nfs3xdr.c | 151 ++++++++----- + fs/nfs/nfs42xdr.c | 52 +++-- + fs/nfs/nfs4_fs.h | 6 +- + fs/nfs/nfs4xdr.c | 331 ++++++++++++++++++---------- + fs/nfsd/current_stateid.h | 36 ++- + fs/nfsd/nfs2acl.c | 116 +++++----- + fs/nfsd/nfs3acl.c | 75 ++++--- + fs/nfsd/nfs3proc.c | 301 +++++++++++++------------ + fs/nfsd/nfs3xdr.c | 164 ++++++++------ + fs/nfsd/nfs4callback.c | 32 ++- + fs/nfsd/nfs4proc.c | 412 ++++++++++++++++++----------------- + fs/nfsd/nfs4state.c | 142 +++++++----- + fs/nfsd/nfs4xdr.c | 13 +- + fs/nfsd/nfsd.h | 6 +- + fs/nfsd/nfsproc.c | 206 +++++++++--------- + fs/nfsd/nfssvc.c | 24 +- + fs/nfsd/nfsxdr.c | 92 ++++---- + fs/nfsd/xdr.h | 50 ++--- + fs/nfsd/xdr3.h | 100 +++------ + fs/nfsd/xdr4.h | 78 +++---- + include/linux/lockd/lockd.h | 4 +- + include/linux/lockd/xdr.h | 26 +-- + include/linux/lockd/xdr4.h | 26 +-- + include/linux/sunrpc/clnt.h | 6 +- + include/linux/sunrpc/sched.h | 2 +- + include/linux/sunrpc/svc.h | 21 +- + include/linux/sunrpc/xdr.h | 15 +- + net/sunrpc/auth_gss/gss_rpc_upcall.c | 9 +- + net/sunrpc/auth_gss/gss_rpc_xdr.c | 14 +- + net/sunrpc/auth_gss/gss_rpc_xdr.h | 4 +- + net/sunrpc/clnt.c | 16 +- + net/sunrpc/rpcb_clnt.c | 82 ++++--- + net/sunrpc/stats.c | 16 +- + net/sunrpc/svc.c | 33 +-- + 49 files changed, 1956 insertions(+), 1491 deletions(-) +Merging orangefs/for-next (2f713b5c7d2a orangefs: count directory pieces correctly) +$ git merge orangefs/for-next +Already up-to-date. +Merging overlayfs/overlayfs-next (f4439de11828 ovl: mark parent impure and restore timestamp on ovl_link_up()) +$ git merge overlayfs/overlayfs-next +Auto-merging include/linux/fs.h +Merge made by the 'recursive' strategy. + Documentation/filesystems/overlayfs.txt | 34 +++ + fs/overlayfs/Kconfig | 20 ++ + fs/overlayfs/copy_up.c | 410 +++++++++++++++++++++----------- + fs/overlayfs/dir.c | 52 +++- + fs/overlayfs/inode.c | 215 +++++++++++++++-- + fs/overlayfs/namei.c | 368 +++++++++++++++++++++++----- + fs/overlayfs/overlayfs.h | 58 +++-- + fs/overlayfs/ovl_entry.h | 36 ++- + fs/overlayfs/readdir.c | 50 ++++ + fs/overlayfs/super.c | 247 ++++++++++++++++--- + fs/overlayfs/util.c | 345 ++++++++++++++++++++------- + include/linux/fs.h | 4 + + 12 files changed, 1456 insertions(+), 383 deletions(-) +Merging v9fs/for-next (a333e4bf2556 fs/9p: use fscache mutex rather than spinlock) +$ git merge v9fs/for-next +Already up-to-date. +Merging ubifs/linux-next (af65936a7a5b ubifs: don't bother checking for encryption key in ->mmap()) +$ git merge ubifs/linux-next +Merge made by the 'recursive' strategy. + fs/ubifs/file.c | 17 ++++++++--------- + 1 file changed, 8 insertions(+), 9 deletions(-) +Merging xfs/for-next (cd87d8679201 xfs: don't crash on unexpected holes in dir/attr btrees) +$ git merge xfs/for-next +Already up-to-date. +Merging file-locks/linux-next (cee37d83e6d9 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs) +$ git merge file-locks/linux-next +Already up-to-date. +Merging vfs/for-next (6d64447d5cdd Merge branches 'work.misc', 'misc.compat', 'work.uaccess-unaligned', 'work.mount' and 'work.__copy_to_user' into for-next) +$ git merge vfs/for-next +Auto-merging include/linux/fs.h +Removing include/asm-generic/uaccess-unaligned.h +Auto-merging fs/afs/super.c +Merge made by the 'recursive' strategy. + Documentation/filesystems/vfs.txt | 6 - + arch/arm/include/asm/flat.h | 25 ++- + arch/arm/include/asm/uaccess.h | 7 - + arch/arm64/include/asm/uaccess.h | 4 - + arch/blackfin/include/asm/flat.h | 25 +-- + arch/blackfin/kernel/flat.c | 13 +- + arch/c6x/include/asm/flat.h | 15 +- + arch/h8300/include/asm/flat.h | 24 ++- + arch/ia64/include/asm/uaccess.h | 36 ---- + arch/m32r/include/asm/flat.h | 19 +- + arch/m68k/include/asm/flat.h | 23 ++- + arch/m68k/include/asm/uaccess.h | 7 - + arch/microblaze/include/asm/flat.h | 34 ++-- + arch/mips/include/asm/uaccess.h | 277 ------------------------------ + arch/parisc/include/asm/uaccess.h | 1 - + arch/powerpc/include/asm/uaccess.h | 3 - + arch/powerpc/platforms/cell/spufs/inode.c | 22 ++- + arch/s390/include/asm/compat.h | 5 +- + arch/s390/include/asm/uaccess.h | 3 - + arch/sh/include/asm/flat.h | 15 +- + arch/sparc/include/asm/uaccess_64.h | 1 - + arch/tile/include/asm/uaccess.h | 1 - + arch/x86/include/asm/uaccess.h | 3 - + arch/xtensa/include/asm/flat.h | 15 +- + drivers/gpu/drm/drm_dp_aux_dev.c | 109 +++++------- + fs/9p/v9fs.c | 59 +++++++ + fs/9p/v9fs.h | 3 + + fs/9p/vfs_super.c | 6 +- + fs/affs/super.c | 42 ++++- + fs/afs/super.c | 45 ++++- + fs/befs/linuxvfs.c | 24 ++- + fs/binfmt_flat.c | 39 +++-- + fs/btrfs/super.c | 1 - + fs/dcache.c | 8 +- + fs/debugfs/inode.c | 2 - + fs/efivarfs/super.c | 1 - + fs/filesystems.c | 3 +- + fs/gfs2/dir.c | 3 +- + fs/hugetlbfs/inode.c | 70 ++++++-- + fs/isofs/inode.c | 51 +++++- + fs/isofs/isofs.h | 3 + + fs/namei.c | 3 +- + fs/namespace.c | 63 +------ + fs/nsfs.c | 3 +- + fs/omfs/inode.c | 33 +++- + fs/orangefs/super.c | 15 +- + fs/pipe.c | 3 +- + fs/pstore/inode.c | 14 +- + fs/pstore/internal.h | 3 + + fs/pstore/platform.c | 2 +- + fs/ramfs/inode.c | 32 ++-- + fs/reiserfs/super.c | 4 - + fs/super.c | 5 +- + fs/tracefs/inode.c | 2 - + include/asm-generic/uaccess-unaligned.h | 26 --- + include/linux/compat.h | 2 +- + include/linux/dcache.h | 5 + + include/linux/flat.h | 2 +- + include/linux/fs.h | 11 +- + include/linux/hugetlb.h | 3 + + include/linux/string.h | 1 + + include/linux/syscalls.h | 9 +- + include/net/9p/client.h | 13 ++ + include/net/9p/transport.h | 1 + + kernel/bpf/inode.c | 16 +- + mm/util.c | 24 +++ + net/9p/client.c | 25 +++ + net/9p/trans_fd.c | 31 +++- + net/9p/trans_rdma.c | 31 +++- + net/compat.c | 49 +++--- + net/socket.c | 31 ++-- + 71 files changed, 789 insertions(+), 726 deletions(-) + delete mode 100644 include/asm-generic/uaccess-unaligned.h +$ git am -3 ../patches/0001-spufs-always-parenthesise-bitwise-expressions.patch +Applying: spufs: always parenthesise bitwise expressions +$ git reset HEAD^ +Unstaged changes after reset: +M arch/powerpc/platforms/cell/spufs/inode.c +$ git add -A . +$ git commit -v -a --amend +[master 58fc7e08f62b] Merge remote-tracking branch 'vfs/for-next' + Date: Tue Jul 11 10:33:03 2017 +1000 +Merging vfs-jk/vfs (030b533c4fd4 fs: Avoid premature clearing of capabilities) +$ git merge vfs-jk/vfs +Already up-to-date. +Merging vfs-miklos/next (0eb8af4916a5 vfs: use helper for calling f_op->fsync()) +$ git merge vfs-miklos/next +Already up-to-date. +Merging printk/for-next (f4e981cba2de printk: add __printf attributes to internal functions) +$ git merge printk/for-next +Already up-to-date. +Merging pci/next (af3c8d98508d Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux) +$ git merge pci/next +Already up-to-date. +Merging pstore/for-next/pstore (0752e4028c00 powerpc/nvram: use memdup_user) +$ git merge pstore/for-next/pstore +Already up-to-date. +Merging hid/for-next (8b454744e88d Merge branch 'for-4.13/ish' into for-next) +$ git merge hid/for-next +Recorded preimage for 'drivers/hid/hid-core.c' +Auto-merging drivers/hid/hid-core.c +CONFLICT (content): Merge conflict in drivers/hid/hid-core.c +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +Recorded resolution for 'drivers/hid/hid-core.c'. +[master fa510b1c1868] Merge remote-tracking branch 'hid/for-next' +$ git diff -M --stat --summary HEAD^.. + drivers/hid/hid-core.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +Merging i2c/i2c/for-next (edc638be476a Revert "i2c: core: Allow empty id_table in ACPI case as well") +$ git merge i2c/i2c/for-next +Removing include/linux/i2c/i2c-sh_mobile.h +Auto-merging drivers/i2c/i2c-core-base.c +Auto-merging drivers/i2c/busses/i2c-designware-master.c +Auto-merging MAINTAINERS +Auto-merging Documentation/driver-api/i2c.rst +Merge made by the 'recursive' strategy. + .../devicetree/bindings/i2c/i2c-aspeed.txt | 48 + + .../devicetree/bindings/i2c/i2c-designware.txt | 16 +- + .../devicetree/bindings/i2c/i2c-pca-platform.txt | 29 + + .../devicetree/bindings/i2c/i2c-zx2967.txt | 22 + + Documentation/driver-api/i2c.rst | 5 +- + Documentation/i2c/busses/i2c-i801 | 2 + + Documentation/i2c/dev-interface | 14 +- + MAINTAINERS | 13 + + drivers/i2c/Makefile | 7 +- + drivers/i2c/algos/i2c-algo-bit.c | 13 +- + drivers/i2c/busses/Kconfig | 34 +- + drivers/i2c/busses/Makefile | 6 + + drivers/i2c/busses/i2c-aspeed.c | 891 +++++++++++ + drivers/i2c/busses/i2c-at91.c | 16 +- + drivers/i2c/busses/i2c-cadence.c | 6 +- + drivers/i2c/busses/i2c-designware-common.c | 281 ++++ + drivers/i2c/busses/i2c-designware-core.h | 182 ++- + ...c-designware-core.c => i2c-designware-master.c} | 474 +----- + drivers/i2c/busses/i2c-designware-pcidrv.c | 9 +- + drivers/i2c/busses/i2c-designware-platdrv.c | 117 +- + drivers/i2c/busses/i2c-designware-slave.c | 393 +++++ + drivers/i2c/busses/i2c-emev2.c | 4 +- + drivers/i2c/busses/i2c-i801.c | 8 + + drivers/i2c/busses/i2c-mxs.c | 6 +- + drivers/i2c/busses/i2c-pca-platform.c | 133 +- + drivers/i2c/busses/i2c-rcar.c | 9 +- + drivers/i2c/busses/i2c-sh_mobile.c | 27 +- + drivers/i2c/busses/i2c-xgene-slimpro.c | 242 ++- + drivers/i2c/busses/i2c-xlp9xx.c | 1 + + drivers/i2c/busses/i2c-zx2967.c | 609 +++++++ + drivers/i2c/i2c-core-acpi.c | 665 ++++++++ + drivers/i2c/{i2c-core.c => i2c-core-base.c} | 1684 +------------------- + drivers/i2c/i2c-core-of.c | 276 ++++ + drivers/i2c/i2c-core-slave.c | 115 ++ + drivers/i2c/i2c-core-smbus.c | 594 +++++++ + drivers/i2c/i2c-core.h | 24 + + drivers/i2c/i2c-stub.c | 14 +- + include/linux/i2c.h | 2 + + include/linux/i2c/i2c-sh_mobile.h | 11 - + include/trace/events/i2c.h | 226 +-- + include/trace/events/smbus.h | 249 +++ + 41 files changed, 4969 insertions(+), 2508 deletions(-) + create mode 100644 Documentation/devicetree/bindings/i2c/i2c-aspeed.txt + create mode 100644 Documentation/devicetree/bindings/i2c/i2c-pca-platform.txt + create mode 100644 Documentation/devicetree/bindings/i2c/i2c-zx2967.txt + create mode 100644 drivers/i2c/busses/i2c-aspeed.c + create mode 100644 drivers/i2c/busses/i2c-designware-common.c + rename drivers/i2c/busses/{i2c-designware-core.c => i2c-designware-master.c} (59%) + create mode 100644 drivers/i2c/busses/i2c-designware-slave.c + create mode 100644 drivers/i2c/busses/i2c-zx2967.c + create mode 100644 drivers/i2c/i2c-core-acpi.c + rename drivers/i2c/{i2c-core.c => i2c-core-base.c} (58%) + create mode 100644 drivers/i2c/i2c-core-of.c + create mode 100644 drivers/i2c/i2c-core-slave.c + create mode 100644 drivers/i2c/i2c-core-smbus.c + delete mode 100644 include/linux/i2c/i2c-sh_mobile.h + create mode 100644 include/trace/events/smbus.h +Merging jdelvare-hwmon/master (08d27eb20666 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs) +$ git merge jdelvare-hwmon/master +Already up-to-date. +Merging dmi/master (8efa050f19fe firmware: dmi_scan: Check DMI structure length) +$ git merge dmi/master +Merge made by the 'recursive' strategy. +Merging hwmon-staging/hwmon-next (44b413661b57 hwmon: (aspeed-pwm-tacho) Poll with short sleeps.) +$ git merge hwmon-staging/hwmon-next +Already up-to-date. +Merging jc_docs/docs-next (ecebcd4da6cd docs: Do not include from kernel/rcu/srcu.c) +$ git merge jc_docs/docs-next +Merge made by the 'recursive' strategy. + Documentation/driver-api/basics.rst | 3 --- + 1 file changed, 3 deletions(-) +Merging v4l-dvb/master (2748e76ddb29 media: staging: cxd2099: Activate cxd2099 buffer mode) +$ git merge v4l-dvb/master +Merge made by the 'recursive' strategy. + Documentation/media/kapi/dtv-core.rst | 443 +++++++++++++++++++++- + Documentation/media/uapi/v4l/vidioc-g-fmt.rst | 6 + + Documentation/media/v4l-drivers/imx.rst | 7 +- + Documentation/media/v4l-drivers/index.rst | 1 + + drivers/media/dvb-core/dvb_ca_en50221.c | 143 ++++--- + drivers/media/dvb-core/dvb_ca_en50221.h | 7 + + drivers/media/dvb-frontends/cxd2841er.c | 5 +- + drivers/media/dvb-frontends/drx39xyj/drx_driver.h | 15 +- + drivers/media/dvb-frontends/lnbh25.c | 6 +- + drivers/media/dvb-frontends/stv0367.c | 210 ++++++++-- + drivers/media/i2c/et8ek8/et8ek8_driver.c | 1 - + drivers/media/i2c/tvp5150.c | 25 +- + drivers/media/pci/ddbridge/ddbridge-core.c | 102 +++-- + drivers/media/pci/ngene/ngene-core.c | 32 +- + drivers/media/pci/ngene/ngene-i2c.c | 6 +- + drivers/media/pci/ngene/ngene.h | 6 +- + drivers/media/pci/tw5864/tw5864-video.c | 1 + + drivers/media/platform/coda/coda-bit.c | 8 +- + drivers/media/platform/coda/coda-common.c | 4 +- + drivers/media/platform/coda/coda.h | 2 +- + drivers/media/platform/omap/omap_vout_vrfb.c | 133 ++++--- + drivers/media/platform/omap/omap_voutdef.h | 6 +- + drivers/media/platform/qcom/venus/core.c | 2 +- + drivers/media/platform/sti/bdisp/bdisp-debug.c | 14 +- + drivers/media/radio/radio-wl1273.c | 15 +- + drivers/media/tuners/fc0011.c | 1 + + drivers/media/tuners/mxl5005s.c | 2 - + drivers/media/usb/au0828/au0828-input.c | 2 +- + drivers/media/usb/dvb-usb-v2/lmedm04.c | 10 +- + drivers/media/usb/dvb-usb/dib0700_core.c | 38 +- + drivers/media/usb/em28xx/em28xx-cards.c | 18 + + drivers/media/usb/em28xx/em28xx-dvb.c | 1 + + drivers/media/usb/em28xx/em28xx-i2c.c | 2 - + drivers/media/usb/em28xx/em28xx-input.c | 2 +- + drivers/media/usb/em28xx/em28xx.h | 1 + + drivers/media/usb/rainshadow-cec/rainshadow-cec.c | 18 +- + drivers/media/usb/stkwebcam/stk-sensor.c | 32 +- + drivers/media/usb/stkwebcam/stk-webcam.c | 70 ++-- + drivers/media/usb/stkwebcam/stk-webcam.h | 6 - + drivers/media/v4l2-core/tuner-core.c | 2 - + drivers/staging/media/cxd2099/cxd2099.c | 165 +++++--- + drivers/staging/media/cxd2099/cxd2099.h | 6 +- + 42 files changed, 1167 insertions(+), 409 deletions(-) +Merging v4l-dvb-next/master (d9c4615854ec [media] dvb uapi docs: enums are passed by value, not reference) +$ git merge v4l-dvb-next/master +Resolved 'Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst' using previous resolution. +Resolved 'Documentation/media/uapi/dvb/fe-set-tone.rst' using previous resolution. +Resolved 'Documentation/media/uapi/dvb/fe-set-voltage.rst' using previous resolution. +Auto-merging Documentation/media/uapi/dvb/fe-set-voltage.rst +CONFLICT (content): Merge conflict in Documentation/media/uapi/dvb/fe-set-voltage.rst +Auto-merging Documentation/media/uapi/dvb/fe-set-tone.rst +CONFLICT (content): Merge conflict in Documentation/media/uapi/dvb/fe-set-tone.rst +Auto-merging Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst +CONFLICT (content): Merge conflict in Documentation/media/uapi/dvb/fe-diseqc-send-burst.rst +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master f781b6a0dba5] Merge remote-tracking branch 'v4l-dvb-next/master' +$ git diff -M --stat --summary HEAD^.. +Merging fbdev/fbdev-for-next (360772f26407 video: fbdev: matrox: the list iterator can't be NULL) +$ git merge fbdev/fbdev-for-next +Merge made by the 'recursive' strategy. + drivers/video/console/mdacon.c | 89 +++++++------ + drivers/video/fbdev/aty/atyfb_base.c | 6 - + drivers/video/fbdev/fsl-diu-fb.c | 4 +- + drivers/video/fbdev/matrox/matroxfb_base.c | 2 +- + drivers/video/fbdev/omap/omapfb_main.c | 8 +- + .../fbdev/omap2/omapfb/displays/panel-dsi-cm.c | 4 +- + .../video/fbdev/omap2/omapfb/dss/manager-sysfs.c | 14 +- + drivers/video/fbdev/pxafb.c | 5 +- + drivers/video/fbdev/sh_mobile_lcdcfb.c | 2 +- + drivers/video/fbdev/uvesafb.c | 148 +++++++++------------ + drivers/video/fbdev/vermilion/cr_pll.c | 1 + + 11 files changed, 132 insertions(+), 151 deletions(-) +Merging pm/linux-next (9f11765f6370 Merge branches 'pm-domains', 'pm-sleep' and 'pm-cpufreq' into linux-next) +$ git merge pm/linux-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging idle/next (306899f94804 x86 tsc: Add the Intel Denverton Processor to native_calibrate_tsc()) +$ git merge idle/next +Merge made by the 'recursive' strategy. +Merging thermal/next (5d72ed35678a Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into next) +$ git merge thermal/next +Auto-merging include/linux/cpufreq.h +Auto-merging drivers/cpufreq/cpufreq_stats.c +Merge made by the 'recursive' strategy. + drivers/cpufreq/arm_big_little.c | 2 +- + drivers/cpufreq/cpufreq-dt.c | 2 +- + drivers/cpufreq/cpufreq_stats.c | 13 +- + drivers/cpufreq/dbx500-cpufreq.c | 2 +- + drivers/cpufreq/mt8173-cpufreq.c | 4 +- + drivers/cpufreq/qoriq-cpufreq.c | 3 +- + drivers/thermal/broadcom/bcm2835_thermal.c | 1 - + drivers/thermal/cpu_cooling.c | 609 +++++++++------------ + drivers/thermal/fair_share.c | 1 + + drivers/thermal/hisi_thermal.c | 5 +- + drivers/thermal/imx_thermal.c | 27 +- + drivers/thermal/int340x_thermal/acpi_thermal_rel.c | 6 +- + drivers/thermal/int340x_thermal/int3403_thermal.c | 12 +- + drivers/thermal/step_wise.c | 3 +- + drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 22 +- + drivers/thermal/user_space.c | 3 +- + include/linux/cpu_cooling.h | 32 +- + include/linux/cpufreq.h | 14 + + 18 files changed, 342 insertions(+), 419 deletions(-) +Merging thermal-soc/next (aa647852c32a Merge branch 'work-linus' into work-next) +$ git merge thermal-soc/next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging ieee1394/for-next (72f3c27aa646 firewire: net: max MTU off by one) +$ git merge ieee1394/for-next +Auto-merging drivers/firewire/net.c +Merge made by the 'recursive' strategy. + drivers/firewire/net.c | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) +Merging dlm/next (591c3beb86c4 dlm: Delete an unnecessary variable initialisation in dlm_ls_start()) +$ git merge dlm/next +Merge made by the 'recursive' strategy. + fs/dlm/debug_fs.c | 25 ++++++++++++------------- + fs/dlm/lock.c | 8 +++----- + fs/dlm/lockspace.c | 3 ++- + fs/dlm/member.c | 15 ++++++--------- + fs/dlm/user.c | 2 ++ + 5 files changed, 25 insertions(+), 28 deletions(-) +Merging swiotlb/linux-next (69369f52d28a swiotlb-xen: implement xen_swiotlb_get_sgtable callback) +$ git merge swiotlb/linux-next +Already up-to-date. +Merging net-next/master (f263fbb8d608 Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci) +$ git merge net-next/master +Already up-to-date. +Merging ipsec-next/master (8bafd73093f2 xfrm: add UDP encapsulation port in migrate message) +$ git merge ipsec-next/master +Already up-to-date. +Merging netfilter-next/master (04ba724b659c netfilter: nfnetlink: extended ACK reporting) +$ git merge netfilter-next/master +Already up-to-date. +Merging nfc-next/master (bd751808f9ff NFC: trf7970a: Correct register settings for 27MHz clock) +$ git merge nfc-next/master +Already up-to-date. +Merging ipvs-next/master (fb90e8dedb46 ipvs: change comparison on sync_refresh_period) +$ git merge ipvs-next/master +Already up-to-date. +Merging wireless-drivers-next/master (17d9aa66b08d Merge tag 'iwlwifi-next-for-kalle-2017-06-30' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next) +$ git merge wireless-drivers-next/master +Already up-to-date. +Merging bluetooth/master (7627da7e6a11 Bluetooth: hci_ll: Use new hci_uart_unregister_device() function) +$ git merge bluetooth/master +Merge made by the 'recursive' strategy. + drivers/bluetooth/btqca.c | 2 +- + drivers/bluetooth/btusb.c | 9 ++++++++- + drivers/bluetooth/hci_bcm.c | 30 ++++++++++++++++-------------- + drivers/bluetooth/hci_ll.c | 8 +------- + drivers/bluetooth/hci_nokia.c | 10 +--------- + drivers/bluetooth/hci_serdev.c | 13 +++++++++++++ + drivers/bluetooth/hci_uart.h | 1 + + 7 files changed, 41 insertions(+), 32 deletions(-) +Merging mac80211-next/master (3dc02251f43f Merge branch 'skb-accessor-cleanups') +$ git merge mac80211-next/master +Already up-to-date. +Merging rdma/for-next (bc5214ee2922 IB/hfi1: Handle missing magic values in config file) +$ git merge rdma/for-next +Auto-merging include/rdma/ib_verbs.h +Auto-merging drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c +Auto-merging drivers/infiniband/hw/hfi1/vnic_main.c +Auto-merging drivers/infiniband/hw/hfi1/verbs.c +Auto-merging drivers/infiniband/core/verbs.c +Merge made by the 'recursive' strategy. + drivers/infiniband/core/verbs.c | 1 + + drivers/infiniband/hw/hfi1/Makefile | 2 +- + drivers/infiniband/hw/hfi1/affinity.c | 18 +- + drivers/infiniband/hw/hfi1/affinity.h | 14 +- + drivers/infiniband/hw/hfi1/chip.c | 310 ++++++++++++----------- + drivers/infiniband/hw/hfi1/chip.h | 4 +- + drivers/infiniband/hw/hfi1/common.h | 1 + + drivers/infiniband/hw/hfi1/driver.c | 169 +++++++++---- + drivers/infiniband/hw/hfi1/eprom.c | 11 +- + drivers/infiniband/hw/hfi1/exp_rcv.c | 114 +++++++++ + drivers/infiniband/hw/hfi1/exp_rcv.h | 187 ++++++++++++++ + drivers/infiniband/hw/hfi1/file_ops.c | 43 ++-- + drivers/infiniband/hw/hfi1/hfi.h | 103 ++++---- + drivers/infiniband/hw/hfi1/init.c | 62 ++++- + drivers/infiniband/hw/hfi1/mad.c | 323 ++++++++++++++---------- + drivers/infiniband/hw/hfi1/mad.h | 2 +- + drivers/infiniband/hw/hfi1/mmu_rb.c | 14 +- + drivers/infiniband/hw/hfi1/mmu_rb.h | 5 +- + drivers/infiniband/hw/hfi1/pcie.c | 80 ++---- + drivers/infiniband/hw/hfi1/platform.c | 30 +-- + drivers/infiniband/hw/hfi1/qp.c | 6 - + drivers/infiniband/hw/hfi1/rc.c | 42 ++- + drivers/infiniband/hw/hfi1/ruc.c | 91 ++++--- + drivers/infiniband/hw/hfi1/sdma.c | 6 +- + drivers/infiniband/hw/hfi1/trace.c | 58 ++++- + drivers/infiniband/hw/hfi1/trace_ibhdrs.h | 322 +++++++++++++++-------- + drivers/infiniband/hw/hfi1/trace_misc.h | 20 ++ + drivers/infiniband/hw/hfi1/trace_rx.h | 90 ++++--- + drivers/infiniband/hw/hfi1/uc.c | 18 +- + drivers/infiniband/hw/hfi1/ud.c | 64 ++--- + drivers/infiniband/hw/hfi1/user_exp_rcv.c | 121 --------- + drivers/infiniband/hw/hfi1/user_exp_rcv.h | 23 +- + drivers/infiniband/hw/hfi1/user_sdma.c | 207 +++++++-------- + drivers/infiniband/hw/hfi1/verbs.c | 106 ++++---- + drivers/infiniband/hw/hfi1/verbs.h | 10 +- + drivers/infiniband/hw/hfi1/vnic_main.c | 11 +- + drivers/infiniband/hw/qib/qib.h | 8 +- + drivers/infiniband/hw/qib/qib_iba6120.c | 6 +- + drivers/infiniband/hw/qib/qib_iba7220.c | 7 +- + drivers/infiniband/hw/qib/qib_iba7322.c | 48 ++-- + drivers/infiniband/hw/qib/qib_mad.c | 13 +- + drivers/infiniband/hw/qib/qib_pcie.c | 149 +++++------ + drivers/infiniband/hw/qib/qib_ruc.c | 22 +- + drivers/infiniband/hw/qib/qib_ud.c | 43 +--- + drivers/infiniband/hw/qib/qib_verbs.h | 4 +- + drivers/infiniband/sw/rdmavt/mr.c | 51 +++- + drivers/infiniband/sw/rdmavt/qp.c | 60 ++--- + drivers/infiniband/sw/rdmavt/trace_mr.h | 62 +++++ + drivers/infiniband/sw/rdmavt/trace_tx.h | 11 +- + drivers/infiniband/sw/rdmavt/vt.c | 9 +- + drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c | 27 +- + include/rdma/ib_hdrs.h | 84 ++++++ + include/rdma/ib_verbs.h | 5 +- + include/rdma/rdma_vt.h | 4 +- + include/rdma/rdmavt_qp.h | 2 +- + 55 files changed, 1945 insertions(+), 1358 deletions(-) + create mode 100644 drivers/infiniband/hw/hfi1/exp_rcv.c + create mode 100644 drivers/infiniband/hw/hfi1/exp_rcv.h +Merging gfs2/for-next (da029c11e6b1 exec: Limit arg stack to at most 75% of _STK_LIM) +$ git merge gfs2/for-next +Already up-to-date. +Merging mtd/master (05e97a9eda72 Merge tag 'nand/fixes-for-4.12-rc3' of git://git.infradead.org/linux-mtd into MTD) +$ git merge mtd/master +Already up-to-date. +Merging l2-mtd/master (b9504247a6eb mtd: Fix check in mtd_unpoint()) +$ git merge l2-mtd/master +Auto-merging MAINTAINERS +Merge made by the 'recursive' strategy. + .../bindings/mtd/microchip,mchp23k256.txt | 18 + + .../devicetree/bindings/mtd/partition.txt | 32 +- + MAINTAINERS | 3 +- + drivers/mtd/Kconfig | 4 + + drivers/mtd/Makefile | 1 + + drivers/mtd/bcm47xxpart.c | 99 +----- + drivers/mtd/chips/cfi_cmdset_0020.c | 2 +- + drivers/mtd/devices/Kconfig | 10 + + drivers/mtd/devices/Makefile | 1 + + drivers/mtd/devices/mchp23k256.c | 236 +++++++++++++ + drivers/mtd/devices/mtd_dataflash.c | 200 ++++++----- + drivers/mtd/maps/physmap_of_gemini.c | 2 +- + drivers/mtd/mtdcore.c | 2 +- + drivers/mtd/mtdpart.c | 370 +++++++++++++-------- + drivers/mtd/parsers/Kconfig | 8 + + drivers/mtd/parsers/Makefile | 1 + + drivers/mtd/parsers/parser_trx.c | 126 +++++++ + drivers/mtd/tests/subpagetest.c | 2 +- + include/linux/mtd/partitions.h | 7 + + 19 files changed, 786 insertions(+), 338 deletions(-) + create mode 100644 Documentation/devicetree/bindings/mtd/microchip,mchp23k256.txt + create mode 100644 drivers/mtd/devices/mchp23k256.c + create mode 100644 drivers/mtd/parsers/Kconfig + create mode 100644 drivers/mtd/parsers/Makefile + create mode 100644 drivers/mtd/parsers/parser_trx.c +Merging nand/nand/next (81667e9c8ad8 mtd: nand: mtk: release lock on error path) +$ git merge nand/nand/next +Auto-merging include/linux/mtd/nand.h +Auto-merging drivers/mtd/nand/tango_nand.c +Auto-merging drivers/mtd/nand/nand_base.c +Auto-merging MAINTAINERS +Merge made by the 'recursive' strategy. + .../devicetree/bindings/mtd/denali-nand.txt | 13 + + Documentation/devicetree/bindings/mtd/elm.txt | 2 +- + .../devicetree/bindings/mtd/gpmc-nand.txt | 2 +- + Documentation/devicetree/bindings/mtd/gpmc-nor.txt | 4 +- + .../devicetree/bindings/mtd/gpmc-onenand.txt | 2 +- + .../devicetree/bindings/mtd/gpmi-nand.txt | 14 +- + Documentation/devicetree/bindings/mtd/mtk-nand.txt | 5 +- + Documentation/devicetree/bindings/mtd/nand.txt | 2 +- + Documentation/devicetree/bindings/net/gpmc-eth.txt | 4 +- + MAINTAINERS | 6 + + drivers/mtd/nand/Kconfig | 3 + + drivers/mtd/nand/atmel/nand-controller.c | 354 +++- + drivers/mtd/nand/bcm47xxnflash/ops_bcm4706.c | 2 + + drivers/mtd/nand/cafe_nand.c | 2 + + drivers/mtd/nand/davinci_nand.c | 3 + + drivers/mtd/nand/denali.c | 1831 +++++++++----------- + drivers/mtd/nand/denali.h | 315 ++-- + drivers/mtd/nand/denali_dt.c | 53 +- + drivers/mtd/nand/denali_pci.c | 26 +- + drivers/mtd/nand/docg4.c | 2 + + drivers/mtd/nand/fsl_elbc_nand.c | 2 + + drivers/mtd/nand/fsl_ifc_nand.c | 81 +- + drivers/mtd/nand/fsmc_nand.c | 122 +- + drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 6 +- + drivers/mtd/nand/gpmi-nand/gpmi-nand.c | 75 +- + drivers/mtd/nand/gpmi-nand/gpmi-nand.h | 13 +- + drivers/mtd/nand/hisi504_nand.c | 2 + + drivers/mtd/nand/jz4780_nand.c | 2 +- + drivers/mtd/nand/mpc5121_nfc.c | 2 + + drivers/mtd/nand/mtk_ecc.c | 228 +-- + drivers/mtd/nand/mtk_ecc.h | 2 +- + drivers/mtd/nand/mtk_nand.c | 279 +-- + drivers/mtd/nand/mxc_nand.c | 12 +- + drivers/mtd/nand/nand_base.c | 349 +++- + drivers/mtd/nand/nand_micron.c | 222 +++ + drivers/mtd/nand/orion_nand.c | 6 +- + drivers/mtd/nand/pxa3xx_nand.c | 2 + + drivers/mtd/nand/qcom_nandc.c | 2 + + drivers/mtd/nand/s3c2410.c | 5 +- + drivers/mtd/nand/sh_flctl.c | 2 + + drivers/mtd/nand/sunxi_nand.c | 9 +- + drivers/mtd/nand/tango_nand.c | 22 +- + drivers/mtd/nand/vf610_nfc.c | 2 + + drivers/staging/mt29f_spinand/mt29f_spinand.c | 2 + + include/linux/mtd/nand.h | 80 +- + 45 files changed, 2546 insertions(+), 1628 deletions(-) +Merging spi-nor/spi-nor/next (1a18915b4971 mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables) +$ git merge spi-nor/spi-nor/next +Merge made by the 'recursive' strategy. + drivers/mtd/devices/m25p80.c | 121 ++- + drivers/mtd/devices/serial_flash_cmds.h | 1 - + drivers/mtd/devices/st_spi_fsm.c | 4 +- + drivers/mtd/spi-nor/Kconfig | 2 +- + drivers/mtd/spi-nor/aspeed-smc.c | 183 ++++- + drivers/mtd/spi-nor/atmel-quadspi.c | 83 +- + drivers/mtd/spi-nor/cadence-quadspi.c | 20 +- + drivers/mtd/spi-nor/fsl-quadspi.c | 6 +- + drivers/mtd/spi-nor/hisi-sfc.c | 31 +- + drivers/mtd/spi-nor/intel-spi.c | 7 +- + drivers/mtd/spi-nor/mtk-quadspi.c | 15 +- + drivers/mtd/spi-nor/nxp-spifi.c | 22 +- + drivers/mtd/spi-nor/spi-nor.c | 1251 ++++++++++++++++++++++++++++--- + drivers/mtd/spi-nor/stm32-quadspi.c | 32 +- + include/linux/mtd/spi-nor.h | 167 ++++- + 15 files changed, 1699 insertions(+), 246 deletions(-) +Merging crypto/master (bcf741cb7792 crypto: testmgr - Reenable sha1/aes in FIPS mode) +$ git merge crypto/master +Already up-to-date. +Merging drm/drm-next (00fc2c26bc46 drm: Remove unused drm_file parameter to drm_syncobj_replace_fence()) +$ git merge drm/drm-next +Already up-to-date. +Merging drm-panel/drm/panel/for-next (e4bac408b084 drm/panel: simple: Add support for Winstar WF35LTIACD) +$ git merge drm-panel/drm/panel/for-next +Already up-to-date. +Merging drm-intel/for-linux-next (7581d5ca2bb2 drm/i915/fbdev: Check for existence of ifbdev->vma before operations) +$ git merge drm-intel/for-linux-next +Merge made by the 'recursive' strategy. + drivers/gpu/drm/i915/gvt/display.c | 22 ++++++++ + drivers/gpu/drm/i915/gvt/gvt.h | 3 ++ + drivers/gpu/drm/i915/gvt/handlers.c | 37 +++++++------ + drivers/gpu/drm/i915/gvt/kvmgt.c | 69 ++++++++++++++++++------ + drivers/gpu/drm/i915/i915_drv.c | 8 +-- + drivers/gpu/drm/i915/i915_gem_execbuffer.c | 38 ++++++++----- + drivers/gpu/drm/i915/i915_perf.c | 12 ++--- + drivers/gpu/drm/i915/i915_reg.h | 2 +- + drivers/gpu/drm/i915/intel_cdclk.c | 20 +++++++ + drivers/gpu/drm/i915/intel_engine_cs.c | 14 ++--- + drivers/gpu/drm/i915/intel_fbdev.c | 11 ++-- + drivers/gpu/drm/i915/selftests/i915_gem_dmabuf.c | 6 +-- + 12 files changed, 171 insertions(+), 71 deletions(-) +Merging drm-tegra/drm/tegra/for-next (43240bbd871e gpu: host1x: At first try a non-blocking allocation for the gather copy) +$ git merge drm-tegra/drm/tegra/for-next +Already up-to-date. +Merging drm-misc/for-linux-next (6f6e0b217a93 drm/rockchip: fix NULL check on devm_kzalloc() return value) +$ git merge drm-misc/for-linux-next +Merge made by the 'recursive' strategy. + drivers/gpu/drm/bridge/panel.c | 2 +- + drivers/gpu/drm/drm_framebuffer.c | 1 + + drivers/gpu/drm/drm_vblank.c | 2 +- + drivers/gpu/drm/rockchip/cdn-dp-core.c | 2 +- + drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 2 +- + drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 5 ++- + include/drm/bridge/dw_hdmi.h | 70 ++++++++++++++--------------- + 7 files changed, 43 insertions(+), 41 deletions(-) +Merging drm-exynos/exynos-drm/for-next (7d1e04231461 Merge tag 'usercopy-v4.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux) +$ git merge drm-exynos/exynos-drm/for-next +Already up-to-date. +Merging drm-msm/msm-next (4a630fadbb29 drm/msm: Fix potential buffer overflow issue) +$ git merge drm-msm/msm-next +Already up-to-date. +Merging hdlcd/for-upstream/hdlcd (fee4964f0a6c drm/arm: hdlcd: remove unused variables) +$ git merge hdlcd/for-upstream/hdlcd +Already up-to-date. +Merging mali-dp/for-upstream/mali-dp (e40eda3dda1e drm/arm: mali-dp: Use CMA helper for plane buffer address calculation) +$ git merge mali-dp/for-upstream/mali-dp +Already up-to-date. +Merging sunxi-drm/sunxi-drm/for-next (110d33dd428e drm/sun4i: Add compatible for the A10s pipeline) +$ git merge sunxi-drm/sunxi-drm/for-next +Already up-to-date. +Merging imx-drm/imx-drm/next (994fc62e1d04 drm/imx: lock scanout transfers for consecutive bursts) +$ git merge imx-drm/imx-drm/next +Auto-merging drivers/gpu/drm/imx/ipuv3-plane.c +Merge made by the 'recursive' strategy. + drivers/gpu/drm/imx/ipuv3-plane.c | 53 +++++++++++++++++++++++++++++++-------- + 1 file changed, 42 insertions(+), 11 deletions(-) +Merging etnaviv/etnaviv/next (8cc47b3ea082 drm/etnaviv: populate GEM objects on cpu_prep) +$ git merge etnaviv/etnaviv/next +Merge made by the 'recursive' strategy. + drivers/gpu/drm/etnaviv/etnaviv_gem.c | 25 +++++++++++++------------ + 1 file changed, 13 insertions(+), 12 deletions(-) +Merging kconfig/for-next (5bcba792bb30 localmodconfig: Fix whitespace repeat count after "tristate") +$ git merge kconfig/for-next +Already up-to-date. +Merging regmap/for-next (9af2b88755dc Merge remote-tracking branch 'regmap/topic/namespace' into regmap-next) +$ git merge regmap/for-next +Merge made by the 'recursive' strategy. + include/linux/regmap.h | 17 +++++++++-------- + 1 file changed, 9 insertions(+), 8 deletions(-) +Merging sound/for-next (85dc0f8554fa ALSA: pcm: Simplify check for dma_mmap_coherent() availability) +$ git merge sound/for-next +Already up-to-date. +Merging sound-asoc/for-next (b1f45ac56866 Merge remote-tracking branches 'asoc/topic/spear' and 'asoc/topic/twl6040' into asoc-next) +$ git merge sound-asoc/for-next +Merge made by the 'recursive' strategy. + Documentation/devicetree/bindings/sound/rt5663.txt | 5 + + include/sound/rt5663.h | 20 ++ + sound/soc/codecs/hdmi-codec.c | 31 +-- + sound/soc/codecs/rt5514.c | 49 ++--- + sound/soc/codecs/rt5663.c | 232 ++++++++++++++++----- + sound/soc/codecs/rt5663.h | 2 + + sound/soc/codecs/twl6040.c | 4 +- + sound/soc/fsl/imx-ssi.c | 4 + + sound/soc/intel/skylake/skl-messages.c | 8 + + sound/soc/kirkwood/kirkwood-i2s.c | 6 +- + sound/soc/samsung/i2s.c | 20 +- + sound/soc/spear/spdif_in.c | 6 +- + 12 files changed, 276 insertions(+), 111 deletions(-) + create mode 100644 include/sound/rt5663.h +Merging modules/modules-next (96b5b19459b3 module: make the modinfo name const) +$ git merge modules/modules-next +Auto-merging kernel/module.c +Merge made by the 'recursive' strategy. + kernel/kmod.c | 40 +++++++++++------------- + kernel/module.c | 85 ++++++++++++++++++++++++++++++++------------------- + scripts/mod/modpost.c | 1 + + 3 files changed, 73 insertions(+), 53 deletions(-) +Merging input/next (0f107573da41 Input: gpio_keys - handle the missing key press event in resume phase) +$ git merge input/next +Merge made by the 'recursive' strategy. + drivers/input/keyboard/gpio_keys.c | 17 ++- + drivers/input/misc/xen-kbdfront.c | 219 ++++++++++++++++++++++++++++++------- + 2 files changed, 195 insertions(+), 41 deletions(-) +Merging block/for-next (77f644344425 Merge branch 'for-linus' into for-next) +$ git merge block/for-next +Merge made by the 'recursive' strategy. + Documentation/block/data-integrity.txt | 6 +- + block/bfq-iosched.c | 14 ++- + block/bfq-iosched.h | 3 +- + block/bfq-wf2q.c | 39 +++++++- + block/bio-integrity.c | 165 +++++++++++++++------------------ + block/bio.c | 13 ++- + block/blk-core.c | 5 +- + block/blk-lib.c | 23 ++++- + block/blk-mq-sched.c | 8 +- + block/blk-mq.c | 4 +- + block/blk.h | 11 +++ + block/t10-pi.c | 9 +- + drivers/block/cciss.c | 8 ++ + drivers/block/mtip32xx/mtip32xx.c | 23 +++-- + drivers/block/mtip32xx/mtip32xx.h | 1 + + drivers/block/nbd.c | 4 +- + drivers/block/null_blk.c | 18 +++- + drivers/block/virtio_blk.c | 4 +- + drivers/lightnvm/pblk-core.c | 61 +++++++++--- + drivers/lightnvm/pblk-recovery.c | 31 +++++-- + drivers/lightnvm/pblk-write.c | 26 ++---- + drivers/lightnvm/pblk.h | 2 + + drivers/md/dm.c | 2 +- + drivers/nvdimm/blk.c | 16 +--- + drivers/nvdimm/btt.c | 16 +--- + drivers/nvme/host/core.c | 40 ++++---- + drivers/nvme/host/fc.c | 83 ++++++++--------- + drivers/nvme/host/nvme.h | 4 + + drivers/nvme/host/pci.c | 96 +++++++++++-------- + drivers/nvme/host/rdma.c | 108 ++++++++++----------- + drivers/nvme/target/fc.c | 20 ++-- + drivers/nvme/target/io-cmd.c | 2 +- + drivers/nvme/target/loop.c | 47 +++++----- + drivers/scsi/lpfc/lpfc_scsi.c | 5 +- + drivers/scsi/qla2xxx/qla_isr.c | 8 +- + drivers/target/target_core_sbc.c | 2 +- + include/linux/bio.h | 47 +++++----- + include/linux/bvec.h | 41 +++++++- + include/linux/nvme-fc.h | 23 ++++- + include/linux/t10-pi.h | 2 + + 40 files changed, 600 insertions(+), 440 deletions(-) +Merging lightnvm/for-next (1c6286f26301 lightnvm: fix some error code in pblk-init.c) +$ git merge lightnvm/for-next +Already up-to-date. +Merging device-mapper/for-next (4d49f1b4a1fc dm raid: stop using BUG() in __rdev_sectors()) +$ git merge device-mapper/for-next +Already up-to-date. +Merging pcmcia/master (e8e68fd86d22 pcmcia: do not break rsrc_nonstatic when handling anonymous cards) +$ git merge pcmcia/master +Already up-to-date. +Merging mmc/next (e47c0b96678c mmc: dw_mmc: remove the unnecessary slot variable) +$ git merge mmc/next +Already up-to-date. +Merging kgdb/kgdb-next (7a6653fca500 kdb: Fix handling of kallsyms_symbol_next() return value) +$ git merge kgdb/kgdb-next +Auto-merging kernel/debug/kdb/kdb_io.c +Merge made by the 'recursive' strategy. + kernel/debug/kdb/kdb_io.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +Merging md/for-next (b5d27718f388 Raid5 should update rdev->sectors after reshape) +$ git merge md/for-next +Merge made by the 'recursive' strategy. + drivers/md/bitmap.c | 3 ++- + drivers/md/md.h | 4 +++- + drivers/md/raid5.c | 4 +--- + 3 files changed, 6 insertions(+), 5 deletions(-) +Merging mfd/for-mfd-next (d1f99b97478e mfd: madera: Add register definitions for Cirrus Logic Madera codecs) +$ git merge mfd/for-mfd-next +Auto-merging MAINTAINERS +Merge made by the 'recursive' strategy. + MAINTAINERS | 10 + + include/linux/mfd/madera/registers.h | 8832 ++++++++++++++++++++++++++++++++++ + 2 files changed, 8842 insertions(+) + create mode 100644 include/linux/mfd/madera/registers.h +Merging backlight/for-backlight-next (056d6ff470a8 video: adp8870: move header file out of I2C realm) +$ git merge backlight/for-backlight-next +Already up-to-date. +Merging battery/for-next (7bb5a650f347 power: supply: twl4030-charger: add deferred probing for phy and iio) +$ git merge battery/for-next +Merge made by the 'recursive' strategy. + drivers/power/supply/twl4030_charger.c | 43 ++++++++++++++++++++++------------ + 1 file changed, 28 insertions(+), 15 deletions(-) +Merging omap_dss2/for-next (c456a2f30de5 video: smscufx: remove unused variable) +$ git merge omap_dss2/for-next +Already up-to-date. +Merging regulator/for-next (e2b2add63783 Merge remote-tracking branches 'regulator/topic/cpcap' and 'regulator/topic/qcom' into regulator-next) +$ git merge regulator/for-next +Merge made by the 'recursive' strategy. + drivers/regulator/axp20x-regulator.c | 6 ++++++ + drivers/regulator/cpcap-regulator.c | 21 ++++++++++++++++++--- + drivers/regulator/qcom_rpm-regulator.c | 5 +++++ + drivers/regulator/qcom_smd-regulator.c | 5 +++++ + 4 files changed, 34 insertions(+), 3 deletions(-) +Merging security/next (c4758fa59285 apparmor: put back designators in struct initialisers) +$ git merge security/next +Already up-to-date. +Merging integrity/next (fc26bd50539b IMA: update IMA policy documentation to include pcr= option) +$ git merge integrity/next +Already up-to-date. +Merging keys/keys-next (3088c2ad40cf Merge remote-tracking branch 'origin/keys-fixes' into keys-next) +$ git merge keys/keys-next +Resolved 'security/keys/dh.c' using previous resolution. +Auto-merging security/keys/dh.c +CONFLICT (content): Merge conflict in security/keys/dh.c +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master 580d72f8a55b] Merge remote-tracking branch 'keys/keys-next' +$ git diff -M --stat --summary HEAD^.. +Merging selinux/next (12f6dc2696a5 selinux: Assign proper class to PF_UNIX/SOCK_RAW sockets) +$ git merge selinux/next +Auto-merging security/selinux/hooks.c +Merge made by the 'recursive' strategy. + security/selinux/hooks.c | 1 + + 1 file changed, 1 insertion(+) +Merging tpmdd/next (65bbcc19ab70 tpm: do not suspend/resume if power stays on) +$ git merge tpmdd/next +Merge made by the 'recursive' strategy. +Merging watchdog/master (c013b65ad8a1 watchdog: introduce watchdog_worker_should_ping helper) +$ git merge watchdog/master +Auto-merging drivers/watchdog/Kconfig +Merge made by the 'recursive' strategy. + .../devicetree/bindings/watchdog/da9062-wdt.txt | 23 + + .../devicetree/bindings/watchdog/dw_wdt.txt | 3 + + .../devicetree/bindings/watchdog/renesas-wdt.txt | 4 +- + .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 19 + + .../devicetree/bindings/watchdog/uniphier-wdt.txt | 20 + + Documentation/watchdog/watchdog-parameters.txt | 6 + + drivers/watchdog/Kconfig | 61 ++- + drivers/watchdog/Makefile | 3 + + drivers/watchdog/bcm47xx_wdt.c | 4 +- + drivers/watchdog/cadence_wdt.c | 2 +- + drivers/watchdog/davinci_wdt.c | 10 +- + drivers/watchdog/dw_wdt.c | 11 + + drivers/watchdog/f71808e_wdt.c | 27 +- + drivers/watchdog/gpio_wdt.c | 73 +-- + drivers/watchdog/intel-mid_wdt.c | 17 +- + drivers/watchdog/it87_wdt.c | 588 +++------------------ + drivers/watchdog/meson_gxbb_wdt.c | 4 +- + drivers/watchdog/orion_wdt.c | 2 +- + drivers/watchdog/rza_wdt.c | 199 +++++++ + drivers/watchdog/s3c2410_wdt.c | 58 +- + drivers/watchdog/sama5d4_wdt.c | 19 +- + drivers/watchdog/stm32_iwdg.c | 253 +++++++++ + drivers/watchdog/uniphier_wdt.c | 268 ++++++++++ + drivers/watchdog/w83627hf_wdt.c | 15 +- + drivers/watchdog/watchdog_dev.c | 32 +- + drivers/watchdog/zx2967_wdt.c | 2 +- + 26 files changed, 1077 insertions(+), 646 deletions(-) + create mode 100644 Documentation/devicetree/bindings/watchdog/da9062-wdt.txt + create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt + create mode 100644 Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt + create mode 100644 drivers/watchdog/rza_wdt.c + create mode 100644 drivers/watchdog/stm32_iwdg.c + create mode 100644 drivers/watchdog/uniphier_wdt.c +Merging iommu/next (6a7086431fa1 Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/renesas', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd', 's390' and 'core' into next) +$ git merge iommu/next +Resolved 'Documentation/arm64/silicon-errata.txt' using previous resolution. +Auto-merging drivers/iommu/intel_irq_remapping.c +Auto-merging drivers/iommu/intel-iommu.c +Auto-merging drivers/iommu/dma-iommu.c +Auto-merging drivers/iommu/amd_iommu.c +Auto-merging drivers/acpi/arm64/iort.c +Auto-merging Documentation/arm64/silicon-errata.txt +CONFLICT (content): Merge conflict in Documentation/arm64/silicon-errata.txt +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master 82726b81c2ce] Merge remote-tracking branch 'iommu/next' +$ git diff -M --stat --summary HEAD^.. + Documentation/arm64/silicon-errata.txt | 3 + + .../devicetree/bindings/iommu/arm,smmu-v3.txt | 12 + + drivers/acpi/arm64/iort.c | 83 +++- + drivers/iommu/Kconfig | 6 +- + drivers/iommu/amd_iommu.c | 458 +++++++++++++-------- + drivers/iommu/amd_iommu_init.c | 44 +- + drivers/iommu/amd_iommu_types.h | 3 + + drivers/iommu/arm-smmu-v3.c | 229 +++++++---- + drivers/iommu/arm-smmu.c | 64 +-- + drivers/iommu/dma-iommu.c | 2 +- + drivers/iommu/intel-iommu.c | 26 +- + drivers/iommu/intel-svm.c | 30 ++ + drivers/iommu/intel_irq_remapping.c | 4 +- + drivers/iommu/io-pgtable-arm-v7s.c | 183 +++++--- + drivers/iommu/io-pgtable-arm.c | 189 ++++++--- + drivers/iommu/io-pgtable.h | 6 + + drivers/iommu/iommu.c | 17 +- + drivers/iommu/iova.c | 30 +- + drivers/iommu/ipmmu-vmsa.c | 353 +++++++++++++--- + drivers/iommu/omap-iommu.c | 2 +- + drivers/iommu/s390-iommu.c | 15 +- + include/linux/intel-svm.h | 20 + + 22 files changed, 1232 insertions(+), 547 deletions(-) +Merging dwmw2-iommu/master (910170442944 iommu/vt-d: Fix PASID table allocation) +$ git merge dwmw2-iommu/master +Already up-to-date. +Merging vfio/next (7f56c30bd0a2 vfio: Remove unnecessary uses of vfio_container.group_lock) +$ git merge vfio/next +Auto-merging include/linux/vfio.h +Merge made by the 'recursive' strategy. + drivers/vfio/pci/vfio_pci.c | 4 +-- + drivers/vfio/vfio.c | 86 ++++++++++++++++++++++++--------------------- + include/linux/vfio.h | 2 ++ + virt/kvm/vfio.c | 40 +++++++++++++-------- + 4 files changed, 75 insertions(+), 57 deletions(-) +Merging trivial/for-next (6fbc8798d946 tty: fix comment for __tty_alloc_driver()) +$ git merge trivial/for-next +Already up-to-date. +Merging audit/next (15318a9f8015 audit: Reduce overhead using a coarse clock) +$ git merge audit/next +Auto-merging kernel/auditsc.c +Auto-merging kernel/audit.c +Merge made by the 'recursive' strategy. + kernel/audit.c | 2 +- + kernel/auditsc.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) +Merging devicetree/for-next (a4485b545e2f Merge branch 'dt/property-move' into dt/next) +$ git merge devicetree/for-next +Already up-to-date. +Merging mailbox/mailbox-for-next (25bfee16d5a3 mailbox: Introduce Qualcomm APCS IPC driver) +$ git merge mailbox/mailbox-for-next +Already up-to-date. +Merging spi/for-next (631eedfa30d7 Merge remote-tracking branches 'spi/topic/at79' and 'spi/topic/bcm63xx-hspi' into spi-next) +$ git merge spi/for-next +Merge made by the 'recursive' strategy. + drivers/spi/spi-ath79.c | 13 ++++++------- + drivers/spi/spi-bcm63xx-hsspi.c | 6 +++--- + 2 files changed, 9 insertions(+), 10 deletions(-) +Merging tip/auto-latest (4422d80ed7d4 Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip) +$ git merge tip/auto-latest +Already up-to-date. +Merging clockevents/clockevents/next (2287d8664fe7 timers: Make the cpu base lock raw) +$ git merge clockevents/clockevents/next +Already up-to-date. +Merging edac/linux_next (345fb0a9a634 Merge tag 'edac_for_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp) +$ git merge edac/linux_next +Already up-to-date. +Merging edac-amd/for-next (164c29244d4b EDAC, pnd2: Fix Apollo Lake DIMM detection) +$ git merge edac-amd/for-next +Already up-to-date. +Merging irqchip/irqchip/for-next (c1ae3cfa0e89 Linux 4.11-rc1) +$ git merge irqchip/irqchip/for-next +Already up-to-date. +Merging ftrace/for-next (8cb0bc9e3f86 selftests/ftrace: Add a testcase for kprobe event naming) +$ git merge ftrace/for-next +Auto-merging kernel/trace/trace_kprobe.c +Auto-merging kernel/trace/trace.c +Merge made by the 'recursive' strategy. + kernel/trace/trace.c | 117 +++++++++++++++++++-- + kernel/trace/trace_kprobe.c | 9 ++ + .../ftrace/test.d/kprobe/kprobe_eventname.tc | 36 +++++++ + .../ftrace/test.d/kprobe/kprobe_module.tc | 28 +++++ + .../ftrace/test.d/kprobe/multiple_kprobes.tc | 4 +- + 5 files changed, 182 insertions(+), 12 deletions(-) + create mode 100644 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_eventname.tc + create mode 100644 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_module.tc +Merging rcu/rcu/next (6d48152eafde rcu: Remove RCU CPU stall warnings from Tiny RCU) +$ git merge rcu/rcu/next +Already up-to-date. +Merging kvm/linux-next (af3c8d98508d Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux) +$ git merge kvm/linux-next +Already up-to-date. +Merging kvm-arm/next (d38338e396ee arm64: Remove a redundancy in sysreg.h) +$ git merge kvm-arm/next +Already up-to-date. +Merging kvm-mips/next (dc44abd6aad2 KVM: MIPS/Emulate: Properly implement TLBR for T&E) +$ git merge kvm-mips/next +Already up-to-date. +Merging kvm-ppc/kvm-ppc-next (8b24e69fc47e KVM: PPC: Book3S HV: Close race with testing for signals on guest entry) +$ git merge kvm-ppc/kvm-ppc-next +Already up-to-date. +Merging kvms390/next (d52cd2076eb2 KVM: s390: Inject machine check into the nested guest) +$ git merge kvms390/next +Already up-to-date. +Merging xen-tip/linux-next (18f7dd89a7c6 xen: introduce a Kconfig option to enable the pvcalls backend) +$ git merge xen-tip/linux-next +Merge made by the 'recursive' strategy. + drivers/xen/Kconfig | 12 + + drivers/xen/Makefile | 1 + + drivers/xen/pvcalls-back.c | 1236 ++++++++++++++++++++++++++++++++++++ + include/xen/interface/io/pvcalls.h | 121 ++++ + include/xen/interface/io/ring.h | 2 + + 5 files changed, 1372 insertions(+) + create mode 100644 drivers/xen/pvcalls-back.c + create mode 100644 include/xen/interface/io/pvcalls.h +Merging percpu/for-next (e3efe3db932b percpu: fix static checker warnings in pcpu_destroy_chunk) +$ git merge percpu/for-next +Already up-to-date. +Merging workqueues/for-next (bacb71fc9187 Merge branch 'for-4.12' into for-next) +$ git merge workqueues/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging drivers-x86/for-next (d791db9a57ab platform/x86: sony-laptop: constify attribute_group and input index array) +$ git merge drivers-x86/for-next +Already up-to-date. +Merging chrome-platform/for-next (3c778a7fcfaa platform/chrome : Add myself as Maintainer) +$ git merge chrome-platform/for-next +Auto-merging drivers/mfd/cros_ec.c +Auto-merging MAINTAINERS +Merge made by the 'recursive' strategy. + MAINTAINERS | 3 +- + drivers/mfd/cros_ec.c | 13 +- + drivers/platform/chrome/Kconfig | 14 +- + drivers/platform/chrome/Makefile | 7 +- + drivers/platform/chrome/cros_ec_debugfs.c | 401 +++++++++++++++++++++++++++++ + drivers/platform/chrome/cros_ec_debugfs.h | 27 ++ + drivers/platform/chrome/cros_ec_dev.c | 40 +++ + drivers/platform/chrome/cros_ec_dev.h | 6 + + drivers/platform/chrome/cros_ec_lightbar.c | 197 +++++++++++++- + drivers/platform/chrome/cros_ec_lpc.c | 168 +++++++----- + drivers/platform/chrome/cros_ec_lpc_mec.c | 140 ++++++++++ + drivers/platform/chrome/cros_ec_lpc_reg.c | 133 ++++++++++ + drivers/platform/chrome/cros_ec_proto.c | 116 ++++++++- + include/linux/mfd/cros_ec.h | 19 +- + include/linux/mfd/cros_ec_commands.h | 42 ++- + include/linux/mfd/cros_ec_lpc_mec.h | 90 +++++++ + include/linux/mfd/cros_ec_lpc_reg.h | 61 +++++ + 17 files changed, 1393 insertions(+), 84 deletions(-) + create mode 100644 drivers/platform/chrome/cros_ec_debugfs.c + create mode 100644 drivers/platform/chrome/cros_ec_debugfs.h + create mode 100644 drivers/platform/chrome/cros_ec_lpc_mec.c + create mode 100644 drivers/platform/chrome/cros_ec_lpc_reg.c + create mode 100644 include/linux/mfd/cros_ec_lpc_mec.h + create mode 100644 include/linux/mfd/cros_ec_lpc_reg.h +Merging hsi/for-next (67ddd75771b6 HSI: core: Use kcalloc() in two functions) +$ git merge hsi/for-next +Already up-to-date. +Merging leds/for-next (4d1707c1c690 leds: lp55xx: make various arrays static const) +$ git merge leds/for-next +Already up-to-date. +Merging ipmi/for-next (4495ec6d770e ipmi:ssif: Add missing unlock in error branch) +$ git merge ipmi/for-next +Already up-to-date. +Merging driver-core/driver-core-next (650fc870a2ef Merge tag 'docs-4.13' of git://git.lwn.net/linux) +$ git merge driver-core/driver-core-next +Already up-to-date. +Merging usb/usb-next (cee37d83e6d9 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs) +$ git merge usb/usb-next +Already up-to-date. +Merging usb-gadget/next (0591bc236015 usb: gadget: add f_uac1 variant based on a new u_audio api) +$ git merge usb-gadget/next +Already up-to-date. +Merging usb-serial/usb-next (c22ac6d29f18 USB: serial: propagate late probe errors) +$ git merge usb-serial/usb-next +Already up-to-date. +Merging usb-chipidea-next/ci-for-usb-next (c4a0bbbdb7f6 usb: chipidea: properly handle host or gadget initialization failure) +$ git merge usb-chipidea-next/ci-for-usb-next +Already up-to-date. +Merging phy-next/next (af850e14a7ae phy: bcm-ns-usb3: add MDIO driver using proper bus layer) +$ git merge phy-next/next +Already up-to-date. +Merging tty/tty-next (650fc870a2ef Merge tag 'docs-4.13' of git://git.lwn.net/linux) +$ git merge tty/tty-next +Already up-to-date. +Merging char-misc/char-misc-next (650fc870a2ef Merge tag 'docs-4.13' of git://git.lwn.net/linux) +$ git merge char-misc/char-misc-next +Already up-to-date. +Merging extcon/extcon-next (20ad72adbc62 extcon: int3496: Constify acpi_device_id) +$ git merge extcon/extcon-next +Merge made by the 'recursive' strategy. + drivers/extcon/extcon-intel-int3496.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +Merging staging/staging-next (af3c8d98508d Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux) +$ git merge staging/staging-next +Already up-to-date. +Merging mux/for-next (a351e9b9fc24 Linux 4.11) +$ git merge mux/for-next +Already up-to-date. +Merging slave-dma/next (f6a28cf9aff9 Merge branch 'fixes' into next) +$ git merge slave-dma/next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging cgroup/for-next (610467270fb3 cgroup: don't call migration methods if there are no tasks to migrate) +$ git merge cgroup/for-next +Merge made by the 'recursive' strategy. + kernel/cgroup/cgroup-internal.h | 3 +++ + kernel/cgroup/cgroup.c | 58 ++++++++++++++++++++++------------------- + 2 files changed, 34 insertions(+), 27 deletions(-) +Merging scsi/for-next (48d9c49d7106 Merge branch 'misc' into for-next) +$ git merge scsi/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging scsi-mkp/for-next (c345c6ca1382 qla2xxx: Fix NVMe entry_type for iocb packet on BE system) +$ git merge scsi-mkp/for-next +Already up-to-date. +Merging target-updates/for-next (cbef184da7ae iscsi-target: Add login_keys_workaround attribute for non RFC initiators) +$ git merge target-updates/for-next +Resolved 'drivers/scsi/qla2xxx/qla_target.c' using previous resolution. +Resolved 'drivers/scsi/qla2xxx/tcm_qla2xxx.c' using previous resolution. +Auto-merging include/scsi/scsi_proto.h +Auto-merging drivers/target/target_core_sbc.c +Auto-merging drivers/target/target_core_pscsi.c +Auto-merging drivers/target/target_core_iblock.c +Auto-merging drivers/target/target_core_file.c +Auto-merging drivers/scsi/qla2xxx/tcm_qla2xxx.c +CONFLICT (content): Merge conflict in drivers/scsi/qla2xxx/tcm_qla2xxx.c +Auto-merging drivers/scsi/qla2xxx/qla_target.h +Auto-merging drivers/scsi/qla2xxx/qla_target.c +CONFLICT (content): Merge conflict in drivers/scsi/qla2xxx/qla_target.c +Auto-merging drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master cffe397080ea] Merge remote-tracking branch 'target-updates/for-next' +$ git diff -M --stat --summary HEAD^.. + drivers/infiniband/ulp/isert/ib_isert.c | 2 +- + drivers/infiniband/ulp/srpt/ib_srpt.c | 4 +- + drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 156 ++++++++- + drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.h | 25 +- + drivers/scsi/ibmvscsi_tgt/libsrp.h | 5 +- + drivers/scsi/qla2xxx/qla_target.c | 44 +-- + drivers/scsi/qla2xxx/qla_target.h | 1 + + drivers/scsi/qla2xxx/tcm_qla2xxx.c | 40 +-- + drivers/target/iscsi/iscsi_target.c | 10 +- + drivers/target/iscsi/iscsi_target_configfs.c | 2 + + drivers/target/iscsi/iscsi_target_nego.c | 30 +- + drivers/target/iscsi/iscsi_target_parameters.c | 41 ++- + drivers/target/iscsi/iscsi_target_parameters.h | 2 +- + drivers/target/iscsi/iscsi_target_tpg.c | 27 +- + drivers/target/iscsi/iscsi_target_tpg.h | 1 + + drivers/target/iscsi/iscsi_target_util.c | 60 +--- + drivers/target/iscsi/iscsi_target_util.h | 2 +- + drivers/target/loopback/tcm_loop.c | 77 +---- + drivers/target/loopback/tcm_loop.h | 6 +- + drivers/target/target_core_alua.c | 8 +- + drivers/target/target_core_configfs.c | 6 +- + drivers/target/target_core_device.c | 145 +++++++-- + drivers/target/target_core_fabric_configfs.c | 25 +- + drivers/target/target_core_fabric_lib.c | 6 +- + drivers/target/target_core_file.c | 7 +- + drivers/target/target_core_iblock.c | 52 +-- + drivers/target/target_core_internal.h | 5 +- + drivers/target/target_core_pr.c | 109 ++----- + drivers/target/target_core_pscsi.c | 82 ++--- + drivers/target/target_core_pscsi.h | 4 - + drivers/target/target_core_rd.c | 11 +- + drivers/target/target_core_sbc.c | 65 ++-- + drivers/target/target_core_spc.c | 42 ++- + drivers/target/target_core_tmr.c | 18 +- + drivers/target/target_core_tpg.c | 1 - + drivers/target/target_core_transport.c | 222 +++++++++++-- + drivers/target/target_core_user.c | 424 +++++++++++++++++++++++-- + drivers/target/target_core_xcopy.c | 184 ++++++----- + drivers/vhost/scsi.c | 11 +- + drivers/xen/xen-scsiback.c | 36 +-- + include/scsi/scsi_proto.h | 1 + + include/target/iscsi/iscsi_target_core.h | 10 +- + include/target/target_core_backend.h | 17 +- + include/target/target_core_base.h | 11 +- + include/target/target_core_fabric.h | 1 + + include/uapi/linux/target_core_user.h | 15 + + 46 files changed, 1342 insertions(+), 711 deletions(-) +Merging target-merge/for-next-merge (2994a7518317 cxgb4: update Kconfig and Makefile) +$ git merge target-merge/for-next-merge +Already up-to-date. +Merging target-bva/for-next (2ea659a9ef48 Linux 4.12-rc1) +$ git merge target-bva/for-next +Already up-to-date. +Merging libata/for-next (7cfdfdc82a46 libata: Cleanup ata_read_log_page()) +$ git merge libata/for-next +Merge made by the 'recursive' strategy. + drivers/ata/Kconfig | 4 ++-- + drivers/ata/libata-core.c | 6 +++--- + include/linux/libata.h | 2 +- + 3 files changed, 6 insertions(+), 6 deletions(-) +Merging binfmt_misc/for-next (4af75df6a410 binfmt_misc: add F option description to documentation) +$ git merge binfmt_misc/for-next +Already up-to-date. +Merging vhost/linux-next (e41b1355508d virtio_balloon: disable VIOMMU support) +$ git merge vhost/linux-next +Already up-to-date. +Merging rpmsg/for-next (9ef2b6cc595a Merge branches 'hwspinlock-next', 'rpmsg-next' and 'rproc-next' into for-next) +$ git merge rpmsg/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging gpio/for-next (8d2c6297aec9 Merge branch 'devel' into for-next) +$ git merge gpio/for-next +Resolved 'drivers/gpio/gpio-mvebu.c' using previous resolution. +Auto-merging drivers/gpio/gpio-mvebu.c +CONFLICT (content): Merge conflict in drivers/gpio/gpio-mvebu.c +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master 272d012289fc] Merge remote-tracking branch 'gpio/for-next' +$ git diff -M --stat --summary HEAD^.. +Merging pinctrl/for-next (ece5946c2eed Merge branch 'devel' into for-next) +$ git merge pinctrl/for-next +Merge made by the 'recursive' strategy. +Merging pinctrl-samsung/for-next (a453f3693f2a pinctrl: samsung: Explicitly cast pointer returned by of_iomap() to iomem) +$ git merge pinctrl-samsung/for-next +Already up-to-date. +Merging pwm/for-next (5ec8c48a6235 Merge branch 'for-4.13/drivers' into for-next) +$ git merge pwm/for-next +Merge made by the 'recursive' strategy. + .../devicetree/bindings/pwm/pwm-meson.txt | 4 +- + .../devicetree/bindings/pwm/pwm-stm32.txt | 2 +- + .../devicetree/bindings/pwm/renesas,pwm-rcar.txt | 1 + + Documentation/pwm.txt | 46 ++-- + drivers/pwm/core.c | 4 +- + drivers/pwm/pwm-bfin.c | 4 +- + drivers/pwm/pwm-cros-ec.c | 4 +- + drivers/pwm/pwm-hibvt.c | 2 +- + drivers/pwm/pwm-meson.c | 48 +++- + drivers/pwm/pwm-sun4i.c | 263 ++++++++++++--------- + drivers/pwm/pwm-tegra.c | 18 +- + 11 files changed, 244 insertions(+), 152 deletions(-) +Merging dma-buf/for-next (194cad44c4e1 dma-buf/sync_file: improve Kconfig description for Sync Files) +$ git merge dma-buf/for-next +Resolved 'drivers/dma-buf/Kconfig' using previous resolution. +Auto-merging drivers/dma-buf/Kconfig +CONFLICT (content): Merge conflict in drivers/dma-buf/Kconfig +Auto-merging MAINTAINERS +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master 50086da1af58] Merge remote-tracking branch 'dma-buf/for-next' +$ git diff -M --stat --summary HEAD^.. + MAINTAINERS | 11 +++++++++++ + 1 file changed, 11 insertions(+) +Merging userns/for-next (296990deb389 mnt: Make propagate_umount less slow for overlapping mount propagation trees) +$ git merge userns/for-next +Already up-to-date. +Merging ktest/for-next (f7c6401ff84a ktest: Make sure wait_for_input does honor the timeout) +$ git merge ktest/for-next +Already up-to-date. +Merging random/dev (e2682130931f random: suppress spammy warnings about unseeded randomness) +$ git merge random/dev +Auto-merging net/ipv4/route.c +Auto-merging net/core/neighbour.c +Auto-merging net/ceph/ceph_common.c +Auto-merging lib/Kconfig.debug +Auto-merging fs/cifs/cifsfs.c +Auto-merging drivers/target/iscsi/iscsi_target_login.c +Merge made by the 'recursive' strategy. + drivers/char/random.c | 79 ++++++++++++++++++++++++------- + drivers/target/iscsi/iscsi_target_auth.c | 14 ++++-- + drivers/target/iscsi/iscsi_target_login.c | 22 +++++---- + fs/cifs/cifsfs.c | 2 +- + include/linux/net.h | 2 + + include/linux/once.h | 2 + + include/linux/random.h | 26 ++++++++++ + lib/Kconfig.debug | 28 +++++++++++ + lib/rhashtable.c | 2 +- + net/ceph/ceph_common.c | 6 ++- + net/core/neighbour.c | 3 +- + net/ipv4/route.c | 3 +- + 12 files changed, 155 insertions(+), 34 deletions(-) +Merging aio/master (4c1d69950da4 fs: aio: fix the increment of aio-nr and counting against aio-max-nr) +$ git merge aio/master +Auto-merging fs/aio.c +Merge made by the 'recursive' strategy. + fs/aio.c | 19 ++++++++++++------- + 1 file changed, 12 insertions(+), 7 deletions(-) +Merging kselftest/next (e67f85fb96ca selftests: membarrier: use ksft_* var arg msg api) +$ git merge kselftest/next +Already up-to-date. +Merging y2038/y2038 (69973b830859 Linux 4.9) +$ git merge y2038/y2038 +Already up-to-date. +Merging luto-misc/next (2dcd0af568b0 Linux 4.6) +$ git merge luto-misc/next +Already up-to-date. +Merging borntraeger/linux-next (e76d21c40bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net) +$ git merge borntraeger/linux-next +Already up-to-date. +Merging livepatching/for-next (26d8d1e9bb48 Merge branch 'for-4.12/upstream-fixes' into for-next) +$ git merge livepatching/for-next +Already up-to-date! +Merge made by the 'recursive' strategy. +Merging coresight/next (f8229e48370e hwtracing: coresight: constify attribute_group structures.) +$ git merge coresight/next +Auto-merging drivers/hwtracing/coresight/coresight.c +Auto-merging drivers/hwtracing/coresight/coresight-tmc-etf.c +Auto-merging drivers/hwtracing/coresight/coresight-etm3x.c +Auto-merging drivers/hwtracing/coresight/coresight-etm-perf.c +Auto-merging drivers/hwtracing/coresight/coresight-etb10.c +Merge made by the 'recursive' strategy. + drivers/hwtracing/coresight/coresight-etb10.c | 46 ++++++++++++++++-------- + drivers/hwtracing/coresight/coresight-etm-perf.c | 2 +- + drivers/hwtracing/coresight/coresight-etm3x.c | 2 ++ + drivers/hwtracing/coresight/coresight-priv.h | 2 ++ + drivers/hwtracing/coresight/coresight-tmc-etf.c | 34 ++++++++++++++++-- + drivers/hwtracing/coresight/coresight-tmc-etr.c | 12 +++++++ + drivers/hwtracing/coresight/coresight.c | 8 +++++ + 7 files changed, 88 insertions(+), 18 deletions(-) +Merging rtc/rtc-next (42a6e0996084 nvmem: include linux/err.h from header) +$ git merge rtc/rtc-next +Resolved 'tools/testing/selftests/timers/Makefile' using previous resolution. +Auto-merging tools/testing/selftests/timers/Makefile +CONFLICT (content): Merge conflict in tools/testing/selftests/timers/Makefile +Auto-merging drivers/rtc/rtc-ftrtc010.c +Auto-merging MAINTAINERS +Removing Documentation/devicetree/bindings/rtc/cortina,gemini.txt +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master 9c3c371f25e0] Merge remote-tracking branch 'rtc/rtc-next' +$ git diff -M --stat --summary HEAD^.. + .../bindings/rtc/brcm,brcmstb-waketimer.txt | 22 + + .../devicetree/bindings/rtc/cortina,gemini.txt | 14 - + .../devicetree/bindings/rtc/faraday,ftrtc010.txt | 28 + + .../devicetree/bindings/rtc/st,stm32-rtc.txt | 32 +- + Documentation/rtc.txt | 46 +- + MAINTAINERS | 2 +- + drivers/rtc/Kconfig | 37 +- + drivers/rtc/Makefile | 4 +- + drivers/rtc/class.c | 202 +++-- + drivers/rtc/interface.c | 9 +- + drivers/rtc/nvmem.c | 113 +++ + drivers/rtc/rtc-at91rm9200.c | 14 +- + drivers/rtc/rtc-brcmstb-waketimer.c | 330 +++++++ + drivers/rtc/rtc-core.h | 8 + + drivers/rtc/rtc-dev.c | 2 +- + drivers/rtc/rtc-ds1307.c | 957 ++++++++++----------- + drivers/rtc/rtc-ds3232.c | 119 +++ + drivers/rtc/{rtc-gemini.c => rtc-ftrtc010.c} | 119 ++- + drivers/rtc/rtc-m41t80.c | 251 ++++-- + drivers/rtc/rtc-mxc.c | 11 - + drivers/rtc/rtc-nuc900.c | 2 +- + drivers/rtc/rtc-opal.c | 32 +- + drivers/rtc/rtc-pcf8563.c | 2 +- + drivers/rtc/rtc-rv8803.c | 72 +- + drivers/rtc/rtc-s3c.c | 147 ++-- + drivers/rtc/rtc-st-lpc.c | 19 +- + drivers/rtc/rtc-stm32.c | 82 +- + drivers/rtc/rtc-sysfs.c | 3 +- + include/linux/nvmem-provider.h | 3 + + include/linux/rtc.h | 15 +- + tools/testing/selftests/timers/Makefile | 2 +- + tools/testing/selftests/timers/rtctest.c | 128 ++- + tools/testing/selftests/timers/rtctest_setdate.c | 86 ++ + 33 files changed, 2027 insertions(+), 886 deletions(-) + create mode 100644 Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.txt + delete mode 100644 Documentation/devicetree/bindings/rtc/cortina,gemini.txt + create mode 100644 Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt + create mode 100644 drivers/rtc/nvmem.c + create mode 100644 drivers/rtc/rtc-brcmstb-waketimer.c + rename drivers/rtc/{rtc-gemini.c => rtc-ftrtc010.c} (50%) + create mode 100644 tools/testing/selftests/timers/rtctest_setdate.c +Merging hwspinlock/for-next (bd5717a4632c hwspinlock: qcom: Correct msb in regmap_field) +$ git merge hwspinlock/for-next +Already up-to-date. +Merging nvdimm/libnvdimm-for-next (9d92573fff3e Merge branch 'for-4.13/dax' into libnvdimm-for-next) +$ git merge nvdimm/libnvdimm-for-next +Already up-to-date. +Merging dax-misc/dax-misc (4d9a2c874667 dax: Remove i_mmap_lock protection) +$ git merge dax-misc/dax-misc +Already up-to-date. +Merging idr/idr-4.11 (f0f3f2d0a3e0 radix tree test suite: Specify -m32 in LDFLAGS too) +$ git merge idr/idr-4.11 +Already up-to-date. +Merging kspp/for-next/kspp (cb00e6b58abb Merge branch 'for-next/gcc-plugin/randstruct' into for-next/kspp) +$ git merge kspp/for-next/kspp +Resolved 'include/linux/fs.h' using previous resolution. +Auto-merging security/keys/internal.h +Auto-merging kernel/futex.c +Auto-merging include/net/sock.h +Auto-merging include/net/net_namespace.h +Auto-merging include/net/neighbour.h +Auto-merging include/net/af_unix.h +Auto-merging include/linux/tty.h +Auto-merging include/linux/sched.h +Auto-merging include/linux/module.h +Auto-merging include/linux/lsm_hooks.h +Auto-merging include/linux/kobject.h +Auto-merging include/linux/fs.h +CONFLICT (content): Merge conflict in include/linux/fs.h +Auto-merging include/linux/dcache.h +Auto-merging include/linux/cred.h +Auto-merging include/linux/compiler.h +Auto-merging include/linux/compiler-gcc.h +Auto-merging fs/namei.c +Auto-merging fs/mount.h +Auto-merging arch/x86/include/asm/processor.h +Auto-merging arch/x86/include/asm/paravirt_types.h +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master bdbc95f5485d] Merge remote-tracking branch 'kspp/for-next/kspp' +$ git diff -M --stat --summary HEAD^.. + arch/arm/include/asm/cacheflush.h | 2 +- + arch/x86/include/asm/paravirt_types.h | 16 ++++++++-------- + arch/x86/include/asm/processor.h | 2 +- + fs/mount.h | 4 ++-- + fs/namei.c | 2 +- + fs/proc/internal.h | 6 +++--- + include/linux/binfmts.h | 4 ++-- + include/linux/cdev.h | 2 +- + include/linux/compiler-gcc.h | 13 ++++++++++++- + include/linux/compiler.h | 5 +++++ + include/linux/cred.h | 4 ++-- + include/linux/dcache.h | 2 +- + include/linux/fs.h | 17 +++++++++-------- + include/linux/fs_struct.h | 2 +- + include/linux/ipc.h | 2 +- + include/linux/ipc_namespace.h | 2 +- + include/linux/key-type.h | 4 ++-- + include/linux/kmod.h | 2 +- + include/linux/kobject.h | 2 +- + include/linux/lsm_hooks.h | 4 ++-- + include/linux/mm_types.h | 4 ++-- + include/linux/module.h | 4 ++-- + include/linux/mount.h | 2 +- + include/linux/msg.h | 2 +- + include/linux/path.h | 2 +- + include/linux/pid_namespace.h | 2 +- + include/linux/proc_ns.h | 2 +- + include/linux/sched.h | 16 +++++++++++++++- + include/linux/sched/signal.h | 2 +- + include/linux/sem.h | 2 +- + include/linux/shm.h | 2 +- + include/linux/sysctl.h | 2 +- + include/linux/tty.h | 2 +- + include/linux/tty_driver.h | 4 ++-- + include/linux/user_namespace.h | 2 +- + include/linux/utsname.h | 2 +- + include/net/af_unix.h | 2 +- + include/net/neighbour.h | 2 +- + include/net/net_namespace.h | 2 +- + include/net/sock.h | 2 +- + kernel/futex.c | 4 ++-- + security/keys/internal.h | 2 +- + 42 files changed, 97 insertions(+), 66 deletions(-) +Merging akpm-current/current (ef7d3332d3af ipc/util.h: update documentation for ipc_getref() and ipc_putref()) +$ git merge --no-ff akpm-current/current +Resolved 'fs/hugetlbfs/inode.c' using previous resolution. +Resolved 'include/linux/ipc.h' using previous resolution. +Resolved 'include/linux/sem.h' using previous resolution. +Auto-merging lib/rhashtable.c +Auto-merging lib/Kconfig.debug +Auto-merging kernel/module.c +Auto-merging include/linux/sysctl.h +Auto-merging include/linux/sem.h +CONFLICT (content): Merge conflict in include/linux/sem.h +Auto-merging include/linux/sched.h +Auto-merging include/linux/ipc.h +CONFLICT (content): Merge conflict in include/linux/ipc.h +Auto-merging include/linux/hugetlb.h +Auto-merging include/linux/fs.h +Auto-merging include/linux/dcache.h +Auto-merging fs/hugetlbfs/inode.c +CONFLICT (content): Merge conflict in fs/hugetlbfs/inode.c +Auto-merging fs/dcache.c +Auto-merging drivers/char/random.c +Auto-merging arch/mips/kernel/module.c +Removing arch/frv/include/asm/fb.h +Removing arch/frv/include/asm/device.h +Auto-merging MAINTAINERS +Automatic merge failed; fix conflicts and then commit the result. +$ git commit -v -a +[master f3e93cbee382] Merge branch 'akpm-current/current' +$ git diff -M --stat --summary HEAD^.. + Documentation/cgroup-v1/memory.txt | 47 ++- + Documentation/fault-injection/fault-injection.txt | 79 +++++ + Documentation/filesystems/proc.txt | 6 +- + Documentation/kdump/kdump.txt | 12 +- + Documentation/memory-hotplug.txt | 12 +- + Documentation/sysctl/vm.txt | 20 ++ + MAINTAINERS | 11 + + arch/arm/boot/compressed/decompress.c | 1 + + arch/arm/include/asm/elf.h | 8 +- + arch/arm/include/asm/page.h | 2 + + arch/arm/kernel/atags_parse.c | 3 +- + arch/arm64/include/asm/elf.h | 12 +- + arch/arm64/mm/kasan_init.c | 8 +- + arch/frv/include/asm/Kbuild | 2 + + arch/frv/include/asm/cmpxchg.h | 1 + + arch/frv/include/asm/device.h | 7 - + arch/frv/include/asm/fb.h | 12 - + arch/ia64/kernel/machine_kexec.c | 5 - + arch/mips/kernel/module.c | 3 +- + arch/mips/kernel/traps.c | 3 +- + arch/powerpc/include/asm/elf.h | 13 +- + arch/powerpc/kernel/fadump.c | 3 +- + arch/s390/include/asm/elf.h | 15 +- + arch/s390/kernel/machine_kexec.c | 1 + + arch/s390/kernel/setup.c | 6 - + arch/sh/mm/extable_64.c | 34 ++- + arch/sparc/mm/extable.c | 28 +- + arch/x86/include/asm/elf.h | 13 +- + arch/x86/kernel/crash.c | 2 +- + arch/x86/kernel/machine_kexec_64.c | 1 + + arch/x86/mm/kasan_init_64.c | 7 +- + arch/x86/xen/mmu_pv.c | 4 +- + block/genhd.c | 2 +- + drivers/base/node.c | 9 +- + drivers/block/brd.c | 1 + + drivers/block/zram/zcomp.c | 10 +- + drivers/block/zram/zram_drv.c | 2 +- + drivers/char/random.c | 5 + + fs/Kconfig | 1 - + fs/bfs/inode.c | 2 +- + fs/binfmt_elf.c | 79 +++-- + fs/buffer.c | 43 +-- + fs/dcache.c | 5 +- + fs/eventpoll.c | 62 +++- + fs/hugetlbfs/inode.c | 11 + + fs/ocfs2/dlm/dlmmaster.c | 66 ++-- + fs/ocfs2/dlm/dlmrecovery.c | 40 +-- + fs/ocfs2/dlmglue.c | 2 +- + fs/ocfs2/filecheck.c | 357 +++++++++------------- + fs/ocfs2/filecheck.h | 29 +- + fs/ocfs2/ocfs2.h | 8 + + fs/ocfs2/stackglue.c | 6 - + fs/ocfs2/stackglue.h | 3 - + fs/ocfs2/super.c | 35 ++- + fs/proc/base.c | 44 +++ + fs/proc/generic.c | 32 +- + fs/proc/proc_sysctl.c | 26 +- + fs/proc/task_mmu.c | 1 - + fs/read_write.c | 3 +- + fs/seq_file.c | 10 - + include/asm-generic/bug.h | 1 + + include/linux/backing-dev.h | 15 +- + include/linux/bitmap.h | 33 +- + include/linux/bug.h | 72 +---- + include/linux/build_bug.h | 84 +++++ + include/linux/crash_core.h | 9 +- + include/linux/dax.h | 5 - + include/linux/dcache.h | 4 +- + include/linux/eventpoll.h | 5 + + include/linux/extable.h | 5 +- + include/linux/fs.h | 6 + + include/linux/huge_mm.h | 45 ++- + include/linux/hugetlb.h | 39 ++- + include/linux/initrd.h | 3 + + include/linux/ipc.h | 3 + + include/linux/kernel.h | 10 +- + include/linux/kexec.h | 2 + + include/linux/khugepaged.h | 3 +- + include/linux/list_lru.h | 1 + + include/linux/migrate.h | 16 + + include/linux/mmzone.h | 8 +- + include/linux/page_ref.h | 1 + + include/linux/reboot.h | 4 + + include/linux/sched.h | 1 + + include/linux/sched/coredump.h | 5 +- + include/linux/sem.h | 24 +- + include/linux/swap.h | 6 +- + include/linux/swapops.h | 9 - + include/linux/sysctl.h | 3 + + include/trace/events/mmflags.h | 2 +- + include/trace/events/oom.h | 80 +++++ + include/uapi/linux/kcmp.h | 10 + + include/uapi/linux/sem.h | 2 +- + include/uapi/linux/sysctl.h | 4 + + init/main.c | 1 + + ipc/msg.c | 28 +- + ipc/sem.c | 155 +++++----- + ipc/shm.c | 26 +- + ipc/util.c | 65 +--- + ipc/util.h | 23 +- + kernel/crash_core.c | 44 ++- + kernel/exit.c | 4 + + kernel/extable.c | 3 +- + kernel/fork.c | 20 +- + kernel/groups.c | 35 +-- + kernel/kallsyms.c | 10 +- + kernel/kcmp.c | 57 ++++ + kernel/kexec.c | 8 + + kernel/kexec_core.c | 39 +++ + kernel/kexec_file.c | 8 + + kernel/ksysfs.c | 4 +- + kernel/module.c | 2 +- + kernel/reboot.c | 27 ++ + kernel/signal.c | 4 + + kernel/sys.c | 6 +- + kernel/sysctl.c | 304 +++++++++++++++--- + kernel/sysctl_binary.c | 2 +- + lib/Kconfig.debug | 2 +- + lib/bitmap.c | 8 +- + lib/bsearch.c | 22 +- + lib/extable.c | 41 +-- + lib/fault-inject.c | 7 + + lib/interval_tree_test.c | 93 ++++-- + lib/kstrtox.c | 12 +- + lib/rhashtable.c | 7 +- + lib/test_bitmap.c | 29 ++ + mm/Kconfig | 1 - + mm/balloon_compaction.c | 2 +- + mm/cma.c | 20 +- + mm/filemap.c | 8 +- + mm/hugetlb.c | 292 +++++++----------- + mm/kasan/kasan.c | 152 ++++----- + mm/kasan/kasan_init.c | 12 + + mm/kasan/report.c | 2 +- + mm/khugepaged.c | 3 +- + mm/list_lru.c | 14 +- + mm/madvise.c | 46 +-- + mm/memcontrol.c | 52 ++-- + mm/memory-failure.c | 332 ++++++++++---------- + mm/memory.c | 4 +- + mm/memory_hotplug.c | 142 +++------ + mm/migrate.c | 17 +- + mm/mmap.c | 21 +- + mm/oom_kill.c | 7 + + mm/page_alloc.c | 85 ++++-- + mm/page_io.c | 23 +- + mm/page_isolation.c | 18 +- + mm/page_owner.c | 10 +- + mm/shmem.c | 8 +- + mm/slub.c | 2 +- + mm/swap.c | 11 +- + mm/swap_slots.c | 5 +- + mm/swap_state.c | 10 +- + mm/swapfile.c | 2 +- + mm/truncate.c | 10 +- + mm/vmalloc.c | 10 +- + mm/vmpressure.c | 122 ++++++-- + mm/vmscan.c | 30 +- + mm/vmstat.c | 24 +- + mm/zsmalloc.c | 54 +--- + samples/kfifo/dma-example.c | 8 +- + scripts/checkpatch.pl | 102 +++++-- + scripts/gdb/linux/constants.py.in | 7 + + scripts/gdb/linux/dmesg.py | 15 +- + scripts/gdb/linux/proc.py | 73 +++++ + 165 files changed, 2804 insertions(+), 1843 deletions(-) + delete mode 100644 arch/frv/include/asm/device.h + delete mode 100644 arch/frv/include/asm/fb.h + create mode 100644 include/linux/build_bug.h +$ git clone -s -l -n -q . ../rebase-tmp +$ cd ../rebase-tmp +$ git checkout -b akpm remotes/origin/akpm/master +Switched to a new branch 'akpm' +$ git rebase --onto master remotes/origin/akpm/master-base +First, rewinding head to replay your work on top of it... +Applying: net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info() +Applying: kernel/watchdog: remove unused declaration +Applying: kernel/watchdog: introduce arch_touch_nmi_watchdog() +Applying: kernel/watchdog: split up config options +Applying: watchdog-split-up-config-options-fix +Applying: kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogs +Applying: watchdog-provide-watchdog_reconfigure-for-arch-watchdogs-fix +Applying: kernel/watchdog: hide unused function +Applying: powerpc/64s: implement arch-specific hardlockup watchdog +Applying: powerpc/64s: watchdog honor watchdog disable at boot/hotplug +Applying: powerpc/64s: watchdog false positive warning at CPU unplug +Applying: powerpc-64s-implement-arch-specific-hardlockup-watchdog-checkpatch-fixes +Applying: efi: avoid fortify checks in EFI stub +Applying: kexec_file: adjust declaration of kexec_purgatory +Applying: IB/rxe: do not copy extra stack memory to skb +Applying: powerpc: don't fortify prom_init +Applying: powerpc: make feature-fixup tests fortify-safe +Applying: include/linux/string.h: add the option of fortified string.h functions +Applying: x86: fix fortified memcpy +Applying: fortify: avoid panic() in favor of BUG() +Applying: sh: mark end of BUG() implementation as unreachable +Applying: random,stackprotect: introduce get_random_canary function +Applying: fork,random: use get_random_canary() to set tsk->stack_canary +Applying: x86: ascii armor the x86_64 boot init stack canary +Applying: arm64: ascii armor the arm64 boot init stack canary +Applying: sh64: ascii armor the sh64 boot init stack canary +Applying: x86/mmap: properly account for stack randomization in mmap_base +Applying: arm64/mmap: properly account for stack randomization in mmap_base +Applying: powerpc,mmap: properly account for stack randomization in mmap_base +Applying: MIPS: do not use __GFP_REPEAT for order-0 request +Applying: mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic +Applying: mm-tree-wide-replace-__gfp_repeat-by-__gfp_retry_mayfail-with-more-useful-semantic-fix +Applying: mm-tree-wide-replace-__gfp_repeat-by-__gfp_retry_mayfail-with-more-useful-semantic-fix +Applying: mm-tree-wide-replace-__gfp_repeat-by-__gfp_retry_mayfail-with-more-useful-semantic-fix-3 +Applying: xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL +Applying: mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizes +Applying: drm/i915: use __GFP_RETRY_MAYFAIL +Applying: mm, migration: do not trigger OOM killer when migrating memory +Applying: checkpatch: improve the STORAGE_CLASS test +Applying: ARM: KVM: move asmlinkage before type +Applying: ARM: HP Jornada 7XX: move inline before return type +Applying: CRIS: gpio: move inline before return type +Applying: FRV: tlbflush: move asmlinkage before return type +Applying: ia64: move inline before return type +Applying: ia64: sn: pci: move inline before type +Applying: m68k: coldfire: move inline before return type +Applying: MIPS: SMP: move asmlinkage before return type +Applying: sh: move inline before return type +Applying: x86/efi: move asmlinkage before return type +Applying: drivers: s390: move static and inline before return type +Applying: drivers: tty: serial: move inline before return type +Applying: USB: serial: safe_serial: move __inline__ before return type +Applying: video: fbdev: intelfb: move inline before return type +Applying: video: fbdev: omap: move inline before return type +Applying: ARM: samsung: usb-ohci: move inline before return type +Applying: sparc64: NG4 memset 32 bits overflow +Applying: xtensa: use generic fb.h +Applying: MAINTAINERS: give kmod some maintainer love +Applying: kmod: add test driver to stress test the module loader +Applying: kmod: add dependencies for test module +Applying: kmod: throttle kmod thread limit +Applying: writeback: rework wb_[dec|inc]_stat family of functions +Applying: lib/crc-ccitt: add CCITT-FALSE CRC16 variant +$ cd ../next +$ git fetch -f ../rebase-tmp akpm:akpm/master +From ../rebase-tmp + + b6472f608dcf...56a53b0cf002 akpm -> akpm/master (forced update) +$ rm -rf ../rebase-tmp +Merging akpm/master (56a53b0cf002 lib/crc-ccitt: add CCITT-FALSE CRC16 variant) +$ git merge --no-ff akpm/master +Removing arch/xtensa/include/asm/fb.h +Merge made by the 'recursive' strategy. + Documentation/DMA-ISA-LPC.txt | 2 +- + MAINTAINERS | 9 + + arch/Kconfig | 31 +- + arch/arm/include/asm/kvm_hyp.h | 8 +- + arch/arm/mach-sa1100/jornada720_ssp.c | 2 +- + arch/arm64/Kconfig | 1 + + arch/arm64/include/asm/stackprotector.h | 1 + + arch/arm64/include/asm/string.h | 5 + + arch/arm64/mm/mmap.c | 7 +- + arch/blackfin/include/asm/nmi.h | 2 + + arch/blackfin/kernel/nmi.c | 2 +- + arch/cris/arch-v10/drivers/gpio.c | 4 +- + arch/frv/include/asm/tlbflush.h | 8 +- + arch/ia64/kernel/mca.c | 2 +- + arch/ia64/sn/pci/pcibr/pcibr_ate.c | 2 +- + arch/ia64/sn/pci/tioce_provider.c | 4 +- + arch/m68k/coldfire/intc-simr.c | 4 +- + arch/mips/include/asm/pgalloc.h | 2 +- + arch/mips/include/asm/smp.h | 2 +- + arch/mn10300/include/asm/nmi.h | 2 + + arch/mn10300/kernel/mn10300-watchdog-low.S | 8 +- + arch/mn10300/kernel/mn10300-watchdog.c | 2 +- + arch/powerpc/Kconfig | 7 +- + arch/powerpc/include/asm/book3s/64/pgalloc.h | 2 +- + arch/powerpc/include/asm/nmi.h | 11 + + arch/powerpc/include/asm/smp.h | 2 + + arch/powerpc/kernel/Makefile | 1 + + arch/powerpc/kernel/exceptions-64s.S | 30 +- + arch/powerpc/kernel/kvm.c | 7 + + arch/powerpc/kernel/prom_init.c | 3 + + arch/powerpc/kernel/setup_64.c | 19 - + arch/powerpc/kernel/smp.c | 20 +- + arch/powerpc/kernel/watchdog.c | 386 ++++++++ + arch/powerpc/kvm/book3s_64_mmu_hv.c | 2 +- + arch/powerpc/lib/feature-fixups.c | 180 ++-- + arch/powerpc/mm/mmap.c | 28 +- + arch/sh/include/asm/bug.h | 1 + + arch/sh/include/asm/stackprotector.h | 1 + + arch/sh/mm/cache-sh5.c | 2 +- + arch/sparc/include/asm/nmi.h | 1 + + arch/sparc/kernel/mdesc.c | 2 +- + arch/sparc/kernel/nmi.c | 6 +- + arch/sparc/lib/NG4memset.S | 26 +- + arch/x86/Kconfig | 2 + + arch/x86/boot/compressed/misc.c | 5 + + arch/x86/include/asm/efi.h | 4 +- + arch/x86/include/asm/stackprotector.h | 1 + + arch/x86/include/asm/string_32.h | 9 + + arch/x86/include/asm/string_64.h | 7 + + arch/x86/kernel/apic/hw_nmi.c | 2 +- + arch/x86/lib/memcpy_32.c | 2 +- + arch/x86/mm/mmap.c | 7 +- + arch/xtensa/include/asm/Kbuild | 1 + + arch/xtensa/include/asm/fb.h | 12 - + drivers/firmware/efi/libstub/Makefile | 1 + + drivers/gpu/drm/i915/i915_gem.c | 3 +- + drivers/infiniband/sw/rxe/rxe_resp.c | 4 +- + drivers/mmc/host/wbsd.c | 2 +- + drivers/s390/char/vmcp.c | 2 +- + drivers/s390/net/ctcm_main.c | 2 +- + drivers/s390/net/qeth_l3_main.c | 2 +- + drivers/target/target_core_transport.c | 2 +- + drivers/tty/serial/ioc3_serial.c | 4 +- + drivers/tty/serial/ioc4_serial.c | 4 +- + drivers/usb/serial/safe_serial.c | 2 +- + drivers/vhost/net.c | 2 +- + drivers/vhost/scsi.c | 2 +- + drivers/vhost/vsock.c | 2 +- + drivers/video/fbdev/intelfb/intelfbdrv.c | 2 +- + drivers/video/fbdev/omap/lcdc.c | 6 +- + fs/fs-writeback.c | 8 +- + fs/xfs/kmem.h | 10 + + include/linux/backing-dev.h | 24 +- + include/linux/crc-ccitt.h | 7 + + include/linux/gfp.h | 56 +- + include/linux/migrate.h | 2 +- + include/linux/nmi.h | 57 +- + include/linux/platform_data/usb-ohci-s3c2410.h | 2 +- + include/linux/random.h | 21 + + include/linux/slab.h | 3 +- + include/linux/string.h | 200 ++++ + include/trace/events/mmflags.h | 2 +- + kernel/Makefile | 2 +- + kernel/fork.c | 2 +- + kernel/kexec_file.c | 7 - + kernel/kexec_internal.h | 2 + + kernel/kmod.c | 16 +- + kernel/sysctl.c | 31 +- + kernel/watchdog.c | 287 ++++-- + kernel/watchdog_hld.c | 37 +- + lib/Kconfig.debug | 72 +- + lib/Makefile | 1 + + lib/crc-ccitt.c | 58 +- + lib/percpu_counter.c | 7 + + lib/string.c | 7 + + lib/test_kmod.c | 1246 ++++++++++++++++++++++++ + mm/hugetlb.c | 4 +- + mm/internal.h | 2 +- + mm/mempolicy.c | 3 +- + mm/page-writeback.c | 10 +- + mm/page_alloc.c | 14 +- + mm/sparse-vmemmap.c | 4 +- + mm/util.c | 14 +- + mm/vmalloc.c | 2 +- + mm/vmscan.c | 8 +- + net/core/dev.c | 6 +- + net/core/skbuff.c | 2 +- + net/netfilter/x_tables.c | 12 +- + net/sched/sch_fq.c | 2 +- + scripts/checkpatch.pl | 12 +- + security/Kconfig | 7 + + tools/perf/builtin-kmem.c | 2 +- + tools/testing/selftests/kmod/Makefile | 11 + + tools/testing/selftests/kmod/config | 7 + + tools/testing/selftests/kmod/kmod.sh | 615 ++++++++++++ + 115 files changed, 3354 insertions(+), 491 deletions(-) + create mode 100644 arch/powerpc/kernel/watchdog.c + delete mode 100644 arch/xtensa/include/asm/fb.h + create mode 100644 lib/test_kmod.c + create mode 100644 tools/testing/selftests/kmod/Makefile + create mode 100644 tools/testing/selftests/kmod/config + create mode 100644 tools/testing/selftests/kmod/kmod.sh |