aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/ce_domain.c
Commit message (Collapse)AuthorAge
* Fixed level-A crash when cancel task executionJonathan Herman2011-10-10
|
* Fixed bug with CE higher priorityJonathan Herman2011-10-09
|
* Fixed timer issue and atomic remove issue in level A domain.Jonathan Herman2011-10-08
| | | | | | | | | | | Timers had an issue where they couldn't be cancelled before they migrated. Now when you set the start_on_info to inactive, it will prevent a timer from being armed. When a task is being blocked and preempted concurrently, the blocking code needs to be able to prevent the task from being scheduled on another CPU. This did not work for CE domains. Added a per-domain remove function which, for ce domains, will prevent a task from being returned by the domain.
* Newline consistency...Jonathan Herman2011-10-07
|
* Refactor timer merging and add it to CE plugin.Christopher Kenna2011-09-30
| | | | | | | | | | | | | | | | THIS CODE IS UNTESTED We now initialize one event group for each cpu on system start. We can get the event group for a CPU via a function in event_group.c Another change is that an event now stores what group it is in when it add_event() is called on it. This lets us cancel it without knowing what event group it is in. The above is important because Level-C events (like releases) have a NULL event group. When calling add_event(), it will get the event group of the current CPU. If the event needs to be canceled later, we need that saved group in the event so we know where to remove it from.
* Merged with ce domainsJonathan Herman2011-09-27
|\
| * Debugged ghosts in the MC scheduler for CE tasks.Christopher Kenna2011-09-27
| |
| * Checkpoint commit. Testing begins.Christopher Kenna2011-09-26
| |
| * checkpoint before refactorChristopher Kenna2011-09-26
| |
| * Untested merge of CE and MC pluginsChristopher Kenna2011-09-25
|/
* Check point commit for merging CE with MC plugin.Christopher Kenna2011-09-24
Also started to fix typos in Jonathan's code, but there were too many after I realized that event_group.o was not in the LITMUS Makefile.