1. 30 Jun, 2020 3 commits
  2. 23 Jun, 2020 1 commit
  3. 22 Jun, 2020 2 commits
  4. 16 Jun, 2020 1 commit
  5. 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
  6. 19 May, 2020 1 commit
  7. 27 Feb, 2020 3 commits
  8. 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
  9. 03 Feb, 2020 1 commit
  10. 21 Jan, 2020 1 commit
  11. 20 Jan, 2020 1 commit
  12. 17 Jan, 2020 1 commit
  13. 03 Jan, 2020 1 commit
  14. 23 Dec, 2019 5 commits
  15. 20 Dec, 2019 2 commits
  16. 18 Dec, 2019 1 commit
  17. 04 Nov, 2019 1 commit
  18. 22 Aug, 2019 1 commit
  19. 31 Jul, 2019 1 commit
  20. 22 Jul, 2019 2 commits
  21. 17 Jul, 2019 1 commit
  22. 16 Jul, 2019 1 commit
  23. 07 Jun, 2019 3 commits
  24. 16 Apr, 2019 1 commit
  25. 28 Feb, 2019 1 commit
  26. 20 Feb, 2019 2 commits