1. 05 Dec, 2018 2 commits
  2. 29 Nov, 2018 4 commits
  3. 28 Nov, 2018 1 commit
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2018-11-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-next · bfeb122d
      Dave Airlie authored
      Changes outside i915:
      - Connector property to limit max bpc (Radhakrishna)
      - Fix LPE audio runtime PM and deinit (Ville)
      - DP FEC prep work (Anusha)
      - Mark pinned shmemfs pages as unevictable (Kuo-Hsin)
      - Backmerge drm-next (Jani)
      
      Inside i915:
      - Revert OA UAPI change that lacks userspace (Joonas)
      - Register macro cleanup (Jani)
      - 32-bit build fixes on pin flags (Chris)
      - Fix MG DP mode and PHY gating for HDMI (Imre)
      - DP MST race, hpd and irq fixes (Lyude)
      - Combo PHY fixes and cleanup (Imre, Lucas)
      - Move display init and cleanup under modeset init and cleanup (José)
      - PSR fixes (José)
      - Subslice size fixes (Daniele)
      - Abstract and clean up fixed point helpers (Jani)
      - Plane input CSC for YUV to RGB conversion (Uma)
      - Break long iterations for get/put shmemfs pages (Chris)
      - Improve DDI encoder hw state readout sanity checks (Imre)
      - Fix power well leaks for MST (José)
      - Scaler fixes (Ville)
      - Watermark fixes (Ville)
      - Fix VLV/CHV DSI panel orientation readout (Ville)
      - ICL rawclock fixes (Paulo)
      - Workaround DMC power well request issues (Imre)
      - Plane allocation fix (Maarten)
      - Transcoder enum value/ordering robustness fixes (Imre)
      - UTS_RELEASE build dependency fix (Hans Holmberg)
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      From: Jani Nikula <jani.nikula@intel.com>
      Link: https://patchwork.freedesktop.org/patch/msgid/87k1l4cesj.fsf@intel.com
      bfeb122d
  4. 27 Nov, 2018 26 commits
  5. 25 Nov, 2018 5 commits
    • Linus Torvalds's avatar
      Linux 4.20-rc4 · 2e6e902d
      Linus Torvalds authored
      2e6e902d
    • Linus Torvalds's avatar
      Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mapping · d6d460b8
      Linus Torvalds authored
      Pull dma-mapping fixes from Christoph Hellwig:
       "Two dma-direct / swiotlb regressions fixes:
      
         - zero is a valid physical address on some arm boards, we can't use
           it as the error value
      
         - don't try to cache flush the error return value (no matter what it
           is)"
      
      * tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mapping:
        swiotlb: Skip cache maintenance on map error
        dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLB
      d6d460b8
    • Linus Torvalds's avatar
      Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs · 17c2f540
      Linus Torvalds authored
      Pull NFS client bugfixes from Trond Myklebust:
      
       - Fix a NFSv4 state manager deadlock when returning a delegation
      
       - NFSv4.2 copy do not allocate memory under the lock
      
       - flexfiles: Use the correct stateid for IO in the tightly coupled case
      
      * tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
        flexfiles: use per-mirror specified stateid for IO
        NFSv4.2 copy do not allocate memory under the lock
        NFSv4: Fix a NFSv4 state manager deadlock
      17c2f540
    • Luc Van Oostenryck's avatar
      MAINTAINERS: change Sparse's maintainer · 4e962ff6
      Luc Van Oostenryck authored
      I'm taking over the maintainance of Sparse so add myself as
      maintainer and move Christopher's info to CREDITS.
      Signed-off-by: default avatarLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      4e962ff6
    • Linus Torvalds's avatar
      Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-dax · e2125dac
      Linus Torvalds authored
      Pull XArray updates from Matthew Wilcox:
       "We found some bugs in the DAX conversion to XArray (and one bug which
        predated the XArray conversion). There were a couple of bugs in some
        of the higher-level functions, which aren't actually being called in
        today's kernel, but surfaced as a result of converting existing radix
        tree & IDR users over to the XArray.
      
        Some of the other changes to how the higher-level APIs work were also
        motivated by converting various users; again, they're not in use in
        today's kernel, so changing them has a low probability of introducing
        a bug.
      
        Dan can still trigger a bug in the DAX code with hot-offline/online,
        and we're working on tracking that down"
      
      * tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-dax:
        XArray tests: Add missing locking
        dax: Avoid losing wakeup in dax_lock_mapping_entry
        dax: Fix huge page faults
        dax: Fix dax_unlock_mapping_entry for PMD pages
        dax: Reinstate RCU protection of inode
        dax: Make sure the unlocking entry isn't locked
        dax: Remove optimisation from dax_lock_mapping_entry
        XArray tests: Correct some 64-bit assumptions
        XArray: Correct xa_store_range
        XArray: Fix Documentation
        XArray: Handle NULL pointers differently for allocation
        XArray: Unify xa_store and __xa_store
        XArray: Add xa_store_bh() and xa_store_irq()
        XArray: Turn xa_erase into an exported function
        XArray: Unify xa_cmpxchg and __xa_cmpxchg
        XArray: Regularise xa_reserve
        nilfs2: Use xa_erase_irq
        XArray: Export __xa_foo to non-GPL modules
        XArray: Fix xa_for_each with a single element at 0
      e2125dac
  6. 24 Nov, 2018 2 commits