summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/workqueue.rst
Commit message (Collapse)AuthorAgeFilesLines
* workqueue: doc change for ST behavior on NUMA systemsAlexei Potashnik2017-07-181-3/+7
| | | | | | | | | | NUMA rework of workqueue made the combination of max_active of 1 and WQ_UNBOUND insufficient to guarantee ST behavior system wide. alloc_ordered_queue should now be used instead. Signed-off-by: Alexei Potashnik <alexei@purestorage.com> Signed-off-by: Tejun Heo <tj@kernel.org>
* Documentation/workqueue.txt: convert to ReST markupSilvio Fricke2016-10-281-0/+394
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>