[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20111113230921.728083714@linutronix.de>
Date: Sun, 13 Nov 2011 23:19:46 -0000
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: John Stultz <john.stultz@...aro.org>,
Eric Dumazet <eric.dumazet@...il.com>,
Richard Cochran <richardcochran@...il.com>
Subject: [patch 0/7] timekeeping: Decouple xtime_lock from xtime seqcount
xtime_lock which serializes the update of time relevant data
structures is held over a large code pathes which results in extended
seqlock contention times on the reader side. This series decouples the
lock from the seqcount and reduces the seqcount protected sections to
those which actually update the reader visible data.
Thanks,
tglx
---
jiffies.c | 4
ntp.c | 16 +--
tick-common.c | 8 -
tick-internal.h | 3
tick-sched.c | 12 +-
timekeeping.c | 237 +++++++++++++++++++++++++++++++-------------------------
6 files changed, 157 insertions(+), 123 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