| From: |
| John Stultz <john.stultz@linaro.org> |
| To: |
| LKML <linux-kernel@vger.kernel.org> |
| Subject: |
| [PATCH 0/2] Add CLOCK_BOOTTIME functionality |
| Date: |
| Mon, 31 Jan 2011 19:43:54 -0800 |
| Message-ID: |
| <1296531837-12879-1-git-send-email-john.stultz@linaro.org> |
| Cc: |
| John Stultz <john.stultz@linaro.org>,
Jamie Lokier <jamie@shareable.org>,
Thomas Gleixner <tglx@linutronix.de>,
Alexander Shishkin <virtuoso@slind.org>,
=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?= <arve@android.com> |
| Archive-link: |
| Article, Thread
|
This patchset extends the hrtimers code to handle additional
clockids and then introduces CLOCK_BOOTTIME which is identical
to CLOCK_MONOTONIC, except it also includes any time spent in
suspend (currently as measured by read_persistent_clock()).
CC: Jamie Lokier <jamie@shareable.org>
CC: Thomas Gleixner <tglx@linutronix.de>
CC: Alexander Shishkin <virtuoso@slind.org>
CC: Arve Hjønnevåg <arve@android.com>
John Stultz (2):
[RFC] hrtimers: extend hrtimer base code to handle more then 2
clockids
[RFC] hrtimers: Add CLOCK_BOOTTIME clockid, hrtimerbase and posix
interface
include/linux/hrtimer.h | 8 ++++-
include/linux/time.h | 4 ++
kernel/hrtimer.c | 71 ++++++++++++++++++++++++++++++++--------
kernel/posix-timers.c | 16 ++++++++-
kernel/time/timekeeping.c | 79 ++++++++++++++++++++++++++++++++++++++++++++-
5 files changed, 160 insertions(+), 18 deletions(-)
--
1.7.3.2.146.gca209
--
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/