This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e729dbe8ea1c Merge tag 'acpi-5.18-rc1-2' of git://git.kernel.org/pub/sc [...] new 6f4abbaa1bd3 drivers/virtio: Enable virtio mem for ARM64 new d3bb267bbdcb vhost: cache avail index in vhost_enable_notify() new 8897d6d0fcc9 vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvf new cce0ab2b2a39 vhost_vdpa: don't setup irq offloading when irq_num < 0 new ad5c5690de57 vDPA/ifcvf: implement device MSIX vector allocator new 9b3e81483400 vDPA/ifcvf: implement shared IRQ feature new 6f84622db395 vDPA/ifcvf: cacheline alignment for ifcvf_hw new 504c1cabe325 mm/balloon_compaction: make balloon page compaction callba [...] new 90a6951b58e9 Add definition of VIRTIO_F_IN_ORDER feature bit new 13d640a3e9a3 virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC new 24e19590628b virtio-crypto: introduce akcipher service new 59ca6c93387d virtio-crypto: implement RSA algorithm new ea993de113b8 virtio-crypto: rename skcipher algs new 1e00e821e4ca net/mlx5: Add support for configuring max device MTU new d80dc15bb6e7 virtio_ring: rename vring_unmap_state_packed() to vring_un [...] new b4282ebc71aa virtio_ring: remove flags check for unmap split indirect desc new 920379a465da virtio_ring: remove flags check for unmap packed indirect desc new 06f05bc52269 tools/virtio: fix after premapped buf support new f03560a57c1f tools/virtio: compile with -pthread new 8d65bc9a5be3 virtio: use virtio_device_ready() in virtio_device_restore() new c1ddc42da2b2 drivers/net/virtio_net: Fixed padded vheader to use v1 with hash. new c7114b1249fa drivers/net/virtio_net: Added basic RSS support. new 91f41f01d219 drivers/net/virtio_net: Added RSS hash report. new c11708209df2 drivers/net/virtio_net: Added RSS hash report control. new 7b79edfb862d Revert "virtio-pci: harden INTX interrupts" new eb4cecb453a1 Revert "virtio_pci: harden MSI-X interrupts" new 3f63a1d7f6f5 virtio: pci: check bar values read from virtio config space new f1781bedea8c vdpa/mlx5: re-create forwarding rules after mac modified new a61280ddddaa vdpa: support exposing the config size to userspace new 81d46d693173 vdpa: change the type of nvqs to u32 new b04d910af330 vdpa: support exposing the count of vqs to userspace new 03a91c9af2c4 vhost: handle error while adding split ranges to iotlb new ad6dc1daaf29 vdpa/mlx5: Avoid processing works if workqueue was destroyed new f4f5d7cfb2e5 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new c726031a9d15 auxdisplay: lcd2s: Fix multi-line comment style new 44bb3f038eb5 auxdisplay: lcd2s: make use of device property API new f15c3dea5ed7 auxdisplay: lcd2s: use module_i2c_driver to simplify the code new 8fefb3134f34 auxdisplay: lcd2s: Switch to i2c ->probe_new() new 13de23494f38 auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy() new d4f1db771599 Merge tag 'auxdisplay-for-linus-v5.18-rc1' of https://gith [...] new cf6e4bc16dba watchdog: imx2_wdg: Alow ping on suspend new d055ef3a2c69 watchdog: rti-wdt: Add missing pm_runtime_disable() in pro [...] new 4ed1a6b6e66d watchdog: aspeed: add nowayout support new ba6c89ab3b58 watchdog: Improve watchdog_dev function documentation new 7198d62c6687 dt-bindings: watchdog: renesas-wdt: Document r8a779f0 support new 823a20e3c78b watchdog: renesas_wdt: Add R-Car Gen4 support new cd91fb277696 watchdog: allow building BCM7038_WDT for BCM4908 new 7a6b3d8a432d watchdog: orion_wdt: support pretimeout on Armada-XP new 1aea522809e6 watchdog: ixp4xx: Implement restart new abd71a948f7a Watchdog: sp5100_tco: Move timer initialization into function new 1f182aca2300 Watchdog: sp5100_tco: Refactor MMIO base address initialization new 0578fff4aae5 Watchdog: sp5100_tco: Add initialization using EFCH MMIO new 826270373f17 Watchdog: sp5100_tco: Enable Family 17h+ CPUs new 354b8bf222ee Merge tag 'linux-watchdog-5.18-rc1' of git://www.linux-wat [...]
The 54 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/watchdog/renesas,wdt.yaml | 5 + drivers/auxdisplay/lcd2s.c | 55 +- drivers/crypto/virtio/Kconfig | 3 + drivers/crypto/virtio/Makefile | 3 +- .../crypto/virtio/virtio_crypto_akcipher_algs.c | 585 +++++++++++++++++++++ drivers/crypto/virtio/virtio_crypto_common.h | 7 +- drivers/crypto/virtio/virtio_crypto_core.c | 6 +- drivers/crypto/virtio/virtio_crypto_mgr.c | 17 +- ...crypto_algs.c => virtio_crypto_skcipher_algs.c} | 4 +- drivers/net/virtio_net.c | 389 +++++++++++++- drivers/vdpa/ifcvf/ifcvf_base.c | 124 ++--- drivers/vdpa/ifcvf/ifcvf_base.h | 24 +- drivers/vdpa/ifcvf/ifcvf_main.c | 317 +++++++++-- drivers/vdpa/mlx5/net/mlx5_vnet.c | 84 ++- drivers/vdpa/vdpa.c | 6 +- drivers/vhost/iotlb.c | 6 +- drivers/vhost/vdpa.c | 45 +- drivers/vhost/vhost.c | 3 +- drivers/virtio/Kconfig | 7 +- drivers/virtio/virtio.c | 5 +- drivers/virtio/virtio_pci_common.c | 48 +- drivers/virtio/virtio_pci_common.h | 7 +- drivers/virtio/virtio_pci_legacy.c | 5 +- drivers/virtio/virtio_pci_modern.c | 18 +- drivers/virtio/virtio_pci_modern_dev.c | 9 +- drivers/virtio/virtio_ring.c | 53 +- drivers/watchdog/Kconfig | 2 +- drivers/watchdog/aspeed_wdt.c | 7 + drivers/watchdog/imx2_wdt.c | 27 +- drivers/watchdog/ixp4xx_wdt.c | 14 + drivers/watchdog/orion_wdt.c | 13 +- drivers/watchdog/renesas_wdt.c | 1 + drivers/watchdog/rti_wdt.c | 1 + drivers/watchdog/sp5100_tco.c | 334 ++++++++---- drivers/watchdog/sp5100_tco.h | 7 + drivers/watchdog/watchdog_dev.c | 244 ++++----- include/linux/balloon_compaction.h | 22 - include/linux/vdpa.h | 9 +- include/uapi/linux/vhost.h | 7 + include/uapi/linux/virtio_config.h | 6 + include/uapi/linux/virtio_crypto.h | 82 ++- mm/balloon_compaction.c | 6 +- tools/virtio/Makefile | 3 +- tools/virtio/linux/dma-mapping.h | 4 +- 44 files changed, 2054 insertions(+), 570 deletions(-) create mode 100644 drivers/crypto/virtio/virtio_crypto_akcipher_algs.c rename drivers/crypto/virtio/{virtio_crypto_algs.c => virtio_crypto_skcipher_algs. [...]