1. 10 Jun, 2009 1 commit
  2. 30 Apr, 2009 1 commit
    • Andrew Morton's avatar
      mutex: add atomic_dec_and_mutex_lock(), fix · a511e3f9
      Andrew Morton authored
      include/linux/mutex.h:136: warning: 'mutex_lock' declared inline after being called
       include/linux/mutex.h:136: warning: previous declaration of 'mutex_lock' was here
      
      uninline it.
      
      [ Impact: clean up and uninline, address compiler warning ]
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Cc: Al Viro <viro@zeniv.linux.org.uk>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Eric Paris <eparis@redhat.com>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
      LKML-Reference: <200904292318.n3TNIsi6028340@imap1.linux-foundation.org>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      a511e3f9
  3. 29 Apr, 2009 4 commits
    • Luis Henriques's avatar
      locking, rtmutex.c: Documentation cleanup · 23b94b96
      Luis Henriques authored
      Two minor updates on functions documentation:
       - Updated documentation for function rt_mutex_unlock(), which contained an
         incorrect name
       - Removed extra '*' from comment in function rt_mutex_destroy()
      
      [ Impact: cleanup ]
      Signed-off-by: default avatarLuis Henriques <henrix@sapo.pt>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      LKML-Reference: <20090429205451.GA23154@hades.domain.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      23b94b96
    • Eric Paris's avatar
      mutex: add atomic_dec_and_mutex_lock() · b1fca266
      Eric Paris authored
      Much like the atomic_dec_and_lock() function in which we take an hold a
      spin_lock if we drop the atomic to 0 this function takes and holds the
      mutex if we dec the atomic to 0.
      Signed-off-by: default avatarEric Paris <eparis@redhat.com>
      Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
      Cc: Paul Mackerras <paulus@samba.org>
      Orig-LKML-Reference: <20090323172417.410913479@chello.nl>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      b1fca266
    • Linus Torvalds's avatar
      Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel · 56a50add
      Linus Torvalds authored
      * 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel:
        drm/i915: fix up error path leak in i915_cmdbuffer
        drm/i915: fix unpaired i915 device mutex on entervt failure.
        drm/i915: add support for G41 chipset
        drm/i915: Enable ASLE if present
        drm/i915: Unregister ACPI video driver when exiting
        drm/i915: Register ACPI video even when not modesetting
        drm/i915: fix transition to I915_TILING_NONE
        drm/i915: Don't let an oops get triggered from irq_emit without dma init.
        drm/i915: allow tiled front buffers on 965+
      56a50add
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband · c2e2ceea
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband: (21 commits)
        RDMA/nes: Update iw_nes version
        RDMA/nes: Fix error path in nes_accept()
        RDMA/nes: Fix hang issues for large cluster dynamic connections
        RDMA/nes: Increase rexmit timeout interval
        RDMA/nes: Check for sequence number wrap-around
        RDMA/nes: Do not set apbvt entry for loopback
        RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=n
        RDMA/nes: Fix fw_ver in /sys
        RDMA/nes: Set trace length to 1 inch for SFP_D
        RDMA/nes: Enable repause timer for port 1
        RDMA/nes: Correct CDR loop filter setting for port 1
        RDMA/nes: Modify thermo mitigation to flip SerDes1 ref clk to internal
        RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq()
        RDMA/nes: Remove root_256()'s unused pbl_count_256 parameter
        mlx4_core: Fix memory leak in mlx4_enable_msi_x()
        IB/mthca: Fix timeout for INIT_HCA and a few other commands
        RDMA/cxgb3: Don't zero QP attrs when moving to IDLE
        RDMA/nes: Fix bugs in nes_reg_phys_mr()
        RDMA/nes: Fix compiler warning at nes_verbs.c:1955
        IPoIB: Disable NAPI while CQ is being drained
        ...
      c2e2ceea
  4. 28 Apr, 2009 29 commits
  5. 27 Apr, 2009 5 commits