summaryrefslogtreecommitdiff
path: root/kern/work.c
AgeCommit message (Expand)Author
2017-01-29kern/thread: rename "time-sharing" to "fair-scheduling"Richard Braun
2017-01-24kern/thread: add the THREAD_KERNEL_PREFIX macroRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2014-12-10kern/work: update call to kmem_cache_initRichard Braun
2014-09-05kern/work: use percpu variablesRichard Braun
2014-06-19kern/work: synchronously destroy worker threadsRichard Braun
2014-06-18Set threads as detached where applicableRichard Braun
2014-06-18kern/work: improve per-processor pools synchronizationRichard Braun
2014-06-17kern/work: don't name work poolsRichard Braun
2014-06-17kern/work: per-processor work poolsRichard Braun
2014-06-07kern/work: add a comment backRichard Braun
2014-05-24kern/work: rework worker id allocationRichard Braun
2014-04-26kern/work: use thread creation attributes accessorsRichard Braun
2014-01-02Declare variables as read mostly where appropriateRichard Braun
2013-07-05kern/work: update rdxtree calls for 64-bit keysRichard Braun
2013-06-10kern/work: fix radix tree usageRichard Braun
2013-06-09kern/work: use a radix tree for worker ID allocationRichard Braun
2013-06-03kern/work: new moduleRichard Braun