1. 26 Jul, 2017 25 commits
  2. 20 Jul, 2017 1 commit
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/drm-intel into drm-next · 2d62c799
      Dave Airlie authored
      2nd round of 4.14 features:
      
      - prep for deferred fbdev setup
      - refactor fixed 16.16 computations and skl+ wm code (Mahesh Kumar)
      - more cnl paches (Rodrigo, Imre et al)
      - tighten context cleanup and handling (Chris Wilson)
      - fix interlaced handling on skl+ (Mahesh Kumar)
      - small bits as usual
      
      * tag 'drm-intel-next-2017-07-17' of git://anongit.freedesktop.org/git/drm-intel: (84 commits)
        drm/i915: Update DRIVER_DATE to 20170717
        drm/i915: Protect against deferred fbdev setup
        drm/i915/fbdev: Always forward hotplug events
        drm/i915/skl+: unify cpp value in WM calculation
        drm/i915/skl+: WM calculation don't require height
        drm/i915: Addition wrapper for fixed16.16 operation
        drm/i915: cleanup fixed-point wrappers naming
        drm/i915: Always perform internal fixed16 division in 64 bits
        drm/i915: take-out common clamping code of fixed16 wrappers
        drm/i915/cnl: Add missing type case.
        drm/i915/cnl: Add max allowed Cannonlake DC.
        drm/i915: Make DP-MST connector info work
        drm/i915/cnl: Get DDI clock based on PLLs.
        drm/i915/cnl: Inherit RPS stuff from previous platforms.
        drm/i915/cnl: Gen10 render context size.
        drm/i915/cnl: Don't trust VBT's alternate pin for port D for now.
        drm/i915: Fix the kernel panic when using aliasing ppgtt
        drm/i915/cnl: Cannonlake color init.
        drm/i915/cnl: Add force wake for gen10+.
        x86/gpu: CNL uses the same GMS values as SKL
        ...
      2d62c799
  3. 18 Jul, 2017 8 commits
  4. 17 Jul, 2017 4 commits
  5. 15 Jul, 2017 2 commits
    • Linus Torvalds's avatar
      Linux v4.13-rc1 · 5771a8c0
      Linus Torvalds authored
      5771a8c0
    • Linus Torvalds's avatar
      Merge tag 'standardize-docs' of git://git.lwn.net/linux · 486088bc
      Linus Torvalds authored
      Pull documentation format standardization from Jonathan Corbet:
       "This series converts a number of top-level documents to the RST format
        without incorporating them into the Sphinx tree. The hope is to bring
        some uniformity to kernel documentation and, perhaps more importantly,
        have our existing docs serve as an example of the desired formatting
        for those that will be added later.
      
        Mauro has gone through and fixed up a lot of top-level documentation
        files to make them conform to the RST format, but without moving or
        renaming them in any way. This will help when we incorporate the ones
        we want to keep into the Sphinx doctree, but the real purpose is to
        bring a bit of uniformity to our documentation and let the top-level
        docs serve as examples for those writing new ones"
      
      * tag 'standardize-docs' of git://git.lwn.net/linux: (84 commits)
        docs: kprobes.txt: Fix whitespacing
        tee.txt: standardize document format
        cgroup-v2.txt: standardize document format
        dell_rbu.txt: standardize document format
        zorro.txt: standardize document format
        xz.txt: standardize document format
        xillybus.txt: standardize document format
        vfio.txt: standardize document format
        vfio-mediated-device.txt: standardize document format
        unaligned-memory-access.txt: standardize document format
        this_cpu_ops.txt: standardize document format
        svga.txt: standardize document format
        static-keys.txt: standardize document format
        smsc_ece1099.txt: standardize document format
        SM501.txt: standardize document format
        siphash.txt: standardize document format
        sgi-ioc4.txt: standardize document format
        SAK.txt: standardize document format
        rpmsg.txt: standardize document format
        robust-futexes.txt: standardize document format
        ...
      486088bc