1. 27 3月, 2020 3 次提交
  2. 28 2月, 2020 1 次提交
    • R
      iommu: Use C99 flexible array in fwspec · 098accf2
      Robin Murphy 提交于
      Although the 1-element array was a typical pre-C99 way to implement
      variable-length structures, and indeed is a fundamental construct in the
      APIs of certain other popular platforms, there's no good reason for it
      here (and in particular the sizeof() trick is far too "clever" for its
      own good). We can just as easily implement iommu_fwspec's preallocation
      behaviour using a standard flexible array member, so let's make it look
      the way most readers would expect.
      Signed-off-by: NRobin Murphy <robin.murphy@arm.com>
      Signed-off-by: NJoerg Roedel <jroedel@suse.de>
      098accf2
  3. 19 2月, 2020 8 次提交
  4. 25 1月, 2020 2 次提交
  5. 24 1月, 2020 8 次提交
  6. 17 1月, 2020 3 次提交
  7. 16 1月, 2020 10 次提交
  8. 15 1月, 2020 1 次提交
  9. 11 1月, 2020 1 次提交
  10. 10 1月, 2020 3 次提交
新手
引导
客服 返回
顶部