| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | clockevents: remove the suspend/resume workaround^Wthinko | Thomas Gleixner | 2007-09-22 | 1 | -16/+1 |
* | clockevents: prevent stale tick update on offline cpu | Thomas Gleixner | 2007-09-16 | 1 | -0/+12 |
* | clockevents: do not shutdown the oneshot broadcast device | Thomas Gleixner | 2007-09-16 | 1 | -7/+4 |
* | clockevents: Enforce oneshot broadcast when broadcast mask is set on resume | Thomas Gleixner | 2007-09-16 | 1 | -1/+12 |
* | timekeeping: Prevent time going backwards on resume | Thomas Gleixner | 2007-09-16 | 1 | -0/+7 |
* | timekeeping: access rtc outside of xtime lock | Thomas Gleixner | 2007-09-16 | 1 | -1/+2 |
* | Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.c | Tony Breeds | 2007-09-11 | 1 | -1/+1 |
* | timer: remove clockevents_unregister_notifier | Miao Xie | 2007-08-11 | 1 | -10/+0 |
* | Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats} | Alexey Dobriyan | 2007-07-31 | 2 | -2/+2 |
* | Cache xtime every call to update_wall_time | john stultz | 2007-07-25 | 1 | -3/+23 |
* | Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). | john stultz | 2007-07-25 | 1 | -0/+16 |
* | NTP: move the cmos update code into ntp.c | Thomas Gleixner | 2007-07-21 | 1 | -3/+56 |
* | highres: improve debug output | Ingo Molnar | 2007-07-21 | 1 | -1/+14 |
* | tick management: spread timer interrupt | john stultz | 2007-07-21 | 1 | -1/+6 |
* | clockevents: fix device replacement | Thomas Gleixner | 2007-07-21 | 1 | -1/+28 |
* | clockevents: fix resume logic | Thomas Gleixner | 2007-07-21 | 2 | -8/+14 |
* | Pull ia64-clocksource into release branch | Tony Luck | 2007-07-20 | 2 | -14/+0 |
|\ |
|
| * | [IA64] remove time interpolator | Bob Picco | 2007-07-20 | 2 | -14/+0 |
* | | timekeeping: fixup shadow variable argument | Thomas Gleixner | 2007-07-19 | 1 | -2/+2 |
|/ |
|
* | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo | 2007-07-17 | 2 | -2/+2 |
* | Remove capability.h from mm.h | Alexey Dobriyan | 2007-07-16 | 1 | -1/+1 |
* | Add a flag to indicate deferrable timers in /proc/timer_stats | Venki Pallipadi | 2007-07-16 | 1 | -3/+11 |
* | Remove clockevents_{release,request}_device | Andi Kleen | 2007-07-16 | 1 | -41/+0 |
* | Introduce boot based time | Tomas Janousek | 2007-07-16 | 1 | -0/+37 |
* | NTP: remove clock_was_set() call to prevent deadlock | Thomas Gleixner | 2007-07-03 | 1 | -2/+0 |
* | timer stats: speedups | Ingo Molnar | 2007-06-01 | 1 | -1/+6 |
* | timer statistics: fix race | Bjorn Steinbrink | 2007-06-01 | 1 | -16/+21 |
* | NOHZ: prevent multiplication overflow - stop timer for huge timeouts | Thomas Gleixner | 2007-05-29 | 1 | -1/+15 |
* | NOHZ: Rate limit the local softirq pending warning output | Thomas Gleixner | 2007-05-23 | 1 | -3/+9 |
* | Ignore bogus ACPI info for offline CPUs | Thomas Gleixner | 2007-05-23 | 1 | -5/+12 |