1. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  7. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  8. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  9. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  10. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  11. 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
  12. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  13. 856aabc CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  14. c62d9ab MINOR: tasks: Provide the tasklet to the callback. by Olivier Houchard · 4 years, 4 months ago
  15. 27d00c0 MINOR: task: export run_tasks_from_list by Willy Tarreau · 4 years, 4 months ago
  16. 952c264 MINOR: task: don't set TASK_RUNNING on tasklets by Willy Tarreau · 4 years, 5 months ago
  17. 1dfc9bb OPTIM: task: readjust CPU bandwidth distribution since last update by Willy Tarreau · 4 years, 5 months ago
  18. d23d413 MINOR: task: make sched->current also reflect tasklets by Willy Tarreau · 4 years, 5 months ago
  19. bb23883 MINOR: task: permanently flag tasklets waking themselves up by Willy Tarreau · 4 years, 5 months ago
  20. c633607 OPTIM: task: refine task classes default CPU bandwidth ratios by Willy Tarreau · 4 years, 5 months ago
  21. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · 4 years, 5 months ago
  22. 4ffa0b5 MINOR: tasks: move the list walking code to its own function by Willy Tarreau · 4 years, 5 months ago
  23. dd0e89a BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · 4 years, 7 months ago
  24. 8fe4253 MINOR: task: only check TASK_WOKEN_ANY to decide to requeue a task by Willy Tarreau · 4 years, 7 months ago
  25. c49ba52 MINOR: tasks: split wake_expired_tasks() in two parts to avoid useless wakeups by Willy Tarreau · 4 years, 7 months ago
  26. 0691046 MEDIUM: task: Split the tasklet list into two lists. by Olivier Houchard · 4 years, 9 months ago
  27. 0730867 BUG/MEDIUM: tasks: Don't forget to decrement tasks_run_queue. by Olivier Houchard · 4 years, 9 months ago
  28. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · 4 years, 9 months ago
  29. d66d756 MINOR: task: split the tasklet vs task code in process_runnable_tasks() by Willy Tarreau · 4 years, 9 months ago
  30. 4c1e1ad CLEANUP: task: cache the task_per_thread pointer by Willy Tarreau · 4 years, 9 months ago
  31. 9b48c62 CLEANUP: task: remove impossible test by Willy Tarreau · 4 years, 9 months ago
  32. ff1e9f3 MEDIUM: tasklets: Make the tasklet list a struct mt_list. by Olivier Houchard · 4 years, 10 months ago
  33. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  34. 64e6012 MINOR: task: introduce work lists by Willy Tarreau · 5 years ago
  35. bd20a9d BUG: tasks: fix bug introduced by latest scheduler cleanup by Willy Tarreau · 5 years ago
  36. 86eded6 CLEANUP: tasks: rename task_remove_from_tasklet_list() to tasklet_remove_* by Willy Tarreau · 5 years ago
  37. 5598d17 BUILD: task: fix a build warning when threads are disabled by Willy Tarreau · 5 years ago
  38. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · 5 years ago
  39. 1e928c0 MEDIUM: task: don't grab the WR lock just to check the WQ by Willy Tarreau · 5 years ago
  40. ef28dc1 MINOR: task: turn the WQ lock to an RW_LOCK by Willy Tarreau · 5 years ago
  41. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · 5 years ago
  42. 01f3489 MINOR: task: put barriers after each write to curr_task by Willy Tarreau · 5 years ago
  43. bc13bec MINOR: activity: report context switch counts instead of rates by Willy Tarreau · 5 years ago
  44. d9add3a MINOR: activity: make the profiling status per thread and not global by Willy Tarreau · 5 years ago
  45. 0212fad MINOR: tasks/activity: report the context switch and task wakeup rates by Willy Tarreau · 5 years ago
  46. ed1a6a0 MEDIUM: tasks: Use __ha_barrier_store after modifying global_tasks_mask. by Olivier Houchard · 5 years ago
  47. 1cfac37 MEDIUM: tasks: Don't account a destroyed task as a runned task. by Olivier Houchard · 5 years ago
  48. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  49. 03dd029 CLEANUP: task: remain consistent when using the task's handler by Willy Tarreau · 5 years ago
  50. 0c7a4b6 MINOR: tasks: Don't set the TASK_RUNNING flag when adding in the tasklet list. by Olivier Houchard · 5 years ago
  51. de82aea BUG/MEDIUM: tasks: Make sure we modify global_tasks_mask with the rq_lock. by Olivier Houchard · 5 years ago
  52. b038007 BUG/MEDIUM: tasks: Make sure we set TASK_QUEUED before adding a task to the rq. by Willy Tarreau · 5 years ago
  53. 3466e3c BUILD: task/thread: fix single-threaded build of task.c by Willy Tarreau · 5 years ago
  54. c8da044 MINOR: tasks: restore the lower latency scheduling when niced tasks are present by Willy Tarreau · 5 years ago
  55. 2d1fd0a MEDIUM: tasks: only base the nice offset on the run queue depth by Willy Tarreau · 5 years ago
  56. cde7902 MEDIUM: tasks: improve fairness between the local and global queues by Willy Tarreau · 5 years ago
  57. 24f382f CLEANUP: task: do not export rq_next anymore by Willy Tarreau · 5 years ago
  58. 587a813 BUG/MINOR: tasks: make sure the first task to be queued keeps its nice value by Willy Tarreau · 5 years ago
  59. f8bce31 BUG/MEDIUM: task/threads: address a fairness issue between local and global tasks by Willy Tarreau · 5 years ago
  60. e73256f BUG/MEDIUM: task/h2: add an idempotent task removal fucntion by Willy Tarreau · 5 years ago
  61. 1b32790 BUG/MEDIUM: tasks: Make sure we wake sleeping threads if needed. by Olivier Houchard · 5 years ago
  62. 4c283285 MEDIUM: task: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  63. d2b5d16 MEDIUM: various: Use __ha_barrier_atomic* when relevant. by Olivier Houchard · 5 years ago
  64. 155acff BUG/MINOR: task: close a tiny race in the inter-thread wakeup by Willy Tarreau · 5 years ago
  65. 1ee55fd MEDIUM: tasks: check the global task mask instead of the thread number by Willy Tarreau · 6 years ago
  66. b582339 BUG/MEDIUM: mworker: fix several typos in mworker_cleantasks() by William Lallemand · 6 years ago
  67. 27f3fa5 BUG/MEDIUM: mworker: stop every tasks in the master by William Lallemand · 6 years ago
  68. b6b3df3 MEDIUM: initcall: use initcalls for a few initialization functions by Willy Tarreau · 6 years ago
  69. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  70. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · 6 years ago
  71. 9efd745 MEDIUM: tasks: collect per-task CPU time and latency by Willy Tarreau · 6 years ago
  72. cf92b6d CLEANUP: Fix typos in the task subsystem by Joseph Herlant · 6 years ago
  73. 8d8747a OPTIM: tasks: group all tree roots per cache line by Willy Tarreau · 6 years ago
  74. b20aa9e MAJOR: tasks: create per-thread wait queues by Willy Tarreau · 6 years ago
  75. 0b25d5e MEDIUM: task: perform a single tree lookup per run queue batch by Willy Tarreau · 6 years ago
  76. 19bdf24 MINOR: tasks: Don't special-case when nbthreads == 1 by Olivier Houchard · 6 years ago
  77. d8b7a47 BUG/MEDIUM: tasks: Don't insert in the global rqueue if nbthread == 1 by Olivier Houchard · 6 years ago
  78. 85d9b84 BUILD/MINOR: threads: unbreak build with threads disabled by Willy Tarreau · 6 years ago
  79. 79321b9 MINOR: pollers: Add a way to wake a thread sleeping in the poller. by Olivier Houchard · 6 years ago
  80. eba0c0b MINOR: tasks: Make global_tasks_mask volatile. by Olivier Houchard · 6 years ago
  81. 9b03c0c MINOR: tasks: Make active_tasks_mask volatile. by Olivier Houchard · 6 years ago
  82. 77551ee BUG/MEDIUM: tasks: make __task_unlink_rq responsible for the rqueue size. by Olivier Houchard · 6 years ago
  83. 76e4518 MINOR: tasks: Add a flag that tells if we're in the global runqueue. by Olivier Houchard · 6 years ago
  84. c4aac9e BUG/MEDIUM: tasks: Make sure there's no task left before considering inactive. by Olivier Houchard · 6 years ago
  85. 189ea85 BUG/MEDIUM: tasks: use atomic ops for active_tasks_mask by Willy Tarreau · 6 years ago
  86. e85ee7b BUG/MEDIUM: tasks: Decrement rqueue_size at the right time. by Olivier Houchard · 6 years ago
  87. 9a77186 BUG/MEDIUM: tasks: make sure we pick all tasks in the run queue by Willy Tarreau · 6 years ago
  88. 9db0fed BUG/MINOR: tasklets: Just make sure we don't pass a tasklet to the handler. by Olivier Houchard · 6 years ago
  89. b1ca58b MINOR: tasks: Don't define rqueue if we're building without threads. by Olivier Houchard · 6 years ago
  90. cc0a957 MINOR: task: Fix compiler warning. by David Carlier · 6 years ago
  91. 082627a MINOR: task: Also consider the task list size when getting global tasks. by Olivier Houchard · 6 years ago
  92. 736ea41 BUG/MEDIUM: task: Don't forget to decrement max_processed after each task. by Olivier Houchard · 6 years ago
  93. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · 6 years ago
  94. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · 6 years ago
  95. f6e6dc1 MAJOR: tasks: Create a per-thread runqueue. by Olivier Houchard · 6 years ago
  96. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  97. 9b36cb4 BUG/MEDIUM: task: Don't free a task that is about to be run. by Olivier Houchard · 6 years ago
  98. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · 6 years ago
  99. a24d1d0 MINOR: task: align the rq and wq locks by Willy Tarreau · 7 years ago
  100. 6d1222c MINOR: task: keep a pointer to the currently running task by Willy Tarreau · 7 years ago