Age | Commit message (Expand) | Author |
---|---|---|
2009-09-02 | when you add a task to a workq, it allocates memory to handle the | David Gwynne |
2009-06-24 | Remove a semicolon at the end of an if statement that made the thread | Jonathan Gray |
2008-10-30 | reintroduce mutexes to workqs for locking. | David Gwynne |
2008-10-27 | when shutting workq threads down, dont try to take the big kernel | David Gwynne |
2008-02-15 | revert to a pre-mutex state. for unknown reasons, the mutexes do not provide | Ted Unangst |
2007-12-13 | use a mutex to protect workq. incidentally, this removes the additional | Ted Unangst |
2007-11-28 | remove the DIRECTOK flag. the caller semantics were too weird, and it's a | Ted Unangst |
2007-11-25 | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. | Ted Unangst |
2007-06-11 | kill unneeded include; | Thordur I. Bjornsson |
2007-05-31 | switch the flags argument to the front, requested by art | Ted Unangst |
2007-05-31 | add an interface for work queues run from a kernel thread. | David Gwynne |