1. 04 1月, 2020 2 次提交
  2. 15 11月, 2019 1 次提交
  3. 25 10月, 2019 4 次提交
  4. 06 9月, 2019 4 次提交
  5. 29 6月, 2019 3 次提交
  6. 29 4月, 2019 1 次提交
  7. 22 3月, 2019 1 次提交
  8. 21 2月, 2019 1 次提交
  9. 14 2月, 2019 3 次提交
  10. 04 2月, 2019 2 次提交
    • S
      iwlwifi: dbg_ini: remove redundant dram buffer allocation · 0ec7bfb2
      Shahar S Matityahu 提交于
      There are several flows in that can cause redundant allocation.
      
      In case the driver reaches the maximum amount of blocks allowed, it
      allocates the buffer and only then checks if it reached the maximum
      amount of blocks and return without freeing the buffer,
      causing a memory leak.
      
      Solve this by moving the check of the amount of buffers being used
      before the allocation.
      
      In case there was an assert, the apply points are being reused,
      causing that for each assert, the driver allocates a new redundant
      buffer.
      
      Solve this by adding a new is_alloc field to indicate if the driver
      already allocated memory for the requested buffer.
      
      Also, split iwl_fw_dbg_buffer_allocation function into
      iwl_fw_dbg_buffer_allocation and iwl_fw_dbg_buffer_apply
      to increase the clearity of the flow.
      Signed-off-by: NShahar S Matityahu <shahar.s.matityahu@intel.com>
      Fixes: d47902f9 ("iwlwifi: dbg: add apply point logic")
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      0ec7bfb2
    • S
      iwlwifi: differentiate between alive timeout and alive flow failure · 67b8261c
      Shahar S Matityahu 提交于
      There are two cases that can cause the alive flow to fail,
      an assert or a timeout.
      Currently we mask any incoming asserts when we wait for alive.
      
      Solve this by differentiating between the two cases:
      1. Let the regular error handling to handle a received assert
      2. Do a dump collection in the case of a timeout
      Signed-off-by: NShahar S Matityahu <shahar.s.matityahu@intel.com>
      Fixes: f38efdb2 ("iwlwifi: add dump collection in case alive flow fails")
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      67b8261c
  11. 26 1月, 2019 1 次提交
  12. 20 12月, 2018 1 次提交
  13. 14 12月, 2018 1 次提交
  14. 23 11月, 2018 1 次提交
  15. 16 11月, 2018 1 次提交
  16. 11 11月, 2018 1 次提交
  17. 06 10月, 2018 2 次提交
  18. 31 8月, 2018 1 次提交
  19. 02 8月, 2018 1 次提交
  20. 20 4月, 2018 1 次提交
  21. 02 3月, 2018 2 次提交
  22. 21 12月, 2017 1 次提交
  23. 09 8月, 2017 1 次提交
  24. 01 8月, 2017 3 次提交