1. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  2. 4936a3b x86/hpet: Use the FSEC_PER_SEC constant for femto-second periods by Chris Wilson · 14 years ago
  3. 0fb86b0 timekeeping: Make xtime and wall_to_monotonic static by John Stultz · 14 years ago
  4. 8ab4351 hrtimer: Cleanup direct access to wall_to_monotonic by John Stultz · 14 years ago
  5. ce3bf7a time: Implement timespec_add by John Stultz · 14 years ago
  6. 6a867a3 time: Remove xtime_cache by John Stultz · 14 years ago
  7. 9896246 nohz: Prevent clocksource wrapping during idle by Jon Hunter · 15 years ago
  8. 57f1f08 time: add function to convert between calendar time and broken-down time for universal use by Zhaolei · 15 years ago
  9. 12e0933 time: Prevent 32 bit overflow with set_normalized_timespec() by Thomas Gleixner · 15 years ago
  10. da15cfd time: Introduce CLOCK_REALTIME_COARSE by john stultz · 15 years ago
  11. 23970e3 timekeeping: Introduce read_boot_clock by Martin Schwidefsky · 15 years ago
  12. d4f587c timekeeping: Increase granularity of read_persistent_clock() by Martin Schwidefsky · 15 years ago
  13. 31089c1 timekeeping: Introduce timekeeping_leap_insert by John Stultz · 15 years ago
  14. 7d27558 timekeeping: create arch_gettimeoffset infrastructure by john stultz · 15 years ago
  15. 85efde6 make exported headers use strict posix types by Arnd Bergmann · 15 years ago
  16. 1c5745a sched_clock: prevent scd->clock from moving backwards, take #2 by Thomas Gleixner · 16 years ago
  17. 268a3dc Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 by Thomas Gleixner · 16 years ago
  18. c465a76 Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus by Thomas Gleixner · 16 years ago
  19. 651dab4 Merge commit 'linus/master' into merge-linus by Arjan van de Ven · 16 years ago
  20. b418da1 compat: generic compat get/settimeofday by Christoph Hellwig · 16 years ago
  21. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  22. df0cc05 select: add a timespec_add_safe() function by Thomas Gleixner · 16 years ago
  23. 2d42244 clocksource: introduce CLOCK_MONOTONIC_RAW by John Stultz · 16 years ago
  24. 9412e286 always_inline timespec_add_ns by Jeremy Fitzhardinge · 16 years ago
  25. f595ec9 common implementation of iterative div/mod by Jeremy Fitzhardinge · 16 years ago
  26. 38332cb time: prevent the loop in timespec_add_ns() from being optimised away by Segher Boessenkool · 16 years ago
  27. cf4fc6c timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres by Li Zefan · 16 years ago
  28. 1001d0a timekeeping: update xtime_cache when time(zone) changes by Thomas Gleixner · 16 years ago
  29. ba2a631 kernel/time/timekeeping.c: cleanups by Adrian Bunk · 17 years ago
  30. 17c38b7 Cache xtime every call to update_wall_time by john stultz · 17 years ago
  31. 2c6b47d Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). by john stultz · 17 years ago
  32. 8264445 NTP: move the cmos update code into ntp.c by Thomas Gleixner · 17 years ago
  33. 5b78cc9 make timespec_equal() take const arguments by Jan Engelhardt · 17 years ago
  34. 7c3f1a5 Introduce boot based time by Tomas Janousek · 17 years ago
  35. 1c710c8 utimensat implementation by Ulrich Drepper · 17 years ago
  36. 8524070 Move timekeeping code to timekeeping.c by john stultz · 17 years ago
  37. 411187f [PATCH] GTOD: persistent clock support by John Stultz · 17 years ago
  38. 5809f9d [PATCH] x86-64: get rid of ARCH_HAVE_XTIME_LOCK by Eric Dumazet · 17 years ago
  39. 77adbfb [PATCH] Add const for time{spec,val}_compare arguments by Rolf Eike Beer · 17 years ago
  40. ca74e92 [PATCH] per-task-delay-accounting: setup by Shailabh Nagar · 18 years ago
  41. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  42. 05ebb76 [PATCH] x86_64: Add useful constants to time.h by Vojtech Pavlik · 18 years ago
  43. cf3c769 [PATCH] Time: Introduce arch generic time accessors by john stultz · 18 years ago
  44. ad59617 [PATCH] Time: Use clocksource infrastructure for update_wall_time by john stultz · 18 years ago
  45. df869b6 [PATCH] hrtimers: remove nsec_t typedef by Roman Zippel · 18 years ago
  46. c08b8a4 [PATCH] sys_alarm() unsigned signed conversion fixup by Thomas Gleixner · 18 years ago
  47. 643a654 [PATCH] select: fix returned timeval by Andrew Morton · 18 years ago
  48. bd3f8f2 [PATCH] Make sure to always check upper bits of tv_nsec in timespec_valid. by Chris Wright · 18 years ago
  49. 5590ff0 [PATCH] vfs: *at functions: core by Ulrich Drepper · 19 years ago
  50. d1c0b8f [PATCH] Remove getnstimestamp() by Matt Helsley · 19 years ago
  51. becf8b5 [PATCH] hrtimer: convert posix timers completely by Thomas Gleixner · 19 years ago
  52. f8f46da [PATCH] hrtimer: introduce nsec_t type and conversion functions by Thomas Gleixner · 19 years ago
  53. 5f82b2b [PATCH] hrtimer: create and use timespec_valid macro by Thomas Gleixner · 19 years ago
  54. 57a5587 [PATCH] hrtimer: coding style and white space cleanup by Ingo Molnar · 19 years ago
  55. 1ad106c [PATCH] hrtimer: coding style clean up of clock constants by Ingo Molnar · 19 years ago
  56. 0c4f6ee [PATCH] hrtimer: remove unused clock constants by Thomas Gleixner · 19 years ago
  57. f481890 [PATCH] hrtimer: clean up mktime and make arguments const by Ingo Molnar · 19 years ago
  58. 753be62 [PATCH] hrtimer: deinline mktime and set_normalized_timespec by Thomas Gleixner · 19 years ago
  59. 64123fd [PATCH] Add getnstimestamp function by Matt Helsley · 19 years ago
  60. 3f39894d [PATCH] timespec: normalize off by one errors by George Anzinger · 19 years ago
  61. 373016e [PATCH] time.h: remove ifdefs by Andrew Morton · 19 years ago
  62. 84f902c [PATCH] include: update jiffies/{m,u}secs conversion functions by Nishanth Aravamudan · 19 years ago
  63. f23ef18 [PATCH] Delete unused do_nanosleep declaration by Ralf Baechle · 19 years ago
  64. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago