index
:
schedcat.git
master
staging
wip-diss-ilp
wip-ecrts14-pgm
wip-rtss-killdevil
wip-rtss14
[ARCHIVE] Bjorn's schedulability study framework. Now on GitHub.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
schedcat
Commit message (
Expand
)
Author
Age
*
Add support for arbitrary GEL locking priorities
Jeremy Erickson
2013-11-25
*
Fix bug in locking overhead code that used task set in place of its cardinality
Jeremy Erickson
2013-11-25
*
Replace pp with prio_pt in Python code, to match C++ code
Jeremy Erickson
2013-11-25
*
Implement LP-based OMIP blocking analysis
Bjoern Brandenburg
2013-07-12
*
Bugfix: de-duplicate definition of assign_ids_by_period
Alexander Wieder
2013-05-01
*
blocking bounds: return C++ results object to caller
Bjoern Brandenburg
2013-02-12
*
Add LP-based blocking analysis for FMLP+
Bjoern Brandenburg
2013-02-12
*
Add LP-based blocking analysis for MPCP
Bjoern Brandenburg
2013-02-12
*
Allow clients to use the original DPCP blocking terms
Bjoern Brandenburg
2013-02-12
*
Make C++ and Python LP-based blocking bounds available in bounds.py
Bjoern Brandenburg
2013-02-12
*
Add Python implementation of DPCP/DFLP constraint generation
Bjoern Brandenburg
2013-02-12
*
Add Python linear programming support
Bjoern Brandenburg
2013-02-12
*
Add convenience iterators to TaskSystem
Bjoern Brandenburg
2013-02-12
*
Do not overwrite Task.jitter in FP overhead accounting
Bjoern Brandenburg
2013-02-12
*
Fix typo in schedcat/sched/__init__.py:get_native_taskset()
Bjoern Brandenburg
2013-02-12
*
Improvements to the GEL Piecewise Linear module: support for arbitrary GEL sc...
Jeremy Erickson
2013-02-04
*
Use utilization cap instead of number of CPUs where applicable
Jeremy Erickson
2012-12-27
*
GFRL support
Jeremy Erickson
2012-12-27
*
Improve integration of Emberson et al. generator
Bjoern Brandenburg
2012-11-28
*
avoid division by zero if period/deadline is shrunk to zero
Bjoern Brandenburg
2012-11-28
*
Fix JLFP preemption-centric interrupt accounting
Bjoern Brandenburg
2012-11-27
*
Add QPA EDF uniprocessor test
Bjoern Brandenburg
2012-11-27
*
TaskSystem.copy() should make deep copies
Bjoern Brandenburg
2012-11-24
*
Add Emberson et al. (WATERS 2010) task set generator
Alexander Wieder
2012-11-24
*
Added arbitrary-precision arithmetic to native module
Jeremy Erickson
2012-10-29
*
Initial GEL Piecewise Linear implementation
Jeremy Erickson
2012-09-25
*
Add missing import to edf/rta.py
Bryan Ward
2012-04-16
*
Add OMLP k-exclusion blocking bounds
Bjoern Brandenburg
2012-02-20
*
Add convenience wrapper to find_connected_components()
Bjoern Brandenburg
2012-02-20
*
Add function to partition task set into connected components
Bjoern Brandenburg
2012-02-20
*
Add any_fit and almost_worst_fit binpacking heuristics.
Bjoern Brandenburg
2012-02-13
*
Import refactored schedcat codebase
Bjoern Brandenburg
2012-02-02