1. 06 10月, 2018 1 次提交
  2. 28 9月, 2018 4 次提交
  3. 31 8月, 2018 6 次提交
  4. 02 8月, 2018 1 次提交
  5. 29 3月, 2018 1 次提交
  6. 28 3月, 2018 1 次提交
  7. 02 3月, 2018 1 次提交
  8. 25 11月, 2017 1 次提交
  9. 06 10月, 2017 2 次提交
  10. 09 8月, 2017 1 次提交
  11. 01 8月, 2017 4 次提交
  12. 23 6月, 2017 2 次提交
  13. 06 6月, 2017 4 次提交
  14. 02 6月, 2017 1 次提交
  15. 20 4月, 2017 1 次提交
  16. 03 2月, 2017 1 次提交
    • S
      iwlwifi: mvm: synchronize firmware DMA paging memory · 4b70f076
      Sara Sharon 提交于
      When driver needs to access the contents of a streaming DMA buffer
      without unmapping it it should call dma_sync_single_for_cpu().
      Once the call has been made, the CPU "owns" the DMA buffer and can
      work with it as needed.
      Before the device accesses the buffer, however, ownership should be
      transferred back to it with dma_sync_single_for_device().
      Both calls weren't performed by the driver, resulting with odd paging
      errors on some platforms. Fix it.
      
      Fixes: a6c4fb44 ("iwlwifi: mvm: Add FW paging mechanism for the UMAC on PCI")
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      4b70f076
  17. 26 1月, 2017 2 次提交
  18. 24 1月, 2017 2 次提交
  19. 26 10月, 2016 1 次提交
  20. 16 9月, 2016 2 次提交
  21. 30 8月, 2016 1 次提交