[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1401908911-8947-1-git-send-email-jason.low2@hp.com>
Date: Wed, 4 Jun 2014 12:08:28 -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, paulmck@...ux.vnet.ibm.com,
tim.c.chen@...ux.intel.com, peter@...leysoftware.com,
riel@...hat.com, hpa@...or.com, walken@...gle.com,
davidlohr@...com, Waiman.Long@...com, aswin@...com,
scott.norton@...com, chegu_vinod@...com, jason.low2@...com
Subject: [RFC PATCH 0/3] locking/mutex: Modifications to mutex
This patchset contains modifications to mutex.
Patch 1 further reduces unnecessary atomic xchg() operations upon entering
the mutex slowpath in mutex_lock().
Patch 2 corrects/updates the documentation on mutex optimistic spinning.
Patch 3 optimizes mutex trylock slowpath.
Jason Low (3):
mutex: Try to acquire mutex only if it is unlocked
mutex: Correct documentation on mutex optimistic spinning
mutex: Optimize mutex trylock slowpath
kernel/locking/mutex.c | 47 ++++++++++++++++++++++++++---------------------
1 files changed, 26 insertions(+), 21 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