aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 1-1/+1
2009-05-15sched, timers: move calc_load() to schedulerGravatar Thomas Gleixner 1-1/+1
2009-05-02timekeeping: create arch_gettimeoffset infrastructureGravatar john stultz 1-0/+7
2009-04-21clocksource: add enable() and disable() callbacksGravatar Magnus Damm 1-3/+9
2008-12-31sched_clock: prevent scd->clock from moving backwards, take #2Gravatar Thomas Gleixner 1-2/+5
2008-12-04time: catch xtime_nsec underflows and fix themGravatar john stultz 1-0/+22
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Gravatar Thomas Gleixner 1-3/+6
2008-09-24timekeeping: fix rounding problem during clock updateGravatar Roman Zippel 1-3/+6
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWGravatar John Stultz 1-0/+44
2008-08-21clocksource: introduce clocksource_forward_now()Gravatar Roman Zippel 1-38/+33
2008-05-01ntp: handle leap second via timerGravatar Roman Zippel 1-2/+2
2008-05-01ntp: remove current_tick_length()Gravatar Roman Zippel 1-3/+2
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTGravatar Roman Zippel 1-5/+5
2008-04-19x86: tsc prevent time going backwardsGravatar Thomas Gleixner 1-0/+2
2008-03-24Don't 'printk()' while holding xtime lock for writingGravatar Linus Torvalds 1-0/+4
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTGravatar Roman Zippel 1-4/+2
2008-02-08time: fix typo in commentsGravatar Li Zefan 1-1/+1
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresGravatar Li Zefan 1-2/+2
2008-02-01timekeeping: update xtime_cache when time(zone) changesGravatar Thomas Gleixner 1-2/+4
2008-01-30NTP: correct inconsistent ntp interval/tick_length usageGravatar john stultz 1-2/+4
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Gravatar Geert Uytterhoeven 1-17/+5
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesGravatar Kay Sievers 1-1/+1
2007-10-17kernel/time/timekeeping.c: cleanupsGravatar Adrian Bunk 1-4/+1
2007-10-16time: introduce xtime_secondsGravatar Ingo Molnar 1-7/+0
2007-09-16timekeeping: Prevent time going backwards on resumeGravatar Thomas Gleixner 1-0/+7
2007-09-16timekeeping: access rtc outside of xtime lockGravatar Thomas Gleixner 1-1/+2
2007-07-25Cache xtime every call to update_wall_timeGravatar john stultz 1-3/+23
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().Gravatar john stultz 1-0/+16
2007-07-20Pull ia64-clocksource into release branchGravatar Tony Luck 1-4/+0
2007-07-20[IA64] remove time interpolatorGravatar Bob Picco 1-4/+0
2007-07-19timekeeping: fixup shadow variable argumentGravatar Thomas Gleixner 1-2/+2
2007-07-16Introduce boot based timeGravatar Tomas Janousek 1-0/+37
2007-05-14timekeeping fix patch got mis-appliedGravatar Thomas Gleixner 1-0/+2
2007-05-08Move timekeeping code to timekeeping.cGravatar john stultz 1-0/+476