[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E5BCC40.3030501@goop.org>
Date: Mon, 29 Aug 2011 10:28:32 -0700
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: "H. Peter Anvin" <hpa@...or.com>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"xen-devel@...ts.xensource.com" <xen-devel@...ts.xensource.com>
Subject: [GIT PULL] ticketlock + cmpxchg cleanups
Hi,
This is the final version of the ticketlock+cmpxchg series. I dropped
the cmpxchg_flag() stuff, since it is not a clear win and not really
germane to the rest of the series.
Thanks,
J
The following changes since commit 61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf:
Linux 2.6.39 (2011-05-18 21:06:34 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git upstream/ticketlock-cleanup
Jeremy Fitzhardinge (10):
x86/cmpxchg: linux/alternative.h has LOCK_PREFIX
x86/cmpxchg: move 32-bit __cmpxchg_wrong_size to match 64 bit.
x86/cmpxchg: move 64-bit set64_bit() to match 32-bit
x86/cmpxchg: unify cmpxchg into cmpxchg.h
x86: add xadd helper macro
x86: use xadd helper more widely
x86/ticketlock: clean up types and accessors
x86/ticketlock: convert spin loop to C
x86/ticketlock: convert __ticket_spin_lock to use xadd()
x86/ticketlock: make __ticket_spin_trylock common
arch/x86/include/asm/atomic.h | 8 +-
arch/x86/include/asm/atomic64_64.h | 6 +-
arch/x86/include/asm/cmpxchg.h | 198 +++++++++++++++++++++++++++++++++
arch/x86/include/asm/cmpxchg_32.h | 114 -------------------
arch/x86/include/asm/cmpxchg_64.h | 131 ----------------------
arch/x86/include/asm/rwsem.h | 8 +-
arch/x86/include/asm/spinlock.h | 110 +++++--------------
arch/x86/include/asm/spinlock_types.h | 22 ++++-
arch/x86/include/asm/uv/uv_bau.h | 6 +-
9 files changed, 250 insertions(+), 353 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