1. 16 8月, 2019 1 次提交
  2. 09 8月, 2019 1 次提交
  3. 05 6月, 2019 1 次提交
  4. 27 5月, 2019 2 次提交
  5. 08 4月, 2019 1 次提交
    • W
      drivers: Remove explicit invocations of mmiowb() · fb24ea52
      Will Deacon 提交于
      mmiowb() is now implied by spin_unlock() on architectures that require
      it, so there is no reason to call it from driver code. This patch was
      generated using coccinelle:
      
      	@mmiowb@
      	@@
      	- mmiowb();
      
      and invoked as:
      
      $ for d in drivers include/linux/qed sound; do \
      spatch --include-headers --sp-file mmiowb.cocci --dir $d --in-place; done
      
      NOTE: mmiowb() has only ever guaranteed ordering in conjunction with
      spin_unlock(). However, pairing each mmiowb() removal in this patch with
      the corresponding call to spin_unlock() is not at all trivial, so there
      is a small chance that this change may regress any drivers incorrectly
      relying on mmiowb() to order MMIO writes between CPUs using lock-free
      synchronisation. If you've ended up bisecting to this commit, you can
      reintroduce the mmiowb() calls using wmb() instead, which should restore
      the old behaviour on all architectures other than some esoteric ia64
      systems.
      Acked-by: NLinus Torvalds <torvalds@linux-foundation.org>
      Signed-off-by: NWill Deacon <will.deacon@arm.com>
      fb24ea52
  6. 09 2月, 2019 1 次提交
  7. 29 1月, 2019 2 次提交
  8. 26 1月, 2019 1 次提交
  9. 23 1月, 2019 2 次提交
  10. 18 1月, 2019 1 次提交
  11. 05 1月, 2019 1 次提交
  12. 01 12月, 2018 2 次提交
  13. 17 10月, 2018 1 次提交
  14. 03 10月, 2018 1 次提交
  15. 01 10月, 2018 1 次提交
  16. 06 9月, 2018 1 次提交
    • D
      qed*: Utilize FW 8.37.7.0 · a3f72307
      Denis Bolotin 提交于
      This patch adds a new qed firmware with fixes and support for new features.
      
      Fixes:
      - Fix a rare case of device crash with iWARP, iSCSI or FCoE offload.
      - Fix GRE tunneled traffic when iWARP offload is enabled.
      - Fix RoCE failure in ib_send_bw when using inline data.
      - Fix latency optimization flow for inline WQEs.
      - BigBear 100G fix
      
      RDMA:
      - Reduce task context size.
      - Application page sizes above 2GB support.
      - Performance improvements.
      
      ETH:
      - Tenant DCB support.
      - Replace RSS indirection table update interface.
      
      Misc:
      - Debug Tools changes.
      Signed-off-by: NDenis Bolotin <denis.bolotin@cavium.com>
      Signed-off-by: NAriel Elior <ariel.elior@cavium.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      a3f72307
  17. 10 8月, 2018 1 次提交
  18. 20 7月, 2018 1 次提交
  19. 05 6月, 2018 2 次提交
  20. 01 6月, 2018 1 次提交
  21. 26 5月, 2018 2 次提交
  22. 23 5月, 2018 4 次提交
  23. 08 5月, 2018 3 次提交
  24. 24 4月, 2018 1 次提交
  25. 20 4月, 2018 1 次提交
  26. 30 3月, 2018 2 次提交
  27. 03 1月, 2018 2 次提交