1. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  2. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  3. b64c5fd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. de0c276 Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  5. e0b306f time: export time information for KVM pvclock by Marcelo Tosatti · 12 years ago
  6. 9c3f9e2 Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  7. 69a37be cpuidle: Quickly notice prediction failure for repeat mode by Youquan Song · 12 years ago
  8. d6ad418 time: Kill xtime_lock, replacing it with jiffies_lock by John Stultz · 12 years ago
  9. f95a985 time/jiffies: Make clocksource_jiffies static by Lars-Peter Clausen · 12 years ago
  10. 65f8f9a time: remove the timecompare code. by Richard Cochran · 12 years ago
  11. b8f6111 tick: Correct the comments for tick_sched_timer() by Chuansheng Liu · 12 years ago
  12. 351f181 timers, sched: Correct the comments for tick_sched_timer() by Chuansheng Liu · 12 years ago
  13. 94a5714 tick: Conditionally build nohz specific code in tick handler by Frederic Weisbecker · 12 years ago
  14. 9e8f559 tick: Consolidate tick handling for high and low res handlers by Frederic Weisbecker · 12 years ago
  15. 5bb9622 tick: Consolidate timekeeping handling code by Frederic Weisbecker · 12 years ago
  16. 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
  17. 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
  18. 5b3900c timekeeping: Cast raw_interval to u64 to avoid shift overflow by Dan Carpenter · 12 years ago
  19. 2b17c54 nohz: Fix one jiffy count too far in idle cputime by Frederic Weisbecker · 12 years ago
  20. 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
  21. 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
  22. 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  23. 92bb1fc time: Only do nanosecond rounding on GENERIC_TIME_VSYSCALL_OLD systems by John Stultz · 12 years ago
  24. 576094b time: Introduce new GENERIC_TIME_VSYSCALL by John Stultz · 12 years ago
  25. 7063942 time: Convert CONFIG_GENERIC_TIME_VSYSCALL to CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 12 years ago
  26. d7b4202 time: Move timekeeper structure to timekeeper_internal.h for vsyscall changes by John Stultz · 12 years ago
  27. b3c869d jiffies: Remove compile time assumptions about CLOCK_TICK_RATE by John Stultz · 12 years ago
  28. a65bcc1 alarmtimer: Rename alarmtimer_remove to alarmtimer_dequeue by John Stultz · 12 years ago
  29. dae373b alarmtimer: Use hrtimer per-alarm instead of per-base by John Stultz · 12 years ago
  30. 59a93c2 alarmtimer: Implement minimum alarm interval for allowing suspend by Todd Poynor · 12 years ago
  31. 803b0eb time: RCU permitted to stop idle entry via softirq by Paul E. McKenney · 12 years ago
  32. 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
  33. 00e8b26 Merge branch 'pm-timers' by Rafael J. Wysocki · 12 years ago
  34. ec145ba time: Fix timeekeping_get_ns overflow on 32bit systems by John Stultz · 12 years ago
  35. c1cc017 sched/nohz: Clean up select_nohz_load_balancer() by Alex Shi · 12 years ago
  36. 749c881 sched: Add missing call to calc_load_exit_idle() by Charles Wang · 12 years ago
  37. adc78e6 timekeeping: Add suspend and resume of clock event devices by Rafael J. Wysocki · 12 years ago
  38. cee5848 time: Move ktime_t overflow checking into timespec_valid_strict by John Stultz · 12 years ago
  39. bf2ac31 time: Avoid making adjustments if we haven't accumulated anything by John Stultz · 12 years ago
  40. 6ea565a time: Avoid potential shift overflow with large shift values by John Stultz · 12 years ago
  41. 85dc8f0 time: Fix casting issue in timekeeping_forward_now by Andreas Schwab · 12 years ago
  42. 784ffcb time: Ensure we normalize the timekeeper in tk_xtime_add by John Stultz · 12 years ago
  43. 4e8b145 time: Improve sanity checking of timekeeping inputs by John Stultz · 12 years ago
  44. 1d17d17 time: Fix adjustment cleanup bug in timekeeping_adjust() by Ingo Molnar · 12 years ago
  45. 4e250fd time: Remove all direct references to timekeeper by John Stultz · 12 years ago
  46. 6d0ef90 time: Clean up offs_real/wall_to_mono and offs_boot/total_sleep_time updates by John Stultz · 12 years ago
  47. d4e3ab3 time: Clean up stray newlines by John Stultz · 12 years ago
  48. 02ab20a time/jiffies: Rename ACTHZ to SHIFTED_HZ by John Stultz · 12 years ago
  49. 1f815fa Merge branch 'linus' into timers/urgent by Ingo Molnar · 12 years ago
  50. b44d50d time: Fix casting issue in tk_set_xtime and tk_xtime_add by John Stultz · 12 years ago
  51. 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
  52. 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
  53. 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
  54. eec19d1 Merge branch 'linus' into timers/core by Ingo Molnar · 12 years ago
  55. 3e99713 timekeeping: Add missing update call in timekeeping_resume() by Thomas Gleixner · 12 years ago
  56. f726a69 time: Rework timekeeping functions to take timekeeper ptr as argument by John Stultz · 12 years ago
  57. 2a8c088 time: Move xtime_nsec adjustment underflow handling timekeeping_adjust by John Stultz · 12 years ago
  58. f2a5a08 time: Move arch_gettimeoffset() usage into timekeeping_get_ns() by John Stultz · 12 years ago
  59. 1f4f948 time: Refactor accumulation of nsecs to secs by John Stultz · 12 years ago
  60. 1e75fa8 time: Condense timekeeper.xtime into xtime_sec by John Stultz · 12 years ago
  61. fee84c4 time: Explicitly use u32 instead of int for shift values by John Stultz · 12 years ago
  62. 42e71e8 time: Whitespace cleanups per Ingo%27s requests by John Stultz · 12 years ago
  63. e8b9dd7 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 12 years ago
  64. 6b1859d ntp: Fix STA_INS/DEL clearing bug by John Stultz · 12 years ago
  65. 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
  66. f6c06ab timekeeping: Provide hrtimer update function by Thomas Gleixner · 12 years ago
  67. 5b9fe75 timekeeping: Maintain ktime_t based offsets for hrtimers by Thomas Gleixner · 12 years ago
  68. 4873fa0 timekeeping: Fix leapsecond triggered load spike issue by John Stultz · 12 years ago
  69. 5167e8d sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 12 years ago
  70. 9d2ad24 rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter by Paul E. McKenney · 12 years ago
  71. 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
  72. 84bf1bc nohz: Move next idle expiry time record into idle logic area by Frederic Weisbecker · 13 years ago
  73. 5b39939 nohz: Move ts->idle_calls incrementation into strict idle logic by Frederic Weisbecker · 13 years ago
  74. f5d411c nohz: Rename ts->idle_tick to ts->last_tick by Frederic Weisbecker · 13 years ago
  75. 2ac0d98 nohz: Make nohz API agnostic against idle ticks cputime accounting by Frederic Weisbecker · 13 years ago
  76. 19f5f73 nohz: Separate idle sleeping time accounting from nohz logic by Frederic Weisbecker · 13 years ago
  77. 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
  78. 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
  79. aa9b1630 rcu: Precompute RCU_FAST_NO_HZ timer offsets by Paul E. McKenney · 12 years ago
  80. 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
  81. fad0c66 timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond by John Stultz · 12 years ago
  82. 5aaa0b7 sched/nohz: Fix rq->cpu_load calculations some more by Peter Zijlstra · 12 years ago
  83. 62cf20b tick: Move skew_tick option into the HIGH_RES_TIMER section by Thomas Gleixner · 12 years ago
  84. e540032 clockevents: Make clockevents_config() a global symbol by Magnus Damm · 12 years ago
  85. 5307c95 tick: Add tick skew boot option by Mike Galbraith · 12 years ago
  86. 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
  87. b80fe10 Merge branch 'fortglx/3.5/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  88. d239f49 timekeeping: Fix a few minor newline issues. by Richard Cochran · 12 years ago
  89. cd5398b ntp: Fix a stale comment and a few stray newlines. by Richard Cochran · 12 years ago
  90. dd48d70 ntp: Correct TAI offset during leap second by Richard Cochran · 12 years ago
  91. 764e0da timers: Fixup the Kconfig consolidation fallout by Thomas Gleixner · 12 years ago
  92. b5e498a timers: Provide generic Kconfig switches by Thomas Gleixner · 12 years ago
  93. d210267 Merge 3.4-rc5 into staging-next by Greg Kroah-Hartman · 12 years ago
  94. 57c498f alarmtimer: Provide accessor to alarmtimer rtc device by John Stultz · 12 years ago
  95. a6371f8 tick: Fix the spurious broadcast timer ticks after resume by Suresh Siddha · 12 years ago
  96. b9a6a235 tick: Ensure that the broadcast device is initialized by Thomas Gleixner · 12 years ago
  97. b435092 tick: Fix oneshot broadcast setup really by Thomas Gleixner · 12 years ago
  98. fa4da36 clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_oneshot() by Suresh Siddha · 12 years ago
  99. 6f10392 nohz: Fix stale jiffies update in tick_nohz_restart() by Neal Cardwell · 12 years ago
  100. 3872c48 tick: Document TICK_ONESHOT config option by Thomas Gleixner · 12 years ago