virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-06 09:12:19 to 2021-09-16 21:21:20 UTC [more...]

[PATCH 0/8] Use copy_process/create_io_thread in vhost layer
 2021-09-16 21:20 UTC  (9+ messages)
` [PATCH 1/8] fork: add helper to clone a process
` [PATCH 2/8] signal: Export ignore_signals
` [PATCH 3/8] fork: add option to not clone or dup files
` [PATCH 4/8] fork: move PF_IO_WORKER's kernel frame setup to new flag
` [PATCH 5/8] io_uring: switch to kernel_copy_process
` [PATCH 6/8] vhost: move worker thread fields to new struct
` [PATCH 7/8] vhost: use kernel_copy_process to check RLIMITs and inherit cgroups
` [PATCH 8/8] vhost: remove cgroup code

[PATCH 5.14 404/432] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
 2021-09-16 16:02 UTC 

[PATCH 5.13 358/380] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
 2021-09-16 16:01 UTC 

Patch "mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()" has been added to the 5.14-stable tree
 2021-09-16 13:47 UTC 

Patch "mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()" has been added to the 5.13-stable tree
 2021-09-16 13:46 UTC 

[PATCH 1/1] virtio/s390: fix vritio-ccw device teardown
 2021-09-16 13:18 UTC  (4+ messages)

Use of uninitialized memory with CONFIG_HW_RANDOM_VIRTIO
 2021-09-16  8:52 UTC  (7+ messages)

[PATCH v4 0/8] fuse,virtiofs: support per-file DAX
 2021-09-16  8:21 UTC  (12+ messages)
` [virtiofsd PATCH v4 0/4] virtiofsd: "
  ` [virtiofsd PATCH v4 4/4] virtiofsd: support per-file DAX in FUSE_LOOKUP
    ` [Virtio-fs] "
  ` [Virtio-fs] [PATCH v4 0/8] fuse,virtiofs: support per-file DAX

[PATCH 3/6] vp_vdpa: add vq irq offloading support
 2021-09-16  1:11 UTC  (33+ messages)
  ` [PATCH 5/6] vdpa: add get_vq_num_unchangeable callback in vdpa_config_ops
` [PATCH 0/6] vDPA driver for legacy virtio-pci device
  ` [PATCH 6/6] vp_vdpa: introduce legacy virtio pci driver
    ` [PATCH v2 4/5] vdpa: add new vdpa attribute VDPA_ATTR_DEV_F_VERSION_1
    ` [PATCH v2 1/5] virtio-pci: introduce legacy device module
    ` [PATCH v2 2/5] vdpa: fix typo
    ` [PATCH v2 3/5] vp_vdpa: add vq irq offloading support
    ` [PATCH v2 5/5] eni_vdpa: add vDPA driver for Alibaba ENI

[PATCH] vhost_vdpa: unset vq irq before freeing irq
 2021-09-15 11:07 UTC  (3+ messages)

[PATCH 1/2] drm/qxl: User page size macro for qxl release bo
 2021-09-15  6:38 UTC  (2+ messages)
  ` [PATCH 2/2] drm/qxl: Add qxl dma fence release function

[PATCH] drm/bochs: add Bochs PCI ID for Simics model
 2021-09-15  6:29 UTC  (2+ messages)

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-14 12:22 UTC  (3+ messages)

[PATCH v4 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-14 12:04 UTC  (7+ messages)
` [PATCH v4 3/3] "

[PATCH 0/9] More virtio hardening
 2021-09-14 11:09 UTC  (45+ messages)
` [PATCH 1/9] virtio-blk: validate num_queues during probe
` [PATCH 2/9] virtio: add doc for validate() method
` [PATCH 3/9] virtio-console: switch to use .validate()
` [PATCH 4/9] virtio_console: validate max_nr_ports before trying to use it
` [PATCH 5/9] virtio_config: introduce a new ready method
` [PATCH 6/9] virtio_pci: harden MSI-X interrupts
` [PATCH 7/9] virtio-pci: harden INTX interrupts
` [PATCH 8/9] virtio_ring: fix typos in vring_desc_extra
` [PATCH 9/9] virtio_ring: validate used buffer length

[RFC v2 0/5] virtio/vsock: introduce SOCK_DGRAM support
 2021-09-14  6:56 UTC  (8+ messages)
` [RFC v2 1/5] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC v2 2/5] virtio/vsock: add support for virtio datagram
` [RFC v2 3/5] vhost/vsock: add support for vhost dgram
` [RFC v2 4/5] vsock_test: add tests for vsock dgram
` [RFC v2 5/5] virtio/vsock: add sysfs for rx buf len for dgram

[PATCH 1/3] vdpa/mlx5: Remove mtu field from vdpa net device
 2021-09-14  3:00 UTC  (3+ messages)
  ` [PATCH 2/3] vdpa/mlx5: Rename control VQ workqueue to vdpa wq
  ` [PATCH 3/3] vdpa/mlx5: Propagate link status from device to vdpa driver

[PATCH] vdpa/mlx5: Avoid executing set_vq_ready() if device is reset
 2021-09-14  2:54 UTC 

[PATCH] vdpa/mlx5: Clear ready indication for control VQ
 2021-09-14  2:52 UTC 

[PATCH] virtio: don't fail on !of_device_is_compatible
 2021-09-14  2:50 UTC  (6+ messages)

question on vhost, limiting kernel threads and NPROC
 2021-09-13 21:32 UTC  (2+ messages)

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-09-13 16:21 UTC  (16+ messages)
` [PATCH v2 01/12] kexec: Allow architecture code to opt-out at runtime
` [PATCH v2 02/12] x86/kexec/64: Forbid kexec when running as an SEV-ES guest
` [PATCH v2 03/12] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v2 04/12] x86/sev: Do not hardcode "
` [PATCH v2 05/12] x86/sev: Use GHCB protocol version 2 if supported
` [PATCH v2 06/12] x86/sev: Cache AP Jump Table Address
` [PATCH v2 07/12] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v2 09/12] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v2 10/12] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v2 11/12] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v2 12/12] x86/sev: Support kexec under SEV-ES with AP Jump Table blob

[PATCH V3 0/5] virtio: Add virtio-device bindings
 2021-09-13 16:19 UTC  (7+ messages)
` [PATCH V3 5/5] virtio: Bind virtio device to device-tree node

[PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
 2021-09-13  5:53 UTC  (14+ messages)

[PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-12 11:45 UTC  (10+ messages)

[GIT PULL V2] virtio,vdpa,vhost: features, fixes
 2021-09-12  0:46 UTC  (3+ messages)

[GIT PULL] virtio,vdpa,vhost: features, fixes
 2021-09-12  0:43 UTC  (5+ messages)

[PATCH v4 4/7] Make sure task_struct is available for raw_smp_processor_id
 2021-09-10 20:20 UTC 

[PATCH] vhost_net: fix OoB on sendmsg() failure
 2021-09-09  2:52 UTC  (2+ messages)

[PATCH 0/2] virtiofs: miscellaneous fixes
 2021-09-08  9:41 UTC  (6+ messages)
` [PATCH 1/2] fuse: disable atomic_o_trunc if no_open is enabled
` [PATCH 2/2] virtiofs: reduce lock contention on fpq->lock

[PATCH v14] i2c: virtio: add a virtio i2c frontend driver
 2021-09-08  2:07 UTC  (4+ messages)

[PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
 2021-09-07 23:04 UTC  (4+ messages)

[PATCH] vdpa: potential uninitialized return in vhost_vdpa_va_map()
 2021-09-07  9:28 UTC  (3+ messages)

[PATCH] vduse: missing error code in vduse_init()
 2021-09-07  9:06 UTC  (2+ messages)

[PATCH] MAINTAINERS: add VM SOCKETS (AF_VSOCK) entry
 2021-09-07  7:21 UTC  (7+ messages)

[PATCH] vduse: Cleanup the old kernel states after reset failure
 2021-09-07  3:33 UTC 

[RFC PATCH 0/1] virtio: false unhandled irqs from vring_interrupt()
 2021-09-06 15:18 UTC  (3+ messages)

[PATCH v13 05/13] vdpa: Add reset callback in vdpa_config_ops
 2021-09-06 10:43 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).