Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-04-27 | timers: Posix interface for alarm-timers | John Stultz | 1 | -0/+2 |
2011-04-27 | time: Add timekeeping_inject_sleeptime | John Stultz | 1 | -0/+1 |
2011-02-21 | timers: Add CLOCK_BOOTTIME hrtimer base | John Stultz | 1 | -0/+1 |
2011-02-21 | time: Extend get_xtime_and_monotonic_offset() to also return sleep | John Stultz | 1 | -1/+2 |
2011-02-21 | time: Introduce get_monotonic_boottime and ktime_get_boottime | John Stultz | 1 | -0/+1 |
2011-02-02 | time: Introduce timekeeping_inject_offset | John Stultz | 1 | -0/+1 |
2011-02-02 | time: Correct the *settime* parameters | Richard Cochran | 1 | -2/+3 |
2011-01-31 | time: Make do_timer() and xtime_lock local to kernel/time/ | Torben Hohn | 1 | -2/+0 |
2011-01-31 | time: Remove unused __get_wall_to_monotonic() | Thomas Gleixner | 1 | -1/+0 |
2011-01-31 | time: Provide get_xtime_and_monotonic_offset() | Torben Hohn | 1 | -0/+1 |
2011-01-31 | time: Move do_timer() to kernel/time/timekeeping.c | Torben Hohn | 1 | -1/+0 |
2011-01-13 | pps: capture MONOTONIC_RAW timestamps as well | Alexander Gordeev | 1 | -0/+2 |
2010-08-14 | Mark arguments to certain syscalls as being const | David Howells | 1 | -1/+1 |
2010-08-12 | x86/hpet: Use the FSEC_PER_SEC constant for femto-second periods | Chris Wilson | 1 | -1/+1 |
2010-07-27 | timekeeping: Make xtime and wall_to_monotonic static | John Stultz | 1 | -2/+0 |
2010-07-27 | hrtimer: Cleanup direct access to wall_to_monotonic | John Stultz | 1 | -1/+2 |
2010-07-27 | time: Implement timespec_add | John Stultz | 1 | -0/+16 |
2010-04-13 | time: Remove xtime_cache | John Stultz | 1 | -1/+0 |
2009-11-13 | nohz: Prevent clocksource wrapping during idle | Jon Hunter | 1 | -0/+1 |
2009-09-24 | time: add function to convert between calendar time and broken-down time for ... | Zhaolei | 1 | -0/+28 |
2009-09-15 | time: Prevent 32 bit overflow with set_normalized_timespec() | Thomas Gleixner | 1 | -1/+1 |
2009-08-21 | time: Introduce CLOCK_REALTIME_COARSE | john stultz | 1 | -0/+4 |
2009-08-15 | timekeeping: Introduce read_boot_clock | Martin Schwidefsky | 1 | -0/+1 |
2009-08-15 | timekeeping: Increase granularity of read_persistent_clock() | Martin Schwidefsky | 1 | -1/+1 |
2009-08-15 | timekeeping: Introduce timekeeping_leap_insert | John Stultz | 1 | -0/+1 |
2009-05-02 | timekeeping: create arch_gettimeoffset infrastructure | john stultz | 1 | -0/+15 |