1. c361937 BUG/MINOR: task: allow to use tasklet_wakeup_after with tid -1 by Amaury Denoyelle · 1 year, 8 months ago
  2. ba4c7a1 BUG/MEDIUM: sched: allow a bit more TASK_HEAVY to be processed when needed by Willy Tarreau · 1 year, 9 months ago
  3. 2e270cf BUG/MINOR: sched: properly report long_rq when tasks remain in the queue by Willy Tarreau · 1 year, 9 months ago
  4. 5ec79f1 BUILD: sched: fix build with DEBUG_THREAD with the previous commit by Willy Tarreau · 2 years ago
  5. fc50b9d BUG/MAJOR: sched: protect task during removal from wait queue by Willy Tarreau · 2 years ago
  6. 3d4cdb1 MEDIUM: tasks/activity: combine the called function with the caller by Willy Tarreau · 2 years, 3 months ago
  7. a9a2384 CLEANUP: sched: remove duplicate code in run_tasks_from_list() by Willy Tarreau · 2 years, 3 months ago
  8. 6a28a30 MINOR: tasks: do not keep cpu and latency times in struct task by Willy Tarreau · 2 years, 3 months ago
  9. 1efddfa MINOR: sched: store the current profile entry in the thread context by Willy Tarreau · 2 years, 3 months ago
  10. 62b5b96 BUG/MINOR: sched: properly account for the CPU time of dying tasks by Willy Tarreau · 2 years, 3 months ago
  11. 04e50b3 CLEANUP: task: rename ->call_date to ->wake_date by Willy Tarreau · 2 years, 3 months ago
  12. 768c2c5 MINOR: task: permanently enable latency measurement on tasklets by Willy Tarreau · 2 years, 3 months ago
  13. 91a7c16 MINOR: task: move the niced_tasks counter to the thread group context by Willy Tarreau · 2 years, 5 months ago
  14. b0e7712 MEDIUM: task/thread: move the task shared wait queues per thread group by Willy Tarreau · 2 years, 5 months ago
  15. bdcd325 MINOR: thread: only use atomic ops to touch the flags by Willy Tarreau · 2 years, 5 months ago
  16. f3efef4 MINOR: thread: make wake_thread() take care of the sleeping threads mask by Willy Tarreau · 2 years, 5 months ago
  17. 319d136 MEDIUM: task: use regular eb32 trees for the run queues by Willy Tarreau · 2 years, 5 months ago
  18. c958c70 MINOR: task: replace global_tasks_mask with a check for tree's emptiness by Willy Tarreau · 2 years, 5 months ago
  19. da195e8 MINOR: task: remove grq_total and use rq_total instead by Willy Tarreau · 2 years, 5 months ago
  20. b17dd6c MEDIUM: task: replace the global rq_lock with a per-rq one by Willy Tarreau · 2 years, 5 months ago
  21. 6f78038 MEDIUM: task: move the shared runqueue to one per thread by Willy Tarreau · 2 years, 5 months ago
  22. a4fb79b MINOR: task: make rqueue_ticks atomic by Willy Tarreau · 2 years, 5 months ago
  23. fc5de15 CLEANUP: task: remove the now unused TASK_GLOBAL flag by Willy Tarreau · 2 years, 5 months ago
  24. 159e3ac MEDIUM: task: remove TASK_SHARED_WQ and only use t->tid by Willy Tarreau · 2 years, 5 months ago
  25. c44d08e MAJOR: task: replace t->thread_mask with 1<<t->tid when thread mask is needed by Willy Tarreau · 2 years, 5 months ago
  26. 29ffe26 MAJOR: task: use t->tid instead of ffsl(t->thread_mask) to take the thread ID by Willy Tarreau · 2 years, 5 months ago
  27. ad548b5 MINOR: task: Add tasklet_wakeup_after() by Frédéric Lécaille · 2 years, 5 months ago
  28. 9b3aa63 BUG/MINOR: task: fix thread assignment in tasklet_kill() by Willy Tarreau · 2 years, 5 months ago
  29. f5aef02 OPTIM: task: do not consult shared WQ when we're already full by Willy Tarreau · 2 years, 5 months ago
  30. 3ccb14d MINOR: thread: get rid of MAX_THREADS_MASK by Willy Tarreau · 2 years, 5 months ago
  31. 680ed5f MINOR: task: move profiling bit to per-thread by Willy Tarreau · 2 years, 5 months ago
  32. 6c8babf BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks by Willy Tarreau · 2 years, 9 months ago
  33. cc5cd5b BUILD: task: use list_to_mt_list() instead of casting list to mt_list by Willy Tarreau · 2 years, 10 months ago
  34. 3193eb9 BUG/MINOR: task: do not set TASK_F_USR1 for no reason by Willy Tarreau · 3 years, 1 month ago
  35. a0b9953 REORG: thread/sched: move the thread_info flags to the thread_ctx by Willy Tarreau · 3 years, 2 months ago
  36. 1a9c922 REORG: thread/sched: move the task_per_thread stuff to thread_ctx by Willy Tarreau · 3 years, 2 months ago
  37. f9d5e10 REORG: clock: move the updates of cpu/mono time to clock.c by Willy Tarreau · 3 years, 2 months ago
  38. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
  39. d8b325c REORG: task: uninline the loop time measurement code by Willy Tarreau · 3 years, 2 months ago
  40. 078c257 REORG: sched: moved samp_time and idle_time to task.c as well by Willy Tarreau · 3 years, 2 months ago
  41. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
  42. 6136989 MINOR: time: uninline report_idle() and move it to task.c by Willy Tarreau · 3 years, 2 months ago
  43. 6a2a912 CLEANUP: tasks: remove the long-unused work_lists by Willy Tarreau · 3 years, 2 months ago
  44. 7a96999 MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() by Willy Tarreau · 3 years, 2 months ago
  45. 7b36833 MEDIUM: task: implement tasklet kill by Amaury Denoyelle · 3 years, 4 months ago
  46. e08f4bf MINOR: task: stop including stream.h from task.c by Willy Tarreau · 3 years, 7 months ago
  47. c79e898 BUILD: task: remove unused includes from task.c by Willy Tarreau · 3 years, 7 months ago
  48. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  49. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  50. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 8 months ago
  51. 1691ba3 MINOR: task: give the scheduler a bit more flexibility in the runqueue size by Willy Tarreau · 3 years, 9 months ago
  52. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
  53. b7e0c63 BUILD: task: fix build at -O0 with threads disabled by Willy Tarreau · 3 years, 9 months ago
  54. 6fa8bcd MINOR: task: add an application specific flag to the state: TASK_F_USR1 by Willy Tarreau · 3 years, 9 months ago
  55. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  56. db4e238 MINOR: task: stop abusing the nice field to detect a tasklet by Willy Tarreau · 3 years, 9 months ago
  57. 76390da MINOR: task: only limit TL_HEAVY tasks but not others by Willy Tarreau · 3 years, 9 months ago
  58. 826fa87 MINOR: task: place the heavy elements in TL_HEAVY by Willy Tarreau · 3 years, 9 months ago
  59. 401135c MINOR: task: add one extra tasklet class: TL_HEAVY by Willy Tarreau · 3 years, 9 months ago
  60. 74dea8c MINOR: task: limit the number of subsequent heavy tasks with flag TASK_HEAVY by Willy Tarreau · 3 years, 9 months ago
  61. 2a54ffb MINOR: task: make tasklet wakeup latency measurements more accurate by Willy Tarreau · 3 years, 9 months ago
  62. b2285de MINOR: tasks: also compute the tasklet latency when DEBUG_TASK is set by Willy Tarreau · 3 years, 9 months ago
  63. 45499c5 MINOR: task: make grq_total atomic to move it outside of the grq_lock by Willy Tarreau · 3 years, 9 months ago
  64. c9afbb1 MINOR: task: don't decrement then increment the local run queue by Willy Tarreau · 3 years, 9 months ago
  65. 2b363ac MINOR: task: do not use __task_unlink_rq() from process_runnable_tasks() by Willy Tarreau · 3 years, 9 months ago
  66. e7923c1 MINOR: task: split the counts of local and global tasks picked by Willy Tarreau · 3 years, 9 months ago
  67. 9c6dbf0 CLEANUP: task: split the large tasklet_wakeup_on() function in two by Willy Tarreau · 3 years, 9 months ago
  68. 955a11e MINOR: task: move the allocated tasks counter to the per-thread struct by Willy Tarreau · 3 years, 9 months ago
  69. eeffb3d MINOR: task: limit the remote thread wakeup to the global runqueue only by Willy Tarreau · 3 years, 9 months ago
  70. 018564e CLEANUP: task: move the tree root detection from __task_wakeup() to task_wakeup() by Willy Tarreau · 3 years, 9 months ago
  71. 1f3b141 CLEANUP: tasks: use a less confusing name for task_list_size by Willy Tarreau · 3 years, 9 months ago
  72. 2c41d77 MINOR: tasks: do not maintain the rqueue_size counter anymore by Willy Tarreau · 3 years, 9 months ago
  73. 9c7b808 MEDIUM: task: remove the tasks_run_queue counter and have one per thread by Willy Tarreau · 3 years, 9 months ago
  74. c6ba9a0 MINOR: sched: have one runqueue ticks counter per thread by Willy Tarreau · 3 years, 9 months ago
  75. 4e2282f MEDIUM: tasks/activity: collect per-task statistics when profiling is enabled by Willy Tarreau · 3 years, 10 months ago
  76. 4d6c594 BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link by Willy Tarreau · 4 years ago
  77. 2da4c31 MINOR: task: remove __tasklet_remove_from_tasklet_list() by Willy Tarreau · 4 years ago
  78. c309dbd MINOR: task: perform atomic counter increments only once per wakeup by Willy Tarreau · 4 years ago
  79. a868c29 MINOR: task: remove tasklet_insert_into_tasklet_list() by Willy Tarreau · 4 years ago
  80. 69a7b8f CLEANUP: task: remove the unused and mishandled global_rqueue_size by Willy Tarreau · 4 years, 1 month ago
  81. d48ed66 MEDIUM: task: use an upgradable seek lock when scanning the wait queue by Willy Tarreau · 4 years, 1 month ago
  82. 3cfaa8d BUG/MEDIUM: task: bound the number of tasks picked from the wait queue at once by Willy Tarreau · 4 years, 1 month ago
  83. 6ce0232 BUILD: task: work around a bogus warning in gcc 4.7/4.8 at -O1 by Willy Tarreau · 4 years, 3 months ago
  84. e5d79bc MINOR: tasks/debug: add a few BUG_ON() to detect use of wrong timer queue by Willy Tarreau · 4 years, 4 months ago
  85. 783afbe BUG/MAJOR: tasks: don't requeue global tasks into the local queue by Willy Tarreau · 4 years, 4 months ago
  86. 273aea4 BUG/MAJOR: tasks: make sure to always lock the shared wait queue if needed by Willy Tarreau · 4 years, 4 months ago
  87. 950954f MINOR: tasks: use MT_LIST_ADDQ() when killing tasks. by Willy Tarreau · 4 years, 5 months ago
  88. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years, 5 months ago
  89. 4f58926 BUG/MAJOR: sched: make it work also when not building with DEBUG_STRICT by Willy Tarreau · 4 years, 5 months ago
  90. 54d3117 BUG/MAJOR: sched: make sure task_kill() always queues the task by Willy Tarreau · 4 years, 5 months ago
  91. eb8c2c6 MEDIUM: sched: implement task_kill() to kill a task by Willy Tarreau · 4 years, 5 months ago
  92. 8a6049c MEDIUM: sched: create a new TASK_KILLED task flag by Willy Tarreau · 4 years, 5 months ago
  93. d99177f MINOR: sched: make sched->task_list_size atomic by Willy Tarreau · 4 years, 5 months ago
  94. 1553b66 BUG/MINOR: sched: properly cover for a rare MT_LIST_ADDQ() race by Willy Tarreau · 4 years, 5 months ago
  95. e7723bd MEDIUM: tasks: add a tune.sched.low-latency option by Willy Tarreau · 4 years, 5 months ago
  96. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · 4 years, 5 months ago
  97. ba48d5c MINOR: tasks: pass the queue index to run_task_from_list() by Willy Tarreau · 4 years, 5 months ago
  98. 49f90bf MINOR: tasks: add a mask of the queues with active tasklets by Willy Tarreau · 4 years, 5 months ago
  99. c0a08ba MINOR: tasks: make current_queue an index instead of a pointer by Willy Tarreau · 4 years, 5 months ago
  100. 3ef7a19 MEDIUM: tasks: apply a fair CPU distribution between tasklet classes by Willy Tarreau · 4 years, 5 months ago