virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-28 18:23:33 to 2021-10-05 12:19:42 UTC [more...]

[PATCH v2 0/9] proc/vmcore: sanitize access to virtio-mem memory
 2021-10-05 12:14 UTC  (10+ messages)
` [PATCH v2 1/9] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v2 2/9] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v2 3/9] x86/xen: print a warning when HVMOP_get_mem_type fails
` [PATCH v2 4/9] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v2 5/9] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v2 6/9] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v2 7/9] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v2 8/9] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v2 9/9] virtio-mem: kdump mode to sanitize /proc/vmcore access

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-05 11:59 UTC  (48+ messages)
                    ` [virtio-dev] "

[PATCH 0/4] hwrng: virtio - add an internal buffer
 2021-10-05 11:55 UTC  (8+ messages)
` [PATCH 1/4] "

[PATCH 3/3] vdpa: Check for iova range at mappings changes
 2021-10-05 10:47 UTC  (4+ messages)
  ` [PATCH 2/3] vdpa: Add vhost_vdpa_section_end

[PATCH v5] virtio-blk: Add validation for block size in config space
 2021-10-05 10:42 UTC  (3+ messages)

[PATCH] x86/paravirt: use %rip-relative addressing in hook calls
 2021-10-05  7:43 UTC  (2+ messages)

[PATCH 0/9] More virtio hardening
 2021-10-05  7:42 UTC  (2+ messages)

[PATCH] virtio_console: break out of buf poll on remove
 2021-10-05  7:04 UTC 

[PATCH] gpio: aggregator: Add interrupt support
 2021-10-05  6:52 UTC  (5+ messages)

[PATCH v2 1/6] driver core: Move the "authorized" attribute from USB/Thunderbolt to core
 2021-10-04 21:04 UTC  (55+ messages)
  ` [PATCH v2 2/6] driver core: Add common support to skip probe for un-authorized devices
  ` [PATCH v2 4/6] virtio: Initialize authorized attribute for confidential guest

[PATCH V3 0/9] Use copy_process/create_io_thread in vhost layer
 2021-10-04 20:30 UTC  (13+ messages)
` [PATCH V3 1/9] fork: Make IO worker options flag based
` [PATCH V3 2/9] fork: pass worker_flags to copy_thread
` [PATCH V3 3/9] fork: move PF_IO_WORKER's kernel frame setup to new flag
` [PATCH V3 4/9] fork: add option to not clone or dup files
` [PATCH V3 5/9] fork: add helper to clone a process
` [PATCH V3 6/9] io_uring: switch to kernel_worker
` [PATCH V3 7/9] fork: Add worker flag to ignore signals
` [PATCH V3 8/9] vhost: move worker thread fields to new struct
` [PATCH V3 9/9] vhost: use kernel_worker to check RLIMITs and inherit v2 cgroups

[PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast()
 2021-10-04 14:48 UTC  (4+ messages)
  ` [PATCH 5/5] iommu/iova: Avoid double-negatives in magazine helpers
` [PATCH 0/5] iommu: Some IOVA code reorganisation

[PATCH V2 0/9] Use copy_process/create_io_thread in vhost layer
 2021-10-04 13:12 UTC  (5+ messages)
` [PATCH V2 8/9] vhost: move worker thread fields to new struct
` [PATCH V2 9/9] vhost: use kernel_worker to check RLIMITs and inherit v2 cgroups

[PATCH 2/2] virtio-blk: set NUMA affinity for a tagset
 2021-09-30 13:16 UTC  (7+ messages)

[PATCH][next] drm/virtio: fix another potential integer overflow on shift of a int
 2021-09-30 10:27 UTC 

[PATCH][next] drm/virtio: fix potential integer overflow on shift of a int
 2021-09-30 10:19 UTC 

[PATCH RFC v1 01/11] uapi/virtio-iommu: Add page request grp-id and flags information
 2021-09-30  8:49 UTC  (2+ messages)

[PATCH net] virtio-net: suppress bad irq warning for tx napi
 2021-09-30  5:40 UTC  (7+ messages)

[RFC PATCH 00/10] Support kernel buffers in vhost
 2021-09-29 15:11 UTC  (11+ messages)
` [RFC PATCH 01/10] vhost: scsi: use copy_to_iter()
` [RFC PATCH 02/10] vhost: push virtqueue area pointers into a user struct
` [RFC PATCH 03/10] vhost: add iov wrapper
` [RFC PATCH 04/10] vhost: add support for kernel buffers
` [RFC PATCH 05/10] vhost: extract common code for file_operations handling
` [RFC PATCH 06/10] vhost: extract ioctl locking to common code
` [RFC PATCH 07/10] vhost: add support for kernel control
` [RFC PATCH 08/10] vhost: net: "
` [RFC PATCH 09/10] vdpa: add test driver for kernel buffers in vhost
` [RFC PATCH 10/10] selftests: add vhost_kernel tests

[PATCH v1 0/8] proc/vmcore: sanitize access to virtio-mem memory
 2021-09-29 15:07 UTC  (16+ messages)
` [PATCH v1 1/8] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v1 2/8] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v1 3/8] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v1 4/8] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v1 5/8] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v1 6/8] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v1 7/8] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v1 8/8] virtio-mem: kdump mode to sanitize /proc/vmcore access

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-09-29 14:36 UTC  (7+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [PATCH v1 3/6] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [PATCH v1 4/6] mm/memory_hotplug: remove HIGHMEM leftovers
` [PATCH v1 5/6] mm/memory_hotplug: remove stale function declarations
` [PATCH v1 6/6] x86: remove memory hotplug support on X86_32

[bug report] vdpa_sim_blk: implement ramdisk behaviour
 2021-09-29 13:22 UTC  (4+ messages)

WorldCist'22 - 10th World Conference on Information Systems and Technologies | Montenegro
 2021-09-29 12:55 UTC 

[PATCH v3 7/7] eni_vdpa: add vDPA driver for Alibaba ENI
 2021-09-29 12:54 UTC 

[PATCH v2] vduse: Fix race condition between resetting and irq injecting
 2021-09-29  8:40 UTC 

[PATCH] vhost-vdpa:fix the worng input in config_cb
 2021-09-29  8:32 UTC 

[PATCH] scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported"
 2021-09-29  4:19 UTC  (2+ messages)

[PATCH v3 08/19] drivers/hv: map and unmap guest memory
 2021-09-28 21:27 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).