1. e6a2d72c posix-cpu-timers: Remove useless call to check_dl_overrun() by Juri Lelli · 6 years ago
  2. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  3. 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 8 years ago
  4. 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
  5. 78c9c4d posix-timers: Sanitize overrun handling by Thomas Gleixner · 7 years ago
  6. c60c32a5 posix-cpu-timers: Remove lockdep_assert_irqs_disabled() by Sebastian Andrzej Siewior · 7 years ago
  7. c3bca5d posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated by Laura Abbott · 7 years ago
  8. 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
  9. a9445e4 posix-cpu-timers: Make set_process_cpu_timer() more robust by Max R. P. Grossmann · 7 years ago
  10. 34be393 sched/deadline: Implement "runtime overrun signal" support by Juri Lelli · 7 years ago
  11. 29f1b2b posix-timers: Prevent UB from shifting negative signed value by Nick Desaulniers · 7 years ago
  12. a696822 timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 3cf2949 posix-cpu-timers: Use dedicated helper to access rlimit values by Krzysztof Opasiak · 8 years ago
  15. ea3b25e Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  16. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  17. 098b0e0 posix-cpu-timers: Make timespec to nsec conversion safe by Thomas Gleixner · 8 years ago
  18. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  19. 343d8fc posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep() by Thomas Gleixner · 8 years ago
  20. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  21. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  22. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  23. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  24. 86a9c44 posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep() by Al Viro · 8 years ago
  25. eabdec0 posix-timers: Zero settings value in common code by Thomas Gleixner · 8 years ago
  26. f37fb0a posix-timers: Use timer_rearm() callback in posixtimer_rearm() by Thomas Gleixner · 8 years ago
  27. 96fe3b0 posix-timers: Rename do_schedule_next_timer by Thomas Gleixner · 8 years ago
  28. d97bb75 posix-timers: Store k_clock pointer in k_itimer by Thomas Gleixner · 8 years ago
  29. af888d6 posix-timers: Unify overrun/requeue_pending handling by Thomas Gleixner · 8 years ago
  30. bab0aae posix-timers: Move posix-timer internals to core by Thomas Gleixner · 8 years ago
  31. 978267b Merge branch 'timers/urgent' into WIP.timers by Thomas Gleixner · 8 years ago
  32. d3ba5a9 posix-timers: Make posix_clocks immutable by Christoph Hellwig · 8 years ago
  33. 43fe8b8 posix-timers: Make signal printks conditional by Thomas Gleixner · 8 years ago
  34. e579dde Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  35. 01a2197 posix-timers: Correct sanity check in posix_cpu_nsleep by Eric W. Biederman · 8 years ago
  36. ad19638 time: Change k_clock nsleep() to use timespec64 by Deepa Dinamani · 8 years ago
  37. 5f252b3 time: Change k_clock timer_set() and timer_get() to use timespec64 by Deepa Dinamani · 8 years ago
  38. 0fe6afe time: Change k_clock clock_set() to use timespec64 by Deepa Dinamani · 8 years ago
  39. d2e3e0c time: Change k_clock clock_getres() to use timespec64 by Deepa Dinamani · 8 years ago
  40. 3c9c12f time: Change k_clock clock_get() to use timespec64 by Deepa Dinamani · 8 years ago
  41. e7ea7c9 rlimits: Print more information when CPU/RT limits are exceeded by Arun Raghavan · 8 years ago
  42. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  43. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  44. 858cf3a timers/itimer: Convert internal cputime_t units to nsec by Frederic Weisbecker · 8 years ago
  45. ebd7e7f timers/posix-timers: Convert internals to use nsecs by Frederic Weisbecker · 8 years ago
  46. 715eb7a timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated version by Frederic Weisbecker · 8 years ago
  47. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
  48. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  49. 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. 53d3eaa posix_cpu_timers: Move the add_device_randomness() call to a proper place by Nicolas Pitre · 8 years ago
  51. 353c50e sched/cputime: Simplify task_cputime() by Stanislaw Gruszka · 8 years ago
  52. 2c13ce8 posix_cpu_timer: Exit early when process has been reaped by Alexey Dobriyan · 9 years ago
  53. b787830 posix-cpu-timers: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  54. c8d75aa posix_cpu_timer: Reduce unnecessary sighand lock contention by Jason Low · 9 years ago
  55. d5c373e posix_cpu_timer: Convert cputimer->running to bool by Jason Low · 9 years ago
  56. 934715a posix_cpu_timer: Check thread timers only when there are active thread timers by Jason Low · 9 years ago
  57. 7c177d9 posix_cpu_timer: Optimize fastpath_timer_check() by Jason Low · 9 years ago
  58. 7110744 sched, timer: Use the atomic task_cputime in thread_group_cputimer by Jason Low · 10 years ago
  59. 1018016 sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability by Jason Low · 10 years ago
  60. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
  61. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  62. 23cfa36 sched/cputime: Fix cpu_timer_sample_group() double accounting by Peter Zijlstra · 10 years ago
  63. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  64. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 11 years ago[Renamed from kernel/posix-cpu-timers.c]
  65. 531f64f posix-timers: Convert abuses of BUG_ON to WARN_ON by Frederic Weisbecker · 11 years ago
  66. e73d84e posix-timers: Remove remaining uses of tasklist_lock by Frederic Weisbecker · 11 years ago
  67. 3d7a142 posix-timers: Use sighand lock instead of tasklist_lock on timer deletion by Frederic Weisbecker · 11 years ago
  68. 5087578 posix-timers: Use sighand lock instead of tasklist_lock for task clock sample by Frederic Weisbecker · 11 years ago
  69. 33ab0fe posix-timers: Consolidate posix_cpu_clock_get() by Frederic Weisbecker · 11 years ago
  70. af82eb3 posix-timers: Remove useless clock sample on timers cleanup by Frederic Weisbecker · 11 years ago
  71. a3222f8 posix-timers: Remove dead task special case by Frederic Weisbecker · 11 years ago
  72. e26d70d posix-timers: Cleanup reaped target handling by Frederic Weisbecker · 11 years ago
  73. d430b91 posix-timers: Remove dead process posix cpu timers caching by Frederic Weisbecker · 11 years ago
  74. 724a371 posix-timers: Remove dead thread posix cpu timers caching by Frederic Weisbecker · 11 years ago
  75. c925077 posix-timers: Fix full dynticks CPUs kick on timer rescheduling by Frederic Weisbecker · 11 years ago
  76. d4283c65 posix-timers: Spare workqueue if there is no full dynticks CPU to kick by Frederic Weisbecker · 11 years ago
  77. a0b2062 posix_timers: fix racy timer delta caching on task exit by Frederic Weisbecker · 12 years ago
  78. 76cdcdd posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule() by Frederic Weisbecker · 12 years ago
  79. 2473f3e posix_cpu_timers: consolidate expired timers check by Frederic Weisbecker · 12 years ago
  80. 1a7fa51 posix_cpu_timers: consolidate timer list cleanups by Frederic Weisbecker · 12 years ago
  81. 55ccb61 posix_cpu_timer: consolidate expiry time type by Frederic Weisbecker · 12 years ago
  82. 6ac2917 posix_timers: Fix pre-condition to stop the tick on full dynticks by Frederic Weisbecker · 12 years ago
  83. 555347f posix_timers: New API to prevent from stopping the tick when timers are running by Frederic Weisbecker · 12 years ago
  84. a857216 posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed by Frederic Weisbecker · 12 years ago
  85. 266d7ad Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  86. e6c42c2 posix-cpu-timers: Fix nanosleep task_struct leak by Stanislaw Gruszka · 12 years ago
  87. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  88. 7005cd3 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  89. 6133705 random: Mix cputime from each thread that exits to the pool by Nick Kossifidis · 12 years ago
  90. a634f93 cputime: Move thread_group_cputime() to sched code by Frederic Weisbecker · 12 years ago
  91. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
  92. 3cfef95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  93. bcd5cff cputimer: Cure lock inversion by Peter Zijlstra · 13 years ago
  94. d670ec1 posix-cpu-timers: Cure SMP wobbles by Peter Zijlstra · 13 years ago
  95. ee30a7b locking, sched: Annotate thread_group_cputimer as raw by Thomas Gleixner · 15 years ago
  96. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 14 years ago
  97. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  98. 5270873 posix-timers: Cleanup namespace by Thomas Gleixner · 14 years ago
  99. bc2c8ea posix-timers: Make posix-cpu-timers functions static by Thomas Gleixner · 14 years ago
  100. 26f9a47 posix-timers: Convert clock_settime to clockid_to_kclock() by Thomas Gleixner · 14 years ago