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
/
native
/
src
Commit message (
Expand
)
Author
Age
*
Implement LP-based OMIP blocking analysis
Bjoern Brandenburg
2013-07-12
*
Precision fix: user deliberate rounding in LP result conversion
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
*
Add generic LP support for shared-memory protocols
Bjoern Brandenburg
2013-02-12
*
Allow LPs in which not all variables are part of the objective function
Bjoern Brandenburg
2013-02-12
*
Add support for dumping LPs to iostreams
Bjoern Brandenburg
2013-02-12
*
C++ LP analysis: add LP debugging helper
Bjoern Brandenburg
2013-02-12
*
Disable creation of new variables after creation of the objective function
Bjoern Brandenburg
2013-02-12
*
Implement CPLEX integration via C API
Bjoern Brandenburg
2013-02-12
*
Set CPLEX options to improve solving speed
Bjoern Brandenburg
2013-02-12
*
Set GLPK options to improve solving speed
Bjoern Brandenburg
2013-02-12
*
Add GLPK Integration
Bjoern Brandenburg
2013-02-12
*
Add support for tracking total LP generation / solving cost
Bjoern Brandenburg
2013-02-12
*
Add memory leak debug code to testmain
Bjoern Brandenburg
2013-02-12
*
Add test code for LP-based DPCP/DFLP analysis
Bjoern Brandenburg
2013-02-12
*
Add compile-time support for merged LPs
Bjoern Brandenburg
2013-02-12
*
Add DPCP and DFLP linear program generation
Bjoern Brandenburg
2013-02-12
*
Add CPLEX integration
Bjoern Brandenburg
2013-02-12
*
Add simple C++ linear program representation
Bjoern Brandenburg
2013-02-12
*
Add unique IDs to TaskInfo
Bjoern Brandenburg
2013-02-12
*
Extract hash map hack from rw-task-fair.cpp
Bjoern Brandenburg
2013-02-12
*
Add benchmarking helper class
Bjoern Brandenburg
2013-02-12
*
MPCP: accurately track per-processor priority ceilings
Bjoern Brandenburg
2013-02-12
*
MPCP: export gcs response-time bounds
Bjoern Brandenburg
2013-02-12
*
MPCP: report local and remote blocking even if >response_time
Bjoern Brandenburg
2013-02-12
*
MPCP: we must consider gcs' with equal priority ceilings
Bjoern Brandenburg
2013-02-12
*
Move get_priority_ceilings() from DPCP to common code
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
*
Minor bug fixes in the QPA implementation
Bjoern Brandenburg
2012-11-28
*
Add QPA EDF uniprocessor test
Bjoern Brandenburg
2012-11-27
*
Add bound_demand() to TaskSet
Bjoern Brandenburg
2012-11-27
*
Add support for clock_gettime
Bjoern Brandenburg
2012-11-24
*
Avoid compiler warnings about unused variables
Bjoern Brandenburg
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
*
C++: move spinlock bounds to corresponding implementations
Bjoern Brandenburg
2012-05-17
*
C++: Properly consider priority ceilings in DPCP bound
Bjoern Brandenburg
2012-05-17
*
C++: move shared RW locking defs into own file
Bjoern Brandenburg
2012-05-17
*
C++: Break out the task-fair RW locks code
Bjoern Brandenburg
2012-05-16
*
C++: Break out the phase-fair RW locks code
Bjoern Brandenburg
2012-05-16
*
C++: Break out the C-OMLP-KX code
Bjoern Brandenburg
2012-05-16
*
C++: Break out the C-OMLP code into own file
Bjoern Brandenburg
2012-05-16
*
C++: Break out the P-OMLP code into own file
Bjoern Brandenburg
2012-05-16
*
C++: Break out the G-OMLP and G-FMLP code into own file
Bjoern Brandenburg
2012-05-16
*
C++: Break out the FMLP+ code into own file
Bjoern Brandenburg
2012-05-16
*
Move MPPC++: Break out the MPCP code into own file
Bjoern Brandenburg
2012-05-16
*
C++: Break out the DPCP code into own file
Bjoern Brandenburg
2012-05-16
*
Rename time types used in C++ schedulablity analysis
Bjoern Brandenburg
2012-04-11
[next]