Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed level-A crash when cancel task execution | Jonathan Herman | 2011-10-10 |
| | |||
* | Adding events is now accomplished in O(1) time | Jonathan Herman | 2011-10-10 |
| | |||
* | Fixed potential race condition in event group timer | Jonathan Herman | 2011-10-10 |
| | |||
* | Allow events to be cancelled when their list is processed | Jonathan Herman | 2011-10-09 |
| | |||
* | Fixed bug where finish switch could strand level-C tasks in neverland | Jonathan Herman | 2011-10-09 |
| | |||
* | Fixed a timer bug and implemented finish switch. | Jonathan Herman | 2011-10-09 |
| | | | | | | | | | The logic for cancelling a remote timer allowed timers to be enqueued twice in the pull list. A method hrtimer_pull_cancel() was added to hrtimer.c to cancel the timers properly. Finish-switch was added to fix a stack bug. This required a change to the global_preempt check in update_crit_levels | ||
* | Fixed bug with CE higher priority | Jonathan Herman | 2011-10-09 |
| | |||
* | Renamed list variables for clarity in event_list | Jonathan Herman | 2011-10-08 |
| | |||
* | Allow scheduler to 'logically' remove crit_entry's from level-C heap. | Jonathan Herman | 2011-10-08 |
| | | | | | This required fixes to hrtimer_start_on code so that events can be cancelled or re-armed while an hrtimer pull is in progress. | ||
* | Fixed timer issue and atomic remove issue in level A domain. | Jonathan Herman | 2011-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 Herman | 2011-10-07 |
| | |||
* | Fixed global task deadlock | Jonathan Herman | 2011-10-07 |
| | |||
* | more bugfixes | Christopher Kenna | 2011-10-07 |
| | |||
* | debugging | Christopher Kenna | 2011-10-07 |
| | |||
* | Bug fix for cancel events | Jonathan Herman | 2011-09-30 |
| | |||
* | Debug commit. | Christopher Kenna | 2011-09-30 |
| | | | | | | | Some things are working, but the kernel panics when you try and deallocate an event group. Committed so Jonathan can look at it. | ||
* | Merge branch 'wip-mc' of ↵ | Jonathan Herman | 2011-09-30 |
|\ | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus2010 into wip-mc | ||
| * | Refactor timer merging and add it to CE plugin. | Christopher Kenna | 2011-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. | ||
* | | Added display of number of timers merged | Jonathan Herman | 2011-09-28 |
|/ | |||
* | Merged with ce domains | Jonathan Herman | 2011-09-27 |
|\ | |||
| * | Debugged ghosts in the MC scheduler for CE tasks. | Christopher Kenna | 2011-09-27 |
| | | |||
| * | Checkpoint commit. Testing begins. | Christopher Kenna | 2011-09-26 |
| | | |||
| * | checkpoint before refactor | Christopher Kenna | 2011-09-26 |
| | | |||
| * | Untested merge of CE and MC plugins | Christopher Kenna | 2011-09-25 |
| | | |||
* | | Timer merging | Jonathan Herman | 2011-09-27 |
|/ | |||
* | Fix compilation errors for event list. | Christopher Kenna | 2011-09-25 |
| | |||
* | Check point commit for merging CE with MC plugin. | Christopher Kenna | 2011-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. | ||
* | Checkpoint commit,initial timer merge design | Jonathan Herman | 2011-09-24 |
| | |||
* | Cleaned up log messages | Jonathan Herman | 2011-09-23 |
| | |||
* | Completed work redistribution feature | Jonathan Herman | 2011-09-23 |
| | |||
* | transferring machines | Jonathan Herman | 2011-09-23 |
| | |||
* | Checkpoint commit for work redistribution | Jonathan Herman | 2011-09-23 |
| | |||
* | Merge branch 'wip-mc' of ↵ | Jonathan Herman | 2011-09-22 |
|\ | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus2010 into wip-mc | ||
| * | Change the way jobs are tracked in the CE. | Christopher Kenna | 2011-09-22 |
| | | | | | | | | | | | | | | | | | | The new code tracks CE jobs so that we can detect if a CE task falls behind due to jobs overrunning their budgets. There are also various bug fixes related to timers. We may not want to arm timers until the task release, as well. | ||
* | | Checkpoint commit for work redistribution | Jonathan Herman | 2011-09-22 |
|/ | |||
* | Formatting | Jonathan Herman | 2011-09-21 |
| | |||
* | Merge branch 'wip-mc' of ↵ | Jonathan Herman | 2011-09-21 |
|\ | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus2010 into wip-mc | ||
| * | Passes simple tests. | Christopher Kenna | 2011-09-21 |
| | | |||
* | | Now with fine grained locking | Jonathan Herman | 2011-09-21 |
|/ | |||
* | Merge branch 'wip-mc' of ↵ | Jonathan Herman | 2011-09-08 |
|\ | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus2010 into wip-mc | ||
| * | Better procfs error handling and plugin activation locking. | Christopher Kenna | 2011-09-08 |
| | | |||
| * | Untested proc code added. | Christopher Kenna | 2011-09-08 |
| | | |||
* | | Removed outdated logic from wake_up method | Jonathan Herman | 2011-09-08 |
|/ | |||
* | Formatting | Jonathan Herman | 2011-09-07 |
| | |||
* | Merge branch 'wip-mc' of ↵ | Jonathan Herman | 2011-09-07 |
|\ | | | | | | | ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus2010 into wip-mc | ||
| * | CE bugfixes I noticed without testing | Christopher Kenna | 2011-09-05 |
| | | |||
| * | Partial cyclic executive plugin. | Christopher Kenna | 2011-09-05 |
| | | | | | | | | | | This is not tested and missing everything for /proc. I just am checking it in so that it the code is backed up in a git repository. | ||
* | | Refactor to allow generic domains | Jonathan Herman | 2011-09-07 |
|/ | |||
* | missed files | Jonathan Herman | 2011-08-29 |
| | |||
* | created generic domain interface for tasks | Jonathan Herman | 2011-08-29 |
| |