virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-04 16:08:09 to 2024-06-11 08:12:45 UTC [more...]

move features flags into queue_limits
 2024-06-11  8:12 UTC  (53+ messages)
` [PATCH 01/26] sd: fix sd_is_zoned
` [PATCH 02/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 03/26] loop: stop using loop_reconfigure_limits in __loop_clr_fd
` [PATCH 04/26] loop: always update discard settings in loop_reconfigure_limits
` [PATCH 05/26] loop: regularize upgrading the lock size for direct I/O
` [PATCH 06/26] loop: also use the default block size from an underlying block device
` [PATCH 07/26] loop: fold loop_update_rotational into loop_reconfigure_limits
` [PATCH 08/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 09/26] nbd: move setting the cache control flags to __nbd_set_size
` [PATCH 10/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_write flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the feature field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the feature field

[PATCH v1 0/3] mm/memory_hotplug: use PageOffline() instead of PageReserved() for !ZONE_DEVICE
 2024-06-11  8:04 UTC  (15+ messages)
` [PATCH v1 1/3] mm: pass meminit_context to __free_pages_core()
` [PATCH v1 2/3] mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() instead of PageReserved()
` [PATCH v1 3/3] mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages when offlining

[PATCH 1/2] vdpa: support set mac address from vdpa tool
 2024-06-11  5:32 UTC  (2+ messages)
` [PATCH 2/2] vdpa_sim_net: Add the support of set mac address

[PATCH net-next] virtio_net: Add TX stop and wake counters
 2024-06-11  2:05 UTC  (17+ messages)

[PATCH 0/2] virtio-fs: change handling of failure at request enqueue
 2024-06-10 17:39 UTC  (2+ messages)

[patch net-next] virtio_net: add support for Byte Queue Limits
 2024-06-10 14:18 UTC  (35+ messages)

[PATCH RESEND] nvdimm: add missing MODULE_DESCRIPTION() macros
 2024-06-10 14:03 UTC  (4+ messages)

[PATCH] drm/tiny: add missing MODULE_DESCRIPTION() macros
 2024-06-10 10:46 UTC  (3+ messages)
` (subset) "

[PATCH v6 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2024-06-10 10:30 UTC  (12+ messages)
` [PATCH v6 01/10] x86/kexec/64: Disable kexec when SEV-ES is active
` [PATCH v6 02/10] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v6 03/10] x86/sev: Set GHCB data structure version
` [PATCH v6 04/10] x86/sev: Setup code to park APs in the AP Jump Table
` [PATCH v6 05/10] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v6 06/10] x86/sev: Use AP Jump Table blob to stop CPU
` [PATCH v6 07/10] x86/sev: Add MMIO handling support to boot/compressed/ code
` [PATCH v6 08/10] x86/sev: Handle CLFLUSH MMIO events
` [PATCH v6 09/10] x86/kexec/64: Support kexec under SEV-ES with AP Jump Table Blob
` [PATCH v6 10/10] x86/sev: Exclude AP jump table related code for SEV-SNP guests

[PATCH v6 00/10] IOMMUFD: Deliver IO page faults to user space
 2024-06-09  7:23 UTC  (23+ messages)
` [PATCH v6 01/10] iommu: Introduce domain attachment handle
` [PATCH v6 02/10] iommu: Remove sva handle list
` [PATCH v6 03/10] iommu: Add attach handle to struct iopf_group
` [PATCH v6 05/10] iommufd: Add fault and response message definitions
` [PATCH v6 06/10] iommufd: Add iommufd fault object
` [PATCH v6 07/10] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v6 08/10] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH net-next v14 0/5] ethtool: provide the dim profile fine-tuning channel
 2024-06-08  4:17 UTC  (6+ messages)
` [PATCH net-next v14 3/5] ethtool: provide customized dim profile management

[PATCH net-next v7 06/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-06-07 12:38 UTC  (2+ messages)
` [PATCH net-next v7 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH V2] MAINTAINERS: Change lingshan's email to kernel.org
 2024-06-07  9:36 UTC  (4+ messages)

[PATCH] net: missing check
 2024-06-07  6:56 UTC  (3+ messages)

[PATCH] virtio_ring: fix KMSAN error for premapped mode
 2024-06-07  6:34 UTC  (3+ messages)

[PATCH v10 0/8] VMware hypercalls enhancements
 2024-06-06 23:23 UTC  (7+ messages)
` [PATCH v10 1/8] x86/vmware: Introduce VMware hypercall API
          ` [PATCH v11 "

[PATCH net-next v3 0/4] virtio_net: enable the irq for ctrlq
 2024-06-06 20:34 UTC  (7+ messages)
` [PATCH net-next v3 1/4] virtio_net: passing control_buf explicitly
` [PATCH net-next v3 2/4] virtio_net: enable irq for the control vq
` [PATCH net-next v3 3/4] virtio_net: change the command token to completion
` [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

[PATCH v3 0/6] drm/ci: uprev mesa/IGT and generate testlist
 2024-06-06 14:47 UTC  (16+ messages)
` [PATCH v3 1/6] drm/ci: uprev mesa version
` [PATCH v3 2/6] drm/ci: add farm variable
` [PATCH v3 3/6] drm/ci: generate testlist from build
` [PATCH v3 4/6] drm/ci: uprev IGT
` [PATCH v3 5/6] drm/ci: skip driver specific tests
` [PATCH v3 6/6] drm/ci: update xfails for the new testlist

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2024-06-06  9:49 UTC  (9+ messages)
` [PATCH vhost v13 04/12] virtio_ring: support add premapped buf

[PATCH] tools/virtio: Use the __GFP_ZERO flag of kmalloc to complete the memory initialization
 2024-06-06  7:25 UTC  (4+ messages)

[PATCH net-next v2 0/2] virtio_net: enable the irq for ctrlq
 2024-06-06  3:05 UTC  (5+ messages)
` [PATCH net-next v2 1/2] virtio_net: enable irq for the control vq
` [PATCH net-next v2 2/2] virtio_net: improve dim command request efficiency

回复: Re: [PATCH] tools/virtio: Use the __GFP_ZERO flag of kmalloc to complete the memory initialization
 2024-06-06  2:50 UTC 

[PATCH net-next V2] virtio-net: synchronize operstate with admin state on up/down
 2024-06-06  0:22 UTC  (6+ messages)

[PATCH] vdpa: Add support for no-IOMMU mode
 2024-06-06  0:15 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH net-next v6 06/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-06-05 13:32 UTC  (2+ messages)
` [PATCH net-next v6 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH AUTOSEL 6.6 4/4] vhost-scsi: Handle vhost_vq_work_queue failures for events
 2024-06-05 11:56 UTC 

[PATCH AUTOSEL 6.8 6/6] vhost-scsi: Handle vhost_vq_work_queue failures for events
 2024-06-05 11:55 UTC 

[PATCH AUTOSEL 6.9 6/6] vhost-scsi: Handle vhost_vq_work_queue failures for events
 2024-06-05 11:55 UTC 

[PATCH v4 00/11] riscv: Memory Hot(Un)Plug support
 2024-06-05 11:40 UTC  (12+ messages)
` [PATCH v4 01/11] riscv: mm: Properly forward vmemmap_populate() altmap parameter
` [PATCH v4 02/11] riscv: mm: Pre-allocate vmemmap/direct map/kasan PGD entries
` [PATCH v4 03/11] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH v4 04/11] riscv: mm: Refactor create_linear_mapping_range() for memory hot add
` [PATCH v4 05/11] riscv: mm: Add pfn_to_kaddr() implementation
` [PATCH v4 06/11] riscv: mm: Add memory hotplugging support
` [PATCH v4 07/11] riscv: mm: Take memory hotplug read-lock during kernel page table dump
` [PATCH v4 08/11] riscv: Enable memory hotplugging for RISC-V
` [PATCH v4 09/11] virtio-mem: Enable virtio-mem "
` [PATCH v4 10/11] riscv: mm: Add support for ZONE_DEVICE
` [PATCH v4 11/11] riscv: Enable DAX VMEMMAP optimization

[PATCH] fuse: cleanup request queuing towards virtiofs
 2024-06-05 11:04 UTC  (4+ messages)

virtio-fs tests between host(x86) and dpu(arm64)
 2024-06-04 18:09 UTC  (7+ messages)
` Addressing architectural differences between FUSE driver and fs - "


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