summaryrefslogtreecommitdiffstats
path: root/include/linux/time.h
Commit message (Expand)AuthorAgeFilesLines
* timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2016-11-161-2/+0
* time: Add time64_to_tm()Deepa Dinamani2016-06-201-1/+14
* time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-101-0/+26
* Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2015-01-221-0/+13
|\
| * time: settimeofday: Validate the values of tv from userSasha Levin2015-01-071-0/+13
* | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-211-3/+14
|/
* time: Consolidate the time accessor prototypesThomas Gleixner2014-07-231-41/+4
* time64: Add time64.h header and define struct timespec64John Stultz2014-07-231-14/+1
* ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-231-7/+4
* hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-231-2/+0
* time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-141-4/+0
* timekeeping: Add CLOCK_TAI clockidJohn Stultz2013-03-221-0/+1
* timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz2013-03-221-0/+2
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-3/+1
|\
| * time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-241-3/+1
* | time, Fix setting of hardware clock in NTP codePrarit Bhargava2013-02-081-0/+1
* | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz2013-01-291-1/+1
* | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang2013-01-151-0/+5
* | timekeeping: Add persistent_clock_exist flagFeng Tang2013-01-151-0/+6
* | time: create __getnstimeofday for WARNless callsKees Cook2013-01-151-0/+1
|/
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-71/+1
* time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-011-0/+7
* time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-151-2/+20
* posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-261-8/+0
* time: remove obsolete declarationRichard Cochran2012-05-211-1/+0
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-291-0/+1
|\
| * Delete the __FD_*() funcs for operating on fd_set from linux/time.hDavid Howells2012-02-191-23/+0
| * posix_types: Remove fd_set macrosH. Peter Anvin2012-02-141-0/+24
* | time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-231-1/+0
|/
* timers: Posix interface for alarm-timersJohn Stultz2011-04-261-0/+2
* time: Add timekeeping_inject_sleeptimeJohn Stultz2011-04-261-0/+1
* timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz2011-02-211-0/+1
* time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz2011-02-211-1/+2
* time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz2011-02-211-0/+1
* time: Introduce timekeeping_inject_offsetJohn Stultz2011-02-021-0/+1
* time: Correct the *settime* parametersRichard Cochran2011-02-021-2/+3
* time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn2011-01-311-2/+0
* time: Remove unused __get_wall_to_monotonic()Thomas Gleixner2011-01-311-1/+0
* time: Provide get_xtime_and_monotonic_offset()Torben Hohn2011-01-311-0/+1
* time: Move do_timer() to kernel/time/timekeeping.cTorben Hohn2011-01-311-1/+0
* pps: capture MONOTONIC_RAW timestamps as wellAlexander Gordeev2011-01-131-0/+2
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* x86/hpet: Use the FSEC_PER_SEC constant for femto-second periodsChris Wilson2010-08-121-1/+1
* timekeeping: Make xtime and wall_to_monotonic staticJohn Stultz2010-07-271-2/+0
* hrtimer: Cleanup direct access to wall_to_monotonicJohn Stultz2010-07-271-1/+2
* time: Implement timespec_addJohn Stultz2010-07-271-0/+16
* time: Remove xtime_cacheJohn Stultz2010-04-131-1/+0
* nohz: Prevent clocksource wrapping during idleJon Hunter2009-11-131-0/+1
* time: add function to convert between calendar time and broken-down time for ...Zhaolei2009-09-241-0/+28
* time: Prevent 32 bit overflow with set_normalized_timespec()Thomas Gleixner2009-09-151-1/+1