1. 13 11月, 2020 1 次提交
  2. 03 11月, 2020 1 次提交
  3. 17 10月, 2020 1 次提交
  4. 30 9月, 2020 1 次提交
  5. 18 9月, 2020 1 次提交
  6. 11 9月, 2020 2 次提交
  7. 10 9月, 2020 5 次提交
  8. 25 8月, 2020 1 次提交
  9. 24 8月, 2020 1 次提交
  10. 07 7月, 2020 1 次提交
  11. 14 6月, 2020 1 次提交
    • M
      treewide: replace '---help---' in Kconfig files with 'help' · a7f7f624
      Masahiro Yamada 提交于
      Since commit 84af7a61 ("checkpatch: kconfig: prefer 'help' over
      '---help---'"), the number of '---help---' has been gradually
      decreasing, but there are still more than 2400 instances.
      
      This commit finishes the conversion. While I touched the lines,
      I also fixed the indentation.
      
      There are a variety of indentation styles found.
      
        a) 4 spaces + '---help---'
        b) 7 spaces + '---help---'
        c) 8 spaces + '---help---'
        d) 1 space + 1 tab + '---help---'
        e) 1 tab + '---help---'    (correct indentation)
        f) 1 tab + 1 space + '---help---'
        g) 1 tab + 2 spaces + '---help---'
      
      In order to convert all of them to 1 tab + 'help', I ran the
      following commend:
      
        $ find . -name 'Kconfig*' | xargs sed -i 's/^[[:space:]]*---help---/\thelp/'
      Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
      a7f7f624
  12. 26 5月, 2020 1 次提交
  13. 03 5月, 2020 1 次提交
  14. 05 3月, 2020 1 次提交
  15. 16 1月, 2020 1 次提交
  16. 17 11月, 2019 1 次提交
  17. 29 10月, 2019 1 次提交
    • B
      RDMA/vmw_pvrdma: Use resource ids from physical device if available · a52dc3a1
      Bryan Tan 提交于
      This change allows the RDMA stack to use physical resource numbers if they
      are passed up from the device. This is accomplished by separating the
      concept of the QP number from the QP handle. Previously, the two were the
      same, as the QP number was exposed to the guest and also used to reference
      a virtual QP in the device backend.
      
      With physical resource numbers exposed, the QP number given to the guest
      is the number assigned from the physical HCA's QP, while the QP handle is
      still the internal handle used to reference a virtual QP. Regardless of
      whether the device is exposing physical ids, the driver will still try to
      pick up the QP handle from the backend if possible. The MR keys exposed to
      the guest will also be the MR keys created by the physical HCA, instead of
      virtual MR keys. The distinction between handle and keys is already
      present for MRs so there is no need to do anything special here.
      
      A new version of the create QP response has been added to the device API
      to pass up the QP number and handle. The driver will also report these to
      userspace in the udata response if userspace supports it or not create the
      queuepair if not. I also had to do a refactor of the destroy qp code to
      reuse it if we fail to copy to userspace.
      
      Link: https://lore.kernel.org/r/20191028181444.19448-1-aditr@vmware.comReviewed-by: NJorgen Hansen <jhansen@vmware.com>
      Signed-off-by: NAdit Ranadive <aditr@vmware.com>
      Signed-off-by: NBryan Tan <bryantan@vmware.com>
      Signed-off-by: NJason Gunthorpe <jgg@mellanox.com>
      a52dc3a1
  18. 01 10月, 2019 1 次提交
  19. 24 6月, 2019 1 次提交
  20. 21 6月, 2019 1 次提交
  21. 12 6月, 2019 2 次提交
  22. 11 6月, 2019 3 次提交
  23. 21 5月, 2019 1 次提交
  24. 09 4月, 2019 5 次提交
  25. 02 4月, 2019 2 次提交
  26. 28 3月, 2019 1 次提交
  27. 23 2月, 2019 1 次提交