1. 30 10月, 2019 1 次提交
  2. 28 10月, 2019 1 次提交
  3. 26 10月, 2019 1 次提交
  4. 18 10月, 2019 1 次提交
  5. 16 10月, 2019 1 次提交
  6. 11 10月, 2019 1 次提交
  7. 04 10月, 2019 1 次提交
  8. 17 9月, 2019 1 次提交
  9. 14 9月, 2019 1 次提交
  10. 11 9月, 2019 2 次提交
  11. 30 8月, 2019 1 次提交
  12. 15 8月, 2019 1 次提交
  13. 13 8月, 2019 1 次提交
  14. 08 8月, 2019 3 次提交
  15. 06 8月, 2019 2 次提交
  16. 02 8月, 2019 1 次提交
    • F
      drm/amdgpu: Implement VRAM wipe on release · ab2f7a5c
      Felix Kuehling 提交于
      Wipe VRAM memory containing sensitive data when moving or releasing
      BOs. Clearing the memory is pipelined to minimize any impact on
      subsequent memory allocation latency. Use of a poison value should
      help debug future use-after-free bugs.
      
      When moving BOs, the existing ttm_bo_pipelined_move ensures that the
      memory won't be reused before being wiped.
      
      When releasing BOs, the BO is fenced with the memory fill operation,
      which results in queuing the BO for a delayed delete.
      
      v2: Move amdgpu_amdkfd_unreserve_memory_limit into
      amdgpu_bo_release_notify so that KFD can use memory that's still
      being cleared in the background
      Signed-off-by: NFelix Kuehling <Felix.Kuehling@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      ab2f7a5c
  17. 26 7月, 2019 1 次提交
  18. 18 7月, 2019 1 次提交
  19. 17 7月, 2019 1 次提交
  20. 12 7月, 2019 1 次提交
  21. 09 7月, 2019 1 次提交
  22. 21 6月, 2019 1 次提交
  23. 12 6月, 2019 1 次提交
  24. 11 6月, 2019 2 次提交
  25. 25 5月, 2019 5 次提交
  26. 28 3月, 2019 3 次提交
  27. 20 3月, 2019 3 次提交