From: john stultz <johnstul@us.ibm.com>
To: akpm@osdl.org
Cc: lkml <linux-kernel@vger.kernel.org>, Ingo Molnar <mingo@elte.hu>,
George Anzinger <george@mvista.com>,
Roman Zippel <zippel@linux-m68k.org>,
Ulrich Windl <ulrich.windl@rz.uni-regensburg.de>,
Thomas Gleixner <tglx@linutronix.de>,
Steven Rostedt <rostedt@goodmis.org>,
john stultz <johnstul@us.ibm.com>
Subject: [PATCH 0/10] Time: Generic Timeofday Subsystem (v B15-mm)
Date: Thu, 5 Jan 2006 19:13:29 -0700 [thread overview]
Message-ID: <20060106021328.6714.45831.sendpatchset@cog.beaverton.ibm.com> (raw)
Andrew, All,
This patchset provides a generic timekeeping subsystem that is
independent of the timer interrupt. This allows for robust and correct
behavior in cases of late or lost ticks, avoids interpolation errors,
reduces duplication in arch specific code, and allows or assists future
changes such as high-res timers, dynamic ticks, or realtime preemption.
Additionally, it provides finer nanosecond resolution values to the
clock_gettime functions.
The patch set provides the minimal NTP changes, the clocksource
abstraction, the core timekeeping code as well as the code to convert
i386. I have started on converting more arches, but for now I'm only
submmiting code for i386.
As requested, I've reworked this patchset so it builds and boots every step
of the way, resulting in one less patch in the patchset. This was done
somewhat quickly and tested with my slow laptop, so it may be config
dependent, but I think it should be ok. I've also tried to improve the
patch descriptions as requested, but please let me know if they need
more work.
Changes since the last release:
o Builds each step in the patchset
o Improved patch descriptions
o Reduced use of inline (might need more of this)
o Simplified timespec_add_ns()
o Removed unncessary additions (timer_pit sysfs bits)
The patchset applies against the 2.6.15-rc5-git + the hrtimer patch-set
already in -mm (same as the last release).
It should replace the following patches currently in -mm:
time-reduced-ntp-rework-part-1.patch
time-reduced-ntp-rework-part-2.patch
time-clocksource-infrastructure.patch
time-generic-timekeeping-infrastructure.patch
time-i386-conversion-part-1-move-timer_pitc-to-i8253c.patch
time-i386-conversion-part-2-move-timer_tscc-to-tscc.patch
time-i386-conversion-part-3-rework-tsc-support.patch
time-i386-conversion-part-4-acpi-pm-variable-renaming-and-config-change.patch
time-i386-conversion-part-5-enable-generic-timekeeping.patch
time-i386-conversion-part-6-remove-old-code.patch
time-i386-clocksource-drivers.patch
Please note the slight re-ordering of the patches and that one patch has
been removed from the set.
The complete patchset (including code for x86-64) can be found here:
http://sr71.net/~jstultz/tod/
I'd like to thank the following people who have contributed ideas,
criticism, testing and code that has helped shape this work:
George Anzinger, Nish Aravamudan, Max Asbock, Serge Belyshev,
Dominik Brodowski, Thomas Gleixner, Darren Hart, Christoph Lameter,
Matt Mackal, Keith Mannthey, Ingo Molnar, Martin Schwidefsky, Frank
Sorenson, Ulrich Windl, Jonathan Woithe, Darrick Wong, Roman Zippel
and any others whom I've accidentally left off this list.
Andrew, please consider for inclusion into your tree.
thanks
-john
next reply other threads:[~2006-01-06 2:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-06 2:13 john stultz [this message]
2006-01-06 2:13 ` [PATCH 1/10] Time: Reduced NTP rework (part 1) john stultz
2006-01-06 2:13 ` [PATCH 2/10] Time: Reduced NTP Rework (part 2) john stultz
2006-01-06 2:13 ` [PATCH 3/10] Time: Clocksource Infrastructure john stultz
2006-01-06 2:13 ` [PATCH 4/10] Time: Generic Timekeeping Infrastructure john stultz
2006-01-06 2:14 ` [PATCH 5/10] Time: i386 Conversion - part 1: Move timer_pit.c to i8253.c john stultz
2006-01-06 2:14 ` [PATCH 6/10] Time: i386 Conversion - part 2: Rework TSC Support john stultz
2006-01-06 2:14 ` [PATCH 7/10] Time: i386 Conversion - part 3: Enable Generic Timekeeping john stultz
2006-01-06 2:14 ` [PATCH 8/10] Time: i386 Conversion - part 4: Remove Old timer_opts Code john stultz
2006-01-06 2:14 ` [PATCH 9/10] Time: i386 Conversion - part 5: ACPI PM variable renaming and config change john stultz
2006-01-06 2:14 ` [PATCH 10/10] Time: i386 Clocksource Drivers john stultz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060106021328.6714.45831.sendpatchset@cog.beaverton.ibm.com \
--to=johnstul@us.ibm.com \
--cc=akpm@osdl.org \
--cc=george@mvista.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
--cc=ulrich.windl@rz.uni-regensburg.de \
--cc=zippel@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox