aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2008-03-25clocksource: revert: use init_timer_deferrable for clocksource_watchdogGravatar Thomas Gleixner 1-1/+1
2008-03-24Don't 'printk()' while holding xtime lock for writingGravatar Linus Torvalds 1-0/+4
2008-03-19revert "clocksource: make clocksource watchdog cycle through online CPUs"Gravatar Andrew Morton 1-10/+4
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTGravatar Roman Zippel 2-5/+12
2008-03-09time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_tim...Gravatar Karsten Wiese 1-1/+1
2008-03-09ntp: use unsigned input for do_div()Gravatar David Howells 1-5/+7
2008-02-29rcu: add support for dynamic ticks and preempt rcuGravatar Steven Rostedt 1-0/+3
2008-02-17timer_list: print relative expiry time signedGravatar Pavel Machek 1-2/+2
2008-02-10ntp: correct inconsistent interval/tick_length usageGravatar john stultz 1-4/+0
2008-02-08time: fix typo in commentsGravatar Li Zefan 2-2/+2
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresGravatar Li Zefan 2-3/+3
2008-02-08clockevent: simplify list operationsGravatar Li Zefan 1-7/+4
2008-02-08clocksource: remove redundant codeGravatar Li Zefan 1-1/+0
2008-02-06time: fix sysfs_show_{available,current}_clocksources() buffer overflow problemGravatar Miao Xie 1-9/+10
2008-02-01tick-sched: add more debug informationGravatar Thomas Gleixner 2-0/+4
2008-02-01timekeeping: update xtime_cache when time(zone) changesGravatar Thomas Gleixner 1-2/+4
2008-01-30time: track accurate idle time with tick_sched.idle_sleeptimeGravatar Venki Pallipadi 1-22/+48
2008-01-30NTP: correct inconsistent ntp interval/tick_length usageGravatar john stultz 1-2/+4
2008-01-30x86: make clockevents more robustGravatar Ingo Molnar 1-0/+13
2008-01-30clocksource: add unregister function to disable unusable clocksourcesGravatar Thomas Gleixner 1-0/+15
2008-01-30clocksource: make clocksource watchdog cycle through online CPUsGravatar Andi Kleen 1-4/+10
2008-01-30clocksource.c: use init_timer_deferrable for clocksource_watchdogGravatar Parag Warudkar 1-1/+1
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Gravatar Geert Uytterhoeven 1-17/+5
2008-01-30timer: clean up tick-broadcast.cGravatar Thomas Gleixner 2-7/+2
2008-01-30time: more timer related cleanupsGravatar Pavel Machek 2-2/+2
2008-01-30time: timer cleanupsGravatar Pavel Machek 1-2/+2
2008-01-25hrtimer: clean up cpu->base locking tricksGravatar Peter Zijlstra 1-8/+0
2008-01-25sched: rt throttling vs no_hzGravatar Peter Zijlstra 1-0/+5
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesGravatar Kay Sievers 2-2/+2
2007-12-18clockevents: fix reprogramming decision in oneshot broadcastGravatar Thomas Gleixner 1-35/+21
2007-12-07clockevents: warn once when program_event() is called with negative expiryGravatar Thomas Gleixner 1-0/+5
2007-11-28softlockup: fix false positives on CONFIG_NOHZGravatar Thomas Gleixner 1-0/+2
2007-11-26time: add ADJ_OFFSET_SS_READGravatar John Stultz 1-3/+6
2007-11-17ntp: fix typo that makes sync_cmos_clock erraticGravatar David P. Reed 1-1/+1
2007-11-05time: fix inconsistent function names in commentsGravatar Li Zefan 2-2/+2
2007-10-29timer_list: Fix printk format stringsGravatar Vegard Nossum 1-2/+4
2007-10-29clockevents: unexport tick_nohz_get_sleep_lengthGravatar Adrian Bunk 1-2/+0
2007-10-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-0/+16
2007-10-19kernel/time/clocksource.c: Use list_for_each_entry instead of list_for_eachGravatar Matthias Kaehlcke 1-15/+7
2007-10-17x86: C1E late detection fix. Really switch off lapic timerGravatar Thomas Gleixner 1-14/+4
2007-10-17Use num_possible_cpus() instead of NR_CPUS for timer distributionGravatar john stultz 1-1/+1
2007-10-17kernel/time/timekeeping.c: cleanupsGravatar Adrian Bunk 1-4/+1
2007-10-17time: simplify smp_call_function_single() call sequenceGravatar Avi Kivity 1-13/+4
2007-10-16time: introduce xtime_secondsGravatar Ingo Molnar 1-7/+0
2007-10-14clockevents: introduce force broadcast notifierGravatar Thomas Gleixner 2-6/+24
2007-10-12clock events: allow replacement of broadcast timerGravatar Venki Pallipadi 2-9/+8
2007-10-12clockevents: fix periodic broadcast for oneshot devicesGravatar Thomas Gleixner 1-2/+0
2007-10-12clockevents: Allow build w/o run-tine usage for migration purposesGravatar Thomas Gleixner 3-2/+8
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchGravatar Len Brown 1-0/+16
2007-10-07Fix timer_stats printout of events/secGravatar Anton Blanchard 1-2/+3