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
/
include
Commit message (
Expand
)
Author
Age
*
added "baseline" analysis for comparison
Alexander Wieder
2013-12-13
*
added wrappers and Python interface for preemptive spinlock analysis
Alexander Wieder
2013-12-13
*
added constraints for preemptive prioritized spinlocks
Alexander Wieder
2013-12-13
*
added constraints for preemptive FIFO spinlocks
Alexander Wieder
2013-12-13
*
added helper functions and common constraints for the analysis of preemptive ...
Alexander Wieder
2013-12-13
*
added constraints for the analysis of non-preemptive prioritized FIFO mutex s...
Alexander Wieder
2013-12-13
*
added constraints for the analysis of non-preemptive unordered mutex spinlocks
Alexander Wieder
2013-12-13
*
added constraints for the analysis of non-preemptive prioritized mutex spinlocks
Alexander Wieder
2013-12-13
*
added constraints for the analysis of MSRP
Alexander Wieder
2013-12-13
*
added common constraints and helper functions for the analysis of spinlocks
Alexander Wieder
2013-12-13
*
Added VarMapperSpinlocks, a specialized VarMapper for spinlocks
Alexander Wieder
2013-12-13
*
implement classic (non-LP, non-holistic) MSRP analysis for comparison
Alexander Wieder
2013-12-13
*
C++ helper function split_by_clusters: allow initialization with number of pr...
Alexander Wieder
2013-12-13
*
added getter function for raw remote blocking Interference in BlockingBounds
Alexander Wieder
2013-12-13
*
incorporated request priority into C++ resource model
Alexander Wieder
2013-12-13
*
use GLPK by default
Alexander Wieder
2013-12-13
*
Added support for binary/integer variables in the C++ LP model
Alexander Wieder
2013-12-13
*
bugfix: include/linprog/solver.h: used float as variable index
Alexander Wieder
2013-12-13
*
Add holistic MSRP analysis (with PCP/SRP for local resources)
Bjoern Brandenburg
2013-12-13
*
Add support for identifying and extracting local and global resources
Bjoern Brandenburg
2013-12-13
*
Add support for hash sets to stl-hashmap.h
Bjoern Brandenburg
2013-12-13
*
Remove unused field from QPA implementation
Bjoern Brandenburg
2013-08-14
*
Implement LP-based OMIP blocking analysis
Bjoern Brandenburg
2013-07-12
*
Fix broken demand calculation
Bjoern Brandenburg
2013-05-22
*
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
*
Add support for dumping LPs to iostreams
Bjoern Brandenburg
2013-02-12
*
C++ LP analysis: add LP debugging helper
Bjoern Brandenburg
2013-02-12
*
Refactor linprog_solve() into a proper function
Bjoern Brandenburg
2013-02-12
*
Disable creation of new variables after creation of the objective function
Bjoern Brandenburg
2013-02-12
*
Switch to CPX (CPLEX C API) as default LP solver
Bjoern Brandenburg
2013-02-12
*
Implement CPLEX integration via C API
Bjoern Brandenburg
2013-02-12
*
Add GLPK Integration
Bjoern Brandenburg
2013-02-12
*
Export the LP-based analysis of the DFLP/DPCP
Bjoern Brandenburg
2013-02-12
*
Allow VarMapper to start at index other than 0
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
*
Simplify sharedres_types.h with iterator macros
Bjoern Brandenburg
2013-02-12
*
Extract sharedres_types.h from sharedres.h
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
*
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
*
Add QPA EDF uniprocessor test
Bjoern Brandenburg
2012-11-27
[next]