1. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  2. 5fb1c2a posix-timers: Pass lockdep expression to RCU lists by Amol Grover · 4 years, 11 months ago
  3. 1f9b37b posix-timers: Make clock_nanosleep() time namespace aware by Andrei Vagin · 5 years ago
  4. ea2d1f7 hrtimers: Prepare hrtimer_nanosleep() for time namespaces by Andrei Vagin · 5 years ago
  5. 7da8b3a posix-timers: Make timer_settime() time namespace aware by Andrei Vagin · 5 years ago
  6. 5a590f3 posix-clocks: Wire up clock_gettime() with timens offsets by Andrei Vagin · 5 years ago
  7. 198fa44 posix-timers: Use clock_get_ktime() in common_timer_get() by Andrei Vagin · 5 years ago
  8. 9c71a2e posix-clocks: Introduce clock_get_ktime() callback by Andrei Vagin · 5 years ago
  9. eaf8019 posix-clocks: Rename .clock_get_timespec() callbacks accordingly by Andrei Vagin · 5 years ago
  10. 819a95f posix-clocks: Rename the clock_get() callback to clock_get_timespec() by Andrei Vagin · 5 years ago
  11. 0bee3b6 hrtimer: Improve comments on handling priority inversion against softirq kthread by Frederic Weisbecker · 5 years ago
  12. ec8f954 posix-timers: Use a callback for cancel synchronization on PREEMPT_RT by Thomas Gleixner · 5 years ago
  13. 5d99b32 posix-timers: Move rcu_head out of it union by Sebastian Andrzej Siewior · 5 years ago
  14. 6945e5c posix-timers: Rework cancel retry loops by Thomas Gleixner · 5 years ago
  15. 21670ee posix-timers: Cleanup the flag/flags confusion by Thomas Gleixner · 5 years ago
  16. 7586add posix-timers: Use spin_lock_irq() in itimer_delete() by Sebastian Andrzej Siewior · 6 years ago
  17. 12063d4 posix-timers: Remove "it_signal = NULL" assignment in itimer_delete() by Sebastian Andrzej Siewior · 6 years ago
  18. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  19. 3876ced timex: change syscalls to use struct __kernel_timex by Deepa Dinamani · 7 years ago
  20. ead2541 timex: use __kernel_timex internally by Deepa Dinamani · 7 years ago
  21. 1a59639 sparc64: add custom adjtimex/clock_adjtime functions by Arnd Bergmann · 6 years ago
  22. 4d5f007 time: make adjtime compat handling available for 32 bit by Arnd Bergmann · 6 years ago
  23. 9f687dd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  24. 0e334db posix-timers: Fix division by zero bug by Thomas Gleixner · 6 years ago
  25. 0141de7 posix-timers: Remove license boilerplate by Thomas Gleixner · 6 years ago
  26. 35728b8 time: Add SPDX license identifiers by Thomas Gleixner · 6 years ago
  27. 58c5fc2 time: Remove useless filenames in top level comments by Thomas Gleixner · 6 years ago
  28. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  29. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  30. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  31. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  32. 2280a53 Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  33. 93cb8e2 parisc: Drop architecture-specific ENOTSUP define by Helge Deller · 7 years ago
  34. 24122c7 signal: Pass pid and pid type into send_sigqueue by Eric W. Biederman · 6 years ago
  35. 2118e1f posix-timers: Noralize good_sigevent by Eric W. Biederman · 6 years ago
  36. 78c9c4d posix-timers: Sanitize overrun handling by Thomas Gleixner · 7 years ago
  37. 6fec64e posix-timers: Make forward callback return s64 by Thomas Gleixner · 7 years ago
  38. 6ff8473 time: Change types to new y2038 safe __kernel_itimerspec by Deepa Dinamani · 7 years ago
  39. 58a1045 posix-timers: Use new ktime_get_*_ts64() helpers by Arnd Bergmann · 7 years ago
  40. 604a98f Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  41. a3ed0e43 Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME by Thomas Gleixner · 7 years ago
  42. 0190997 time: Change nanosleep to safe __kernel_* types by Deepa Dinamani · 7 years ago
  43. 6d5b841 time: Change types to new y2038 safe __kernel_* types by Deepa Dinamani · 7 years ago
  44. b5793b0 posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME by Deepa Dinamani · 7 years ago
  45. 680014d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  46. 19b558d posix-timers: Protect posix clock array access against speculation by Thomas Gleixner · 7 years ago
  47. 7250a40 posix-timers: Unify MONOTONIC and BOOTTIME clock behavior by Thomas Gleixner · 7 years ago
  48. 7219932 timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock by Thomas Gleixner · 7 years ago
  49. 3b10db2b signal: Replace memset(info,...) with clear_siginfo for clarity by Eric W. Biederman · 7 years ago
  50. cef31d9 posix-timer: Properly check sigevent->sigev_notify by Thomas Gleixner · 7 years ago
  51. 725816e posix_clocks: Use get_itimerspec64() and put_itimerspec64() by Deepa Dinamani · 8 years ago
  52. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  53. 5c49941 posix-timers: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  54. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  55. 2482097 posix-timers: Move compat_timer_create() to native, get rid of set_fs() by Al Viro · 8 years ago
  56. d822cdc posix-timers: Move compat versions of clock_gettime/settime/getres by Al Viro · 8 years ago
  57. b0dc124 posix-timers: Take compat timer_gettime(2) to native one by Al Viro · 8 years ago
  58. 1acbe77 posix-timers: Take compat timer_settime(2) to native one by Al Viro · 8 years ago
  59. 3a4d44b ntp: Move adjtimex related compat syscalls to native counterparts by Al Viro · 8 years ago
  60. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  61. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  62. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  63. 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
  64. 67edab4 posix-timers: Handle relative posix-timers correctly by Thomas Gleixner · 8 years ago
  65. 5c7a3a3 posix-timers: Zero out oldval itimerspec by Thomas Gleixner · 8 years ago
  66. c6503be posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get() by Thomas Gleixner · 8 years ago
  67. f2c4580 alarmtimer: Switch over to generic set/get/rearm routine by Thomas Gleixner · 8 years ago
  68. eae1c4a posix-timers: Make use of cancel/arm callbacks by Thomas Gleixner · 8 years ago
  69. eabdec0 posix-timers: Zero settings value in common code by Thomas Gleixner · 8 years ago
  70. 91d57ba posix-timers: Make use of forward/remaining callbacks by Thomas Gleixner · 8 years ago
  71. 21e55c1 posix-timers: Add active flag to k_itimer by Thomas Gleixner · 8 years ago
  72. f37fb0a posix-timers: Use timer_rearm() callback in posixtimer_rearm() by Thomas Gleixner · 8 years ago
  73. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  74. d97bb75 posix-timers: Store k_clock pointer in k_itimer by Thomas Gleixner · 8 years ago
  75. 80105cd posix-timers: Move interval out of the union by Thomas Gleixner · 8 years ago
  76. af888d6 posix-timers: Unify overrun/requeue_pending handling by Thomas Gleixner · 8 years ago
  77. bab0aae posix-timers: Move posix-timer internals to core by Thomas Gleixner · 8 years ago
  78. 6631fa1 posix-timers: Avoid gazillions of forward declarations by Thomas Gleixner · 8 years ago
  79. a81129e posix-timers: Remove unused export of posix_timer_event() by Thomas Gleixner · 8 years ago
  80. d3ba5a9 posix-timers: Make posix_clocks immutable by Christoph Hellwig · 8 years ago
  81. ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
  82. 5f252b3 time: Change k_clock timer_set() and timer_get() to use timespec64 by Deepa Dinamani · 8 years ago
  83. 0fe6afe time: Change k_clock clock_set() to use timespec64 by Deepa Dinamani · 8 years ago
  84. d2e3e0c time: Change k_clock clock_getres() to use timespec64 by Deepa Dinamani · 8 years ago
  85. 3c9c12f time: Change k_clock clock_get() to use timespec64 by Deepa Dinamani · 8 years ago
  86. 2ac00f1 time: Delete do_sys_setimeofday() by Deepa Dinamani · 8 years ago
  87. 61855b6 sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  88. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  89. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  90. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  91. 572c391 posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper by Thomas Gleixner · 9 years ago
  92. 056a3ca hrtimer: Get rid of hrtimer_get_res() by Thomas Gleixner · 10 years ago
  93. 6891c45 posix-timers: Fix stack info leak in timer_create() by Mathias Krause · 10 years ago
  94. 8b094cd time: Consolidate the time accessor prototypes by Thomas Gleixner · 10 years ago
  95. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 11 years ago[Renamed from kernel/posix-timers.c]
  96. d2054b2 posix-timers: Remove unused variable by Thomas Gleixner · 12 years ago
  97. 5ed67f0 posix timers: Allocate timer id per process (v2) by Pavel Emelyanov · 12 years ago
  98. 90adda9 hrtimer: Add hrtimer support for CLOCK_TAI by John Stultz · 12 years ago
  99. 1ff3c96 timekeeping: Add CLOCK_TAI clockid by John Stultz · 13 years ago
  100. ee94d52 posix-timers: convert to idr_alloc() by Tejun Heo · 12 years ago