aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/time.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-30timekeeping: remove arch_gettimeoffsetArnd Bergmann1-13/+0
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-1/+0
2020-03-21linux/time.h: Extract common header for vDSOVincenzo Frascino1-4/+1
2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner1-0/+6
2019-12-06tcp: fix rejected syncookies due to stale timestampsGuillaume Nault1-0/+13
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann1-4/+5
2018-06-24time: Introduce struct __kernel_itimerspecDeepa Dinamani1-2/+2
2018-04-19time: Fix get_timespec64() for y2038 safe compat interfacesDeepa Dinamani1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-206/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30time: Move time_t based interfaces to time32.hArnd Bergmann1-162/+1
2017-10-30time: Remove unused functionsArnd Bergmann1-18/+0
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann1-26/+0
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2017-09-03utimes: Make utimes y2038 safeDeepa Dinamani1-1/+1
2017-08-31ext4: avoid Y2038 overflow in recently_deleted()Andreas Dilger1-0/+15
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+0
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani1-0/+13
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani1-0/+5
2017-06-09times(2): move compat to nativeAl Viro1-3/+0
2017-05-08time: delete CURRENT_TIME_SEC and CURRENT_TIMEDeepa Dinamani1-3/+0
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre1-2/+0
2016-06-20time: Add time64_to_tm()Deepa Dinamani1-1/+14
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz1-0/+26
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner1-0/+13
2015-01-07time: settimeofday: Validate the values of tv from userSasha Levin1-0/+13
2014-11-21time: Provide y2038 safe mktime() replacementpang.xunlei1-3/+14
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner1-41/+4
2014-07-23time64: Add time64.h header and define struct timespec64John Stultz1-14/+1
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038John Stultz1-7/+4
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz1-2/+0
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz1-4/+0
2013-03-22timekeeping: Add CLOCK_TAI clockidJohn Stultz1-0/+1
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz1-0/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+1
2013-02-08time, Fix setting of hardware clock in NTP codePrarit Bhargava1-0/+1
2013-01-29timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz1-1/+1
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang1-0/+5
2013-01-15timekeeping: Add persistent_clock_exist flagFeng Tang1-0/+6
2013-01-15time: create __getnstimeofday for WARNless callsKees Cook1-0/+1
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-3/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-71/+1
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-0/+7
2012-08-15time: Improve sanity checking of timekeeping inputsJohn Stultz1-2/+20
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer1-8/+0
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...Linus 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 ...Zhaolei1-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', 'timer...Thomas 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
2007-07-16Introduce boot based timeTomas Janousek1-0/+2
2007-05-08utimensat implementationUlrich Drepper1-1/+1
2007-05-08Move timekeeping code to timekeeping.cjohn stultz1-0/+1
2007-02-16[PATCH] GTOD: persistent clock supportJohn Stultz1-0/+1
2007-02-13[PATCH] x86-64: get rid of ARCH_HAVE_XTIME_LOCKEric Dumazet1-1/+1
2007-02-11[PATCH] Add const for time{spec,val}_compare argumentsRolf Eike Beer1-2/+2
2006-07-14[PATCH] per-task-delay-accounting: setupShailabh Nagar1-0/+12
2006-06-26Merge branch 'x86-64'Linus Torvalds1-4/+7
2006-06-26[PATCH] x86_64: Add useful constants to time.hVojtech Pavlik1-4/+7
2006-06-26[PATCH] Time: Introduce arch generic time accessorsjohn stultz1-0/+15
2006-06-26[PATCH] Time: Use clocksource infrastructure for update_wall_timejohn stultz1-0/+2
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel1-12/+6
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner1-0/+1
2006-02-11[PATCH] select: fix returned timevalAndrew Morton1-1/+24
2006-01-31[PATCH] Make sure to always check upper bits of tv_nsec in timespec_valid.Chris Wright1-1/+1
2006-01-18[PATCH] vfs: *at functions: coreUlrich Drepper1-1/+1
2006-01-10[PATCH] Remove getnstimestamp()Matt Helsley1-1/+0
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner1-2/+1
2006-01-10[PATCH] hrtimer: introduce nsec_t type and conversion functionsThomas Gleixner1-0/+47
2006-01-10[PATCH] hrtimer: create and use timespec_valid macroThomas Gleixner1-0/+6
2006-01-10[PATCH] hrtimer: coding style and white space cleanupIngo Molnar1-30/+31
2006-01-10[PATCH] hrtimer: coding style clean up of clock constantsIngo Molnar1-14/+9
2006-01-10[PATCH] hrtimer: remove unused clock constantsThomas Gleixner1-7/+4
2006-01-10[PATCH] hrtimer: clean up mktime and make arguments constIngo Molnar1-5/+5
2006-01-10[PATCH] hrtimer: deinline mktime and set_normalized_timespecThomas Gleixner1-47/+5
2005-12-12[PATCH] Add getnstimestamp functionMatt Helsley1-0/+1
2005-11-13[PATCH] timespec: normalize off by one errorsGeorge Anzinger1-1/+1
2005-09-10[PATCH] time.h: remove ifdefsAndrew Morton1-9/+0
2005-09-10[PATCH] include: update jiffies/{m,u}secs conversion functionsNishanth Aravamudan1-0/+2
2005-09-07[PATCH] Delete unused do_nanosleep declarationRalf Baechle1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+181