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