virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 02:53:45 to 2021-09-20 14:30:48 UTC [more...]

[PATCH v5 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-20 14:28 UTC  (4+ messages)
` [PATCH v5 1/3] kernel/resource: clean up and optimize iomem_is_exclusive()
` [PATCH v5 2/3] kernel/resource: disallow access to exclusive system RAM regions
` [PATCH v5 3/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem

[PATCH 1/1] virtio/s390: fix vritio-ccw device teardown
 2021-09-20 13:27 UTC  (9+ messages)

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

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

Patch "mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()" has been added to the 5.10-stable tree
 2021-09-20 12:59 UTC 

Patch "mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()" has been added to the 5.4-stable tree
 2021-09-20 12:59 UTC 

[PATCH v4 0/8] fuse,virtiofs: support per-file DAX
 2021-09-19 19:45 UTC  (6+ messages)
  ` [Virtio-fs] "

[PATCH 0/8] Use copy_process/create_io_thread in vhost layer
 2021-09-19  8:24 UTC  (12+ 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 v8 2/3] tty: hvc: pass DMA capable memory to put_chars()
 2021-09-18 12:40 UTC 

[PATCH net-next] virtio_net: use netdev_warn_once to output warn when without enough queues
 2021-09-18  6:06 UTC 

[PATCH net] virtio-net: fix pages leaking when building skb in big mode
 2021-09-18  1:56 UTC  (2+ messages)

Use of uninitialized memory with CONFIG_HW_RANDOM_VIRTIO
 2021-09-17 12:57 UTC  (9+ messages)

[PATCH 3/6] vp_vdpa: add vq irq offloading support
 2021-09-17  7:51 UTC  (34+ 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 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] 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 


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).