Age | Commit message (Expand) | Author |
2008-02-01 | tick-sched: add more debug information | Thomas Gleixner |
2008-02-01 | timekeeping: update xtime_cache when time(zone) changes | Thomas Gleixner |
2008-01-30 | time: track accurate idle time with tick_sched.idle_sleeptime | Venki Pallipadi |
2008-01-30 | NTP: correct inconsistent ntp interval/tick_length usage | john stultz |
2008-01-30 | x86: make clockevents more robust | Ingo Molnar |
2008-01-30 | clocksource: add unregister function to disable unusable clocksources | Thomas Gleixner |
2008-01-30 | clocksource: make clocksource watchdog cycle through online CPUs | Andi Kleen |
2008-01-30 | clocksource.c: use init_timer_deferrable for clocksource_watchdog | Parag Warudkar |
2008-01-30 | time: fold __get_realtime_clock_ts() into getnstimeofday() | Geert Uytterhoeven |
2008-01-30 | timer: clean up tick-broadcast.c | Thomas Gleixner |
2008-01-30 | time: more timer related cleanups | Pavel Machek |
2008-01-30 | time: timer cleanups | Pavel Machek |
2008-01-25 | hrtimer: clean up cpu->base locking tricks | Peter Zijlstra |
2008-01-25 | sched: rt throttling vs no_hz | Peter Zijlstra |
2008-01-24 | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers |
2007-12-18 | clockevents: fix reprogramming decision in oneshot broadcast | Thomas Gleixner |
2007-12-07 | clockevents: warn once when program_event() is called with negative expiry | Thomas Gleixner |
2007-11-28 | softlockup: fix false positives on CONFIG_NOHZ | Thomas Gleixner |
2007-11-26 | time: add ADJ_OFFSET_SS_READ | John Stultz |
2007-11-17 | ntp: fix typo that makes sync_cmos_clock erratic | David P. Reed |
2007-11-05 | time: fix inconsistent function names in comments | Li Zefan |
2007-10-29 | timer_list: Fix printk format strings | Vegard Nossum |
2007-10-29 | clockevents: unexport tick_nohz_get_sleep_length | Adrian Bunk |
2007-10-19 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds |
2007-10-19 | kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_each | Matthias Kaehlcke |
2007-10-17 | x86: C1E late detection fix. Really switch off lapic timer | Thomas Gleixner |
2007-10-17 | Use num_possible_cpus() instead of NR_CPUS for timer distribution | john stultz |
2007-10-17 | kernel/time/timekeeping.c: cleanups | Adrian Bunk |
2007-10-17 | time: simplify smp_call_function_single() call sequence | Avi Kivity |
2007-10-16 | time: introduce xtime_seconds | Ingo Molnar |
2007-10-14 | clockevents: introduce force broadcast notifier | Thomas Gleixner |
2007-10-12 | clock events: allow replacement of broadcast timer | Venki Pallipadi |
2007-10-12 | clockevents: fix periodic broadcast for oneshot devices | Thomas Gleixner |
2007-10-12 | clockevents: Allow build w/o run-tine usage for migration purposes | Thomas Gleixner |
2007-10-10 | cpuidle: consolidate 2.6.22 cpuidle branch into one patch | Len Brown |
2007-10-07 | Fix timer_stats printout of events/sec | Anton Blanchard |
2007-09-22 | clockevents: remove the suspend/resume workaround^Wthinko | Thomas Gleixner |
2007-09-16 | clockevents: prevent stale tick update on offline cpu | Thomas Gleixner |
2007-09-16 | clockevents: do not shutdown the oneshot broadcast device | Thomas Gleixner |
2007-09-16 | clockevents: Enforce oneshot broadcast when broadcast mask is set on resume | Thomas Gleixner |
2007-09-16 | timekeeping: Prevent time going backwards on resume | Thomas Gleixner |
2007-09-16 | timekeeping: access rtc outside of xtime lock | Thomas Gleixner |
2007-09-11 | Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.c | Tony Breeds |
2007-08-11 | timer: remove clockevents_unregister_notifier | Miao Xie |
2007-07-31 | Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats} | Alexey Dobriyan |
2007-07-25 | Cache xtime every call to update_wall_time | john stultz |
2007-07-25 | Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). | john stultz |
2007-07-21 | NTP: move the cmos update code into ntp.c | Thomas Gleixner |
2007-07-21 | highres: improve debug output | Ingo Molnar |
2007-07-21 | tick management: spread timer interrupt | john stultz |