1. 30 11月, 2018 1 次提交
  2. 29 11月, 2018 2 次提交
  3. 03 11月, 2018 1 次提交
  4. 05 10月, 2018 2 次提交
  5. 04 10月, 2018 1 次提交
  6. 02 10月, 2018 1 次提交
  7. 28 9月, 2018 1 次提交
  8. 21 9月, 2018 3 次提交
  9. 17 9月, 2018 1 次提交
  10. 14 9月, 2018 1 次提交
  11. 05 9月, 2018 1 次提交
  12. 04 9月, 2018 1 次提交
    • A
      crypto: arm64/crc32 - remove PMULL based CRC32 driver · 598b7d41
      Ard Biesheuvel 提交于
      Now that the scalar fallbacks have been moved out of this driver into
      the core crc32()/crc32c() routines, we are left with a CRC32 crypto API
      driver for arm64 that is based only on 64x64 polynomial multiplication,
      which is an optional instruction in the ARMv8 architecture, and is less
      and less likely to be available on cores that do not also implement the
      CRC32 instructions, given that those are mandatory in the architecture
      as of ARMv8.1.
      
      Since the scalar instructions do not require the special handling that
      SIMD instructions do, and since they turn out to be considerably faster
      on some cores (Cortex-A53) as well, there is really no point in keeping
      this code around so let's just remove it.
      Signed-off-by: NArd Biesheuvel <ard.biesheuvel@linaro.org>
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      598b7d41
  13. 30 8月, 2018 1 次提交
  14. 27 8月, 2018 1 次提交
  15. 23 7月, 2018 1 次提交
  16. 22 7月, 2018 1 次提交
  17. 20 7月, 2018 1 次提交
  18. 17 7月, 2018 1 次提交
  19. 10 7月, 2018 1 次提交
  20. 04 7月, 2018 1 次提交
  21. 24 6月, 2018 1 次提交
  22. 22 6月, 2018 1 次提交
  23. 18 6月, 2018 1 次提交
  24. 26 5月, 2018 1 次提交
  25. 25 5月, 2018 3 次提交
  26. 17 5月, 2018 1 次提交
  27. 16 5月, 2018 1 次提交
  28. 14 5月, 2018 1 次提交
    • S
      arm64: defconfig: Increase CMA size for VC4 · ebf08924
      Stefan Wahren 提交于
      The VC4 needs more memory than the default setting (16 MB):
      
        vc4-drm soc:gpu: swiotlb: coherent allocation failed, size=16777216
        [drm:vc4_bo_create [vc4]] *ERROR* Failed to allocate from CMA:
        vc4_v3d 3fc00000.v3d: Failed to allocate memory for tile binning: -12.
          You may need to enable CMA or give it more memory.
        vc4-drm soc:gpu: failed to bind 3fc00000.v3d (ops vc4_v3d_ops [vc4]): -12
        vc4-drm soc:gpu: master bind failed: -12
        vc4-drm: probe of soc:gpu failed with error -12
      
      So increase the value to 32 MB and fix this issue.
      Signed-off-by: NStefan Wahren <stefan.wahren@i2se.com>
      Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
      ebf08924
  29. 11 5月, 2018 1 次提交
  30. 09 5月, 2018 1 次提交
  31. 02 5月, 2018 2 次提交
  32. 27 4月, 2018 2 次提交