1. 11 2月, 2019 4 次提交
  2. 01 1月, 2019 1 次提交
  3. 21 12月, 2018 1 次提交
    • H
      Revert "arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO" · 82c7b351
      Horia Geantă 提交于
      This reverts commit d9678adb.
      
      Received below report from Stefan.
      Revert the commit until CAAM driver dependency cycles are fixed.
      
      this patch in next-20181214 breaks "make modules_install" for
      arm64/defconfig on my Ubuntu machine:
      
      DEPMOD  4.20.0-rc6-next-20181214
      depmod: ERROR: Found 6 modules in dependency cycles!
      depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> authenc
      depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> fsl_mc_dpio
      depmod: ERROR: Cycle detected: dpaa2_caam -> caamhash_desc -> dpaa2_caam
      depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> caamhash_desc -> error
      depmod: ERROR: Cycle detected: caamalg_desc -> dpaa2_caam -> caamhash_desc -> caamalg_desc
      Reported-by: NStefan Wahren <stefan.wahren@i2se.com>
      Signed-off-by: NHoria Geantă <horia.geanta@nxp.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      82c7b351
  4. 13 12月, 2018 3 次提交
  5. 01 12月, 2018 1 次提交
  6. 30 11月, 2018 1 次提交
  7. 29 11月, 2018 2 次提交
  8. 13 11月, 2018 3 次提交
  9. 05 11月, 2018 1 次提交
  10. 03 11月, 2018 1 次提交
  11. 05 10月, 2018 2 次提交
  12. 04 10月, 2018 1 次提交
  13. 02 10月, 2018 1 次提交
  14. 28 9月, 2018 1 次提交
  15. 21 9月, 2018 3 次提交
  16. 17 9月, 2018 1 次提交
  17. 14 9月, 2018 1 次提交
  18. 05 9月, 2018 1 次提交
  19. 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
  20. 30 8月, 2018 1 次提交
  21. 27 8月, 2018 1 次提交
  22. 23 7月, 2018 1 次提交
  23. 22 7月, 2018 1 次提交
  24. 20 7月, 2018 1 次提交
  25. 17 7月, 2018 1 次提交
  26. 10 7月, 2018 1 次提交
  27. 04 7月, 2018 1 次提交
  28. 24 6月, 2018 1 次提交
  29. 22 6月, 2018 1 次提交