Age | Commit message (Expand) | Author |
2020-03-21 | linux/time.h: Extract common header for vDSO | Vincenzo Frascino |
2020-01-14 | lib/vdso: Prepare for time namespace support | Thomas Gleixner |
2019-12-06 | tcp: fix rejected syncookies due to stale timestamps | Guillaume Nault |
2019-11-15 | y2038: move itimer reset into itimer.c | Arnd Bergmann |
2018-06-24 | time: Introduce struct __kernel_itimerspec | Deepa Dinamani |
2018-04-19 | time: Fix get_timespec64() for y2038 safe compat interfaces | Deepa Dinamani |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-30 | time: Move time_t based interfaces to time32.h | Arnd Bergmann |
2017-10-30 | time: Remove unused functions | Arnd Bergmann |
2017-10-30 | timekeeping: Consolidate timekeeping_inject_offset code | Arnd Bergmann |
2017-09-14 | Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds |
2017-09-03 | utimes: Make utimes y2038 safe | Deepa Dinamani |
2017-08-31 | ext4: avoid Y2038 overflow in recently_deleted() | Andreas Dilger |
2017-07-06 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2017-06-25 | time: introduce {get,put}_itimerspec64 | Deepa Dinamani |
2017-06-25 | time: add get_timespec64 and put_timespec64 | Deepa Dinamani |
2017-06-09 | times(2): move compat to native | Al Viro |
2017-05-08 | time: delete CURRENT_TIME_SEC and CURRENT_TIME | Deepa Dinamani |
2016-11-16 | timer: Move sys_alarm from timer.c to itimer.c | Nicolas Pitre |
2016-06-20 | time: Add time64_to_tm() | Deepa Dinamani |
2015-12-10 | time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow | John Stultz |
2015-01-22 | Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john... | Thomas Gleixner |
2015-01-07 | time: settimeofday: Validate the values of tv from user | Sasha Levin |
2014-11-21 | time: Provide y2038 safe mktime() replacement | pang.xunlei |
2014-07-23 | time: Consolidate the time accessor prototypes | Thomas Gleixner |
2014-07-23 | time64: Add time64.h header and define struct timespec64 | John Stultz |
2014-07-23 | ktime: Kill non-scalar ktime_t implementation for 2038 | John Stultz |
2014-07-23 | hrtimer: Cleanup hrtimer accessors to the timekepeing state | John Stultz |
2013-05-14 | time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitons | John Stultz |
2013-03-22 | timekeeping: Add CLOCK_TAI clockid | John Stultz |
2013-03-22 | timekeeping: Move TAI managment into timekeeping core from ntp | John Stultz |
2013-02-21 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2013-02-08 | time, Fix setting of hardware clock in NTP code | Prarit Bhargava |
2013-01-29 | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK | John Stultz |
2013-01-15 | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK option | Feng Tang |
2013-01-15 | timekeeping: Add persistent_clock_exist flag | Feng Tang |
2013-01-15 | time: create __getnstimeofday for WARNless calls | Kees Cook |
2012-12-24 | time: convert arch_gettimeoffset to a pointer | Stephen Warren |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells |
2012-09-01 | time: Move ktime_t overflow checking into timespec_valid_strict | John Stultz |
2012-08-15 | time: Improve sanity checking of timekeeping inputs | John Stultz |
2012-07-26 | posix_types.h: Cleanup stale __NFDBITS and related definitions | Josh Boyer |
2012-05-21 | time: remove obsolete declaration | Richard Cochran |
2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-03-23 | time: remove no_sync_cmos_clock | Cesar Eduardo Barros |
2012-02-19 | Delete the __FD_*() funcs for operating on fd_set from linux/time.h | David Howells |
2012-02-14 | posix_types: Remove fd_set macros | H. Peter Anvin |
2011-04-26 | timers: Posix interface for alarm-timers | John Stultz |
2011-04-26 | time: Add timekeeping_inject_sleeptime | John Stultz |