summaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping.c
AgeCommit message (Expand)Author
2010-05-10Merge branch 'linus' into timers/coreThomas Gleixner
2010-04-13time: Remove xtime_cacheJohn Stultz
2010-03-23time: Fix accumulation bug triggered by long delay.John Stultz
2010-03-01Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-02-09Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang
2010-02-05clocksource: add suspend callbackMagnus Damm
2009-12-22Revert "time: Remove xtime_cache"Linus Torvalds
2009-12-08Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-11-17timekeeping: Fix clock_gettime vsyscall time warpLin Ming
2009-11-13nohz: Prevent clocksource wrapping during idleJon Hunter
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-10-05time: Remove xtime_cachejohn stultz
2009-10-05time: Implement logarithmic time accumulationjohn stultz
2009-08-25timekeeping: Fix invalid getboottime() valueHiroshi Shimamoto
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz
2009-08-15timekeeping: Introduce read_boot_clockMartin Schwidefsky
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky
2009-08-15timekeeping: Update clocksource with stop_machineMartin Schwidefsky
2009-08-15timekeeping: Add timekeeper read_clock helper functionsMartin Schwidefsky
2009-08-15timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky
2009-08-15timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky
2009-08-15timekeeping: Introduce struct timekeeperMartin Schwidefsky
2009-08-15clocksource: Cleanup clocksource selectionMartin Schwidefsky
2009-08-15timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky
2009-08-15timekeeping: Remove clocksource inline functionsMartin Schwidefsky
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz
2009-07-07timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner
2009-07-07timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2009-05-15sched, timers: move calc_load() to schedulerThomas Gleixner
2009-05-02timekeeping: create arch_gettimeoffset infrastructurejohn stultz
2009-04-21clocksource: add enable() and disable() callbacksMagnus Damm
2008-12-31sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner
2008-12-04time: catch xtime_nsec underflows and fix themjohn stultz
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner
2008-09-24timekeeping: fix rounding problem during clock updateRoman Zippel
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz
2008-08-21clocksource: introduce clocksource_forward_now()Roman Zippel
2008-05-01ntp: handle leap second via timerRoman Zippel
2008-05-01ntp: remove current_tick_length()Roman Zippel
2008-05-01ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel
2008-04-19x86: tsc prevent time going backwardsThomas Gleixner
2008-03-24Don't 'printk()' while holding xtime lock for writingLinus Torvalds
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel
2008-02-08time: fix typo in commentsLi Zefan
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan
2008-02-01timekeeping: update xtime_cache when time(zone) changesThomas Gleixner
2008-01-30NTP: correct inconsistent ntp interval/tick_length usagejohn stultz
2008-01-30time: fold __get_realtime_clock_ts() into getnstimeofday()Geert Uytterhoeven