aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-46/+73
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpLin Ming1-3/+3
2009-11-13nohz: Prevent clocksource wrapping during idleJon Hunter1-0/+11
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-05time: Remove xtime_cachejohn stultz1-23/+4
2009-10-05time: Implement logarithmic time accumulationjohn stultz1-25/+60
2009-08-25timekeeping: Fix invalid getboottime() valueHiroshi Shimamoto1-2/+4
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz1-0/+21
2009-08-15timekeeping: Introduce read_boot_clockMartin Schwidefsky1-2/+22
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky1-23/+29
2009-08-15timekeeping: Update clocksource with stop_machineMartin Schwidefsky1-15/+26
2009-08-15timekeeping: Add timekeeper read_clock helper functionsMartin Schwidefsky1-53/+38
2009-08-15timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky1-29/+24
2009-08-15timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky1-14/+19
2009-08-15timekeeping: Introduce struct timekeeperMartin Schwidefsky1-79/+156
2009-08-15clocksource: Cleanup clocksource selectionMartin Schwidefsky1-2/+2
2009-08-15timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky1-1/+0
2009-08-15timekeeping: Remove clocksource inline functionsMartin Schwidefsky1-13/+28
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz1-0/+7
2009-07-07timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner1-2/+57
2009-07-07timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky1-0/+69
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Paul Mundt1-1/+1
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner1-1/+1
2009-05-02timekeeping: create arch_gettimeoffset infrastructurejohn stultz1-0/+7
2009-04-21clocksource: add enable() and disable() callbacksMagnus Damm1-3/+9
2008-12-31sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner1-2/+5
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz1-0/+22
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-3/+6
2008-09-24timekeeping: fix rounding problem during clock updateRoman Zippel1-3/+6
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz1-0/+44
2008-08-21clocksource: introduce clocksource_forward_now()Roman Zippel1-38/+33
2008-05-01ntp: handle leap second via timerRoman Zippel1-2/+2
2008-05-01ntp: remove current_tick_length()Roman Zippel1-3/+2
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel1-5/+5
2008-04-19x86: tsc prevent time going backwardsThomas Gleixner1-0/+2
2008-03-24Don't 'printk()' while holding xtime lock for writingLinus Torvalds1-0/+4
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel1-4/+2
2008-02-08time: fix typo in commentsLi Zefan1-1/+1
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan1-2/+2
2008-02-01timekeeping: update xtime_cache when time(zone) changesThomas Gleixner1-2/+4
2008-01-30NTP: correct inconsistent ntp interval/tick_length usagejohn stultz1-2/+4
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Geert Uytterhoeven1-17/+5
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-10-17kernel/time/timekeeping.c: cleanupsAdrian Bunk1-4/+1
2007-10-16time: introduce xtime_secondsIngo Molnar1-7/+0
2007-09-16timekeeping: Prevent time going backwards on resumeThomas Gleixner1-0/+7
2007-09-16timekeeping: access rtc outside of xtime lockThomas Gleixner1-1/+2
2007-07-25Cache xtime every call to update_wall_timejohn stultz1-3/+23
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-0/+16