All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6]  Implement byteswap and update references
@ 2022-05-23  9:52 Lin Liu
  2022-05-23  9:52 ` [PATCH v4 1/6] xen: implement byteswap Lin Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Lin Liu @ 2022-05-23  9:52 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                    |  44 +++++
 xen/include/xen/compiler.h                    |  24 +++
 xen/include/xen/lib.h                         |   4 -
 xen/include/xen/unaligned.h                   |  12 +-
 18 files changed, 180 insertions(+), 627 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] 20+ messages in thread

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

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23  9:52 [PATCH v4 0/6] Implement byteswap and update references Lin Liu
2022-05-23  9:52 ` [PATCH v4 1/6] xen: implement byteswap Lin Liu
2022-05-23 10:07   ` Roger Pau Monné
2022-05-23 11:00     ` Jan Beulich
2022-05-23 11:05       ` Jan Beulich
2022-05-23  9:52 ` [PATCH v4 2/6] crypto/vmac: Simplify code with byteswap Lin Liu
2022-05-23  9:52 ` [PATCH v4 3/6] arm64/find_next_bit: Remove ext2_swab() Lin Liu
2022-05-23 10:10   ` Julien Grall
2022-05-23  9:52 ` [PATCH v4 4/6] xen: Switch to byteswap Lin Liu
2022-05-23 10:12   ` Julien Grall
2022-05-23 11:09     ` Jan Beulich
2022-05-23  9:52 ` [PATCH v4 5/6] tools: Use new byteswap helper Lin Liu
2022-05-23 11:10   ` Jan Beulich
2022-05-24  2:13     ` Lin Liu (刘林)
2022-05-24  6:10       ` Jan Beulich
2022-05-24  6:52         ` Lin Liu (刘林)
2022-05-24  6:58           ` Jan Beulich
2022-05-24  7:17             ` Lin Liu (刘林)
2022-05-24  8:52               ` Jan Beulich
2022-05-23  9:52 ` [PATCH v4 6/6] byteorder: Remove byteorder 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.