1. 03d3602 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  2. 0588f1f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  3. 5b3900c timekeeping: Cast raw_interval to u64 to avoid shift overflow by Dan Carpenter · 12 years ago
  4. 2b17c54 nohz: Fix one jiffy count too far in idle cputime by Frederic Weisbecker · 12 years ago
  5. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  6. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  7. 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  8. 92bb1fc time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systems by John Stultz · 12 years ago
  9. 576094b time: Introduce new GENERIC_TIME_VSYSCALL by John Stultz · 12 years ago
  10. 7063942 time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 12 years ago
  11. d7b4202 time: Move timekeeper structure to timekeeper_internal.h for vsyscall changes by John Stultz · 12 years ago
  12. b3c869d jiffies: Remove compile time assumptions about CLOCK_TICK_RATE by John Stultz · 12 years ago
  13. a65bcc1 alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue by John Stultz · 12 years ago
  14. dae373b alarmtimer: Use hrtimer per-alarm instead of per-base by John Stultz · 12 years ago
  15. 59a93c2 alarmtimer: Implement minimum alarm interval for allowing suspend by Todd Poynor · 12 years ago
  16. 803b0eb time: RCU permitted to stop idle entry via softirq by Paul E. McKenney · 12 years ago
  17. 519b3b7 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  18. 00e8b26 Merge branch 'pm-timers' by Rafael J. Wysocki · 12 years ago
  19. ec145ba time: Fix timeekeping_get_ns overflow on 32bit systems by John Stultz · 12 years ago
  20. c1cc017 sched/nohz: Clean up select_nohz_load_balancer() by Alex Shi · 12 years ago
  21. 749c881 sched: Add missing call to calc_load_exit_idle() by Charles Wang · 12 years ago
  22. adc78e6 timekeeping: Add suspend and resume of clock event devices by Rafael J. Wysocki · 12 years ago
  23. cee5848 time: Move ktime_t overflow checking into timespec_valid_strict by John Stultz · 12 years ago
  24. bf2ac31 time: Avoid making adjustments if we haven't accumulated anything by John Stultz · 12 years ago
  25. 6ea565a time: Avoid potential shift overflow with large shift values by John Stultz · 12 years ago
  26. 85dc8f0 time: Fix casting issue in timekeeping_forward_now by Andreas Schwab · 12 years ago
  27. 784ffcb time: Ensure we normalize the timekeeper in tk_xtime_add by John Stultz · 12 years ago
  28. 4e8b145 time: Improve sanity checking of timekeeping inputs by John Stultz · 12 years ago
  29. 1d17d17 time: Fix adjustment cleanup bug in timekeeping_adjust() by Ingo Molnar · 12 years ago
  30. 4e250fd time: Remove all direct references to timekeeper by John Stultz · 12 years ago
  31. 6d0ef90 time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updates by John Stultz · 12 years ago
  32. d4e3ab3 time: Clean up stray newlines by John Stultz · 12 years ago
  33. 02ab20a time/jiffies: Rename ACTHZ to SHIFTED_HZ by John Stultz · 12 years ago
  34. 1f815fa Merge branch 'linus' into timers/urgent by Ingo Molnar · 12 years ago
  35. b44d50d time: Fix casting issue in tk_set_xtime and tk_xtime_add by John Stultz · 12 years ago
  36. 3992c03 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  37. 16d286e Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  38. 6f70242 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  39. eec19d1 Merge branch 'linus' into timers/core by Ingo Molnar · 12 years ago
  40. 3e99713 timekeeping: Add missing update call in timekeeping_resume() by Thomas Gleixner · 12 years ago
  41. f726a69 time: Rework timekeeping functions to take timekeeper ptr as argument by John Stultz · 12 years ago
  42. 2a8c088 time: Move xtime_nsec adjustment underflow handling timekeeping_adjust by John Stultz · 12 years ago
  43. f2a5a08 time: Move arch_gettimeoffset() usage into timekeeping_get_ns() by John Stultz · 12 years ago
  44. 1f4f948 time: Refactor accumulation of nsecs to secs by John Stultz · 12 years ago
  45. 1e75fa8 time: Condense timekeeper.xtime into xtime_sec by John Stultz · 12 years ago
  46. fee84c4 time: Explicitly use u32 instead of int for shift values by John Stultz · 12 years ago
  47. 42e71e8 time: Whitespace cleanups per Ingo%27s requests by John Stultz · 12 years ago
  48. e8b9dd7 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 12 years ago
  49. 6b1859d ntp: Fix STA_INS/DEL clearing bug by John Stultz · 12 years ago
  50. ab93eb8 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  51. f6c06ab timekeeping: Provide hrtimer update function by Thomas Gleixner · 12 years ago
  52. 5b9fe75 timekeeping: Maintain ktime_t based offsets for hrtimers by Thomas Gleixner · 12 years ago
  53. 4873fa0 timekeeping: Fix leapsecond triggered load spike issue by John Stultz · 12 years ago
  54. 5167e8d sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 12 years ago
  55. 9d2ad24 rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter by Paul E. McKenney · 12 years ago
  56. a95f9b6 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  57. 84bf1bc nohz: Move next idle expiry time record into idle logic area by Frederic Weisbecker · 13 years ago
  58. 5b39939 nohz: Move ts->idle_calls incrementation into strict idle logic by Frederic Weisbecker · 13 years ago
  59. f5d411c nohz: Rename ts->idle_tick to ts->last_tick by Frederic Weisbecker · 13 years ago
  60. 2ac0d98 nohz: Make nohz API agnostic against idle ticks cputime accounting by Frederic Weisbecker · 13 years ago
  61. 19f5f73 nohz: Separate idle sleeping time accounting from nohz logic by Frederic Weisbecker · 13 years ago
  62. 4a1e001 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 12 years ago
  63. b1e25f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  64. aa9b1630 rcu: Precompute RCU_FAST_NO_HZ timer offsets by Paul E. McKenney · 12 years ago
  65. 0b3e9f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  66. fad0c66 timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond by John Stultz · 12 years ago
  67. 5aaa0b7 sched/nohz: Fix rq->cpu_load calculations some more by Peter Zijlstra · 12 years ago
  68. 62cf20b tick: Move skew_tick option into the HIGH_RES_TIMER section by Thomas Gleixner · 12 years ago
  69. e540032 clockevents: Make clockevents_config() a global symbol by Magnus Damm · 12 years ago
  70. 5307c95 tick: Add tick skew boot option by Mike Galbraith · 12 years ago
  71. c7523a7c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  72. b80fe10 Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  73. d239f49 timekeeping: Fix a few minor newline issues. by Richard Cochran · 12 years ago
  74. cd5398b ntp: Fix a stale comment and a few stray newlines. by Richard Cochran · 12 years ago
  75. dd48d70 ntp: Correct TAI offset during leap second by Richard Cochran · 12 years ago
  76. 764e0da timers: Fixup the Kconfig consolidation fallout by Thomas Gleixner · 12 years ago
  77. b5e498a timers: Provide generic Kconfig switches by Thomas Gleixner · 12 years ago
  78. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  79. 57c498f alarmtimer: Provide accessor to alarmtimer rtc device by John Stultz · 12 years ago
  80. a6371f8 tick: Fix the spurious broadcast timer ticks after resume by Suresh Siddha · 12 years ago
  81. b9a6a235 tick: Ensure that the broadcast device is initialized by Thomas Gleixner · 12 years ago
  82. b435092 tick: Fix oneshot broadcast setup really by Thomas Gleixner · 12 years ago
  83. fa4da36 clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_oneshot() by Suresh Siddha · 12 years ago
  84. 6f10392 nohz: Fix stale jiffies update in tick_nohz_restart() by Neal Cardwell · 13 years ago
  85. 3872c48 tick: Document TICK_ONESHOT config option by Thomas Gleixner · 13 years ago
  86. bcd5507 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  87. c5e14e7 alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n by Thomas Gleixner · 13 years ago
  88. 88b28ad kernel-time: fix s/then/than/ spelling errors by Jim Cromie · 13 years ago
  89. 335dd85 time: remove no_sync_cmos_clock by Cesar Eduardo Barros · 13 years ago
  90. e919cfd time: Avoid scary backtraces when warning of > 11% adj by John Stultz · 13 years ago
  91. ad30dfa alarmtimer: Make sure we initialize the rtctimer by John Stultz · 13 years ago
  92. 7bfe0e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  93. 6b43ae8 ntp: Fix leap-second hrtimer livelock by John Stultz · 13 years ago
  94. f695cf9 time: Fix change_clocksource locking by John Stultz · 13 years ago
  95. a078c6d ntp: Fix integer overflow when setting time by Sasha Levin · 13 years ago
  96. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 13 years ago
  97. 97ac984 Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 13 years ago
  98. 15f827b nohz: Remove ts->Einidle checks before restarting the tick by Frederic Weisbecker · 13 years ago
  99. 430ee88 nohz: Remove update_ts_time_stat from tick_nohz_start_idle by Michal Hocko · 13 years ago
  100. 77b0d60 clockevents: Leave the broadcast device in shutdown mode when not needed by Suresh Siddha · 13 years ago