[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1402608014-11473-1-git-send-email-jason.low2@hp.com>
Date: Thu, 12 Jun 2014 14:20:11 -0700
From: Jason Low <jason.low2@...com>
To: mingo@...nel.org, peterz@...radead.org
Cc: linux-kernel@...r.kernel.org, davidlohr@...com, Waiman.Long@...com,
scott.norton@...com, aswin@...com, jason.low2@...com
Subject: [PATCH v3 0/3] mutex: Modifications to mutex
v2->v3:
- Merge patches 2 and 3 from the v2 patchset into one patch as suggested.
- Update Reviewed-by/Acked-by
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, optimizations, and improvements
to code clarity for mutex.
Jason Low (3):
mutex: Correct documentation on mutex optimistic spinning
mutex: Try-acquire mutex only if unlocked and improve code clarity
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