| From: |
| Thomas Gleixner <tglx@linutronix.de> |
| To: |
| LKML <linux-kernel@vger.kernel.org> |
| Subject: |
| [patch 0/7] timekeeping: Decouple xtime_lock from xtime seqcount |
| Date: |
| Sun, 13 Nov 2011 23:19:46 -0000 |
| Message-ID: |
| <20111113230921.728083714@linutronix.de> |
| Cc: |
| John Stultz <john.stultz@linaro.org>,
Eric Dumazet <eric.dumazet@gmail.com>,
Richard Cochran <richardcochran@gmail.com> |
| Archive-link: |
| Article, Thread
|
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/