messages from 2021-06-02 06:54:38 to 2021-06-07 19:56:18 UTC [more...]
[PATCH v1 00/12] mm/memory_hotplug: "auto-movable" online policy and memory groups
2021-06-07 19:54 UTC (13+ messages)
` [PATCH v1 01/12] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [PATCH v1 02/12] mm: track present early pages per zone
` [PATCH v1 03/12] mm/memory_hotplug: introduce "auto-movable" online policy
` [PATCH v1 04/12] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
` [PATCH v1 05/12] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
` [PATCH v1 06/12] drivers/base/memory: "memory groups" to logically group memory blocks
` [PATCH v1 07/12] mm/memory_hotplug: track present pages in memory groups
` [PATCH v1 08/12] ACPI: memhotplug: memory resources cannot be enabled yet
` [PATCH v1 09/12] ACPI: memhotplug: use a single static memory group for a single memory device
` [PATCH v1 10/12] virtio-mem: use a single dynamic memory group for a single virtio-mem device
` [PATCH v1 11/12] mm/memory_hotplug: memory group aware "auto-movable" online policy
` [PATCH v1 12/12] mm/memory_hotplug: improved dynamic "
[PATCH] dt-bindings: virtio: Convert virtio-mmio to DT schema
2021-06-07 19:39 UTC
[RFC v4] virtio-vsock: add description for datagram type
2021-06-07 18:45 UTC (2+ messages)
vhost: multiple worker support
2021-06-07 15:23 UTC (28+ messages)
` [PATCH 1/9] vhost: move worker thread fields to new struct
` [PATCH 2/9] vhost: move vhost worker creation to kick setup
` [PATCH 3/9] vhost: modify internal functions to take a vhost_worker
` [PATCH 4/9] vhost: allow vhost_polls to use different vhost_workers
` [PATCH 5/9] vhost-scsi: flush IO vqs then send TMF rsp
` [PATCH 6/9] vhost-scsi: make SCSI cmd completion per vq
` [PATCH 7/9] vhost: allow userspace to create workers
` [PATCH 8/9] vhost: add vhost_dev pointer to vhost_work
` [PATCH 9/9] vhost: support sharing workers across devs
[PATCH v10 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET
2021-06-07 12:28 UTC (12+ messages)
` [PATCH v10 12/18] virtio/vsock: add SEQPACKET receive logic
` [PATCH v10 13/18] virtio/vsock: rest of SOCK_SEQPACKET support
` [PATCH v10 14/18] virtio/vsock: enable SEQPACKET for transport
` [PATCH v10 15/18] vhost/vsock: support "
` [PATCH v10 17/18] vsock_test: add SOCK_SEQPACKET tests
` [PATCH v10 18/18] virtio/vsock: update trace event for SEQPACKET
` [PATCH v10 04/18] af_vsock: implement SEQPACKET receive loop
` [MASSMAIL KLMS] "
[PATCH] vdpa: fix error code in vp_vdpa_probe()
2021-06-07 7:51 UTC (3+ messages)
[PATCH] vdp/mlx5: Fix setting the correct dma_device
2021-06-07 5:51 UTC (4+ messages)
[RFC PATCH 0/7] Untrusted device support for virtio
2021-06-07 2:46 UTC (5+ messages)
[PATCH net-next] virtio_net: set link state down when virtqueue is broken
2021-06-07 2:28 UTC (4+ messages)
[PATCH v2] vdpa/mlx5: Clear vq ready indication upon device reset
2021-06-07 2:12 UTC
[PATCH v1] vdp/mlx5: Fix setting the correct dma_device
2021-06-07 2:11 UTC
Security hole in vhost-vdpa?
2021-06-07 2:10 UTC (2+ messages)
[PATCH] vhost-vdpa: log warning message if vhost_vdpa_remove gets blocked
2021-06-06 13:29 UTC
[PATCH] [v2] virtio_net: Remove BUG() to avoid machine dead
2021-06-06 4:48 UTC
simplify gendisk and request_queue allocation for blk-mq based drivers
2021-06-05 14:02 UTC (35+ messages)
` [PATCH 01/30] blk-mq: factor out a blk_mq_alloc_sq_tag_set helper
` [PATCH 02/30] blk-mq: improve the blk_mq_init_allocated_queue interface
` [PATCH 03/30] blk-mq: add the blk_mq_alloc_disk APIs
` [PATCH 04/30] virtio-blk: use blk_mq_alloc_disk
` [PATCH 05/30] pcd: "
` [PATCH 06/30] pf: "
` [PATCH 07/30] ms_block: "
` [PATCH 08/30] mspro: "
` [PATCH 09/30] mtd_blkdevs: "
` [PATCH 10/30] ps3disk: "
` [PATCH 11/30] swim3: "
` [PATCH 12/30] swim: "
` [PATCH 13/30] sunvdc: "
` [PATCH 14/30] gdrom: "
` [PATCH 15/30] blk-mq: remove blk_mq_init_sq_queue
` [PATCH 16/30] aoe: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 17/30] floppy: "
` [PATCH 18/30] loop: "
` [PATCH 19/30] nbd: "
` [PATCH 20/30] nullb: use blk_mq_alloc_disk
` [PATCH 21/30] pd: use blk_mq_alloc_disk and blk_cleanup_disk
` [PATCH 22/30] rbd: "
` [PATCH 23/30] rnbd: "
` [PATCH 24/30] sx8: "
` [PATCH 25/30] xen-blkfront: "
` [PATCH 26/30] ubi: "
` [PATCH 27/30] scm_blk: "
` [PATCH 28/30] amiflop: "
` [PATCH 29/30] ataflop: "
` [PATCH 30/30] z2ram: "
[PATCH] vdpa: mandate 1.0 device
2021-06-04 7:57 UTC (2+ messages)
[PATCH net] virtio-net: fix for skb_over_panic inside big mode
2021-06-04 6:00 UTC (6+ messages)
[PATCH 0/7] Do not read from descriptor ring
2021-06-04 5:53 UTC (8+ messages)
` [PATCH 1/7] virtio-ring: maintain next in extra state for packed virtqueue
` [PATCH 2/7] virtio_ring: rename vring_desc_extra_packed
` [PATCH 3/7] virtio-ring: factor out desc_extra allocation
` [PATCH 4/7] virtio_ring: secure handling of mapping errors
` [PATCH 5/7] virtio_ring: introduce virtqueue_desc_add_split()
` [PATCH 6/7] virtio: use err label in __vring_new_virtqueue()
` [PATCH 7/7] virtio-ring: store DMA metadata in desc_extra for split virtqueue
[RFC PATCH V2 0/7] Do not read from descripto ring
2021-06-04 5:38 UTC (6+ messages)
[PATCH v1] vdpa/mlx5: Clear vq ready indication upon device reset
2021-06-04 2:34 UTC
[PATCH v2] vdpa/mlx5: Add support for doorbell bypassing
2021-06-04 2:31 UTC
Virtio hardening for TDX
2021-06-04 2:29 UTC (38+ messages)
` [PATCH v1 1/8] virtio: Force only split mode with protected guest
` [PATCH v1 2/8] virtio: Add boundary checks to virtio ring
` [PATCH v1 3/8] virtio: Harden split buffer detachment
` [PATCH v1 4/8] x86/tdx: Add arch_has_restricted_memory_access for TDX
` [PATCH v1 5/8] dma: Use size for swiotlb boundary checks
` [PATCH v1 6/8] dma: Add return value to dma_unmap_page
` [PATCH v1 7/8] virtio: Abort IO when descriptor points outside forced swiotlb
` [PATCH v1 8/8] virtio: Error out on endless free lists
[PATCH 0/3] virtio_blk: blk-mq io_poll support
2021-06-03 15:30 UTC (9+ messages)
` [PATCH 3/3] virtio_blk: implement blk_mq_ops->poll()
[CFP LPC 2021] Confidential Computing Microconference
2021-06-03 14:51 UTC
[PATCH v2 0/2] x86: Disable kexec for SEV-ES guests
2021-06-03 13:22 UTC (3+ messages)
` [PATCH v2 1/2] kexec: Allow architecture code to opt-out at runtime
` [PATCH v2 2/2] x86/kexec/64: Forbid kexec when running as an SEV-ES guest
[PATCH v1] vdpa/mlx5: Add support for doorbell bypassing
2021-06-03 7:49 UTC (2+ messages)
[PATCH] vdpa/mlx5: Clear vq ready indication upon device reset
2021-06-03 7:37 UTC (3+ messages)
[RFC PATCH] vdpa: mandate 1.0 device
2021-06-03 7:14 UTC (11+ messages)
[PATCH v2] vdpa/mlx5: Add support for running with virtio_vdpa
2021-06-03 7:14 UTC
[RFC v3 17/29] vhost: Shadow virtqueue buffers forwarding
2021-06-03 3:39 UTC (11+ messages)
` [RFC v3 25/29] vhost: Add custom IOTLB translations to SVQ
` [RFC v3 00/29] vDPA software assisted live migration
` [RFC v3 06/29] virtio-net: Honor VIRTIO_CONFIG_S_DEVICE_STOPPED
` [RFC v3 13/29] vhost: Add vhost_get_iova_range operation
virtio-net: kernel panic in virtio_net.c
2021-06-03 2:44 UTC
[PATCH 03/19] drivers/hv: minimal mshv module (/dev/mshv/)
2021-06-03 1:28 UTC
[PATCH v1 0/7] virtio-mem: prioritize unplug from ZONE_MOVABLE
2021-06-02 18:57 UTC (8+ messages)
` [PATCH v1 1/7] virtio-mem: don't read big block size in Sub Block Mode
` [PATCH v1 2/7] virtio-mem: use page_zonenum() in virtio_mem_fake_offline()
` [PATCH v1 3/7] virtio-mem: simplify high-level plug handling in Sub Block Mode
` [PATCH v1 4/7] virtio-mem: simplify high-level unplug "
` [PATCH v1 5/7] virtio-mem: prioritize unplug from ZONE_MOVABLE "
` [PATCH v1 6/7] virtio-mem: simplify high-level unplug handling in Big "
` [PATCH v1 7/7] virtio-mem: prioritize unplug from ZONE_MOVABLE "
[PATCH v3 0/6] Add support for ACPI VIOT
2021-06-02 15:44 UTC (7+ messages)
` [PATCH v3 1/6] ACPI: arm64: Move DMA setup operations out of IORT
` [PATCH v3 2/6] ACPI: Move IOMMU setup code "
` [PATCH v3 3/6] ACPI: Add driver for the VIOT table
` [PATCH v3 4/6] iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
` [PATCH v3 5/6] iommu/dma: Simplify calls "
` [PATCH v3 6/6] iommu/virtio: Enable x86 support
RE: [PATCH] virtio-net: fix the kzalloc/kfree mismatch problem
2021-06-02 12:59 UTC (5+ messages)
` "
[PATCH] virtio_net: Remove BUG() to aviod machine dead
2021-06-02 12:54 UTC (5+ messages)
[RESEND PATCH V4 2/2] vDPA/ifcvf: implement doorbell mapping for ifcvf
2021-06-02 9:06 UTC
[PATCH 2/3] vdpa/mlx5: Only return vq ready if vq is initialized
2021-06-02 7:29 UTC (3+ messages)
[PATCH V2 0/4]
2021-06-02 7:07 UTC (5+ messages)
` [PATCH V2 3/4] vp_vdpa: allow set vq state to initial state after reset
` [PATCH V2 4/4] virtio/vdpa: clear the virtqueue state during probe
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).