1. 2c13ce8 posix_cpu_timer: Exit early when process has been reaped by Alexey Dobriyan · 8 years ago
  2. b787830 posix-cpu-timers: Migrate to use new tick dependency mask model by Frederic Weisbecker · 9 years ago
  3. c8d75aa posix_cpu_timer: Reduce unnecessary sighand lock contention by Jason Low · 9 years ago
  4. d5c373e posix_cpu_timer: Convert cputimer->running to bool by Jason Low · 9 years ago
  5. 934715a posix_cpu_timer: Check thread timers only when there are active thread timers by Jason Low · 9 years ago
  6. 7c177d9 posix_cpu_timer: Optimize fastpath_timer_check() by Jason Low · 9 years ago
  7. 7110744 sched, timer: Use the atomic task_cputime in thread_group_cputimer by Jason Low · 9 years ago
  8. 1018016 sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability by Jason Low · 9 years ago
  9. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 9 years ago
  10. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 9 years ago
  11. 23cfa36 sched/cputime: Fix cpu_timer_sample_group() double accounting by Peter Zijlstra · 10 years ago
  12. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  13. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 10 years ago[Renamed from kernel/posix-cpu-timers.c]
  14. 531f64f posix-timers: Convert abuses of BUG_ON to WARN_ON by Frederic Weisbecker · 11 years ago
  15. e73d84e posix-timers: Remove remaining uses of tasklist_lock by Frederic Weisbecker · 11 years ago
  16. 3d7a142 posix-timers: Use sighand lock instead of tasklist_lock on timer deletion by Frederic Weisbecker · 11 years ago
  17. 5087578 posix-timers: Use sighand lock instead of tasklist_lock for task clock sample by Frederic Weisbecker · 11 years ago
  18. 33ab0fe posix-timers: Consolidate posix_cpu_clock_get() by Frederic Weisbecker · 11 years ago
  19. af82eb3 posix-timers: Remove useless clock sample on timers cleanup by Frederic Weisbecker · 11 years ago
  20. a3222f8 posix-timers: Remove dead task special case by Frederic Weisbecker · 11 years ago
  21. e26d70d posix-timers: Cleanup reaped target handling by Frederic Weisbecker · 11 years ago
  22. d430b91 posix-timers: Remove dead process posix cpu timers caching by Frederic Weisbecker · 11 years ago
  23. 724a371 posix-timers: Remove dead thread posix cpu timers caching by Frederic Weisbecker · 11 years ago
  24. c925077 posix-timers: Fix full dynticks CPUs kick on timer rescheduling by Frederic Weisbecker · 11 years ago
  25. d4283c65 posix-timers: Spare workqueue if there is no full dynticks CPU to kick by Frederic Weisbecker · 11 years ago
  26. a0b2062 posix_timers: fix racy timer delta caching on task exit by Frederic Weisbecker · 11 years ago
  27. 76cdcdd posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule() by Frederic Weisbecker · 11 years ago
  28. 2473f3e posix_cpu_timers: consolidate expired timers check by Frederic Weisbecker · 11 years ago
  29. 1a7fa51 posix_cpu_timers: consolidate timer list cleanups by Frederic Weisbecker · 11 years ago
  30. 55ccb61 posix_cpu_timer: consolidate expiry time type by Frederic Weisbecker · 11 years ago
  31. 6ac2917 posix_timers: Fix pre-condition to stop the tick on full dynticks by Frederic Weisbecker · 11 years ago
  32. 555347f posix_timers: New API to prevent from stopping the tick when timers are running by Frederic Weisbecker · 11 years ago
  33. a857216 posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed by Frederic Weisbecker · 11 years ago
  34. 266d7ad Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  35. e6c42c2 posix-cpu-timers: Fix nanosleep task_struct leak by Stanislaw Gruszka · 11 years ago
  36. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  37. 7005cd3 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  38. 6133705 random: Mix cputime from each thread that exits to the pool by Nick Kossifidis · 11 years ago
  39. a634f93 cputime: Move thread_group_cputime() to sched code by Frederic Weisbecker · 12 years ago
  40. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
  41. 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
  42. bcd5cff cputimer: Cure lock inversion by Peter Zijlstra · 13 years ago
  43. d670ec1 posix-cpu-timers: Cure SMP wobbles by Peter Zijlstra · 13 years ago
  44. ee30a7b locking, sched: Annotate thread_group_cputimer as raw by Thomas Gleixner · 15 years ago
  45. ab8177b hrtimers: Avoid touching inactive timer bases by Thomas Gleixner · 13 years ago
  46. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  47. 5270873 posix-timers: Cleanup namespace by Thomas Gleixner · 13 years ago
  48. bc2c8ea posix-timers: Make posix-cpu-timers functions static by Thomas Gleixner · 13 years ago
  49. 26f9a47 posix-timers: Convert clock_settime to clockid_to_kclock() by Thomas Gleixner · 13 years ago
  50. 79c9da0 posix-cpu-timers: Remove the stub nanosleep functions by Thomas Gleixner · 13 years ago
  51. 3751f9f posix-timers: Cleanup restart_block usage by Thomas Gleixner · 13 years ago
  52. 1976945 posix-timers: Introduce clock_posix_cpu by Thomas Gleixner · 13 years ago
  53. 2fd1f04 posix-timers: Cleanup struct initializers by Thomas Gleixner · 13 years ago
  54. c0deae8 posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid call by Sergey Senozhatsky · 14 years ago
  55. b34d891 Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux by Linus Torvalds · 14 years ago
  56. 5ab46b3 rlimits: add task_struct to update_rlimit_cpu by Jiri Slaby · 15 years ago
  57. 8d1f431 sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check() by Oleg Nesterov · 14 years ago
  58. 0bdd2ed sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand() by Oleg Nesterov · 14 years ago
  59. bfac700 sched: thread_group_cputime: Simplify, document the "alive" check by Oleg Nesterov · 14 years ago
  60. d30fda3 posix-cpu-timers: avoid "task->signal != NULL" checks by Oleg Nesterov · 14 years ago
  61. 29f87b7 posix-cpu-timers: Optimize run_posix_cpu_timers() by Stanislaw Gruszka · 14 years ago
  62. dbb6be6 Merge branch 'linus' into timers/core by Thomas Gleixner · 14 years ago
  63. 054319b Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  64. c287393 cpu-timers: Avoid iterating over all threads in fastpath_timer_check() by Stanislaw Gruszka · 14 years ago
  65. 1f169f8 cpu-timers: Change SIGEV_NONE timer implementation by Stanislaw Gruszka · 14 years ago
  66. ae1a78e cpu-timers: Return correct previous timer reload value by Stanislaw Gruszka · 14 years ago
  67. 5eb9aa6 cpu-timers: Cleanup arm_timer() by Stanislaw Gruszka · 14 years ago
  68. f55db60 cpu-timers: Simplify RLIMIT_CPU handling by Stanislaw Gruszka · 14 years ago
  69. 15365c1 posix-cpu-timers: Reset expire cache when no timer is running by Stanislaw Gruszka · 14 years ago
  70. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 14 years ago
  71. d4bb5274 posix-cpu-timers: cleanup rlimits usage by Jiri Slaby · 14 years ago
  72. ba5ea95 posix-cpu-timers: optimize and document timer_create callback by Stanislaw Gruszka · 15 years ago
  73. 3f0a525 itimers: Add tracepoints for itimer by Xiao Guangrong · 15 years ago
  74. f71bb0a Merge branch 'timers/posixtimers' into timers/tracing by Thomas Gleixner · 15 years ago
  75. 17d42c1 posix_cpu_timers_exit_group(): Do not use thread_group_cputimer() by Stanislaw Gruszka · 15 years ago
  76. a42548a cputime: Optimize jiffies_to_cputime(1) by Stanislaw Gruszka · 15 years ago
  77. d1e3b6d itimers: Simplify arm_timer() code a bit by Stanislaw Gruszka · 15 years ago
  78. 8356b5f itimers: Fix periodic tics precision by Stanislaw Gruszka · 15 years ago
  79. 42c4ab4 itimers: Merge ITIMER_VIRT and ITIMER_PROF by Stanislaw Gruszka · 15 years ago
  80. 6e85c5b kernel/posix-cpu-timers.c: fix sparse warning by H Hartley Sweeten · 15 years ago
  81. 17b2e9b Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  82. 8f2e586 posix-timers: fix RLIMIT_CPU && setitimer(CPUCLOCK_PROF) by Oleg Nesterov · 15 years ago
  83. 5af8c4e Merge commit 'v2.6.30-rc1' into sched/urgent by Ingo Molnar · 15 years ago
  84. c5f8d99 posixtimers, sched: Fix posix clock monotonicity by Hidetoshi Seto · 15 years ago
  85. 37bebc7 posix timers: fix RLIMIT_CPU && fork() by Oleg Nesterov · 15 years ago
  86. 3997ad3 timers: more consistently use clock vs timer by Peter Zijlstra · 15 years ago
  87. 4da94d49 timers: fix TIMER_ABSTIME for process wide cpu timers by Peter Zijlstra · 15 years ago
  88. 3fccfd6 timers: split process wide cpu clocks/timers, fix by Peter Zijlstra · 15 years ago
  89. 4cd4c1b timers: split process wide cpu clocks/timers by Peter Zijlstra · 15 years ago
  90. 490dea4 itimers: remove the per-cpu-ish-ness by Peter Zijlstra · 16 years ago
  91. 0b271ef4 Merge commit 'v2.6.28' into core/core by Ingo Molnar · 15 years ago
  92. eccdaea posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID by Petr Tesarik · 16 years ago
  93. ce39447 thread_group_cputime: kill the bogus ->signal != NULL check by Oleg Nesterov · 16 years ago
  94. ad133ba sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers by Oleg Nesterov · 16 years ago
  95. bb34d92 timers: fix itimer/many thread hang, v2 by Frank Mayhar · 16 years ago
  96. 5ce73a4 timers: fix itimer/many thread hang, cleanups by Ingo Molnar · 16 years ago
  97. f06febc timers: fix itimer/many thread hang by Frank Mayhar · 16 years ago
  98. 81d50bb posix-timers: print RT watchdog message by Hiroshi Shimamoto · 16 years ago
  99. f8bd225 remove div_long_long_rem by Roman Zippel · 16 years ago
  100. ee7dd20 posix-timers: fix shadowed variables by WANG Cong · 16 years ago