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