aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/norqlock.c
Commit message (Collapse)AuthorAge
* cleanup trailing whitespaceBjoern B. Brandenburg2009-09-10
|
* rt domain: evil hack to avoid recursive hrtimer lock acquisitionBjoern B. Brandenburg2009-05-04
| | | | | | | | This is a really dirty hack, but works for now since our real-time tasks do not use hrtimer_wakeup(). The need for this will go away when we port since newer versions of the Linux kernel allow timers to be activated directly in the scheduler.
* litmus core: reduce lenth of interrups off in tick_no_rqlock()Bjoern B. Brandenburg2009-04-22
| | | | this was never strictly required, so we might as well avoid it
* LITMUS: Use atomic ops to clear bit.Bjoern B. Brandenburg2008-05-09
| | | | | This is modeled after tasklets. Just writing a 0 does not have the desired effect on SPARC64.
* LITMUS: add framework for carrying out jobs after dropping rq locksBjoern B. Brandenburg2008-05-02
Many things can't be done from within the scheduler. This framework should make it easer to defer them.