All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/6]  Implement byteswap and update references
@ 2022-05-23 14:50 Lin Liu
  2022-05-23 14:50 ` [PATCH v5 2/6] crypto/vmac: Simplify code with byteswap Lin Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Lin Liu @ 2022-05-23 14:50 UTC (permalink / raw)
  To: xen-devel
  Cc: Lin Liu, Andrew Cooper, Daniel De Graaf, Daniel P. Smith,
	George Dunlap, Ian Jackson, Jan Beulich, Julien Grall,
	Bertrand Marquis, Konrad Rzeszutek Wilk, Roger Pau Monné,
	Ross Lagerwall, Stefano Stabellini, Volodymyr Babchuk, Wei Liu


Lin Liu (6):
  xen: implement byteswap
  crypto/vmac: Simplify code with byteswap
  arm64/find_next_bit: Remove ext2_swab()
  xen: Switch to byteswap
  tools: Use new byteswap helper
  byteorder: Remove byteorder

 .../libs/guest/xg_dom_decompress_unsafe_xz.c  |   5 +
 .../guest/xg_dom_decompress_unsafe_zstd.c     |   3 +-
 xen/arch/arm/arm64/lib/find_next_bit.c        |  36 +---
 xen/arch/arm/include/asm/byteorder.h          |   6 +-
 xen/arch/x86/include/asm/byteorder.h          |  34 +---
 xen/common/device_tree.c                      |  44 ++---
 xen/common/libelf/libelf-private.h            |   6 +-
 xen/common/xz/private.h                       |   2 +-
 xen/crypto/vmac.c                             |  76 +-------
 xen/include/xen/byteorder.h                   |  56 ++++++
 xen/include/xen/byteorder/big_endian.h        | 102 ----------
 xen/include/xen/byteorder/generic.h           |  68 -------
 xen/include/xen/byteorder/little_endian.h     | 102 ----------
 xen/include/xen/byteorder/swab.h              | 183 ------------------
 xen/include/xen/byteswap.h                    |  52 +++++
 xen/include/xen/compiler.h                    |  20 ++
 xen/include/xen/unaligned.h                   |  12 +-
 17 files changed, 184 insertions(+), 623 deletions(-)
 create mode 100644 xen/include/xen/byteorder.h
 delete mode 100644 xen/include/xen/byteorder/big_endian.h
 delete mode 100644 xen/include/xen/byteorder/generic.h
 delete mode 100644 xen/include/xen/byteorder/little_endian.h
 delete mode 100644 xen/include/xen/byteorder/swab.h
 create mode 100644 xen/include/xen/byteswap.h

-- 
2.27.0



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

end of thread, other threads:[~2022-05-25  7:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-23 14:50 [PATCH v5 0/6] Implement byteswap and update references Lin Liu
2022-05-23 14:50 ` [PATCH v5 2/6] crypto/vmac: Simplify code with byteswap Lin Liu
2022-05-23 14:50 ` [PATCH v5 3/6] arm64/find_next_bit: Remove ext2_swab() Lin Liu
2022-05-23 14:53   ` Julien Grall
2022-05-24  1:35     ` 回复: " Lin Liu (刘林)
2022-05-25  7:53       ` Julien Grall
2022-05-23 14:50 ` [PATCH v5 4/6] xen: Switch to byteswap Lin Liu
2022-05-23 14:56   ` Julien Grall
2022-05-23 15:38     ` Andrew Cooper
2022-05-23 16:05       ` Julien Grall
2022-05-24  2:42         ` Lin Liu (刘林)
2022-05-23 16:14       ` Jan Beulich
2022-05-23 14:50 ` [PATCH v5 5/6] tools: Use new byteswap helper Lin Liu
2022-05-23 14:50 ` [PATCH v5 6/6] byteorder: Remove byteorder Lin Liu
2022-05-24  2:48   ` Jiamei Xie
2022-05-24  3:07     ` Lin Liu (刘林)

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.