| c17dd299 | 11-Nov-2020 |
François Tigeot <ftigeot@wolfpond.org> |
drm/linux: Rewrite the workqueue implementation
Most workqueues now use one runner thread per logical CPU, except for WQ_UNBOUND ones, which only have a single kernel thread.
This commit contains c
drm/linux: Rewrite the workqueue implementation
Most workqueues now use one runner thread per logical CPU, except for WQ_UNBOUND ones, which only have a single kernel thread.
This commit contains critical fixes from Matthew Dillon for multithread interaction issues in queue_work() and the cancel functions.
show more ...
|