aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/litmus_softirq.c
Commit message (Collapse)AuthorAge
* Kludge work-queue processing into klitirqd.wip-kernthreadsGlenn Elliott2011-03-03
| | | | NEEDS TESTING!
* A few small enhacements to litmus softirqs and added frameworkGlenn Elliott2011-02-14
| | | | for managing the nvidia module information.
* First working version of klitirqd.Glenn Elliott2011-02-12
| | | | | | | | | | Tasklets can be scheduled to klitirqd daemons when provided a real-time task "owner". A klitirqd kernel thread will assume the priority of the owner and will execute the provided tasklet when the kernel thread is scheduled by Litmus. See litmus_softirq.h for interface and limitations.
* First compiled attempt at tasklets in litmus.Glenn Elliott2011-02-10
Still much to be done-- like testing!!!