All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] arm64: accelerate crc32_be
@ 2022-01-18 10:23 ` Kevin Bracey
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Bracey @ 2022-01-18 10:23 UTC (permalink / raw)
  To: Herbert Xu
  Cc: linux-crypto, linux-arm-kernel, Ard Biesheuvel, Will Deacon,
	Catalin Marinas, Kevin Bracey

Originally sent only to the arm-linux list - now including linux-crypto.
Ard suggested that Herbert take the series.

This series completes the arm64 crc32 helper acceleration by adding crc32_be.

There are plenty of users, for example OF.

To compensate for the extra supporting cruft in lib/crc32.c, a couple of minor
tidies.

changes since v2:
- no code change, but sent to Herbert+crypto with Catalin's ack for arm64

changes since v1:
- assembler style fixes from Ard's review

Kevin Bracey (4):
  lib/crc32.c: remove unneeded casts
  lib/crc32.c: Make crc32_be weak for arch override
  lib/crc32test.c: correct printed bytes count
  arm64: accelerate crc32_be

 arch/arm64/lib/crc32.S | 87 +++++++++++++++++++++++++++++++++++-------
 lib/crc32.c            | 14 +++----
 lib/crc32test.c        |  2 +-
 3 files changed, 80 insertions(+), 23 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-01-28  6:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 10:23 [PATCH v3 0/4] arm64: accelerate crc32_be Kevin Bracey
2022-01-18 10:23 ` Kevin Bracey
2022-01-18 10:23 ` [PATCH v3 1/4] lib/crc32.c: remove unneeded casts Kevin Bracey
2022-01-18 10:23   ` Kevin Bracey
2022-01-18 10:23 ` [PATCH v3 2/4] lib/crc32.c: Make crc32_be weak for arch override Kevin Bracey
2022-01-18 10:23   ` Kevin Bracey
2022-01-18 10:23 ` [PATCH v3 3/4] lib/crc32test.c: correct printed bytes count Kevin Bracey
2022-01-18 10:23   ` Kevin Bracey
2022-01-18 10:23 ` [PATCH v3 4/4] arm64: accelerate crc32_be Kevin Bracey
2022-01-18 10:23   ` Kevin Bracey
2022-01-28  6:25 ` [PATCH v3 0/4] " Herbert Xu
2022-01-28  6:25   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.