An error occurred fetching the project authors.
  1. 11 Feb, 2019 6 commits
  2. 31 Dec, 2018 1 commit
  3. 20 Dec, 2018 1 commit
    • Horia Geantă's avatar
      Revert "arm64: defconfig: Enable FSL_MC_BUS and FSL_MC_DPIO" · 82c7b351
      Horia Geantă authored
      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: default avatarStefan Wahren <stefan.wahren@i2se.com>
      Signed-off-by: default avatarHoria Geantă <horia.geanta@nxp.com>
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      82c7b351
  4. 13 Dec, 2018 3 commits
  5. 30 Nov, 2018 2 commits
  6. 29 Nov, 2018 2 commits
  7. 13 Nov, 2018 3 commits
  8. 05 Nov, 2018 1 commit
  9. 02 Nov, 2018 1 commit
  10. 05 Oct, 2018 2 commits
  11. 04 Oct, 2018 1 commit
  12. 01 Oct, 2018 1 commit
  13. 28 Sep, 2018 1 commit
  14. 21 Sep, 2018 3 commits
  15. 17 Sep, 2018 1 commit
  16. 13 Sep, 2018 1 commit
  17. 05 Sep, 2018 1 commit
  18. 04 Sep, 2018 1 commit
    • Ard Biesheuvel's avatar
      crypto: arm64/crc32 - remove PMULL based CRC32 driver · 598b7d41
      Ard Biesheuvel authored
      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: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      598b7d41
  19. 29 Aug, 2018 1 commit
  20. 27 Aug, 2018 1 commit
  21. 23 Jul, 2018 1 commit
  22. 21 Jul, 2018 1 commit
  23. 20 Jul, 2018 1 commit
  24. 17 Jul, 2018 1 commit
  25. 09 Jul, 2018 1 commit
  26. 03 Jul, 2018 1 commit