1. 28 6月, 2012 1 次提交
    • D
      Merge tag 'drm-intel-next-2012-06-21-merged' of... · 4391b2cf
      Dave Airlie 提交于
      Merge tag 'drm-intel-next-2012-06-21-merged' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next
      
      Daniel writes:
       New -next pull request. Highlights:
       - Remaining vlv patches from Jesse et al.
       - Some hw workarounds from Jesse
       - hw context support from Ben
       - full uncore sharing on ivb
       - prep work to move the gtt code from intel-gtt.c to drm/i915 for gen6+
       - some backlight code improvements
       - leftovers for the timeout ioctl (we've forgotten the getparam)
       - ibx transcoder workarounds
       - some smaller fixlets and improvements
       - the new version of the "dont rely on HPD exclusively for VGA" patch
      
       Wrt regressions QA reported quite a few this time around.
       - The piglit/kernel-test fallout all has patches that are just awaiting
         review and merging into the next -next cycle.
       - Which just leaves a bunch of bugs about new modelines that don't work.
         It looks like these are all due to the new 16:9/16:10 modes in 3.5
         (yeah, only in this manual testing cycle did the git branch used by QA
         contain a backmerge of mainline with these patches).  Although I haven't
         yet confirmed this by letting our QA test the revert of that series.
       - Wrt bugs in general I'm trying to fight down some of our long-standing
         backlight issues (not regressions), but this seems to be a game of
         "you move, you lose" ... :("
      
      Dropped merge bits since this had an -rc4 merge in it to fix some ugly
      conflicts.
      4391b2cf
  2. 27 6月, 2012 1 次提交
  3. 26 6月, 2012 1 次提交
    • D
      Merge tag 'v3.5-rc4' into drm-intel-next-queued · 7b0cfee1
      Daniel Vetter 提交于
      I want to merge the "no more fake agp on gen6+" patches into
      drm-intel-next (well, the last pieces). But a patch in 3.5-rc4 also
      adds a new use of dev->agp. Hence the backmarge to sort this out, for
      otherwise drm-intel-next merged into Linus' tree would conflict in the
      relevant code, things would compile but nicely OOPS at driver load :(
      
      Conflicts in this merge are just simple cases of "both branches
      changed/added lines at the same place". The only tricky part is to
      keep the order correct wrt the unwind code in case of errors in
      intel_ringbuffer.c (and the MI_DISPLAY_FLIP #defines in i915_reg.h
      together, obviously).
      
      Conflicts:
      	drivers/gpu/drm/i915/i915_reg.h
      	drivers/gpu/drm/i915/intel_ringbuffer.c
      Signed-Off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      7b0cfee1
  4. 25 6月, 2012 6 次提交
  5. 24 6月, 2012 6 次提交
  6. 23 6月, 2012 3 次提交
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client · 002b758b
      Linus Torvalds 提交于
      Pull Ceph fixes from Sage Weil:
       "There are a couple of fixes from Yan for bad pointer dereferences in
        the messenger code and when fiddling with page->private after page
        migration, a fix from Alex for a use-after-free in the osd client
        code, and a couple fixes for the message refcounting and shutdown
        ordering."
      
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
        libceph: flush msgr queue during mon_client shutdown
        rbd: Clear ceph_msg->bio_iter for retransmitted message
        libceph: use con get/put ops from osd_client
        libceph: osd_client: don't drop reply reference too early
        ceph: check PG_Private flag before accessing page->private
      002b758b
    • L
      Merge tag 'for-linus-Jun-21-2012' of git://oss.sgi.com/xfs/xfs · 369c4f54
      Linus Torvalds 提交于
      Pull XFS fixes from Ben Myers:
       - Fix stale data exposure with unwritten extents
       - Fix a warning in xfs_alloc_vextent with ODEBUG
       - Fix overallocation and alignment of pages for xfs_bufs
       - Fix a cursor leak
       - Fix a log hang
       - Fix a crash related to xfs_sync_worker
       - Rename xfs log structure from struct log to struct xlog so we can use
         crash dumps effectively
      
      * tag 'for-linus-Jun-21-2012' of git://oss.sgi.com/xfs/xfs:
        xfs: rename log structure to xlog
        xfs: shutdown xfs_sync_worker before the log
        xfs: Fix overallocation in xfs_buf_allocate_memory()
        xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near
        xfs: check for stale inode before acquiring iflock on push
        xfs: fix debug_object WARN at xfs_alloc_vextent()
        xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2)
      369c4f54
    • L
      Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · a1163719
      Linus Torvalds 提交于
      Pull perf updates from Ingo Molnar.
      
      * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        ftrace: Make all inline tags also include notrace
        perf: Use css_tryget() to avoid propping up css refcount
        perf tools: Fix synthesizing tracepoint names from the perf.data headers
        perf stat: Fix default output file
        perf tools: Fix endianity swapping for adds_features bitmask
      a1163719
  7. 22 6月, 2012 16 次提交
  8. 21 6月, 2012 6 次提交