1. 09 12月, 2017 1 次提交
  2. 28 11月, 2017 4 次提交
  3. 15 11月, 2017 1 次提交
  4. 02 11月, 2017 3 次提交
  5. 28 10月, 2017 7 次提交
  6. 27 9月, 2017 5 次提交
  7. 21 9月, 2017 6 次提交
  8. 16 8月, 2017 4 次提交
  9. 20 9月, 2016 1 次提交
  10. 22 6月, 2016 1 次提交
  11. 07 6月, 2015 1 次提交
  12. 03 6月, 2015 5 次提交
  13. 19 5月, 2015 1 次提交
    • O
      drm/amdkfd: Add module parameter of send_sigterm · 81663016
      Oded Gabbay 提交于
      This patch adds a new kernel module parameter to amdkfd,
      called send_sigterm.
      
      This parameter specifies whether amdkfd should send the
      SIGTERM signal to an HSA process, when the following conditions
      occur:
      
      1. The GPU triggers an exception regarding a kernel that was
         issued by this process.
      
      2. The HSA process isn't waiting on an event that handles
         this exception.
      
      The default behavior is not to send a SIGTERM and suffice
      with a dmesg error print.
      Reviewed-by: NBen Goz <ben.goz@amd.com>
      Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
      81663016