summaryrefslogtreecommitdiff
path: root/include/linux/time.h
Commit message (Expand)AuthorAge
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\
| * time: Move time_t based interfaces to time32.hArnd Bergmann2017-10-30
| * time: Remove unused functionsArnd Bergmann2017-10-30
| * timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann2017-10-30
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-09-14
|\
| * utimes: Make utimes y2038 safeDeepa Dinamani2017-09-03
* | ext4: avoid Y2038 overflow in recently_deleted()Andreas Dilger2017-08-31
|/
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-06
|\
| * times(2): move compat to nativeAl Viro2017-06-09
* | time: introduce {get,put}_itimerspec64Deepa Dinamani2017-06-25
* | time: add get_timespec64 and put_timespec64Deepa Dinamani2017-06-25
|/
* time: delete CURRENT_TIME_SEC and CURRENT_TIMEDeepa Dinamani2017-05-08
* timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2016-11-16
* time: Add time64_to_tm()Deepa Dinamani2016-06-20
* time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz2015-12-10
* Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...Thomas Gleixner2015-01-22
|\
| * time: settimeofday: Validate the values of tv from userSasha Levin2015-01-07
* | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-21
|/
* time: Consolidate the time accessor prototypesThomas Gleixner2014-07-23
* time64: Add time64.h header and define struct timespec64John Stultz2014-07-23
* ktime: Kill non-scalar ktime_t implementation for 2038John Stultz2014-07-23
* hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz2014-07-23
* time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitonsJohn Stultz2013-05-14
* timekeeping: Add CLOCK_TAI clockidJohn Stultz2013-03-22
* timekeeping: Move TAI managment into timekeeping core from ntpJohn Stultz2013-03-22
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-21
|\
| * time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-24
* | time, Fix setting of hardware clock in NTP codePrarit Bhargava2013-02-08
* | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz2013-01-29
* | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang2013-01-15
* | timekeeping: Add persistent_clock_exist flagFeng Tang2013-01-15
* | time: create __getnstimeofday for WARNless callsKees Cook2013-01-15
|/
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13
* time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz2012-09-01
* time: Improve sanity checking of timekeeping inputsJohn Stultz2012-08-15
* posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-26
* time: remove obsolete declarationRichard Cochran2012-05-21
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-29
|\
| * Delete the __FD_*() funcs for operating on fd_set from linux/time.hDavid Howells2012-02-19
| * posix_types: Remove fd_set macrosH. Peter Anvin2012-02-14
* | time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-23
|/
* timers: Posix interface for alarm-timersJohn Stultz2011-04-26
* time: Add timekeeping_inject_sleeptimeJohn Stultz2011-04-26
* timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz2011-02-21
* time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz2011-02-21
* time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz2011-02-21
* time: Introduce timekeeping_inject_offsetJohn Stultz2011-02-02
* time: Correct the *settime* parametersRichard Cochran2011-02-02
* time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn2011-01-31