1. 18 Feb, 2018 5 commits
  2. 16 Feb, 2018 11 commits
  3. 15 Feb, 2018 4 commits
    • Dave Airlie's avatar
      Merge tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · 933519a5
      Dave Airlie authored
      Add HDCP support to i915 drm driver.
      
      * tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc: (26 commits)
        drm/i915: fix misalignment in HDCP register def
        drm/i915: Reauthenticate HDCP on failure
        drm/i915: Detect panel's hdcp capability
        drm/i915: Optimize HDCP key load
        drm/i915: Retry HDCP bksv read
        drm/i915: Connector info in HDCP debug msgs
        drm/i915: Stop encryption for repeater with no sink
        drm/i915: Handle failure from 2nd stage HDCP auth
        drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMS
        drm/i915: Restore HDCP DRM_INFO when with no downstream
        drm/i915: Check for downstream topology errors
        drm/i915: Start repeater auth on READY/CP_IRQ
        drm/i915: II stage HDCP auth for repeater only
        drm/i915: Extending HDCP for HSW, BDW and BXT+
        drm/i915/dp: Fix compilation of intel_dp_hdcp_check_link
        drm/i915: Only disable HDCP when it's active
        drm/i915: Don't allow HDCP on PORT E/F
        drm/i915: Implement HDCP for DisplayPort
        drm/i915: Implement HDCP for HDMI
        drm/i915: Add function to output Aksv over GMBUS
        ...
      933519a5
    • Dave Airlie's avatar
      Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · 76ea0f33
      Dave Airlie authored
      drm-misc-next for 4.17:
      
      UAPI Changes:
      - drm/vc4: Expose performance counters to userspace (Boris)
      
      Cross-subsystem Changes:
      - MAINTAINERS: Linus to maintain panel-arm-versatile in -misc (Linus)
      
      Core Changes:
      - Only use swiotlb when necessary (Chunming)
      
      Driver Changes:
      - drm/panel: Add support for ARM Versatile panels (Linus)
      - pl111: Improvements around versatile panel support (Linus)
      
      ----------------------------------------
      Tagged on 2018-02-06:
      drm-misc-next for 4.17:
      
      UAPI Changes:
      - Validate mode flags + type (Ville)
      - Deprecate unused mode flags PIXMUX, BCAST (Ville)
      - Deprecate unused mode types BUILTIN, CRTC_C, CLOCK_C, DEFAULT (Ville)
      
      Cross-subsystem Changes:
      - MAINTAINERS: s/Daniel/Maarten/ for drm-misc (Daniel)
      
      Core Changes:
      - gem: Export gem functions for drivers to use (Samuel)
      - bridge: Introduce bridge timings in drm_bridge (Linus)
      - dma-buf: Allow exclusive fence to be bundled in fence array when
      	   calling reservation_object_get_fences_rcu (Christian)
      - dp: Add training pattern 4 and HBR3 support to dp helpers (Manasi)
      - fourcc: Add alpha bit to formats to avoid driver format LUTs (Maxime)
      - mode: Various cleanups + add new device-wide .mode_valid hook (Ville)
      - atomic: Fix state leak when non-blocking commits fail (Leo)
      	  NOTE: IIRC, this was cross-picked to -fixes so it might fall out
      - crc: Allow polling on the data fd (Maarten)
      
      Driver Changes:
      - bridge/vga-dac: Add THS8134* support (Linus)
      - tinydrm: Various MIPI DBI improvements/cleanups (Noralf)
      - bridge/dw-mipi-dsi: Cleanups + use create_packet helper (Brian)
      - drm/sun4i: Add Display Engine frontend support (Maxime)
      - drm/sun4i: Add zpos support + increase num planes from 2 to 4 (Maxime)
      - various: Use drm_mode_get_hv_timing() to fill plane clip rectangle (Ville)
      - stm: Add 8-bit clut support, add dsi phy v1.31 support, +fixes (Phillipe)
      
      Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
      Cc: Chunming Zhou <david1.zhou@amd.com>
      Cc: Samuel Li <Samuel.Li@amd.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Noralf Trønnes <noralf@tronnes.org>
      Cc: Brian Norris <briannorris@chromium.org>
      Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
      Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
      Cc: Christian König <christian.koenig@amd.com>
      Cc: Manasi Navare <manasi.d.navare@intel.com>
      Cc: Philippe Cornu <philippe.cornu@st.com>
      Cc: Leo (Sunpeng) Li <sunpeng.li@amd.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
      
      * tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc: (115 commits)
        drm/radeon: only enable swiotlb path when need v2
        drm/amdgpu: only enable swiotlb alloc when need v2
        drm: add func to get max iomem address v2
        drm/vc4: Expose performance counters to userspace
        drm: Print the pid when debug logging an ioctl error.
        drm/stm: ltdc: remove non-alpha color formats on layer 2 for older hw
        drm/stm: ltdc: add non-alpha color formats
        drm/bridge/synopsys: dsi: Add 1.31 version support
        drm/bridge/synopsys: dsi: Add read feature
        drm/pl111: Support multiple endpoints on the CLCD
        drm/pl111: Support variants with broken VBLANK
        drm/pl111: Support variants with broken clock divider
        drm/pl111: Handle the Versatile RGB/BGR565 mode
        drm/pl111: Properly detect the ARM PL110 variants
        drm/panel: Add support for ARM Versatile panels
        drm/panel: Device tree bindings for ARM Versatile panels
        drm/bridge: Rename argument from crtc to bridge
        drm/crc: Add support for polling on the data fd.
        drm/sun4i: Use drm_mode_get_hv_timing() to populate plane clip rectangle
        drm/rcar-du: Use drm_mode_get_hv_timing() to populate plane clip rectangle
        ...
      76ea0f33
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2018-02-07' of git://anongit.freedesktop.org/drm/drm-intel into drm-next · f0308d76
      Dave Airlie authored
      UAPI Changes:
      
      - Userspace whitelist register GEN9_SLICE_COMMON_ECO_CHICKEN1 for GLK (Kenneth)
      - Non-existent PMU counters are not placed to sysfs (Tvrtko)
      - Add a note to deprecate I915_SET_COLORKEY_NONE and ignore it (Ville)
      	* Intel DDX never ended using it, and implementation was wonky
      
      Core Changes:
      
      - Moved away from struct timeval into ktime_t in prep for 2038 (Arnd)
      	* Merged the i915 portion through drm-tip, no core dependencies
      
      Driver Changes:
      
      - Base support for Icelake and Icelake PCH (Anusha, Rodrigo, Mahesh, Paulo, James, Kelvin)
      - Add AUX-F port support for Cannonlake (Rodrigo)
      - New DMC firmware for 1.07 Cannonlake (Anusha)
      	* Go to linux-firmware.git to get it
      - Reject non-cursor planes nearly (3 px) out of screen on GLK/CNL (Imre)
      - Y/Yf modifiers restored for SKL+ sprites (Ville)
      - Compressed framebuffer support for sprites (Ville)
      - Tune down overly aggressive shrinking (Chris)
      - Shrink kmem caches when GPU is idle (Chris)
      - EDID bit-banging fallback for HDMI EDID (Stefan)
      - Don't boost the GPU when the waited request is already running (Chris)
      - Avoid GLK/BXT CDCLK frequency locking timeouts (Imre)
      - Limit DP link rate according to VBT on CNL+ (Jani)
      - Skip post-reset request emission if the engine is not idle (Chris)
      - Report any link training error on a fixed eDP panel as errors (Manasi)
      - DSI panel fixes for Bay Trail (Hans)
      - Selftest additions and improvements (Chris, Matt)
      - DMA fence test additions and accompanying fixes (Chris)
      - Power domain vs. register access fix (Maarten)
      - Squelch warnings for people with teensy framebuffers (stride < 512) (Maarten)
      - Increase Render/Media power gating hysteresis for Gen9+ (Chris)
      - HDMI vswing display workaround for Gen9+ (Ville)
      - GuC code cleanup and lockdep fixes (Sagar, Michal Wa.)
      - Continuously run hangcheck for simplicity (Chris)
      - Execlist debugging improvements (Chris)
      - GuC debugging improvements (Sujaritha, Michal Wa., Sagar)
      - Command parser boundary checks (Michal Srb)
      - Add a workaround for 3DSTATE_SAMPLE_PATTERN on CNL (Rafael)
      - Fix PMU enabling race condition (Tvrtko)
      - Usual smaller testing and debugging improvements
      
      * tag 'drm-intel-next-2018-02-07' of git://anongit.freedesktop.org/drm/drm-intel: (158 commits)
        drm/i915: Update DRIVER_DATE to 20180207
        drm/i915/pmu: Fix PMU enable vs execlists tasklet race
        drm/i915/cnl: WaPipeControlBefore3DStateSamplePattern
        drm/i915/cmdparser: Do not check past the cmd length.
        drm/i915/cmdparser: Check reg_table_count before derefencing.
        drm/i915: Deprecate I915_SET_COLORKEY_NONE
        drm/i915: Skip post-reset request emission if the engine is not idle
        drm/i915/execlists: Move the reset bits to a more natural home
        drm/i915/selftests: Use a sacrificial context for hang testing
        drm/i915/selftests: Flush old resets between engines
        drm/i915/breadcrumbs: Drop request reference for the signaler thread
        drm/i915: Remove unbannable context spam from reset
        drm/i915/execlists: Remove the startup spam
        drm/i915: Show the GPU state when declaring wedged
        drm/i915: Always update the no_fbc_reason when disabling
        drm/i915: Add some newlines to intel_engine_dump() headers
        drm/i915: Report if an unbannable context is involved in a GPU hang
        drm/i915: Remove spurious DRM_ERROR for cancelled interrupts
        drm/i915/execlists: Flush GTIIR on clearing CS interrupts during reset
        drm/i915: reduce indent in pch detection
        ...
      f0308d76
    • Anusha Srivatsa's avatar
      drm: Add DPCD definitions for DP 1.4 FEC feature · 45640058
      Anusha Srivatsa authored
      Forward Error Correction is supported on DP 1.4.
      This patch adds corresponding DPCD register definitions.
      
      v2: Add dri-devel mailing list to the CC list(Jani)
      
      v3: Change names, add missing masks (Manasi)
      
      v4: Add missing shifts to mask (Manasi)
      
      v5: Arrange the definitions in ascending order
      of the address (Jani)
      
      v6: remove unnecessary definitions. Add missing masks,
      add "/* 1.4 */" to offset definitions. (Jani)
      
      Cc: dri-devel@lists.freedesktop.org
      Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Manasi Navare <manasi.d.navare@intel.com>
      Signed-off-by: default avatarAnusha Srivatsa <anusha.srivatsa@intel.com>
      Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/1518636498-20921-1-git-send-email-anusha.srivatsa@intel.com
      45640058
  4. 14 Feb, 2018 1 commit
  5. 13 Feb, 2018 3 commits
  6. 11 Feb, 2018 9 commits
    • Linus Torvalds's avatar
      Linux 4.16-rc1 · 7928b2cb
      Linus Torvalds authored
      7928b2cb
    • Al Viro's avatar
      unify {de,}mangle_poll(), get rid of kernel-side POLL... · 7a163b21
      Al Viro authored
      except, again, POLLFREE and POLL_BUSY_LOOP.
      
      With this, we finally get to the promised end result:
      
       - POLL{IN,OUT,...} are plain integers and *not* in __poll_t, so any
         stray instances of ->poll() still using those will be caught by
         sparse.
      
       - eventpoll.c and select.c warning-free wrt __poll_t
      
       - no more kernel-side definitions of POLL... - userland ones are
         visible through the entire kernel (and used pretty much only for
         mangle/demangle)
      
       - same behavior as after the first series (i.e. sparc et.al. epoll(2)
         working correctly).
      Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      7a163b21
    • Linus Torvalds's avatar
      vfs: do bulk POLL* -> EPOLL* replacement · a9a08845
      Linus Torvalds authored
      This is the mindless scripted replacement of kernel use of POLL*
      variables as described by Al, done by this script:
      
          for V in IN OUT PRI ERR RDNORM RDBAND WRNORM WRBAND HUP RDHUP NVAL MSG; do
              L=`git grep -l -w POLL$V | grep -v '^t' | grep -v /um/ | grep -v '^sa' | grep -v '/poll.h$'|grep -v '^D'`
              for f in $L; do sed -i "-es/^\([^\"]*\)\(\<POLL$V\>\)/\\1E\\2/" $f; done
          done
      
      with de-mangling cleanups yet to come.
      
      NOTE! On almost all architectures, the EPOLL* constants have the same
      values as the POLL* constants do.  But they keyword here is "almost".
      For various bad reasons they aren't the same, and epoll() doesn't
      actually work quite correctly in some cases due to this on Sparc et al.
      
      The next patch from Al will sort out the final differences, and we
      should be all done.
      Scripted-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      a9a08845
    • Linus Torvalds's avatar
      Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs · ee5daa13
      Linus Torvalds authored
      Pull more poll annotation updates from Al Viro:
       "This is preparation to solving the problems you've mentioned in the
        original poll series.
      
        After this series, the kernel is ready for running
      
            for V in IN OUT PRI ERR RDNORM RDBAND WRNORM WRBAND HUP RDHUP NVAL MSG; do
                  L=`git grep -l -w POLL$V | grep -v '^t' | grep -v /um/ | grep -v '^sa' | grep -v '/poll.h$'|grep -v '^D'`
                  for f in $L; do sed -i "-es/^\([^\"]*\)\(\<POLL$V\>\)/\\1E\\2/" $f; done
            done
      
        as a for bulk search-and-replace.
      
        After that, the kernel is ready to apply the patch to unify
        {de,}mangle_poll(), and then get rid of kernel-side POLL... uses
        entirely, and we should be all done with that stuff.
      
        Basically, that's what you suggested wrt KPOLL..., except that we can
        use EPOLL... instead - they already are arch-independent (and equal to
        what is currently kernel-side POLL...).
      
        After the preparations (in this series) switch to returning EPOLL...
        from ->poll() instances is completely mechanical and kernel-side
        POLL... can go away. The last step (killing kernel-side POLL... and
        unifying {de,}mangle_poll() has to be done after the
        search-and-replace job, since we need userland-side POLL... for
        unified {de,}mangle_poll(), thus the cherry-pick at the last step.
      
        After that we will have:
      
         - POLL{IN,OUT,...} *not* in __poll_t, so any stray instances of
           ->poll() still using those will be caught by sparse.
      
         - eventpoll.c and select.c warning-free wrt __poll_t
      
         - no more kernel-side definitions of POLL... - userland ones are
           visible through the entire kernel (and used pretty much only for
           mangle/demangle)
      
         - same behavior as after the first series (i.e. sparc et.al. epoll(2)
           working correctly)"
      
      * 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
        annotate ep_scan_ready_list()
        ep_send_events_proc(): return result via esed->res
        preparation to switching ->poll() to returning EPOLL...
        add EPOLLNVAL, annotate EPOLL... and event_poll->event
        use linux/poll.h instead of asm/poll.h
        xen: fix poll misannotation
        smc: missing poll annotations
      ee5daa13
    • Linus Torvalds's avatar
      Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa · 3fc928dc
      Linus Torvalds authored
      Pull xtense fix from Max Filippov:
       "Build fix for xtensa architecture with KASAN enabled"
      
      * tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensa:
        xtensa: fix build with KASAN
      3fc928dc
    • Linus Torvalds's avatar
      Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 · 60d7a21a
      Linus Torvalds authored
      Pull nios2 update from Ley Foon Tan:
      
       - clean up old Kconfig options from defconfig
      
       - remove leading 0x and 0s from bindings notation in dts files
      
      * tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2:
        nios2: defconfig: Cleanup from old Kconfig options
        nios2: dts: Remove leading 0x and 0s from bindings notation
      60d7a21a
    • Max Filippov's avatar
      xtensa: fix build with KASAN · f8d0cbf2
      Max Filippov authored
      The commit 917538e2 ("kasan: clean up KASAN_SHADOW_SCALE_SHIFT
      usage") removed KASAN_SHADOW_SCALE_SHIFT definition from
      include/linux/kasan.h and added it to architecture-specific headers,
      except for xtensa. This broke the xtensa build with KASAN enabled.
      Define KASAN_SHADOW_SCALE_SHIFT in arch/xtensa/include/asm/kasan.h
      
      Reported by: kbuild test robot <fengguang.wu@intel.com>
      Fixes: 917538e2 ("kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage")
      Acked-by: default avatarAndrey Konovalov <andreyknvl@google.com>
      Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
      f8d0cbf2
    • Krzysztof Kozlowski's avatar
      nios2: defconfig: Cleanup from old Kconfig options · e0691ebb
      Krzysztof Kozlowski authored
      Remove old, dead Kconfig option INET_LRO. It is gone since
      commit 7bbf3cae ("ipv4: Remove inet_lro library").
      Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
      Acked-by: default avatarLey Foon Tan <ley.foon.tan@intel.com>
      e0691ebb
    • Mathieu Malaterre's avatar
      nios2: dts: Remove leading 0x and 0s from bindings notation · 5d13c731
      Mathieu Malaterre authored
      Improve the DTS files by removing all the leading "0x" and zeros to fix the
      following dtc warnings:
      
      Warning (unit_address_format): Node /XXX unit name should not have leading "0x"
      
      and
      
      Warning (unit_address_format): Node /XXX unit name should not have leading 0s
      
      Converted using the following command:
      
      find . -type f \( -iname *.dts -o -iname *.dtsi \) -exec sed -E -i -e "s/@0x([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" -e "s/@0+([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" {} +
      
      For simplicity, two sed expressions were used to solve each warnings separately.
      
      To make the regex expression more robust a few other issues were resolved,
      namely setting unit-address to lower case, and adding a whitespace before the
      the opening curly brace:
      
      https://elinux.org/Device_Tree_Linux#Linux_conventions
      
      This is a follow up to commit 4c9847b7 ("dt-bindings: Remove leading 0x from bindings notation")
      Reported-by: default avatarDavid Daney <ddaney@caviumnetworks.com>
      Suggested-by: default avatarRob Herring <robh@kernel.org>
      Signed-off-by: default avatarMathieu Malaterre <malat@debian.org>
      Acked-by: default avatarLey Foon Tan <ley.foon.tan@intel.com>
      5d13c731
  7. 10 Feb, 2018 7 commits
    • Boris Brezillon's avatar
      drm/vc4: Expose performance counters to userspace · 65101d8c
      Boris Brezillon authored
      The V3D engine has various hardware counters which might be interesting
      to userspace performance analysis tools.
      
      Expose new ioctls to create/destroy a performance monitor object and
      query the counter values of this perfmance monitor.
      
      Note that a perfomance monitor is given an ID that is only valid on the
      file descriptor it has been allocated from. A performance monitor can be
      attached to a CL submission and the driver will enable HW counters for
      this request and update the performance monitor values at the end of the
      job.
      Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
      Reviewed-by: default avatarEric Anholt <eric@anholt.net>
      Signed-off-by: default avatarEric Anholt <eric@anholt.net>
      Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
      65101d8c
    • Eric Anholt's avatar
      drm: Print the pid when debug logging an ioctl error. · 9c950e46
      Eric Anholt authored
      When we debug print what ioctl we're calling into, we include the pid.
      If you have multiple processes rendering simulataneously, the error
      return also needs the pid so you can see which of the ioctl calls was
      the one to fail.
      Signed-off-by: default avatarEric Anholt <eric@anholt.net>
      Link: https://patchwork.freedesktop.org/patch/msgid/20180130215643.11016-1-eric@anholt.netReviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
      9c950e46
    • Linus Torvalds's avatar
      Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci · d48fcbd8
      Linus Torvalds authored
      Pull PCI fix from Bjorn Helgaas:
       "Fix a POWER9/powernv INTx regression from the merge window (Alexey
        Kardashevskiy)"
      
      * tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci:
        powerpc/pci: Fix broken INTx configuration via OF
      d48fcbd8
    • Linus Torvalds's avatar
      Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-block · 9454473c
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
       "A few fixes to round off the merge window on the block side:
      
         - a set of bcache fixes by way of Michael Lyle, from the usual bcache
           suspects.
      
         - add a simple-to-hook-into function for bpf EIO error injection.
      
         - fix blk-wbt that mischarectized flushes as reads. Improve the logic
           so that flushes and writes are accounted as writes, and only reads
           as reads. From me.
      
         - fix requeue crash in BFQ, from Paolo"
      
      * tag 'for-linus-20180210' of git://git.kernel.dk/linux-block:
        block, bfq: add requeue-request hook
        bcache: fix for data collapse after re-attaching an attached device
        bcache: return attach error when no cache set exist
        bcache: set writeback_rate_update_seconds in range [1, 60] seconds
        bcache: fix for allocator and register thread race
        bcache: set error_limit correctly
        bcache: properly set task state in bch_writeback_thread()
        bcache: fix high CPU occupancy during journal
        bcache: add journal statistic
        block: Add should_fail_bio() for bpf error injection
        blk-wbt: account flush requests correctly
      9454473c
    • Linus Torvalds's avatar
      Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86 · cc5cb5af
      Linus Torvalds authored
      Pull x86 platform driver updates from Darren Hart:
       "Mellanox fixes and new system type support.
      
        Mostly data for new system types with a correction and an
        uninitialized variable fix"
      
      [ Pulling from github because git.infradead.org currently seems to be
        down for some reason, but Darren had a backup location    - Linus ]
      
      * tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86:
        platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systems
        platform/x86: mlx-platform: Add support for new msn201x system type
        platform/x86: mlx-platform: Add support for new msn274x system type
        platform/x86: mlx-platform: Fix power cable setting for msn21xx family
        platform/x86: mlx-platform: Add define for the negative bus
        platform/x86: mlx-platform: Use defines for bus assignment
        platform/mellanox: mlxreg-hotplug: Fix uninitialized variable
      cc5cb5af
    • Linus Torvalds's avatar
      Merge tag 'chrome-platform-for-linus-4.16' of... · e9d46f74
      Linus Torvalds authored
      Merge tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform
      
      Pull chrome platform updates from Benson Leung:
      
       - move cros_ec_dev to drivers/mfd
      
       - other small maintenance fixes
      
      [ The cros_ec_dev movement came in earlier through the MFD tree  - Linus ]
      
      * tag 'chrome-platform-for-linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform:
        platform/chrome: Use proper protocol transfer function
        platform/chrome: cros_ec_lpc: Add support for Google Glimmer
        platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.
        platform/chrome: cros_ec_lpc: remove redundant pointer request
        cros_ec: fix nul-termination for firmware build info
        platform/chrome: chromeos_laptop: make chromeos_laptop const
      e9d46f74
    • Linus Torvalds's avatar
      Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm · 15303ba5
      Linus Torvalds authored
      Pull KVM updates from Radim Krčmář:
       "ARM:
      
         - icache invalidation optimizations, improving VM startup time
      
         - support for forwarded level-triggered interrupts, improving
           performance for timers and passthrough platform devices
      
         - a small fix for power-management notifiers, and some cosmetic
           changes
      
        PPC:
      
         - add MMIO emulation for vector loads and stores
      
         - allow HPT guests to run on a radix host on POWER9 v2.2 CPUs without
           requiring the complex thread synchronization of older CPU versions
      
         - improve the handling of escalation interrupts with the XIVE
           interrupt controller
      
         - support decrement register migration
      
         - various cleanups and bugfixes.
      
        s390:
      
         - Cornelia Huck passed maintainership to Janosch Frank
      
         - exitless interrupts for emulated devices
      
         - cleanup of cpuflag handling
      
         - kvm_stat counter improvements
      
         - VSIE improvements
      
         - mm cleanup
      
        x86:
      
         - hypervisor part of SEV
      
         - UMIP, RDPID, and MSR_SMI_COUNT emulation
      
         - paravirtualized TLB shootdown using the new KVM_VCPU_PREEMPTED bit
      
         - allow guests to see TOPOEXT, GFNI, VAES, VPCLMULQDQ, and more
           AVX512 features
      
         - show vcpu id in its anonymous inode name
      
         - many fixes and cleanups
      
         - per-VCPU MSR bitmaps (already merged through x86/pti branch)
      
         - stable KVM clock when nesting on Hyper-V (merged through
           x86/hyperv)"
      
      * tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (197 commits)
        KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
        KVM: PPC: Book3S HV: Branch inside feature section
        KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
        KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
        KVM: PPC: Book3S PR: Fix broken select due to misspelling
        KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs()
        KVM: PPC: Book3S PR: Fix svcpu copying with preemption enabled
        KVM: PPC: Book3S HV: Drop locks before reading guest memory
        kvm: x86: remove efer_reload entry in kvm_vcpu_stat
        KVM: x86: AMD Processor Topology Information
        x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running nested
        kvm: embed vcpu id to dentry of vcpu anon inode
        kvm: Map PFN-type memory regions as writable (if possible)
        x86/kvm: Make it compile on 32bit and with HYPYERVISOR_GUEST=n
        KVM: arm/arm64: Fixup userspace irqchip static key optimization
        KVM: arm/arm64: Fix userspace_irqchip_in_use counting
        KVM: arm/arm64: Fix incorrect timer_is_pending logic
        MAINTAINERS: update KVM/s390 maintainers
        MAINTAINERS: add Halil as additional vfio-ccw maintainer
        MAINTAINERS: add David as a reviewer for KVM/s390
        ...
      15303ba5