1. 0bc3cc0 cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu by Mike Travis · 16 years ago
  2. ecc8b65 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
  3. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  4. d7b6de1 Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 17 years ago
  6. c18a41f cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.c by Mike Travis · 16 years ago
  7. 9b610fd Merge branch 'linus' into timers/nohz by Ingo Molnar · 16 years ago
  8. b8f8c3c nohz: prevent tick stop outside of the idle loop by Thomas Gleixner · 16 years ago
  9. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  10. 1e09481 Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
  11. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  12. da6e88f 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
  13. 17489c0 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  14. af52a90 sched_clock: stop maximum check on NO HZ by Steven Rostedt · 16 years ago
  15. 857f3fd nohz: don't stop idle tick if softirqs are pending. by Heiko Carstens · 16 years ago
  16. aa276e1 x86, clockevents: add C1E aware idle function by Thomas Gleixner · 17 years ago
  17. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 17 years ago
  18. 7a14ce1 nohz: reduce jiffies polling overhead by Ingo Molnar · 17 years ago
  19. 02ff375 softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 seconds by Ingo Molnar · 17 years ago
  20. cad0e45 clocksource/events: use performance variant for_each_cpu_mask_nr by Mike Travis · 17 years ago
  21. 4f95f81 clocksource: allow read access to available/current_clocksource by Heiko Carstens · 17 years ago
  22. 4359a02 clocksource: Fix permissions for available_clocksource by Heiko Carstens · 17 years ago
  23. 7dffa3c ntp: handle leap second via timer by Roman Zippel · 17 years ago
  24. 8383c42 ntp: remove current_tick_length() by Roman Zippel · 17 years ago
  25. 7fc5c78 ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT by Roman Zippel · 17 years ago
  26. 153b5d0 ntp: support for TAI by Roman Zippel · 17 years ago
  27. 9f14f66 ntp: increase time_offset resolution by Roman Zippel · 17 years ago
  28. 074b3b8 ntp: increase time_freq resolution by Roman Zippel · 17 years ago
  29. eea83d8 ntp: NTP4 user space bits update by Roman Zippel · 17 years ago
  30. ee9851b ntp: cleanup ntp.c by Roman Zippel · 17 years ago
  31. f8bd225 remove div_long_long_rem by Roman Zippel · 17 years ago
  32. 71abb3a convert a few do_div users by Roman Zippel · 17 years ago
  33. c33fff0 kernel: use non-racy method for proc entries creation by Denis V. Lunev · 17 years ago
  34. 126e01b softlockup: fix NOHZ wakeup by Ingo Molnar · 17 years ago
  35. 5dfeaef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 17 years ago
  36. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 17 years ago
  37. 833df31 clockevents: fix typo in tick-broadcast.c by Glauber Costa · 17 years ago
  38. d0b27fa sched: rt-group: synchonised bandwidth period by Peter Zijlstra · 17 years ago
  39. d8bb6f4 x86: tsc prevent time going backwards by Thomas Gleixner · 17 years ago
  40. 73e3e64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 17 years ago
  41. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  42. 7c3078b kgdb: clocksource watchdog by Jason Wessel · 17 years ago
  43. 6993fc5 clocksource: make clocksource watchdog cycle through online CPUs by Andi Kleen · 17 years ago
  44. 903b8a8 clockevents: optimise tick_nohz_stop_sched_tick() a bit by Karsten Wiese · 17 years ago
  45. d7b9068 [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.h by Russell King · 17 years ago
  46. 898a19d clocksource: revert: use init_timer_deferrable for clocksource_watchdog by Thomas Gleixner · 17 years ago
  47. 92896bd Don't 'printk()' while holding xtime lock for writing by Linus Torvalds · 17 years ago
  48. 3150e63 revert "clocksource: make clocksource watchdog cycle through online CPUs" by Andrew Morton · 17 years ago
  49. 10a398d time: remove obsolete CLOCK_TICK_ADJUST by Roman Zippel · 17 years ago
  50. a790176 time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_timer() by Karsten Wiese · 17 years ago
  51. e48af19 ntp: use unsigned input for do_div() by David Howells · 17 years ago
  52. 2232c2d rcu: add support for dynamic ticks and preempt rcu by Steven Rostedt · 17 years ago
  53. db4315d timer_list: print relative expiry time signed by Pavel Machek · 17 years ago
  54. e13a2e6 ntp: correct inconsistent interval/tick_length usage by john stultz · 17 years ago
  55. 3eb0567 time: fix typo in comments by Li Zefan · 17 years ago
  56. cf4fc6c timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres by Li Zefan · 17 years ago
  57. 0b858e6 clockevent: simplify list operations by Li Zefan · 17 years ago
  58. 818c357 clocksource: remove redundant code by Li Zefan · 17 years ago
  59. 5e2cb10 time: fix sysfs_show_{available,current}_clocksources() buffer overflow problem by Miao Xie · 17 years ago
  60. 5df7fa1 tick-sched: add more debug information by Thomas Gleixner · 17 years ago
  61. 1001d0a timekeeping: update xtime_cache when time(zone) changes by Thomas Gleixner · 17 years ago
  62. 6378ddb time: track accurate idle time with tick_sched.idle_sleeptime by Venki Pallipadi · 17 years ago
  63. bbe4d18 NTP: correct inconsistent ntp interval/tick_length usage by john stultz · 17 years ago
  64. 45fe4fe x86: make clockevents more robust by Ingo Molnar · 17 years ago
  65. 4713e22c clocksource: add unregister function to disable unusable clocksources by Thomas Gleixner · 17 years ago
  66. 1ada5cb clocksource: make clocksource watchdog cycle through online CPUs by Andi Kleen · 17 years ago
  67. 1077f5a clocksource.c: use init_timer_deferrable for clocksource_watchdog by Parag Warudkar · 17 years ago
  68. efd9ac8 time: fold __get_realtime_clock_ts() into getnstimeofday() by Geert Uytterhoeven · 17 years ago
  69. 186e3cb timer: clean up tick-broadcast.c by Thomas Gleixner · 17 years ago
  70. b10db7f time: more timer related cleanups by Pavel Machek · 17 years ago
  71. 4c9dc64 time: timer cleanups by Pavel Machek · 17 years ago
  72. 2d44ae4 hrtimer: clean up cpu->base locking tricks by Peter Zijlstra · 17 years ago
  73. 48d5e25 sched: rt throttling vs no_hz by Peter Zijlstra · 17 years ago
  74. af5ca3f4 Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  75. cdc6f27 clockevents: fix reprogramming decision in oneshot broadcast by Thomas Gleixner · 17 years ago
  76. 167b1de clockevents: warn once when program_event() is called with negative expiry by Thomas Gleixner · 17 years ago
  77. d393820 softlockup: fix false positives on CONFIG_NOHZ by Thomas Gleixner · 17 years ago
  78. 52bfb36 time: add ADJ_OFFSET_SS_READ by John Stultz · 17 years ago
  79. fa6a1a5 ntp: fix typo that makes sync_cmos_clock erratic by David P. Reed · 17 years ago
  80. 8dce39c time: fix inconsistent function names in comments by Li Zefan · 17 years ago
  81. 129f1d2 timer_list: Fix printk format strings by Vegard Nossum · 17 years ago
  82. 64e38eb clockevents: unexport tick_nohz_get_sleep_length by Adrian Bunk · 17 years ago
  83. c4ec207 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  84. 2e19758 kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each by Matthias Kaehlcke · 17 years ago
  85. 3dfbc88 x86: C1E late detection fix. Really switch off lapic timer by Thomas Gleixner · 17 years ago
  86. b2d9323 Use num_possible_cpus() instead of NR_CPUS for timer distribution by john stultz · 17 years ago
  87. ba2a631 kernel/time/timekeeping.c: cleanups by Adrian Bunk · 17 years ago
  88. bf020cb time: simplify smp_call_function_single() call sequence by Avi Kivity · 17 years ago
  89. f20bf61 time: introduce xtime_seconds by Ingo Molnar · 17 years ago
  90. 1595f45 clockevents: introduce force broadcast notifier by Thomas Gleixner · 17 years ago
  91. 4a93232 clock events: allow replacement of broadcast timer by Venki Pallipadi · 17 years ago
  92. c8a1d39 clockevents: fix periodic broadcast for oneshot devices by Thomas Gleixner · 17 years ago
  93. de68d9b clockevents: Allow build w/o run-tine usage for migration purposes by Thomas Gleixner · 17 years ago
  94. 4f86d3a cpuidle: consolidate 2.6.22 cpuidle branch into one patch by Len Brown · 17 years ago
  95. 74922be Fix timer_stats printout of events/sec by Anton Blanchard · 17 years ago
  96. b7e113d clockevents: remove the suspend/resume workaround^Wthinko by Thomas Gleixner · 17 years ago
  97. 5e41d0d clockevents: prevent stale tick update on offline cpu by Thomas Gleixner · 17 years ago
  98. 31d9b39 clockevents: do not shutdown the oneshot broadcast device by Thomas Gleixner · 17 years ago
  99. 07eec6a clockevents: Enforce oneshot broadcast when broadcast mask is set on resume by Thomas Gleixner · 17 years ago
  100. 6a669ee timekeeping: Prevent time going backwards on resume by Thomas Gleixner · 17 years ago