aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/litmus_softirq.c
Commit message (Collapse)AuthorAge
* Merge branch 'gh/staging' into tempGlenn Elliott2013-03-13
| | | | | | | | | Conflicts: include/litmus/litmus.h include/litmus/rt_param.h litmus/Makefile litmus/sched_cedf.c litmus/sched_gsn_edf.c
* re-enable klmirqd for workqueues, and grace rebootGlenn Elliott2013-02-06
|
* Remove tasklet::owner field (just commented out).Glenn Elliott2013-01-18
|
* Remove tasklet_owner requirements.Glenn Elliott2013-01-15
|
* Allow klmirqd threads to be given names.wip-klmirqd-to-auxGlenn Elliott2012-12-13
|
* Fix several klmirqd bugs.Glenn Elliott2012-12-13
| | | | | | | | | | 1) Deadlock in litmus_task_exit()-- added litmus_pre_task_exit() to be called without the Linux runqueue lock held. 2) Prioritization of base-prio klmirqd/aux threads vs. normal real-time tasks. 3) Initialization of gpu owner binheap node moved to *after* memset(0) of rt_params. 4) Exit path of klmirqd threads.
* Fix klmirqd plugin switching to not panic.Glenn Elliott2012-12-13
|
* make klmirqd work like aux tasks. checkpoint.Glenn Elliott2012-12-12
| | | | this code is untested!
* Rename klitirqd klmirqd.Glenn Elliott2012-12-09
|
* GPUSync patch for Litmus 2012.1.Glenn Elliott2012-05-26