Skip to content
Snippets Groups Projects
  1. Oct 17, 2020
  2. May 21, 2020
    • rahix's avatar
      feat(interrupts): Dispatch interrupts asynchroneously · 79a0d3d5
      rahix authored
      
      Instead of blocking the triggering task when core 1 is still busy
      handling the previous interrupt, offload interrupt dispatching into
      a separate task.  This is the first step towards making API-calls
      interrupt safe.
      
      Next to the async triggering, the synchroneous mechanism is retained for
      special cases where async does not work (e.g. because of spin-locks).
      Currently, there is only one such case when resetting core 1 (triggering
      EPIC_INT_RESET).
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      79a0d3d5
  3. Feb 02, 2020
  4. Dec 29, 2019
  5. Dec 09, 2019
  6. Oct 19, 2019
  7. Oct 05, 2019
  8. Oct 03, 2019
  9. Sep 24, 2019
  10. Sep 15, 2019
  11. Sep 05, 2019
  12. Aug 28, 2019
  13. Aug 27, 2019
  14. Aug 24, 2019
  15. Aug 23, 2019
  16. Aug 22, 2019
  17. Aug 21, 2019
  18. Aug 20, 2019
Loading