aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-api/workqueue.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-09-18Documentation: core-api: minor workqueue.rst cleanupsRandy Dunlap1-6/+6
Clean up workqueue.rst: - fix minor typos - put '@' after `` instead of preceding them (one place) - use "CPU" instead of "cpu" in text consistently - quote one function name Signed-off-by: Randy Dunlap <[email protected]> Cc: Tejun Heo <[email protected]> Cc: Florian Mickler <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
2017-07-18workqueue: doc change for ST behavior on NUMA systemsAlexei Potashnik1-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 <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
2016-10-28Documentation/workqueue.txt: convert to ReST markupSilvio Fricke1-0/+394
... and move to Documentation/core-api folder. Signed-off-by: Silvio Fricke <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>