aboutsummaryrefslogtreecommitdiff
path: root/include/linux/time.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-1/+1
2017-09-03utimes: Make utimes y2038 safeGravatar Deepa Dinamani 1-1/+1
2017-08-31ext4: avoid Y2038 overflow in recently_deleted()Gravatar Andreas Dilger 1-0/+15
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+0
2017-06-25time: introduce {get,put}_itimerspec64Gravatar Deepa Dinamani 1-0/+13
2017-06-25time: add get_timespec64 and put_timespec64Gravatar Deepa Dinamani 1-0/+5
2017-06-09times(2): move compat to nativeGravatar Al Viro 1-3/+0
2017-05-08time: delete CURRENT_TIME_SEC and CURRENT_TIMEGravatar Deepa Dinamani 1-3/+0
2016-11-16timer: Move sys_alarm from timer.c to itimer.cGravatar Nicolas Pitre 1-2/+0
2016-06-20time: Add time64_to_tm()Gravatar Deepa Dinamani 1-1/+14
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowGravatar John Stultz 1-0/+26
2015-01-22Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Gravatar Thomas Gleixner 1-0/+13
2015-01-07time: settimeofday: Validate the values of tv from userGravatar Sasha Levin 1-0/+13
2014-11-21time: Provide y2038 safe mktime() replacementGravatar pang.xunlei 1-3/+14
2014-07-23time: Consolidate the time accessor prototypesGravatar Thomas Gleixner 1-41/+4
2014-07-23time64: Add time64.h header and define struct timespec64Gravatar John Stultz 1-14/+1
2014-07-23ktime: Kill non-scalar ktime_t implementation for 2038Gravatar John Stultz 1-7/+4
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateGravatar John Stultz 1-2/+0
2013-05-14time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsGravatar John Stultz 1-4/+0
2013-03-22timekeeping: Add CLOCK_TAI clockidGravatar John Stultz 1-0/+1
2013-03-22timekeeping: Move TAI managment into timekeeping core from ntpGravatar John Stultz 1-0/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-3/+1
2013-02-08time, Fix setting of hardware clock in NTP codeGravatar Prarit Bhargava 1-0/+1
2013-01-29timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKGravatar John Stultz 1-1/+1
2013-01-15timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionGravatar Feng Tang 1-0/+5
2013-01-15timekeeping: Add persistent_clock_exist flagGravatar Feng Tang 1-0/+6
2013-01-15time: create __getnstimeofday for WARNless callsGravatar Kees Cook 1-0/+1
2012-12-24time: convert arch_gettimeoffset to a pointerGravatar Stephen Warren 1-3/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-71/+1
2012-09-01time: Move ktime_t overflow checking into timespec_valid_strictGravatar John Stultz 1-0/+7
2012-08-15time: Improve sanity checking of timekeeping inputsGravatar John Stultz 1-2/+20
2012-07-26posix_types.h: Cleanup stale __NFDBITS and related definitionsGravatar Josh Boyer 1-8/+0
2012-05-21time: remove obsolete declarationGravatar Richard Cochran 1-1/+0
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2012-03-23time: remove no_sync_cmos_clockGravatar Cesar Eduardo Barros 1-1/+0
2012-02-19Delete the __FD_*() funcs for operating on fd_set from linux/time.hGravatar David Howells 1-23/+0
2012-02-14posix_types: Remove fd_set macrosGravatar H. Peter Anvin 1-0/+24
2011-04-26timers: Posix interface for alarm-timersGravatar John Stultz 1-0/+2
2011-04-26time: Add timekeeping_inject_sleeptimeGravatar John Stultz 1-0/+1
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseGravatar John Stultz 1-0/+1
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepGravatar John Stultz 1-1/+2
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeGravatar John Stultz 1-0/+1
2011-02-02time: Introduce timekeeping_inject_offsetGravatar John Stultz 1-0/+1
2011-02-02time: Correct the *settime* parametersGravatar Richard Cochran 1-2/+3
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Gravatar Torben Hohn 1-2/+0
2011-01-31time: Remove unused __get_wall_to_monotonic()Gravatar Thomas Gleixner 1-1/+0
2011-01-31time: Provide get_xtime_and_monotonic_offset()Gravatar Torben Hohn 1-0/+1
2011-01-31time: Move do_timer() to kernel/time/timekeeping.cGravatar Torben Hohn 1-1/+0
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellGravatar Alexander Gordeev 1-0/+2
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 1-1/+1