1. 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  2. 8c215bd sched: Cure nr_iowait_cpu() users by Peter Zijlstra · 15 years ago
  3. 3310d4d nohz: Fix nohz ratelimit by Peter Zijlstra · 15 years ago
  4. 164d44f 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
  5. d7e81c2 clocksource: Add clocksource_register_hz/khz interface by John Stultz · 15 years ago
  6. dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
  7. 0224cf4 sched: Intoduce get_cpu_iowait_time_us() by Arjan van de Ven · 15 years ago
  8. e0e37c2 sched: Eliminate the ts->idle_lastupdate field by Arjan van de Ven · 15 years ago
  9. 8d63bf9 sched: Fold updating of the last_update_time_info into update_ts_time_stats() by Arjan van de Ven · 15 years ago
  10. 8c7b09f sched: Update the idle statistics in get_cpu_idle_time_us() by Arjan van de Ven · 15 years ago
  11. 595aac4 sched: Introduce a function to update the idle statistics by Arjan van de Ven · 15 years ago
  12. b1f724c sched: Add a comment to get_cpu_idle_time_us() by Arjan van de Ven · 15 years ago
  13. b257c14 Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  14. 6a867a3 time: Remove xtime_cache by John Stultz · 15 years ago
  15. c949472 Merge branch 'linus' into sched/core by Ingo Molnar · 15 years ago
  16. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  17. e1292ba ntp: Make time_adjust static by John Stultz · 15 years ago
  18. 830ec04 time: Fix accumulation bug triggered by long delay. by John Stultz · 15 years ago
  19. 80a05b9 clockevents: Sanitize min_delta_ns adjustment and prevent overflows by Thomas Gleixner · 15 years ago
  20. 39c0cbe sched: Rate-limit nohz by Mike Galbraith · 15 years ago
  21. ad6759f timekeeping: Prevent oops when GENERIC_TIME=n by john stultz · 15 years ago
  22. e56425b 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
  23. c93d89f Export the symbol of getboottime and mmonotonic_to_bootbased by Jason Wang · 15 years ago
  24. c54a42b clocksource: add suspend callback by Magnus Damm · 15 years ago
  25. 1762233 clocksource: add argument to resume callback by Magnus Damm · 15 years ago
  26. 7e1b584 ntp: Cleanup xtime references in ntp.c by John Stultz · 15 years ago
  27. 1f5b8f8 ntp: Make time_esterror and time_maxerror static by john stultz · 15 years ago
  28. 7b7422a clocksource: Prevent potential kgdb dead lock by Thomas Gleixner · 15 years ago
  29. ea9d8e3 clockevent: Don't remove broadcast device when cpu is dead by Xiaotian Feng · 15 years ago
  30. 83f57a1 Revert "time: Remove xtime_cache" by Linus Torvalds · 15 years ago
  31. 3cd312c 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
  32. 62ac127 cpumask: avoid dereferencing struct cpumask by Rusty Russell · 15 years ago
  33. f065f41 timecompare: fix half-Y2K38 problem in timecompare_update while calculating offset by Barry Song · 15 years ago
  34. b5f91da clockevents: Convert to raw_spinlock by Thomas Gleixner · 15 years ago
  35. d192c47 clockevents: Make tick_device_lock static by Thomas Gleixner · 15 years ago
  36. ecb49d1 hrtimers: Convert to raw_spinlocks by Thomas Gleixner · 15 years ago
  37. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  38. bb6eddf clockevents: Prevent clockevent_devices list corruption on cpu hotplug by Thomas Gleixner · 15 years ago
  39. 41d2e49 hrtimer: Tune hrtimer_interrupt hang logic by Thomas Gleixner · 15 years ago
  40. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  41. 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
  42. 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
  43. 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  44. 8e1a928 clockevents: Add missing include to pacify sparse by H Hartley Sweeten · 15 years ago
  45. 0696b71 timekeeping: Fix clock_gettime vsyscall time warp by Lin Ming · 15 years ago
  46. a362c63 clocksource/events: Fix fallout of generic code changes by Thomas Gleixner · 15 years ago
  47. 97813f2 nohz: Allow 32-bit machines to sleep for more than 2.15 seconds by Jon Hunter · 15 years ago
  48. 2718501 nohz: Track last do_timer() cpu by Thomas Gleixner · 15 years ago
  49. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 15 years ago
  50. 529eacc nohz: Type cast printk argument by Thomas Gleixner · 15 years ago
  51. 7d2f944 clocksource: Provide a generic mult/shift factor calculation by Thomas Gleixner · 15 years ago
  52. 23af368 clockevents: Use u32 for mult and shift factors by Thomas Gleixner · 15 years ago
  53. 3586e0a clocksource/timecompare: Fix symbol exports to be GPL'd. by David S. Miller · 15 years ago
  54. b71a8eb tree-wide: fix typos "selct" + "slect" -> "select" by Uwe Kleine-König · 15 years ago
  55. 3c5d92a nohz: Introduce arch_needs_cpu by Martin Schwidefsky · 15 years ago
  56. eed3b9c nohz: Reuse ktime in sub-functions of tick_check_idle. by Martin Schwidefsky · 15 years ago
  57. 1871e52 percpu: make percpu symbols under kernel/ and mm/ unique by Tejun Heo · 15 years ago
  58. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  59. fdc6f19 NOHZ: update idle state also when NOHZ is inactive by Eero Nurkkala · 15 years ago
  60. 7bc7d63 time: Remove xtime_cache by john stultz · 15 years ago
  61. a092ff0 time: Implement logarithmic time accumulation by john stultz · 15 years ago
  62. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  63. 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
  64. 89133f9 clocksource: Resume clocksource without taking the clocksource mutex by Martin Schwidefsky · 15 years ago
  65. 57f1f08 time: add function to convert between calendar time and broken-down time for universal use by Zhaolei · 15 years ago
  66. 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
  67. 54a6bc0 clocksource: Delay clocksource down rating to late boot by Thomas Gleixner · 15 years ago
  68. e6c7330 clocksource: clocksource_select must be called with mutex locked by Thomas Gleixner · 15 years ago
  69. f79e025 clocksource: Resolve cpu hotplug dead lock with TSC unstable, fix crash by Martin Schwidefsky · 15 years ago
  70. 7285dd7 clocksource: Resolve cpu hotplug dead lock with TSC unstable by Thomas Gleixner · 15 years ago
  71. 36d4748 timekeeping: Fix invalid getboottime() value by Hiroshi Shimamoto · 15 years ago
  72. da15cfd time: Introduce CLOCK_REALTIME_COARSE by john stultz · 15 years ago
  73. f833bab clockevent: Prevent dead lock on clockevents_lock by Suresh Siddha · 15 years ago
  74. 01548f4 clocksource: Avoid clocksource watchdog circular locking dependency by Martin Schwidefsky · 15 years ago
  75. d0981a1 clocksource: Protect the watchdog rating changes with clocksource_mutex by Thomas Gleixner · 15 years ago
  76. de80934 timers: Drop write permission on /proc/timer_list by Amerigo Wang · 15 years ago
  77. 6ea41d2 clocksource: Call clocksource_change_rating() outside of watchdog_lock by Thomas Gleixner · 15 years ago
  78. 23970e3 timekeeping: Introduce read_boot_clock by Martin Schwidefsky · 15 years ago
  79. d4f587c timekeeping: Increase granularity of read_persistent_clock() by Martin Schwidefsky · 15 years ago
  80. 75c5158 timekeeping: Update clocksource with stop_machine by Martin Schwidefsky · 15 years ago
  81. 2ba2a30 timekeeping: Add timekeeper read_clock helper functions by Martin Schwidefsky · 15 years ago
  82. 0a54419 timekeeping: Move NTP adjusted clock multiplier to struct timekeeper by Martin Schwidefsky · 15 years ago
  83. 23ce721 timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeper by Martin Schwidefsky · 15 years ago
  84. 155ec60 timekeeping: Introduce struct timekeeper by Martin Schwidefsky · 15 years ago
  85. c55c87c clocksource: Move watchdog downgrade to a work queue thread by Martin Schwidefsky · 15 years ago
  86. fb63a0e clocksource: Refactor clocksource watchdog by Martin Schwidefsky · 15 years ago
  87. 0f8e8ef clocksource: Simplify clocksource watchdog resume logic by Martin Schwidefsky · 15 years ago
  88. 8cf4e75 clocksource: Delay clocksource watchdog highres enablement by Martin Schwidefsky · 15 years ago
  89. f1b8274 clocksource: Cleanup clocksource selection by Martin Schwidefsky · 15 years ago
  90. 1be3967 timekeeping: Move reset of cycle_last for tsc clocksource to tsc by Martin Schwidefsky · 15 years ago
  91. a0f7d48 timekeeping: Remove clocksource inline functions by Martin Schwidefsky · 15 years ago
  92. 31089c1 timekeeping: Introduce timekeeping_leap_insert by John Stultz · 15 years ago
  93. 4cd1993 Merge branch 'linus' into timers/core by Thomas Gleixner · 15 years ago
  94. 79ef2bb clocksource: Prevent NULL pointer dereference by Thomas Gleixner · 16 years ago
  95. 6ff7041 hrtimer: Fix migration expiry check by Thomas Gleixner · 16 years ago
  96. a40f262 timekeeping: Move ktime_get() functions to timekeeping.c by Thomas Gleixner · 16 years ago
  97. 951ed4d timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=y by Martin Schwidefsky · 16 years ago
  98. 507e123 timer stats: Optimize by adding quick check to avoid function calls by Heiko Carstens · 16 years ago
  99. 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
  100. 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