public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] -mm  generic clocksoure API
@ 2006-08-04  3:24 dwalker
  2006-08-04  3:24 ` [PATCH 01/10] -mm clocksource: increase initcall priority dwalker
                   ` (9 more replies)
  0 siblings, 10 replies; 23+ messages in thread
From: dwalker @ 2006-08-04  3:24 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

This patch set is meant to modify the clocksource structure and API so that it
can be used by more than just the timekeeping code. My motivation is mainly
that I feel the current clocksource interface could be used for much more
than just timekeeping. So if we keep the clocksource interface (which I think
we should) then we should get everything out of it that we can.

This set modifies the API, then converts the time keeping code over to the new
API. I also added a generic sched_clock() which just re-uses the clocksource
interface to provide a high quality scheduling clock (assuming a good
clocksource). Several ARM board just output nanoseconds based on jiffies which
is still possible with the generic sched_clock().

I tested this on SMP and UP x86, and compile tested for ARM.

Daniel

--

^ permalink raw reply	[flat|nested] 23+ messages in thread
* [PATCH 00/10] -mm: generic clocksource API -v2
@ 2006-10-06 18:54 Daniel Walker
  2006-10-06 18:54 ` [PATCH 02/10] -mm: clocksource: small cleanup Daniel Walker
  0 siblings, 1 reply; 23+ messages in thread
From: Daniel Walker @ 2006-10-06 18:54 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, johnstul

Each patch has it's own change log in the patch header, and each 
patch compiles and boots if applied individually (but in series order). 

---- Original release notes below

This patch set is meant to modify the clocksource structure and API so that it
can be used by more than just the timekeeping code. My motivation is mainly
that I feel the current clocksource interface could be used for much more
than just timekeeping. So if we keep the clocksource interface (which I think
we should) then we should get everything out of it that we can.

This set modifies the API, then converts the time keeping code over to the new
API. I also added a generic sched_clock() which just re-uses the clocksource
interface to provide a high quality scheduling clock (assuming a good
clocksource). Several ARM board just output nanoseconds based on jiffies which
is still possible with the generic sched_clock().

I tested this on SMP and UP x86, and compile tested for ARM.

Daniel

--


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2006-10-09 18:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-04  3:24 [PATCH 00/10] -mm generic clocksoure API dwalker
2006-08-04  3:24 ` [PATCH 01/10] -mm clocksource: increase initcall priority dwalker
2006-08-04 18:39   ` john stultz
2006-08-04  3:24 ` [PATCH 02/10] -mm clocksource: small cleanup dwalker
2006-08-04 18:40   ` john stultz
2006-08-04  3:24 ` [PATCH 03/10] -mm clocksource: enable plist dwalker
2006-08-04  3:24 ` [PATCH 04/10] -mm clocksource: add some new API calls dwalker
2006-08-04 19:06   ` john stultz
2006-08-04 19:28     ` Daniel Walker
2006-08-04 21:05       ` Thomas Gleixner
2006-08-04  3:24 ` [PATCH 05/10] -mm clocksource: convert generic timeofday dwalker
2006-08-04  3:24 ` [PATCH 06/10] -mm clocksource: add block notifier dwalker
2006-08-04  3:24 ` [PATCH 07/10] -mm clocksource: remove update_callback dwalker
2006-08-04 19:28   ` john stultz
2006-08-04  3:24 ` [PATCH 08/10] -mm clocksource: cleanup on -mm dwalker
2006-08-04 19:53   ` john stultz
2006-08-04 21:11     ` Daniel Walker
2006-08-04 22:16       ` john stultz
2006-08-04 23:16         ` Daniel Walker
2006-08-04  3:24 ` [PATCH 09/10] -mm clocksource: initialize list value dwalker
2006-08-04  3:24 ` [PATCH 10/10] -mm clocksource: add generic sched_clock() dwalker
  -- strict thread matches above, loose matches on Subject: below --
2006-10-06 18:54 [PATCH 00/10] -mm: generic clocksource API -v2 Daniel Walker
2006-10-06 18:54 ` [PATCH 02/10] -mm: clocksource: small cleanup Daniel Walker
2006-10-09 18:51   ` john stultz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox