summaryrefslogtreecommitdiffstats
path: root/kernel/time/timekeeping.c
Commit message (Expand)AuthorAgeFilesLines
* time: Workaround gcc loop optimization that causes 64bit div errorsJohn Stultz2010-08-131-3/+4
* timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsJason Wessel2010-08-121-4/+7
* timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz2010-07-271-2/+2
* hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz2010-07-271-0/+5
* timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-3/+6
* time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-51/+4
* time: Implement timespec_addJohn Stultz2010-07-271-3/+3
* Merge branch 'linus' into timers/coreThomas Gleixner2010-05-101-1/+2
|\
| * time: Fix accumulation bug triggered by long delay.John Stultz2010-03-231-1/+2
* | time: Remove xtime_cacheJohn Stultz2010-04-131-19/+16
|/
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-011-0/+1
|\
| * clocksource: add suspend callbackMagnus Damm2010-02-051-0/+1
* | Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang2010-02-091-0/+2
|/
* Revert "time: Remove xtime_cache"Linus Torvalds2009-12-221-4/+23
* Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-081-3/+3
|\
| * timekeeping: Fix clock_gettime vsyscall time warpLin Ming2009-11-171-3/+3
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-46/+73
|\ \ | |/ |/|
| * nohz: Prevent clocksource wrapping during idleJon Hunter2009-11-131-0/+11
| * time: Remove xtime_cachejohn stultz2009-10-051-23/+4
| * time: Implement logarithmic time accumulationjohn stultz2009-10-051-25/+60
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
|/
* timekeeping: Fix invalid getboottime() valueHiroshi Shimamoto2009-08-251-2/+4
* time: Introduce CLOCK_REALTIME_COARSEjohn stultz2009-08-211-0/+21
* timekeeping: Introduce read_boot_clockMartin Schwidefsky2009-08-151-2/+22
* timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky2009-08-151-23/+29
* timekeeping: Update clocksource with stop_machineMartin Schwidefsky2009-08-151-15/+26
* timekeeping: Add timekeeper read_clock helper functionsMartin Schwidefsky2009-08-151-53/+38
* timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky2009-08-151-29/+24
* timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky2009-08-151-14/+19
* timekeeping: Introduce struct timekeeperMartin Schwidefsky2009-08-151-79/+156
* clocksource: Cleanup clocksource selectionMartin Schwidefsky2009-08-151-2/+2
* timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky2009-08-151-1/+0
* timekeeping: Remove clocksource inline functionsMartin Schwidefsky2009-08-151-13/+28
* timekeeping: Introduce timekeeping_leap_insertJohn Stultz2009-08-151-0/+7
* timekeeping: Move ktime_get() functions to timekeeping.cThomas Gleixner2009-07-071-2/+57
* timekeeping: optimized ktime_get[_ts] for GENERIC_TIME=yMartin Schwidefsky2009-07-071-0/+69
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2009-06-111-1/+1
|\
| * sched, timers: move calc_load() to schedulerThomas Gleixner2009-05-151-1/+1
* | timekeeping: create arch_gettimeoffset infrastructurejohn stultz2009-05-021-0/+7
|/
* clocksource: add enable() and disable() callbacksMagnus Damm2009-04-211-3/+9
* sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner2008-12-311-2/+5
* time: catch xtime_nsec underflows and fix themjohn stultz2008-12-041-0/+22
*-. Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-201-3/+6
|\ \
| | * timekeeping: fix rounding problem during clock updateRoman Zippel2008-09-241-3/+6
| |/
* | clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz2008-08-211-0/+44
* | clocksource: introduce clocksource_forward_now()Roman Zippel2008-08-211-38/+33
|/
* ntp: handle leap second via timerRoman Zippel2008-05-011-2/+2
* ntp: remove current_tick_length()Roman Zippel2008-05-011-3/+2
* ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFTRoman Zippel2008-05-011-5/+5
* x86: tsc prevent time going backwardsThomas Gleixner2008-04-191-0/+2
OpenPOWER on IntegriCloud