1. 2c41d77 MINOR: tasks: do not maintain the rqueue_size counter anymore by Willy Tarreau · 3 years, 4 months ago
  2. 9c7b808 MEDIUM: task: remove the tasks_run_queue counter and have one per thread by Willy Tarreau · 3 years, 4 months ago
  3. c6ba9a0 MINOR: sched: have one runqueue ticks counter per thread by Willy Tarreau · 3 years, 4 months ago
  4. 4e2282f MEDIUM: tasks/activity: collect per-task statistics when profiling is enabled by Willy Tarreau · 3 years, 5 months ago
  5. 4d6c594 BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link by Willy Tarreau · 3 years, 7 months ago
  6. 2da4c31 MINOR: task: remove __tasklet_remove_from_tasklet_list() by Willy Tarreau · 3 years, 7 months ago
  7. c309dbd MINOR: task: perform atomic counter increments only once per wakeup by Willy Tarreau · 3 years, 7 months ago
  8. a868c29 MINOR: task: remove tasklet_insert_into_tasklet_list() by Willy Tarreau · 3 years, 7 months ago
  9. 69a7b8f CLEANUP: task: remove the unused and mishandled global_rqueue_size by Willy Tarreau · 3 years, 9 months ago
  10. d48ed66 MEDIUM: task: use an upgradable seek lock when scanning the wait queue by Willy Tarreau · 3 years, 9 months ago
  11. 3cfaa8d BUG/MEDIUM: task: bound the number of tasks picked from the wait queue at once by Willy Tarreau · 3 years, 9 months ago
  12. 6ce0232 BUILD: task: work around a bogus warning in gcc 4.7/4.8 at -O1 by Willy Tarreau · 3 years, 11 months ago
  13. e5d79bc MINOR: tasks/debug: add a few BUG_ON() to detect use of wrong timer queue by Willy Tarreau · 4 years ago
  14. 783afbe BUG/MAJOR: tasks: don't requeue global tasks into the local queue by Willy Tarreau · 4 years ago
  15. 273aea4 BUG/MAJOR: tasks: make sure to always lock the shared wait queue if needed by Willy Tarreau · 4 years ago
  16. 950954f MINOR: tasks: use MT_LIST_ADDQ() when killing tasks. by Willy Tarreau · 4 years ago
  17. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  18. 4f58926 BUG/MAJOR: sched: make it work also when not building with DEBUG_STRICT by Willy Tarreau · 4 years ago
  19. 54d3117 BUG/MAJOR: sched: make sure task_kill() always queues the task by Willy Tarreau · 4 years ago
  20. eb8c2c6 MEDIUM: sched: implement task_kill() to kill a task by Willy Tarreau · 4 years ago
  21. 8a6049c MEDIUM: sched: create a new TASK_KILLED task flag by Willy Tarreau · 4 years ago
  22. d99177f MINOR: sched: make sched->task_list_size atomic by Willy Tarreau · 4 years ago
  23. 1553b66 BUG/MINOR: sched: properly cover for a rare MT_LIST_ADDQ() race by Willy Tarreau · 4 years ago
  24. e7723bd MEDIUM: tasks: add a tune.sched.low-latency option by Willy Tarreau · 4 years ago
  25. 59153fe MINOR: tasks: make run_tasks_from_lists() scan the queues itself by Willy Tarreau · 4 years ago
  26. ba48d5c MINOR: tasks: pass the queue index to run_task_from_list() by Willy Tarreau · 4 years ago
  27. 49f90bf MINOR: tasks: add a mask of the queues with active tasklets by Willy Tarreau · 4 years ago
  28. c0a08ba MINOR: tasks: make current_queue an index instead of a pointer by Willy Tarreau · 4 years ago
  29. 3ef7a19 MEDIUM: tasks: apply a fair CPU distribution between tasklet classes by Willy Tarreau · 4 years ago
  30. 116ef22 MINOR: task: add a new pointer to current tasklet queue by Willy Tarreau · 4 years ago
  31. 0c0c85e BUG/MINOR: tasks: make sure never to exceed max_processed by Willy Tarreau · 4 years ago
  32. 5c8be27 MEDIUM: tasks: also process late wakeups in process_runnable_tasks() by Willy Tarreau · 4 years, 1 month ago
  33. 77015ab MEDIUM: tasks: clean up the front side of the wait queue in wake_expired_tasks() by Willy Tarreau · 4 years, 1 month ago
  34. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  35. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  36. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  37. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  38. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  39. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  40. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  41. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  42. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  43. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  44. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  45. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  46. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  47. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  48. c62d9ab MINOR: tasks: Provide the tasklet to the callback. by Olivier Houchard · 4 years, 4 months ago
  49. 27d00c0 MINOR: task: export run_tasks_from_list by Willy Tarreau · 4 years, 4 months ago
  50. 952c264 MINOR: task: don't set TASK_RUNNING on tasklets by Willy Tarreau · 4 years, 5 months ago
  51. 1dfc9bb OPTIM: task: readjust CPU bandwidth distribution since last update by Willy Tarreau · 4 years, 5 months ago
  52. d23d413 MINOR: task: make sched->current also reflect tasklets by Willy Tarreau · 4 years, 5 months ago
  53. bb23883 MINOR: task: permanently flag tasklets waking themselves up by Willy Tarreau · 4 years, 5 months ago
  54. c633607 OPTIM: task: refine task classes default CPU bandwidth ratios by Willy Tarreau · 4 years, 5 months ago
  55. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · 4 years, 5 months ago
  56. 4ffa0b5 MINOR: tasks: move the list walking code to its own function by Willy Tarreau · 4 years, 5 months ago
  57. dd0e89a BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · 4 years, 7 months ago
  58. 8fe4253 MINOR: task: only check TASK_WOKEN_ANY to decide to requeue a task by Willy Tarreau · 4 years, 7 months ago
  59. c49ba52 MINOR: tasks: split wake_expired_tasks() in two parts to avoid useless wakeups by Willy Tarreau · 4 years, 7 months ago
  60. 0691046 MEDIUM: task: Split the tasklet list into two lists. by Olivier Houchard · 4 years, 9 months ago
  61. 0730867 BUG/MEDIUM: tasks: Don't forget to decrement tasks_run_queue. by Olivier Houchard · 4 years, 9 months ago
  62. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · 4 years, 9 months ago
  63. d66d756 MINOR: task: split the tasklet vs task code in process_runnable_tasks() by Willy Tarreau · 4 years, 9 months ago
  64. 4c1e1ad CLEANUP: task: cache the task_per_thread pointer by Willy Tarreau · 4 years, 9 months ago
  65. 9b48c62 CLEANUP: task: remove impossible test by Willy Tarreau · 4 years, 9 months ago
  66. ff1e9f3 MEDIUM: tasklets: Make the tasklet list a struct mt_list. by Olivier Houchard · 4 years, 10 months ago
  67. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  68. 64e6012 MINOR: task: introduce work lists by Willy Tarreau · 5 years ago
  69. bd20a9d BUG: tasks: fix bug introduced by latest scheduler cleanup by Willy Tarreau · 5 years ago
  70. 86eded6 CLEANUP: tasks: rename task_remove_from_tasklet_list() to tasklet_remove_* by Willy Tarreau · 5 years ago
  71. 5598d17 BUILD: task: fix a build warning when threads are disabled by Willy Tarreau · 5 years ago
  72. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · 5 years ago
  73. 1e928c0 MEDIUM: task: don't grab the WR lock just to check the WQ by Willy Tarreau · 5 years ago
  74. ef28dc1 MINOR: task: turn the WQ lock to an RW_LOCK by Willy Tarreau · 5 years ago
  75. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · 5 years ago
  76. 01f3489 MINOR: task: put barriers after each write to curr_task by Willy Tarreau · 5 years ago
  77. bc13bec MINOR: activity: report context switch counts instead of rates by Willy Tarreau · 5 years ago
  78. d9add3a MINOR: activity: make the profiling status per thread and not global by Willy Tarreau · 5 years ago
  79. 0212fad MINOR: tasks/activity: report the context switch and task wakeup rates by Willy Tarreau · 5 years ago
  80. ed1a6a0 MEDIUM: tasks: Use __ha_barrier_store after modifying global_tasks_mask. by Olivier Houchard · 5 years ago
  81. 1cfac37 MEDIUM: tasks: Don't account a destroyed task as a runned task. by Olivier Houchard · 5 years ago
  82. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  83. 03dd029 CLEANUP: task: remain consistent when using the task's handler by Willy Tarreau · 5 years ago
  84. 0c7a4b6 MINOR: tasks: Don't set the TASK_RUNNING flag when adding in the tasklet list. by Olivier Houchard · 5 years ago
  85. de82aea BUG/MEDIUM: tasks: Make sure we modify global_tasks_mask with the rq_lock. by Olivier Houchard · 5 years ago
  86. b038007 BUG/MEDIUM: tasks: Make sure we set TASK_QUEUED before adding a task to the rq. by Willy Tarreau · 5 years ago
  87. 3466e3c BUILD: task/thread: fix single-threaded build of task.c by Willy Tarreau · 5 years ago
  88. c8da044 MINOR: tasks: restore the lower latency scheduling when niced tasks are present by Willy Tarreau · 5 years ago
  89. 2d1fd0a MEDIUM: tasks: only base the nice offset on the run queue depth by Willy Tarreau · 5 years ago
  90. cde7902 MEDIUM: tasks: improve fairness between the local and global queues by Willy Tarreau · 5 years ago
  91. 24f382f CLEANUP: task: do not export rq_next anymore by Willy Tarreau · 5 years ago
  92. 587a813 BUG/MINOR: tasks: make sure the first task to be queued keeps its nice value by Willy Tarreau · 5 years ago
  93. f8bce31 BUG/MEDIUM: task/threads: address a fairness issue between local and global tasks by Willy Tarreau · 5 years ago
  94. e73256f BUG/MEDIUM: task/h2: add an idempotent task removal fucntion by Willy Tarreau · 5 years ago
  95. 1b32790 BUG/MEDIUM: tasks: Make sure we wake sleeping threads if needed. by Olivier Houchard · 5 years ago
  96. 4c283285 MEDIUM: task: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  97. d2b5d16 MEDIUM: various: Use __ha_barrier_atomic* when relevant. by Olivier Houchard · 5 years ago
  98. 155acff BUG/MINOR: task: close a tiny race in the inter-thread wakeup by Willy Tarreau · 5 years ago
  99. 1ee55fd MEDIUM: tasks: check the global task mask instead of the thread number by Willy Tarreau · 6 years ago
  100. b582339 BUG/MEDIUM: mworker: fix several typos in mworker_cleantasks() by William Lallemand · 6 years ago