1. 1fb497d posix-cpu-timers: Provide mechanisms to defer timer handling to task_work by Thomas Gleixner · 4 years, 5 months ago
  2. 820903c posix-cpu-timers: Split run_posix_cpu_timers() by Thomas Gleixner · 4 years, 5 months ago
  3. 9649877 posix-cpu-timers: Replace __get_task_for_clock with pid_for_clock by Eric W. Biederman · 4 years, 8 months ago
  4. fece9826 posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_type by Eric W. Biederman · 4 years, 8 months ago
  5. 9bf7c32 posix-cpu-timers: Extend rcu_read_lock removing task_struct references by Eric W. Biederman · 4 years, 8 months ago
  6. c7f5194 posix-cpu-timer: Unify the now redundant code in lookup_task by Eric W. Biederman · 4 years, 8 months ago
  7. 8feebc6 posix-cpu-timer: Tidy up group_leader logic in lookup_task by Eric W. Biederman · 4 years, 8 months ago
  8. dbb381b Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  9. d53f2b6 lockdep: Add posixtimer context tracing bits by Sebastian Andrzej Siewior · 4 years, 10 months ago
  10. 55e8c8e posix-cpu-timers: Store a reference to a pid not a task by Eric W. Biederman · 4 years, 10 months ago
  11. beb41d9 posix-cpu-timers: Pass the task into arm_timer() by Eric W. Biederman · 4 years, 10 months ago
  12. 60f2cea posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_group by Eric W. Biederman · 4 years, 10 months ago
  13. a2efdbf posix-cpu-timers: cpu_clock_sample_group() no longer needs siglock by Eric W. Biederman · 4 years, 10 months ago
  14. 819a95f posix-clocks: Rename the clock_get() callback to clock_get_timespec() by Andrei Vagin · 5 years ago
  15. 7f2cbcb posix-cpu-timers: Fix two trivial comments by Yi Wang · 5 years ago
  16. 77b4b54 posix-cpu-timers: Fix permission check regression by Thomas Gleixner · 5 years ago
  17. a2ed4fd posix-cpu-timers: Make expiry_active check actually work correctly by Thomas Gleixner · 5 years ago
  18. 60bda03 posix-cpu-timers: Utilize timerqueue for storage by Thomas Gleixner · 5 years ago
  19. 244d49e posix-cpu-timers: Move state tracking to struct posix_cputimers by Thomas Gleixner · 5 years ago
  20. 8991afe posix-cpu-timers: Deduplicate rlimit handling by Thomas Gleixner · 5 years ago
  21. dd67022 posix-cpu-timers: Remove pointless comparisons by Thomas Gleixner · 5 years ago
  22. 8ea1de9 posix-cpu-timers: Get rid of 64bit divisions by Thomas Gleixner · 5 years ago
  23. 1cd07c0b posix-cpu-timers: Consolidate timer expiry further by Thomas Gleixner · 5 years ago
  24. 2bbdbda posix-cpu-timers: Get rid of zero checks by Thomas Gleixner · 5 years ago
  25. fe0517f posix-cpu-timers: Respect INFINITY for hard RTTIME limit by Thomas Gleixner · 5 years ago
  26. b7be4ef posix-cpu-timers: Switch thread group sampling to array by Thomas Gleixner · 5 years ago
  27. 87dc644 posix-cpu-timers: Restructure expiry array by Thomas Gleixner · 5 years ago
  28. 46b8839 posix-cpu-timers: Remove cputime_expires by Thomas Gleixner · 5 years ago
  29. 001f797 posix-cpu-timers: Make expiry checks array based by Thomas Gleixner · 5 years ago
  30. b0d524f posix-cpu-timers: Provide array based sample functions by Thomas Gleixner · 5 years ago
  31. c02b078 posix-cpu-timers: Switch check_*_timers() to array cache by Thomas Gleixner · 5 years ago
  32. 1b0dd96 posix-cpu-timers: Simplify set_process_cpu_timer() by Thomas Gleixner · 5 years ago
  33. 3b495b2 posix-cpu-timers: Simplify timer queueing by Thomas Gleixner · 5 years ago
  34. 11b8462 posix-cpu-timers: Provide array based access to expiry cache by Thomas Gleixner · 5 years ago
  35. 3a245c0 posix-cpu-timers: Move expiry cache into struct posix_cputimers by Thomas Gleixner · 5 years ago
  36. 2b69942 posix-cpu-timers: Create a container struct by Thomas Gleixner · 5 years ago
  37. ab693c5 posix-cpu-timers: Move prof/virt_ticks into caller by Thomas Gleixner · 5 years ago
  38. 0476ff2 posix-cpu-timers: Sample task times once in expiry check by Thomas Gleixner · 5 years ago
  39. 8c2d74f posix-cpu-timers: Get rid of pointer indirection by Thomas Gleixner · 5 years ago
  40. 2092c1d4 posix-cpu-timers: Simplify sample functions by Thomas Gleixner · 5 years ago
  41. 5405d00 posix-cpu-timers: Remove pointless return value check by Thomas Gleixner · 5 years ago
  42. da020ce posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm() by Thomas Gleixner · 5 years ago
  43. 99093c5 posix-cpu-timers: Use clock ID in posix_cpu_timer_get() by Thomas Gleixner · 5 years ago
  44. c7a37c6 posix-cpu-timers: Use clock ID in posix_cpu_timer_set() by Thomas Gleixner · 5 years ago
  45. 24ab7f5 posix-cpu-timers: Consolidate thread group sample code by Thomas Gleixner · 5 years ago
  46. c506bef4 posix-cpu-timers: Rename thread_group_cputimer() and make it static by Thomas Gleixner · 5 years ago
  47. a324956 posix-cpu-timers: Sample directly in timer check by Thomas Gleixner · 5 years ago
  48. 19298fb posix-cpu-timers: Provide quick sample function for itimer by Thomas Gleixner · 5 years ago
  49. e5a8b65 posix-cpu-timers: Use common permission check in posix_cpu_timer_create() by Thomas Gleixner · 5 years ago
  50. bfcf3e9 posix-cpu-timers: Use common permission check in posix_cpu_clock_get() by Thomas Gleixner · 5 years ago
  51. 6ae40e3 posix-cpu-timers: Provide task validation functions by Thomas Gleixner · 5 years ago
  52. dce3e8f posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers() by Thomas Gleixner · 5 years ago
  53. 692117c posix-cpu-timers: Sanitize bogus WARNONS by Thomas Gleixner · 5 years ago
  54. 7cb9a94 posix-cpu-timers: Fixup stale comment by Thomas Gleixner · 5 years ago
  55. 1611879 posix-cpu-timers: Remove private interval storage by Thomas Gleixner · 6 years ago
  56. 93ad0fc posix-cpu-timers: Unbreak timer rearming by Thomas Gleixner · 6 years ago
  57. e6a2d72c posix-cpu-timers: Remove useless call to check_dl_overrun() by Juri Lelli · 6 years ago
  58. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  59. 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 8 years ago
  60. c6bb111 Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 6 years ago
  61. 78c9c4d posix-timers: Sanitize overrun handling by Thomas Gleixner · 7 years ago
  62. c60c32a5 posix-cpu-timers: Remove lockdep_assert_irqs_disabled() by Sebastian Andrzej Siewior · 7 years ago
  63. c3bca5d posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated by Laura Abbott · 7 years ago
  64. af8c5e2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  65. a9445e4 posix-cpu-timers: Make set_process_cpu_timer() more robust by Max R. P. Grossmann · 7 years ago
  66. 34be393 sched/deadline: Implement "runtime overrun signal" support by Juri Lelli · 7 years ago
  67. 29f1b2b posix-timers: Prevent UB from shifting negative signed value by Nick Desaulniers · 7 years ago
  68. a696822 timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  69. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  70. 3cf2949 posix-cpu-timers: Use dedicated helper to access rlimit values by Krzysztof Opasiak · 7 years ago
  71. ea3b25e Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  72. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  73. 098b0e0 posix-cpu-timers: Make timespec to nsec conversion safe by Thomas Gleixner · 8 years ago
  74. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  75. 343d8fc posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep() by Thomas Gleixner · 8 years ago
  76. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  77. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  78. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  79. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  80. 86a9c44 posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep() by Al Viro · 8 years ago
  81. eabdec0 posix-timers: Zero settings value in common code by Thomas Gleixner · 8 years ago
  82. f37fb0a posix-timers: Use timer_rearm() callback in posixtimer_rearm() by Thomas Gleixner · 8 years ago
  83. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  84. d97bb75 posix-timers: Store k_clock pointer in k_itimer by Thomas Gleixner · 8 years ago
  85. af888d6 posix-timers: Unify overrun/requeue_pending handling by Thomas Gleixner · 8 years ago
  86. bab0aae posix-timers: Move posix-timer internals to core by Thomas Gleixner · 8 years ago
  87. 978267b Merge branch 'timers/urgent' into WIP.timers by Thomas Gleixner · 8 years ago
  88. d3ba5a9 posix-timers: Make posix_clocks immutable by Christoph Hellwig · 8 years ago
  89. 43fe8b8 posix-timers: Make signal printks conditional by Thomas Gleixner · 8 years ago
  90. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  91. 01a2197 posix-timers: Correct sanity check in posix_cpu_nsleep by Eric W. Biederman · 8 years ago
  92. ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
  93. 5f252b3 time: Change k_clock timer_set() and timer_get() to use timespec64 by Deepa Dinamani · 8 years ago
  94. 0fe6afe time: Change k_clock clock_set() to use timespec64 by Deepa Dinamani · 8 years ago
  95. d2e3e0c time: Change k_clock clock_getres() to use timespec64 by Deepa Dinamani · 8 years ago
  96. 3c9c12f time: Change k_clock clock_get() to use timespec64 by Deepa Dinamani · 8 years ago
  97. e7ea7c9 rlimits: Print more information when CPU/RT limits are exceeded by Arun Raghavan · 8 years ago
  98. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  99. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  100. 858cf3a timers/itimer: Convert internal cputime_t units to nsec by Frederic Weisbecker · 8 years ago