Skip to content
Snippets Groups Projects
  1. Sep 06, 2016
    • Felipe Cerqueira's avatar
      Major commit: Uniprocessor RTA · ac6f0d4e
      Felipe Cerqueira authored
      This commit contains several updates related to uniprocessor scheduling.
      
      - Basic definitions of uniprocessor scheduling (see model/uni)
      - Definitions of worload and service for generic sets of jobs (see service.v and workload.v in model/uni)
      - Definitions and lemmas about busy intervals (see model/uni/basic/busy_interval.v)
      - Definition of an arrival bound for sporadic tasks (see model/arrival_bounds.v)
      - Definitions and correctness proofs of the RTA for FP scheduling
        (also works with non-unique priorities and arbitrary deadlines, but gives pessimistic bounds)
      - Implementation of the FP RTA to check for contradictory assumptions
      
      In addition, we have also defined partitioned scheduling and proven how it relates
      with uniprocessor (see model/partitioned).
      ac6f0d4e
    • Felipe Cerqueira's avatar
      Add lemmas about iter_fixpoint · 5d02df7f
      Felipe Cerqueira authored
      5d02df7f
    • Felipe Cerqueira's avatar
      Add more lemmas about \max · d3d75a3b
      Felipe Cerqueira authored
      d3d75a3b
    • Felipe Cerqueira's avatar
      6461aa51
    • Felipe Cerqueira's avatar
      Add more notation for map/filter · 74126db1
      Felipe Cerqueira authored
      74126db1
  2. Aug 05, 2016
  3. Aug 03, 2016
  4. Jul 17, 2016
  5. Jul 15, 2016
  6. Jul 14, 2016
  7. Jul 13, 2016
  8. Jul 12, 2016
  9. Jun 08, 2016
  10. Jun 06, 2016
  11. May 05, 2016
  12. May 04, 2016
  13. Mar 31, 2016
  14. Mar 01, 2016
  15. Feb 23, 2016
  16. Feb 16, 2016
  17. Feb 14, 2016
Loading