1. 30 3月, 2017 8 次提交
  2. 10 3月, 2017 1 次提交
  3. 11 2月, 2017 1 次提交
  4. 03 2月, 2017 2 次提交
  5. 28 1月, 2017 2 次提交
  6. 26 10月, 2016 3 次提交
  7. 18 10月, 2016 1 次提交
  8. 12 10月, 2016 1 次提交
  9. 29 9月, 2016 1 次提交
  10. 23 9月, 2016 1 次提交
  11. 08 7月, 2016 1 次提交
  12. 17 5月, 2016 1 次提交
  13. 05 5月, 2016 1 次提交
  14. 27 4月, 2016 1 次提交
  15. 21 3月, 2016 1 次提交
  16. 18 3月, 2016 1 次提交
  17. 15 3月, 2016 1 次提交
  18. 10 3月, 2016 1 次提交
  19. 09 3月, 2016 1 次提交
    • C
      drm/amdgpu: move get_user_pages out of amdgpu_ttm_tt_pin_userptr v6 · 2f568dbd
      Christian König 提交于
      That avoids lock inversion between the BO reservation lock
      and the anon_vma lock.
      
      v2:
      * Changed amdgpu_bo_list_entry.user_pages to an array of pointers
      * Lock mmap_sem only for get_user_pages
      * Added invalidation of unbound userpointer BOs
      * Fixed memory leak and page reference leak
      
      v3 (chk):
      * Revert locking mmap_sem only for_get user_pages
      * Revert adding invalidation of unbound userpointer BOs
      * Sanitize and fix error handling
      
      v4 (chk):
      * Init userpages pointer everywhere.
      * Fix error handling when get_user_pages() fails.
      * Add invalidation of unbound userpointer BOs again.
      
      v5 (chk):
      * Add maximum number of tries.
      
      v6 (chk):
      * Fix error handling when we run out of tries.
      Signed-off-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NFelix Kuehling <Felix.Kuehling@amd.com>
      Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> (v4)
      Acked-by: NAlex Deucher <alexander.deucher@amd.com>
      2f568dbd
  20. 25 2月, 2016 1 次提交
  21. 17 2月, 2016 6 次提交
  22. 11 2月, 2016 2 次提交
  23. 19 12月, 2015 1 次提交