1. 01 Sep, 2020 1 commit
  2. 18 Aug, 2020 1 commit
  3. 12 Aug, 2020 1 commit
  4. 24 Jul, 2020 1 commit
  5. 30 Jun, 2020 3 commits
  6. 23 Jun, 2020 1 commit
  7. 22 Jun, 2020 2 commits
  8. 16 Jun, 2020 1 commit
  9. 09 Jun, 2020 1 commit
    • Julien's avatar
      xdma_thread: fix cpu node bug · 7fc246ee
      Julien authored
      The number of threads is arbitrarily set to 8 and we iterate over 8 cpus
      without knowing if we really have 8 cpus. This causes a call to
      cpu_to_node with an index that is out of bound, thus returning an
      undefined number, which crashes later when calling
      kthread_create_on_node.
      Fix this by iterating over the online cpus stopping when reaching the
      number of threads that is specified.
      7fc246ee
  10. 19 May, 2020 1 commit
  11. 27 Feb, 2020 3 commits
  12. 24 Feb, 2020 1 commit
    • Bryce Hathaway's avatar
      Fixes a design error revealed by running on aarch64. · d1f334b1
      Bryce Hathaway authored
      Simply put, you cannot call wait_event_interruptible_timeout while
      holding a spin_lock. The reason the driver got away with this on
      x86 is because the hardware is somehow fast enough so that the
      condition is never false and hence no scheduling ever needs to
      occur.
      d1f334b1
  13. 03 Feb, 2020 1 commit
  14. 21 Jan, 2020 1 commit
  15. 20 Jan, 2020 1 commit
  16. 17 Jan, 2020 1 commit
  17. 03 Jan, 2020 1 commit
  18. 23 Dec, 2019 5 commits
  19. 20 Dec, 2019 2 commits
  20. 18 Dec, 2019 1 commit
  21. 04 Nov, 2019 1 commit
  22. 22 Aug, 2019 1 commit
  23. 31 Jul, 2019 1 commit
  24. 22 Jul, 2019 2 commits
  25. 17 Jul, 2019 1 commit
  26. 16 Jul, 2019 1 commit
  27. 07 Jun, 2019 3 commits