[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1402511843-4721-1-git-send-email-jason.low2@hp.com>
Date: Wed, 11 Jun 2014 11:37:19 -0700
From: Jason Low <jason.low2@...com>
To: mingo@...nel.org, peterz@...radead.org, tglx@...utronix.de,
akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, tim.c.chen@...ux.intel.com,
paulmck@...ux.vnet.ibm.com, rostedt@...dmis.org, davidlohr@...com,
Waiman.Long@...com, scott.norton@...com, aswin@...com,
jason.low2@...com
Subject: [PATCH v2 0/4] mutex: Modifications to mutex
v1->v2:
- Remove the MUTEX_SHOW_NO_WAITER() macro.
- Use !mutex_is_locked() instead of introducing a new MUTEX_IS_UNLOCKED() macro.
- Add more information to the changelog of the "Optimize mutex trylock slowpath"
patch
This patchset contains documentation fixes and optimizations for mutex.
Jason Low (4):
mutex: Correct documentation on mutex optimistic spinning
mutex: Delete the MUTEX_SHOW_NO_WAITER macro
mutex: Try to acquire mutex only if it is unlocked
mutex: Optimize mutex trylock slowpath
kernel/locking/mutex.c | 35 ++++++++++++++++++-----------------
1 files changed, 18 insertions(+), 17 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists