Skip to content
Snippets Groups Projects
  1. Aug 13, 2019
  2. May 19, 2019
  3. May 16, 2019
  4. May 12, 2019
  5. May 03, 2019
  6. Apr 29, 2019
  7. Apr 05, 2019
  8. Sep 04, 2018
  9. Jul 17, 2018
  10. Jan 05, 2018
  11. Dec 14, 2017
  12. Dec 07, 2017
  13. Jan 10, 2017
  14. Nov 25, 2016
  15. Oct 18, 2016
  16. Oct 06, 2016
  17. 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
  18. Aug 05, 2016
  19. Jul 12, 2016
  20. Jun 08, 2016
  21. Jun 06, 2016
    • Felipe Cerqueira's avatar
      Major Commit - Prosa v0.2 · f7a79913
      Felipe Cerqueira authored
      - Add definitions related to APA scheduling
      - Prove correctness of reduction-based RTA for APA scheduling (FP and EDF)
      - Add implementation of a weak APA scheduler
      - Update definition of taskset to assume uniqueness
      - Modify names and comments to improve readability
      - Remove strong assumptions about priority order in FP scheduling
      - Add tests with FP RTA for every model
      - Add tests for RTA with parallel jobs
      f7a79913
Loading