1. 17 Jul, 2015 35 commits
  2. 16 Jul, 2015 5 commits
    • Dave Airlie's avatar
      Merge tag 'drm-intel-fixes-2015-07-15' of git://anongit.freedesktop.org/drm-intel into drm-fixes · 61f2669f
      Dave Airlie authored
      Next batch of i915 fixes. Note that the compat32 patch here needs the drm
      core one to be actually useful, I'll send you that one with a separate
      drm-fixes pull request. One revert because a fix in -rc2 did break
      existing userspace.
      
      * tag 'drm-intel-fixes-2015-07-15' of git://anongit.freedesktop.org/drm-intel:
        drm/i915: Do not call intel_crtc_disable if the crtc is already disabled.
        Revert "drm/i915: Declare the swizzling unknown for L-shaped configurations"
        drm/i915: Forward all core DRM ioctls to core compat handling
        drm/i915: fix oops in primary_check_plane
        drm/i915: remove unused has_dma_mapping flag
        drm/i915: Fix missing return warning for !CONFIG_DEBUGFS
        drm/i915: avoid leaking DMA mappings
        drm/i915: Snapshot seqno of most recently submitted request.
        drm/i915: Store device pointer in contexts for late tracepoint usafe
      61f2669f
    • Dave Airlie's avatar
      Merge tag 'topic/drm-fixes-2015-07-16' of git://anongit.freedesktop.org/drm-intel into drm-fixes · 37553983
      Dave Airlie authored
      Ok next attempt at drm-fixes pull. Big thing really is just the compat32
      one for addfb2.1.
      
      * tag 'topic/drm-fixes-2015-07-16' of git://anongit.freedesktop.org/drm-intel:
        drm: Provide compat ioctl for addfb2.1
        Documentation: drm: Fix tablulation in KMS properties table
        drm: add a check for x/y in drm_mode_setcrtc
        drm/rockchip: use drm_gem_mmap helpers
      37553983
    • Dave Airlie's avatar
      Merge branch 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linux into drm-fixes · 90438ac8
      Dave Airlie authored
      More radeon and amdgpu fixes for 4.2.  Mostly amdgpu bug fixes.
      
      * 'drm-fixes-4.2' of git://people.freedesktop.org/~agd5f/linux:
        drm/amdgpu/dce8: Re-set VBLANK interrupt state when enabling a CRTC
        drm/radeon/ci: silence a harmless PCC warning
        drm/amdgpu/cz: silence some dpm debug output
        drm/amdgpu/cz: store the forced dpm level
        drm/amdgpu/cz: unforce dpm levels before forcing to low/high
        drm/amdgpu: remove bogus check in gfx8 rb setup
        drm/amdgpu: set proper index/data pair for smc regs on CZ (v2)
        drm/amdgpu: disable the IP module if early_init returns -ENOENT (v2)
        drm/amdgpu: stop context leak in the error path
        drm/amdgpu: validate the context id in the dependencies
        drm/radeon: fix user ptr race condition
        drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL
        drm/radeon: add a dpm quirk for Sapphire Radeon R9 270X 2GB GDDR5
      90438ac8
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.dk/linux-block · 761ab766
      Linus Torvalds authored
      Pull block fixes from Jens Axboe:
       "A collection of fixes from the last few weeks that should go into the
        current series.  This contains:
      
         - Various fixes for the per-blkcg policy data, fixing regressions
           since 4.1.  From Arianna and Tejun
      
         - Code cleanup for bcache closure macros from me.  Really just
           flushing this out, it's been sitting in another branch for months
      
         - FIELD_SIZEOF cleanup from Maninder Singh
      
         - bio integrity oops fix from Mike
      
         - Timeout regression fix for blk-mq from Ming Lei"
      
      * 'for-linus' of git://git.kernel.dk/linux-block:
        blk-mq: set default timeout as 30 seconds
        NVMe: Reread partitions on metadata formats
        bcache: don't embed 'return' statements in closure macros
        blkcg: fix blkcg_policy_data allocation bug
        blkcg: implement all_blkcgs list
        blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_policy[]
        blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methods
        block/blk-cgroup.c: free per-blkcg data when freeing the blkcg
        block: use FIELD_SIZEOF to calculate size of a field
        bio integrity: do not assume bio_integrity_pool exists if bioset exists
      761ab766
    • Linus Torvalds's avatar
      Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy · f76d94de
      Linus Torvalds authored
      Pull jfs fixes from David Kleikamp:
       "A couple trivial fixes and an error path fix"
      
      * tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy:
        jfs: clean up jfs_rename and fix out of order unlock
        jfs: fix indentation on if statement
        jfs: removed a prohibited space after opening parenthesis
      f76d94de