1. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  2. fbf07ea Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  3. 60d8ce2 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  4. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  5. 8e1a928 clockevents: Add missing include to pacify sparse by H Hartley Sweeten · 15 years ago
  6. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  7. a362c63 clocksource/events: Fix fallout of generic code changes by Thomas Gleixner · 15 years ago
  8. 97813f2 nohz: Allow 32-bit machines to sleep for more than 2.15 seconds by Jon Hunter · 16 years ago
  9. 2718501 nohz: Track last do_timer() cpu by Thomas Gleixner · 15 years ago
  10. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 16 years ago
  11. 529eacc nohz: Type cast printk argument by Thomas Gleixner · 15 years ago
  12. 7d2f944 clocksource: Provide a generic mult/shift factor calculation by Thomas Gleixner · 15 years ago
  13. 23af368 clockevents: Use u32 for mult and shift factors by Thomas Gleixner · 15 years ago
  14. 3586e0a clocksource/timecompare: Fix symbol exports to be GPL'd. by David S. Miller · 15 years ago
  15. b71a8eb tree-wide: fix typos "selct" + "slect" -> "select" by Uwe Kleine-König · 15 years ago
  16. 3c5d92a nohz: Introduce arch_needs_cpu by Martin Schwidefsky · 15 years ago
  17. eed3b9c nohz: Reuse ktime in sub-functions of tick_check_idle. by Martin Schwidefsky · 15 years ago
  18. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  19. fdc6f19 NOHZ: update idle state also when NOHZ is inactive by Eero Nurkkala · 15 years ago
  20. 7bc7d63 time: Remove xtime_cache by john stultz · 15 years ago
  21. a092ff0 time: Implement logarithmic time accumulation by john stultz · 15 years ago
  22. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  23. 179b914 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  24. 89133f9 clocksource: Resume clocksource without taking the clocksource mutex by Martin Schwidefsky · 15 years ago
  25. 57f1f08 time: add function to convert between calendar time and broken-down time for universal use by Zhaolei · 15 years ago
  26. a03fdb7 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  27. 54a6bc0 clocksource: Delay clocksource down rating to late boot by Thomas Gleixner · 15 years ago
  28. e6c7330 clocksource: clocksource_select must be called with mutex locked by Thomas Gleixner · 15 years ago
  29. f79e025 clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crash by Martin Schwidefsky · 15 years ago
  30. 7285dd7 clocksource: Resolve cpu hotplug dead lock with TSC unstable by Thomas Gleixner · 16 years ago
  31. 36d4748 timekeeping: Fix invalid getboottime() value by Hiroshi Shimamoto · 16 years ago
  32. da15cfd time: Introduce CLOCK_REALTIME_COARSE by john stultz · 16 years ago
  33. f833bab clockevent: Prevent dead lock on clockevents_lock by Suresh Siddha · 16 years ago
  34. 01548f4 clocksource: Avoid clocksource watchdog circular locking dependency by Martin Schwidefsky · 16 years ago
  35. d0981a1 clocksource: Protect the watchdog rating changes with clocksource_mutex by Thomas Gleixner · 16 years ago
  36. de80934 timers: Drop write permission on /proc/timer_list by Amerigo Wang · 16 years ago
  37. 6ea41d2 clocksource: Call clocksource_change_rating() outside of watchdog_lock by Thomas Gleixner · 16 years ago
  38. 23970e3 timekeeping: Introduce read_boot_clock by Martin Schwidefsky · 16 years ago
  39. d4f587c timekeeping: Increase granularity of read_persistent_clock() by Martin Schwidefsky · 16 years ago
  40. 75c5158 timekeeping: Update clocksource with stop_machine by Martin Schwidefsky · 16 years ago
  41. 2ba2a30 timekeeping: Add timekeeper read_clock helper functions by Martin Schwidefsky · 16 years ago
  42. 0a54419 timekeeping: Move NTP adjusted clock multiplier to struct timekeeper by Martin Schwidefsky · 16 years ago
  43. 23ce721 timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeper by Martin Schwidefsky · 16 years ago
  44. 155ec60 timekeeping: Introduce struct timekeeper by Martin Schwidefsky · 16 years ago
  45. c55c87c clocksource: Move watchdog downgrade to a work queue thread by Martin Schwidefsky · 16 years ago
  46. fb63a0e clocksource: Refactor clocksource watchdog by Martin Schwidefsky · 16 years ago
  47. 0f8e8ef clocksource: Simplify clocksource watchdog resume logic by Martin Schwidefsky · 16 years ago
  48. 8cf4e75 clocksource: Delay clocksource watchdog highres enablement by Martin Schwidefsky · 16 years ago
  49. f1b8274 clocksource: Cleanup clocksource selection by Martin Schwidefsky · 16 years ago
  50. 1be3967 timekeeping: Move reset of cycle_last for tsc clocksource to tsc by Martin Schwidefsky · 16 years ago
  51. a0f7d48 timekeeping: Remove clocksource inline functions by Martin Schwidefsky · 16 years ago
  52. 31089c1 timekeeping: Introduce timekeeping_leap_insert by John Stultz · 16 years ago
  53. 4cd1993 Merge branch 'linus' into timers/core by Thomas Gleixner · 16 years ago
  54. 79ef2bb clocksource: Prevent NULL pointer dereference by Thomas Gleixner · 16 years ago
  55. 6ff7041 hrtimer: Fix migration expiry check by Thomas Gleixner · 16 years ago
  56. a40f262 timekeeping: Move ktime_get() functions to timekeeping.c by Thomas Gleixner · 16 years ago
  57. 951ed4d timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=y by Martin Schwidefsky · 16 years ago
  58. 507e123 timer stats: Optimize by adding quick check to avoid function calls by Heiko Carstens · 16 years ago
  59. 38df92b Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  60. 19035e5 Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. f9db6e0 Merge branch 'timers-for-linus-clockevents' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. 3f27c0d Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  63. cd6d95d clocksource: prevent selection of low resolution clocksourse also for nohz=on by Thomas Gleixner · 16 years ago
  64. 3f68535 clocksource: sanity check sysfs clocksource changes by john stultz · 16 years ago
  65. cf9fe11 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 16 years ago
  66. f2e21c9 NOHZ: Properly feed cpufreq ondemand governor by Eero Nurkkala · 16 years ago
  67. 5f8371c Merge branches 'sh/stable-updates' and 'sh/sparseirq' by Paul Mundt · 16 years ago
  68. dce48a8 sched, timers: move calc_load() to scheduler by Thomas Gleixner · 16 years ago
  69. eea08f3 timers: Logic to move non pinned timers by Arun R Bharadwaj · 16 years ago
  70. 5c33386 timers: Identifying the existing pinned timers by Arun R Bharadwaj · 16 years ago
  71. c81fc2c clockevent: export register_device and delta2ns by Magnus Damm · 16 years ago
  72. 7d27558 timekeeping: create arch_gettimeoffset infrastructure by john stultz · 16 years ago
  73. a25cbd0 clocksource: setup mult_orig in clocksource_enable() by Magnus Damm · 16 years ago
  74. a52f5c5 clockevents: tick_broadcast_device can become static by Dmitri Vorobiev · 16 years ago
  75. 74a03b6 clockevents: prevent endless loop in tick_handle_periodic() by john stultz · 16 years ago
  76. 4614e6a clocksource: add enable() and disable() callbacks by Magnus Damm · 16 years ago
  77. 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
  78. 6671de3 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  79. 7c526e1 Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timers/core by Ingo Molnar · 16 years ago
  80. a2a5ac8 time: ntp: fix bug in ntp_update_offset() & do_adjtimex(), fix by John Stultz · 16 years ago
  81. 39854fe time: ntp: clean up second_overflow() by Ingo Molnar · 16 years ago
  82. 069569e time: ntp: simplify ntp_tick_adj calculations by Ingo Molnar · 16 years ago
  83. 2b9d149 time: ntp: make 64-bit constants more robust by Ingo Molnar · 16 years ago
  84. e962916 time: ntp: refactor do_adjtimex() some more by Ingo Molnar · 16 years ago
  85. 80f2257 time: ntp: refactor do_adjtimex() by Ingo Molnar · 16 years ago
  86. 10dd31a time: ntp: fix bug in ntp_update_offset() & do_adjtimex() by Ingo Molnar · 16 years ago
  87. c7986ac time: ntp: micro-optimize ntp_update_offset() by Ingo Molnar · 16 years ago
  88. 478b7aa time: ntp: simplify ntp_update_offset_fll() by Ingo Molnar · 16 years ago
  89. f939890 time: ntp: refactor and clean up ntp_update_offset() by Ingo Molnar · 16 years ago
  90. bc26c31 time: ntp: refactor up ntp_update_frequency() by Ingo Molnar · 16 years ago
  91. 9ce616a time: ntp: clean up ntp_update_frequency() by Ingo Molnar · 16 years ago
  92. bbd1267 time: ntp: simplify the MAX_TICKADJ_SCALED definition by Ingo Molnar · 16 years ago
  93. 3c972c2 time: ntp: simplify the second_overflow() code flow by Ingo Molnar · 16 years ago
  94. 53bbfa9 time: ntp: clean up kernel/time/ntp.c by Ingo Molnar · 17 years ago
  95. fdcedf7 time: apply NTP frequency/tick changes immediately by john stultz · 16 years ago
  96. a75244c timecompare: generic infrastructure to map between two time bases by Patrick Ohly · 16 years ago
  97. a038a35 clocksource: allow usage independent of timekeeping.c by Patrick Ohly · 16 years ago
  98. 5ba1ae9 Merge branches 'timers/clockevents', 'timers/hpet', 'timers/hrtimers' and 'timers/urgent' into timers/core by Ingo Molnar · 16 years ago
  99. 94df7de hrtimers: allow the hot-unplugging of all cpus by Sebastien Dugue · 16 years ago
  100. 2d68259 clockevents: let set_mode() setup delta information by Magnus Damm · 16 years ago