aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/time.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-21time: remove obsolete declarationRichard Cochran1-1/+0
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros1-1/+0
2012-02-19Delete the __FD_*() funcs for operating on fd_set from linux/time.hDavid Howells1-23/+0
2012-02-14posix_types: Remove fd_set macrosH. Peter Anvin1-0/+24
2011-04-26timers: Posix interface for alarm-timersJohn Stultz1-0/+2
2011-04-26time: Add timekeeping_inject_sleeptimeJohn Stultz1-0/+1
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz1-0/+1
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz1-1/+2
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz1-0/+1
2011-02-02time: Introduce timekeeping_inject_offsetJohn Stultz1-0/+1
2011-02-02time: Correct the *settime* parametersRichard Cochran1-2/+3
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn1-2/+0
2011-01-31time: Remove unused __get_wall_to_monotonic()Thomas Gleixner1-1/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Torben Hohn1-0/+1
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn1-1/+0
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellAlexander Gordeev1-0/+2
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-12x86/hpet: Use the FSEC_PER_SEC constant for femto-second periodsChris Wilson1-1/+1
2010-07-27timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz1-2/+0
2010-07-27hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz1-1/+2
2010-07-27time: Implement timespec_addJohn Stultz1-0/+16
2010-04-13time: Remove xtime_cacheJohn Stultz1-1/+0
2009-11-13nohz: Prevent clocksource wrapping during idleJon Hunter1-0/+1
2009-09-24time: add function to convert between calendar time and broken-down time for universal useZhaolei1-0/+28
2009-09-15time: Prevent 32 bit overflow with set_normalized_timespec()Thomas Gleixner1-1/+1
2009-08-21time: Introduce CLOCK_REALTIME_COARSEjohn stultz1-0/+4
2009-08-15timekeeping: Introduce read_boot_clockMartin Schwidefsky1-0/+1
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky1-1/+1
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz1-0/+1
2009-05-02timekeeping: create arch_gettimeoffset infrastructurejohn stultz1-0/+15
2009-03-26make exported headers use strict posix typesArnd Bergmann1-4/+4
2008-12-31sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner1-0/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-0/+4
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner1-0/+5
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-0/+2
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-0/+2
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-0/+3
2008-09-05select: add a timespec_add_safe() functionThomas Gleixner1-0/+4
2008-08-21clocksource: introduce CLOCK_MONOTONIC_RAWJohn Stultz1-0/+2
2008-06-12always_inline timespec_add_nsJeremy Fitzhardinge1-2/+5
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge1-9/+2
2008-03-09time: prevent the loop in timespec_add_ns() from being optimised awaySegher Boessenkool1-0/+4
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan1-1/+1
2008-02-01timekeeping: update xtime_cache when time(zone) changesThomas Gleixner1-0/+1
2007-10-17kernel/time/timekeeping.c: cleanupsAdrian Bunk1-1/+1
2007-07-25Cache xtime every call to update_wall_timejohn stultz1-5/+1
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz1-1/+1
2007-07-21NTP: move the cmos update code into ntp.cThomas Gleixner1-0/+3
2007-07-17make timespec_equal() take const argumentsJan Engelhardt1-1/+2