| Commit message (Expand) | Author | Age | Files | Lines |
* | clocksource: revert: use init_timer_deferrable for clocksource_watchdog | Thomas Gleixner | 2008-03-25 | 1 | -1/+1 |
* | Don't 'printk()' while holding xtime lock for writing | Linus Torvalds | 2008-03-24 | 1 | -0/+4 |
* | revert "clocksource: make clocksource watchdog cycle through online CPUs" | Andrew Morton | 2008-03-19 | 1 | -10/+4 |
* | time: remove obsolete CLOCK_TICK_ADJUST | Roman Zippel | 2008-03-09 | 2 | -5/+12 |
* | time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_tim... | Karsten Wiese | 2008-03-09 | 1 | -1/+1 |
* | ntp: use unsigned input for do_div() | David Howells | 2008-03-09 | 1 | -5/+7 |
* | rcu: add support for dynamic ticks and preempt rcu | Steven Rostedt | 2008-02-29 | 1 | -0/+3 |
* | timer_list: print relative expiry time signed | Pavel Machek | 2008-02-17 | 1 | -2/+2 |
* | ntp: correct inconsistent interval/tick_length usage | john stultz | 2008-02-10 | 1 | -4/+0 |
* | time: fix typo in comments | Li Zefan | 2008-02-08 | 2 | -2/+2 |
* | timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres | Li Zefan | 2008-02-08 | 2 | -3/+3 |
* | clockevent: simplify list operations | Li Zefan | 2008-02-08 | 1 | -7/+4 |
* | clocksource: remove redundant code | Li Zefan | 2008-02-08 | 1 | -1/+0 |
* | time: fix sysfs_show_{available,current}_clocksources() buffer overflow problem | Miao Xie | 2008-02-06 | 1 | -9/+10 |
* | tick-sched: add more debug information | Thomas Gleixner | 2008-02-01 | 2 | -0/+4 |
* | timekeeping: update xtime_cache when time(zone) changes | Thomas Gleixner | 2008-02-01 | 1 | -2/+4 |
* | time: track accurate idle time with tick_sched.idle_sleeptime | Venki Pallipadi | 2008-01-30 | 1 | -22/+48 |
* | NTP: correct inconsistent ntp interval/tick_length usage | john stultz | 2008-01-30 | 1 | -2/+4 |
* | x86: make clockevents more robust | Ingo Molnar | 2008-01-30 | 1 | -0/+13 |
* | clocksource: add unregister function to disable unusable clocksources | Thomas Gleixner | 2008-01-30 | 1 | -0/+15 |
* | clocksource: make clocksource watchdog cycle through online CPUs | Andi Kleen | 2008-01-30 | 1 | -4/+10 |
* | clocksource.c: use init_timer_deferrable for clocksource_watchdog | Parag Warudkar | 2008-01-30 | 1 | -1/+1 |
* | time: fold __get_realtime_clock_ts() into getnstimeofday() | Geert Uytterhoeven | 2008-01-30 | 1 | -17/+5 |
* | timer: clean up tick-broadcast.c | Thomas Gleixner | 2008-01-30 | 2 | -7/+2 |
* | time: more timer related cleanups | Pavel Machek | 2008-01-30 | 2 | -2/+2 |
* | time: timer cleanups | Pavel Machek | 2008-01-30 | 1 | -2/+2 |
* | hrtimer: clean up cpu->base locking tricks | Peter Zijlstra | 2008-01-25 | 1 | -8/+0 |
* | sched: rt throttling vs no_hz | Peter Zijlstra | 2008-01-25 | 1 | -0/+5 |
* | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 2008-01-24 | 2 | -2/+2 |
* | clockevents: fix reprogramming decision in oneshot broadcast | Thomas Gleixner | 2007-12-18 | 1 | -35/+21 |
* | clockevents: warn once when program_event() is called with negative expiry | Thomas Gleixner | 2007-12-07 | 1 | -0/+5 |
* | softlockup: fix false positives on CONFIG_NOHZ | Thomas Gleixner | 2007-11-28 | 1 | -0/+2 |
* | time: add ADJ_OFFSET_SS_READ | John Stultz | 2007-11-26 | 1 | -3/+6 |
* | ntp: fix typo that makes sync_cmos_clock erratic | David P. Reed | 2007-11-17 | 1 | -1/+1 |
* | time: fix inconsistent function names in comments | Li Zefan | 2007-11-05 | 2 | -2/+2 |
* | timer_list: Fix printk format strings | Vegard Nossum | 2007-10-29 | 1 | -2/+4 |
* | clockevents: unexport tick_nohz_get_sleep_length | Adrian Bunk | 2007-10-29 | 1 | -2/+0 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-10-19 | 1 | -0/+16 |
|\ |
|
| * | cpuidle: consolidate 2.6.22 cpuidle branch into one patch | Len Brown | 2007-10-10 | 1 | -0/+16 |
* | | kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each | Matthias Kaehlcke | 2007-10-19 | 1 | -15/+7 |
* | | x86: C1E late detection fix. Really switch off lapic timer | Thomas Gleixner | 2007-10-17 | 1 | -14/+4 |
* | | Use num_possible_cpus() instead of NR_CPUS for timer distribution | john stultz | 2007-10-17 | 1 | -1/+1 |
* | | kernel/time/timekeeping.c: cleanups | Adrian Bunk | 2007-10-17 | 1 | -4/+1 |
* | | time: simplify smp_call_function_single() call sequence | Avi Kivity | 2007-10-17 | 1 | -13/+4 |
* | | time: introduce xtime_seconds | Ingo Molnar | 2007-10-16 | 1 | -7/+0 |
* | | clockevents: introduce force broadcast notifier | Thomas Gleixner | 2007-10-14 | 2 | -6/+24 |
* | | clock events: allow replacement of broadcast timer | Venki Pallipadi | 2007-10-12 | 2 | -9/+8 |
* | | clockevents: fix periodic broadcast for oneshot devices | Thomas Gleixner | 2007-10-12 | 1 | -2/+0 |
* | | clockevents: Allow build w/o run-tine usage for migration purposes | Thomas Gleixner | 2007-10-12 | 3 | -2/+8 |
|/ |
|
* | Fix timer_stats printout of events/sec | Anton Blanchard | 2007-10-07 | 1 | -2/+3 |