Linux Virtualization
[Prev Page][Next Page]
Re: [PATCH v4 10/15] asm/io.h: Add ioremap_shared fallback,
Bjorn Helgaas
Re: [PATCH v4 09/15] pci: Consolidate pci_iomap* and pci_iomap*wc,
Bjorn Helgaas
Re: [PATCH v6 1/2] tty: hvc: pass DMA capable memory to put_chars(),
kernel test robot
Re: [PATCH resend] vsock/virtio: avoid potential deadlock when vsock device remove, Stefano Garzarella
[PATCH 0/2] virtiofs: miscellaneous fixes,
Jeffle Xu
[PATCH 2/2] virtiofs: reduce lock contention on fpq->lock, Jeffle Xu
Re: [PATCH 0/2] virtiofs: miscellaneous fixes, JeffleXu
[PATCH v1 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem,
David Hildenbrand
[bug report] vhost_net: basic polling support,
Dan Carpenter
Re: [virtio-comment] [RFC PATCH v7 2/2] virtio-vsock: SOCK_SEQPACKET description, Stefano Garzarella
Re: [virtio-comment] [RFC PATCH v7 1/2] virtio-vsock: use C style defines for constants, Stefano Garzarella
Re: [RFC PATCH v2 5/5] vsock_test: update message bounds test for MSG_EOR, Stefano Garzarella
Re: [RFC PATCH v2 4/5] af_vsock: rename variables in receive loop, Stefano Garzarella
Re: [RFC PATCH v2 3/5] virito/vsock: support MSG_EOR bit processing, Stefano Garzarella
Re: [RFC PATCH v2 2/5] vhost/vsock: support MSG_EOR bit processing, Stefano Garzarella
[WorldCIST'22]: Call for Workshops Proposals, ML
Re: [RFC PATCH v2 1/5] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOM' bit, Stefano Garzarella
[RFC PATCH] virtio-net: use NETIF_F_GRO_HW instead of NETIF_F_LRO,
Jason Wang
Message not available
Re: virtio bugs, Jason Wang
[PATCH RESEND net-next 00/10] devlink: Control auxiliary devices,
Parav Pandit via Virtualization
- [PATCH RESEND net-next 01/10] devlink: Add new "enable_eth" generic device param, Parav Pandit via Virtualization
- [PATCH RESEND net-next 02/10] devlink: Add new "enable_rdma" generic device param, Parav Pandit via Virtualization
- [PATCH RESEND net-next 03/10] devlink: Add new "enable_vnet" generic device param, Parav Pandit via Virtualization
- [PATCH RESEND net-next 07/10] net/mlx5: Fix unpublish devlink parameters, Parav Pandit via Virtualization
- [PATCH RESEND net-next 04/10] devlink: Create a helper function for one parameter registration, Parav Pandit via Virtualization
- [PATCH RESEND net-next 08/10] net/mlx5: Support enable_eth devlink dev param, Parav Pandit via Virtualization
- [PATCH RESEND net-next 05/10] devlink: Add API to register and unregister single parameter, Parav Pandit via Virtualization
- [PATCH RESEND net-next 09/10] net/mlx5: Support enable_rdma devlink dev param, Parav Pandit via Virtualization
- [PATCH RESEND net-next 10/10] net/mlx5: Support enable_vnet devlink dev param, Parav Pandit via Virtualization
- [PATCH RESEND net-next 06/10] devlink: Add APIs to publish, unpublish individual parameter, Parav Pandit via Virtualization
[PATCH V5 0/2] gpio: Add virtio based driver,
Viresh Kumar
Re: [Patch v1 3/3] vdpa/mlx5: Add multiqueue support,
Jason Wang
Re: [Patch v1 2/3] vdpa/mlx5: Add support for control VQ and MAC setting,
Jason Wang
Re: [Patch v1 1/3] vdpa/mlx5: Remove redundant header file inclusion, Jason Wang
Re: [PATCH v2] vdpa_sim: Use iova_shift() for the size passed to alloc_iova(),
Jason Wang
Re: [PATCH v5] virtio-blk: Add validation for block size in config space,
Jason Wang
<Possible follow-ups>
Re: [PATCH v5] virtio-blk: Add validation for block size in config space, Michael S. Tsirkin
Message not available
Re: [PATCH v5] virtio-blk: Add validation for block size in config space, Michael S. Tsirkin
Re: [PATCH 0/3] vdpa/mlx5: Add Control VQ and MAC and Multi queue support,
Michael S. Tsirkin
Re: [PATCH] vdpa_sim: Fix incorrect size passed to alloc_iova(),
Stefano Garzarella
Re: [RFC PATCH 10/15] virtio: virtio_balloon: use PAGES_PER_SECTION instead of MAX_ORDER_NR_PAGES., David Hildenbrand
Re: [RFC PATCH 09/15] virtio: virtio_mem: use PAGES_PER_SECTION instead of MAX_ORDER_NR_PAGES, David Hildenbrand
Re: [PATCH v4 1/2] tty: hvc: pass DMA capable memory to put_chars(),
Arnd Bergmann
[PATCH v3 0/9] mm/memory_hotplug: "auto-movable" online policy and memory groups,
David Hildenbrand
Re: [RFC PATCH v1 3/7] vhost/vsock: support MSG_EOR bit processing,
Stefano Garzarella
Re: [RFC PATCH v1 2/7] vsock: rename implementation from 'record' to 'message', Stefano Garzarella
Re: [RFC PATCH v1 1/7] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOM' bit, Stefano Garzarella
Re: [PATCH] tools/virtio: use 'unsigned int' instead of bare 'unsigned', Michael S. Tsirkin
Re: [PATCH v3 1/2] tty: hvc: pass DMA capable memory to put_chars(), Greg KH
Re: [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics,
David Ahern
<Possible follow-ups>
Re: [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics, Toke Høiland-Jørgensen
add a bvec_virt helper,
Christoph Hellwig
- [PATCH 01/15] bvec: add a bvec_virt helper, Christoph Hellwig
- [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}, Christoph Hellwig
- [PATCH 03/15] dm: make EBS depend on !HIGHMEM, Christoph Hellwig
- [PATCH 04/15] dm-ebs: use bvec_virt, Christoph Hellwig
- [PATCH 05/15] dm-integrity: use bvec_virt, Christoph Hellwig
- [PATCH 06/15] squashfs: use bvec_virt, Christoph Hellwig
- [PATCH 07/15] rbd: use bvec_virt, Christoph Hellwig
- [PATCH 08/15] virtio_blk: use bvec_virt, Christoph Hellwig
- [PATCH 09/15] bcache: use bvec_virt, Christoph Hellwig
- [PATCH 10/15] sd: use bvec_virt, Christoph Hellwig
- [PATCH 11/15] ubd: use bvec_virt, Christoph Hellwig
- [PATCH 12/15] ps3vram: use bvec_virt, Christoph Hellwig
- [PATCH 13/15] dasd: use bvec_virt, Christoph Hellwig
- [PATCH 14/15] dcssblk: use bvec_virt, Christoph Hellwig
- [PATCH 15/15] nvme: use bvec_virt, Christoph Hellwig
- Re: add a bvec_virt helper, Christoph Hellwig
- Re: add a bvec_virt helper, Jens Axboe
[PATCH v3 0/8] fuse,virtiofs: support per-file DAX,
Jeffle Xu
- [PATCH v3 1/8] fuse: add fuse_should_enable_dax() helper, Jeffle Xu
- [PATCH v3 2/8] fuse: Make DAX mount option a tri-state, Jeffle Xu
- [PATCH v3 7/8] fuse: support changing per-file DAX flag inside guest, Jeffle Xu
- [PATCH v3 5/8] fuse: enable per-file DAX, Jeffle Xu
- [PATCH v3 6/8] fuse: mark inode DONT_CACHE when per-file DAX indication changes, Jeffle Xu
- [PATCH v3 3/8] fuse: support per-file DAX, Jeffle Xu
- [PATCH v3 4/8] fuse: negotiate if server/client supports per-file DAX, Jeffle Xu
- [PATCH v3 8/8] fuse: show '-o dax=inode' option only when FUSE server supports, Jeffle Xu
- [PATCH virtiofsd 0/3] virtiofsd: support per-file DAX, Jeffle Xu
- [virtiofsd PATCH v2 0/4] virtiofsd: support per-file DAX, Jeffle Xu
- Re: [PATCH v3 0/8] fuse,virtiofs: support per-file DAX, JeffleXu
[PATCH 00/38] Replace deprecated CPU-hotplug,
Sebastian Andrzej Siewior
[PATCH 00/11] Provide offset-adjusted framebuffer mappings,
Thomas Zimmermann
- [PATCH 05/11] drm/mgag200: Use offset-adjusted shadow-plane mappings, Thomas Zimmermann
- [PATCH 02/11] drm/ast: Use offset-adjusted shadow-plane mappings, Thomas Zimmermann
- [PATCH 04/11] drm/hyperv: Use offset-adjusted shadow-plane mappings, Thomas Zimmermann
- [PATCH 06/11] drm/cirrus: Use offset-adjusted shadow-plane mappings, Thomas Zimmermann
- [PATCH 08/11] drm/simpledrm: Use offset-adjusted shadow-plane mapping, Thomas Zimmermann
- [PATCH 01/11] drm/gem: Provide offset-adjusted framebuffer BO mappings, Thomas Zimmermann
- [PATCH 03/11] drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap(), Thomas Zimmermann
- [PATCH 09/11] drm/udl: Use offset-adjusted shadow-plane mapping, Thomas Zimmermann
- [PATCH 10/11] drm/vbox: Use offset-adjusted shadow-plane mappings, Thomas Zimmermann
- [PATCH 11/11] drm/vkms: Use offset-adjusted shadow-plane mappings and output, Thomas Zimmermann
- [PATCH 07/11] drm/gm12u320: Use offset-adjusted shadow-plane mappings, Thomas Zimmermann
- Re: [PATCH 00/11] Provide offset-adjusted framebuffer mappings, Sam Ravnborg
[PATCH V4 0/2] gpio: Add virtio based driver,
Viresh Kumar
Message not available
Message not available
Re: [PATCH v10 05/17] vhost-vdpa: Fail the vhost_vdpa_set_status() on reset failure,
Jason Wang
Re: [PATCH v10 10/17] virtio: Handle device reset failure in register_virtio_device(),
Jason Wang
Re: [PATCH v10 07/17] virtio: Don't set FAILED status bit on device index allocation failure, Jason Wang
Re: [PATCH v10 04/17] vdpa: Fail the vdpa_reset() if fail to set device status to zero,
Jason Wang
Re: [PATCH v10 03/17] vdpa: Fix code indentation, Jason Wang
Re: [PATCH v10 02/17] file: Export receive_fd() to modules,
Jason Wang
Re: [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast(),
Jason Wang
Re: [PATCH v10 17/17] Documentation: Add documentation for VDUSE, Jason Wang
Re: [PATCH net-next] virtio-net: realign page_to_skb() after merges,
Jason Wang
Re: [PATCH 2/4] VSOCK DRIVER: support communication using additional guest cid, Michael S. Tsirkin
Re: [PATCH 1/4] VSOCK DRIVER: Add multi-cid support for guest,
Michael S. Tsirkin
Re: [PATCH net] VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUEST,
Stefano Garzarella
[PATCH 4.19 01/30] virtio_net: Do not pull payload in skb->head, Greg Kroah-Hartman
[PATCH 4.14 14/38] virtio_net: Do not pull payload in skb->head, Greg Kroah-Hartman
Re: [PATCH 0/4] Add multi-cid support for vsock driver,
Stefano Garzarella
<Possible follow-ups>
Re: [PATCH 0/4] Add multi-cid support for vsock driver, Michael S. Tsirkin
[PATCH] vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macro,
Cai Huoqing
Re: [PATCH 1/2] tty: hvc: pass DMA capable memory to put_chars(),
Arnd Bergmann
Patch "virtio_net: Do not pull payload in skb->head" has been added to the 4.14-stable tree, gregkh
Patch "virtio_net: Do not pull payload in skb->head" has been added to the 4.19-stable tree, gregkh
Re: [PATCH v10 16/17] vduse: Introduce VDUSE - vDPA Device in Userspace,
Greg KH
Re: [PATCH] virtio-console: avoid DMA from vmalloc area,
Arnd Bergmann
Re: [RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET,
Stefano Garzarella
<Possible follow-ups>
Re: [RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET, Stefano Garzarella
[PATCH V4 0/5] virtio: Add virtio-device bindings,
Viresh Kumar
[PATCH V3 0/5] virtio: Add virtio-device bindings,
Viresh Kumar
[PATCH V3 2/5] dt-bindings: i2c: Add bindings for i2c-virtio, Viresh Kumar
[PATCH V3 3/5] dt-bindings: gpio: Add bindings for gpio-virtio, Viresh Kumar
[PATCH V3 4/5] uapi: virtio_ids: Sync ids with specification, Viresh Kumar
[PATCH V3 5/5] virtio: Bind virtio device to device-tree node, Viresh Kumar
[PATCH v2 0/9] mm/memory_hotplug: "auto-movable" online policy and memory groups,
David Hildenbrand
[PATCH v15] i2c: virtio: add a virtio i2c frontend driver,
Jie Deng
Re: PROBLEM: virtio_net LRO kernel panics,
Tonghao Zhang
<Possible follow-ups>
Re: PROBLEM: virtio_net LRO kernel panics, Michael S. Tsirkin
Message not available
[PATCH V2 0/5] virtio: Add virtio-device bindings,
Viresh Kumar
[PATCH V2 2/5] dt-bindings: i2c: Add bindings for i2c-virtio, Viresh Kumar
[PATCH V2 3/5] dt-bindings: gpio: Add bindings for gpio-virtio, Viresh Kumar
[PATCH V2 4/5] uapi: virtio_ids: Sync ids with specification, Viresh Kumar
[PATCH V2 5/5] virtio: Bind virtio device to device-tree node, Viresh Kumar
[PATCH V2.1 5/5] virtio: Bind virtio device to device-tree node, Viresh Kumar
RE: [PATCH v2 3/4] tools headers UAPI: add cpu_relax() implementation for x86 and arm64,
David Laight
[PATCH 1/1] virtio/vsock: Make vsock virtio packet buff size configurable,
Lee Jones
[PATCH v3 0/4] virtio short improvements,
Parav Pandit via Virtualization
[PATCH 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests,
Joerg Roedel
- [PATCH 01/12] kexec: Allow architecture code to opt-out at runtime, Joerg Roedel
- [PATCH 02/12] x86/kexec/64: Forbid kexec when running as an SEV-ES guest, Joerg Roedel
- [PATCH 03/12] x86/sev: Save and print negotiated GHCB protocol version, Joerg Roedel
- [PATCH 04/12] x86/sev: Do not hardcode GHCB protocol version, Joerg Roedel
- [PATCH 05/12] x86/sev: Use GHCB protocol version 2 if supported, Joerg Roedel
- [PATCH 06/12] x86/sev: Cache AP Jump Table Address, Joerg Roedel
- [PATCH 07/12] x86/sev: Setup code to park APs in the AP Jump Table, Joerg Roedel
- [PATCH 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2, Joerg Roedel
- [PATCH 09/12] x86/sev: Use AP Jump Table blob to stop CPU, Joerg Roedel
- [PATCH 11/12] x86/sev: Handle CLFLUSH MMIO events, Joerg Roedel
[PATCH 10/12] x86/sev: Add MMIO handling support to boot/compressed/ code, Joerg Roedel
[PATCH 12/12] x86/sev: Support kexec under SEV-ES with AP Jump Table blob, Joerg Roedel
Re: [PATCH v4 0/5] bus: Make remove callback return void,
Greg Kroah-Hartman
[PATCH v2] MAINTAINERS: Update for VMCI driver,
Jorgen Hansen
[PATCH] MAINTAINERS: Update for VMCI driver,
Jorgen Hansen
Re: [PATCH -next v2 resend] drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe(), Thomas Zimmermann
Re: [PATCH v1] vdpa/vdpa_sim: Use the negotiated features when calling vringh_init_iotlb,
Stefano Garzarella
Re: [PATCH] vdpa/vdpa_sim: Use the negotiated features when calling vringh_init_iotlb, Jason Wang
[PATCH v2 0/4] virtio short improvements,
Parav Pandit via Virtualization
[PATCH v1 0/4] virtio short improvements,
Parav Pandit via Virtualization
Re: [PATCH 2/2] vhost: Fix the calculation in vhost_overflow(), Jason Wang
Re: [PATCH 1/2] vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update(), Jason Wang
Re: [PATCH] vhost_net: Convert from atomic_t to refcount_t on vhost_net_ubuf_ref->refcount,
kernel test robot
[PATCH mlx5-next] IB/mlx5: Rename is_apu_thread_cq function to is_apu_cq,
Leon Romanovsky
[PATCH 0/4] virtio short improvements,
Parav Pandit via Virtualization
Re: [PATCH] virtio-balloon: Use virtio_find_vqs() helper,
David Hildenbrand
[PATCH v2 0/4] virtiofs,fuse: support per-file DAX,
Jeffle Xu
Re: [PATCH -next v2] drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe(),
Thomas Zimmermann
[RFC PATCH 0/3] virtiofs,fuse: support per-file DAX,
Jeffle Xu
[RFC PATCH 2/3] fuse: Make DAX mount option a tri-state, Jeffle Xu
Re: [PATCH 4/4] vdpa: Add documentation for vdpa_alloc_device() macro,
Jason Wang
Re: [PATCH 3/4] vDPA/ifcvf: Fix return value check for vdpa_alloc_device(),
Jason Wang
Re: [PATCH 2/4] vp_vdpa: Fix return value check for vdpa_alloc_device(),
Jason Wang
Re: [PATCH 1/4] vdpa_sim: Fix return value check for vdpa_alloc_device(),
Jason Wang
Re: [PATCH v9 17/17] Documentation: Add documentation for VDUSE, Jason Wang
Re: [virtio-dev] Fwd: [PATCH v2] Provide detailed specification of virtio-blk lifetime metrics,
Stefan Hajnoczi
Re: [PATCH v9 03/17] vdpa: Fix code indentation, Joe Perches
Re: [PATCH -next] drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe(), Thomas Zimmermann
Re: [PATCH v4 5/5] bus: Make remove callback return void, Geert Uytterhoeven
[PATCH 0/2] virtio_ring: fix errors to make virtio tools,
Cai Huoqing
[RFC 0/3] cpuidle: add poll_source API and virtio vq polling,
Stefan Hajnoczi
Re: [PATCH v9 16/17] vduse: Introduce VDUSE - vDPA Device in Userspace,
Dan Carpenter
Re: [PATCH v9 13/17] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap(),
Dan Carpenter
Re: [PATCH v9 07/17] virtio: Don't set FAILED status bit on device index allocation failure, Dan Carpenter
[PATCH 0/5] virtio: Parse virtio-device nodes from DT,
Viresh Kumar
[PATCH 1/5] dt-bindings: virtio: mmio: Add support for device subnode, Viresh Kumar
- Message not available
- Message not available
Message not available
Message not available
[PATCH 4/5] i2c: virtio: Update i2c-adapter's of_node, Viresh Kumar
[PATCH 3/5] dt-bindings: i2c: Add bindings for i2c-virtio, Viresh Kumar
[PATCH 5/5] dt-bindings: gpio: Add bindings for gpio-virtio, Viresh Kumar
[PATCH] uapi: virtio_ids: Add VIRTIO_ID_GPIO from OASIS spec, Viresh Kumar
[Question] virtio-net: About napi_tx,
lma
mm/memory_hotplug: preparatory patches for new online policy and memory,
David Hildenbrand
[PATCH v1 2/4] mm/memory_hotplug: remove nid parameter from arch_remove_memory(), David Hildenbrand
[PATCH v1 3/4] mm/memory_hotplug: remove nid parameter from remove_memory() and friends, David Hildenbrand
[PATCH v1 4/4] ACPI: memhotplug: memory resources cannot be enabled yet, David Hildenbrand
Re: [bug report]scsi: drive letter drift problem, Stefan Hajnoczi
Running VMs with an eGPU and VFIO: from flaky (<= 5.12.x) to broken (5.13.x), Andrej Podzimek via Virtualization
[PATCH AUTOSEL 4.4 12/12] virtio_console: Assure used length from device is limited, Sasha Levin
[PATCH AUTOSEL 4.4 11/12] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 4.9 16/16] virtio_console: Assure used length from device is limited, Sasha Levin
[PATCH AUTOSEL 4.9 15/16] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 4.14 21/21] virtio_console: Assure used length from device is limited, Sasha Levin
[PATCH AUTOSEL 4.14 20/21] virtio_net: Fix error handling in virtnet_restore(), Sasha Levin
[PATCH AUTOSEL 4.14 19/21] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 4.19 21/22] virtio_net: Fix error handling in virtnet_restore(), Sasha Levin
[PATCH AUTOSEL 4.19 22/22] virtio_console: Assure used length from device is limited, Sasha Levin
[PATCH AUTOSEL 4.19 20/22] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 5.4 28/28] virtio: fix up virtio_disable_cb,
Sasha Levin
[PATCH AUTOSEL 5.4 27/28] virtio_console: Assure used length from device is limited, Sasha Levin
[PATCH AUTOSEL 5.4 26/28] virtio_net: Fix error handling in virtnet_restore(), Sasha Levin
[PATCH AUTOSEL 5.4 25/28] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 5.10 37/37] virtio: fix up virtio_disable_cb, Sasha Levin
[PATCH AUTOSEL 5.10 36/37] virtio_console: Assure used length from device is limited, Sasha Levin
[PATCH AUTOSEL 5.10 35/37] virtio_net: Fix error handling in virtnet_restore(), Sasha Levin
[PATCH AUTOSEL 5.10 34/37] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 5.12 42/43] virtio: fix up virtio_disable_cb,
Sasha Levin
[PATCH AUTOSEL 5.12 41/43] virtio_console: Assure used length from device is limited, Sasha Levin
[PATCH AUTOSEL 5.12 39/43] virtio-blk: Fix memory leak among suspend/resume procedure, Sasha Levin
[PATCH AUTOSEL 5.12 40/43] virtio_net: Fix error handling in virtnet_restore(), Sasha Levin
Re: [RFC v1 7/8] mshv: implement in-kernel device framework,
Matthew Wilcox
Re: [RFC v1 3/8] intel/vt-d: make DMAR table parsing code more flexible, Robin Murphy
Re: [RFC v1 6/8] mshv: command line option to skip devices in PV-IOMMU, Robin Murphy
Re: [PATCH V3 2/2] vDPA/ifcvf: implement management netlink framework for ifcvf, Jason Wang
Re: [PATCH V3 1/2] vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id, Jason Wang
[PATCH v14] i2c: virtio: add a virtio i2c frontend driver,
Jie Deng
Re: [PATCH v14] i2c: virtio: add a virtio i2c frontend driver, Michael S. Tsirkin
[vhost:vhost 29/31] fs/fuse/virtio_fs.c:967:13: error: initialization of 'int (*)(struct virtio_device *, void *)' from incompatible pointer type 'int (*)(struct virtio_device *)', kernel test robot
[vhost:vhost 29/31] drivers/crypto/virtio/virtio_crypto_core.c:516:25: error: initialization of 'int (*)(struct virtio_device *, void *)' from incompatible pointer type 'int (*)(struct virtio_device *)', kernel test robot
ICITS'22 - The 2022 International Conference on Information Technology & Systems | Costa Rica,
ML
Re: [PATCH v2 4/4] bus: Make remove callback return void,
Cornelia Huck
Re: [PATCH v2 4/4] bus: Make remove callback return void, Dan Williams
Re: [PATCH v2 4/4] bus: Make remove callback return void, Ulf Hansson
[PATCH AUTOSEL 4.4 09/31] drm/virtio: Fix double free on probe failure, Sasha Levin
[PATCH AUTOSEL 4.4 08/31] drm/virtio: Fixes a potential NULL pointer dereference on probe failure,
Sasha Levin
[PATCH AUTOSEL 4.9 09/35] drm/virtio: Fix double free on probe failure, Sasha Levin
[PATCH AUTOSEL 4.9 08/35] drm/virtio: Fixes a potential NULL pointer dereference on probe failure, Sasha Levin
[PATCH AUTOSEL 4.14 21/45] virtio_net: Remove BUG() to avoid machine dead, Sasha Levin
[PATCH AUTOSEL 4.14 13/45] drm/virtio: Fix double free on probe failure, Sasha Levin
[PATCH AUTOSEL 4.14 12/45] drm/virtio: Fixes a potential NULL pointer dereference on probe failure, Sasha Levin
[PATCH AUTOSEL 4.19 24/55] virtio_net: Remove BUG() to avoid machine dead, Sasha Levin
[PATCH AUTOSEL 4.19 14/55] drm/virtio: Fix double free on probe failure, Sasha Levin
[PATCH AUTOSEL 4.19 13/55] drm/virtio: Fixes a potential NULL pointer dereference on probe failure, Sasha Levin
[PATCH AUTOSEL 5.4 30/74] virtio_net: Remove BUG() to avoid machine dead, Sasha Levin
[PATCH AUTOSEL 5.4 16/74] drm/virtio: Fix double free on probe failure, Sasha Levin
[PATCH AUTOSEL 5.4 15/74] drm/virtio: Fixes a potential NULL pointer dereference on probe failure, Sasha Levin
[PATCH AUTOSEL 5.10 061/137] virtio_net: Remove BUG() to avoid machine dead, Sasha Levin
[PATCH AUTOSEL 5.10 046/137] virtio-net: Add validation for used length, Sasha Levin
[PATCH AUTOSEL 5.10 022/137] drm/virtio: Fix double free on probe failure, Sasha Levin
[PATCH AUTOSEL 5.10 021/137] drm/virtio: Fixes a potential NULL pointer dereference on probe failure, Sasha Levin
[PATCH AUTOSEL 5.12 069/160] virtio_net: Remove BUG() to avoid machine dead, Sasha Levin
[PATCH AUTOSEL 5.12 051/160] virtio-net: Add validation for used length, Sasha Levin
[PATCH AUTOSEL 5.12 025/160] drm/virtio: Fix double free on probe failure, Sasha Levin
[PATCH AUTOSEL 5.12 024/160] drm/virtio: Fixes a potential NULL pointer dereference on probe failure, Sasha Levin
[PATCH AUTOSEL 5.13 082/189] virtio_net: Remove BUG() to avoid machine dead, Sasha Levin
[PATCH AUTOSEL 5.13 062/189] virtio-net: Add validation for used length, Sasha Levin
[PATCH AUTOSEL 5.13 031/189] drm/virtio: Fix double free on probe failure, Sasha Levin
[PATCH AUTOSEL 5.13 030/189] drm/virtio: Fixes a potential NULL pointer dereference on probe failure, Sasha Levin
Re: [PATCH] bus: Make remove callback return void,
Russell King (Oracle)
[PATCH] drm/qxl: Convert to Linux IRQ interfaces,
Thomas Zimmermann
Re: [PATCH net-next 1/2] tools: add missing infrastructure for building ptr_ring.h,
Michael S. Tsirkin
Re: [PATCH V2 2/2] vDPA/ifcvf: implement management netlink framework for ifcvf, Michael S. Tsirkin
Re: [PATCH v4] virtio-blk: Add validation for block size in config space, Michael S. Tsirkin
Re: [PATCH net-next 0/2] refactor the ringtest testing for ptr_ring,
Andy Shevchenko
Message not available
[RFC PATCH 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests,
Joerg Roedel
- [RFC PATCH 02/12] x86/kexec/64: Forbid kexec when running as an SEV-ES guest, Joerg Roedel
- [RFC PATCH 01/12] kexec: Allow architecture code to opt-out at runtime, Joerg Roedel
- [RFC PATCH 04/12] x86/sev: Do not hardcode GHCB protocol version, Joerg Roedel
- [RFC PATCH 06/12] x86/sev: Cache AP Jump Table Address, Joerg Roedel
- [RFC PATCH 03/12] x86/sev: Save and print negotiated GHCB protocol version, Joerg Roedel
- [RFC PATCH 05/12] x86/sev: Use GHCB protocol version 2 if supported, Joerg Roedel
- [RFC PATCH 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2, Joerg Roedel
- [RFC PATCH 09/12] x86/sev: Use AP Jump Table blob to stop CPU, Joerg Roedel
- [RFC PATCH 11/12] x86/sev: Handle CLFLUSH MMIO events, Joerg Roedel
- [RFC PATCH 07/12] x86/sev: Setup code to park APs in the AP Jump Table, Joerg Roedel
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]