virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-03 07:55:38 to 2023-11-13 09:50:05 UTC [more...]

[PATCH v18 25/26] drm/virtio: Support shmem shrinking
 2023-11-13  9:49 UTC  (12+ messages)
  ` [PATCH v18 05/26] drm/shmem-helper: Remove obsoleted is_iomem test
  ` [PATCH v18 11/26] drm/shmem-helper: Prepare drm_gem_shmem_free() to shrinker addition
  ` [PATCH v18 12/26] drm/shmem-helper: Make drm_gem_shmem_get_pages() public
  ` [PATCH v18 14/26] drm/lima: Explicitly get and put drm-shmem pages
  ` [PATCH v18 15/26] drm/panfrost: "
  ` [PATCH v18 16/26] drm/virtio: "
  ` [PATCH v18 17/26] drm/v3d: "
  ` [PATCH v18 18/26] drm/shmem-helper: Change sgt allocation policy
  ` [PATCH v18 19/26] drm/shmem-helper: Add common memory shrinker
  ` [PATCH v18 21/26] drm/shmem-helper: Optimize unlocked get_pages_sgt()

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-11-13  8:54 UTC  (22+ messages)
` [RFC PATCH v2 01/19] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v2 02/19] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v2 03/19] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v2 04/19] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v2 05/19] KVM: VMX: Add MBEC support
` [RFC PATCH v2 06/19] KVM: x86: Add kvm_x86_ops.fault_gva()
` [RFC PATCH v2 07/19] KVM: x86: Make memory attribute helpers more generic
` [RFC PATCH v2 08/19] KVM: x86: Extend kvm_vm_set_mem_attributes() with a mask
` [RFC PATCH v2 09/19] KVM: x86: Extend kvm_range_has_memory_attributes() with match_all
` [RFC PATCH v2 10/19] KVM: x86: Implement per-guest-page permissions
` [RFC PATCH v2 11/19] KVM: x86: Add new hypercall to set EPT permissions
` [RFC PATCH v2 12/19] x86: Implement the Memory Table feature to store arbitrary per-page data
` [RFC PATCH v2 13/19] heki: Implement a kernel page table walker
` [RFC PATCH v2 14/19] heki: x86: Initialize permissions counters for pages mapped into KVA
` [RFC PATCH v2 15/19] heki: x86: Initialize permissions counters for pages in vmap()/vunmap()
` [RFC PATCH v2 16/19] heki: x86: Update permissions counters when guest page permissions change
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
` [RFC PATCH v2 19/19] virt: Add Heki KUnit tests

[PATCH V3 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-11-13  8:02 UTC  (10+ messages)
` [PATCH V3 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V3 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V3 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V3 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V3 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V3 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V3 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V3 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V3 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH] virtio: Add virtio-device power management
 2023-11-13  5:51 UTC 

[PATCH RFC 04/17] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
 2023-11-12 17:44 UTC  (11+ messages)
  ` [PATCH RFC 03/17] of: Use -ENODEV consistently in of_iommu_configure()
  ` [PATCH RFC 02/17] of: Do not return struct iommu_ops from of_iommu_configure()
  ` [PATCH RFC 01/17] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH RFC 00/17] Solve iommu probe races around iommu_fwspec
  ` [PATCH RFC 10/17] acpi: Do not use dev->iommu within acpi_iommu_configure()

[PATCH AUTOSEL 5.15 3/4] virtio-blk: fix implicit overflow on virtio_max_dma_size
 2023-11-12 13:24 UTC 

[PATCH AUTOSEL 6.1 4/6] virtio-blk: fix implicit overflow on virtio_max_dma_size
 2023-11-12 13:24 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 5/6] vhost-vdpa: clean iotlb map during reset for older userspace

[PATCH AUTOSEL 6.5 5/7] virtio-blk: fix implicit overflow on virtio_max_dma_size
 2023-11-12 13:23 UTC  (2+ messages)
` [PATCH AUTOSEL 6.5 6/7] vhost-vdpa: clean iotlb map during reset for older userspace

[PATCH AUTOSEL 6.6 5/7] virtio-blk: fix implicit overflow on virtio_max_dma_size
 2023-11-12 13:23 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 6/7] vhost-vdpa: clean iotlb map during reset for older userspace

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-11-12  4:23 UTC 

[PATCH virtio 0/3] pds_vdpa: updates
 2023-11-10 22:18 UTC  (4+ messages)
` [PATCH virtio 1/3] pds_vdpa: fix up format-truncation complaint
` [PATCH virtio 2/3] pds_vdpa: clear config callback when status goes to 0
` [PATCH virtio 3/3] pds_vdpa: set features order

[RFC v1 0/8] vhost-vdpa: add support for iommufd
 2023-11-10 14:00 UTC  (20+ messages)
  ` [RFC v1 7/8] vp_vdpa::Add "
  ` [RFC v1 8/8] iommu: expose the function iommu_device_use_default_domain
  ` [RFC v1 3/8] vhost: Add 3 new uapi to support iommufd

[PATCH 0/2] Add RESOURCE_GET_LAYOUT ioctl
 2023-11-10  7:16 UTC  (3+ messages)
` [PATCH 1/2] drm/virtio: Implement "
` [PATCH 2/2] drm/virtio: Modify "

[PATCH] drm/qxl: remove unused declaration
 2023-11-10  5:50 UTC 

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-10  5:51 UTC  (50+ messages)
` [PATCH net-next v2 01/21] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v2 02/21] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v2 03/21] virtio_net: independent directory
` [PATCH net-next v2 04/21] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 05/21] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 06/21] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v2 07/21] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
` [PATCH net-next v2 09/21] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v2 10/21] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v2 11/21] virtio_net: move some api to header
` [PATCH net-next v2 12/21] virtio_net: xsk: tx: support tx
` [PATCH net-next v2 13/21] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v2 14/21] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH net-next v2 15/21] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v2 17/21] virtio_net: xsk: rx: skip dma unmap when rq is bind with AF_XDP
` [PATCH net-next v2 18/21] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH net-next v2 19/21] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH net-next v2 20/21] virtio_net: update tx timeout record
` [PATCH net-next v2 21/21] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH net] virtio_net: fix missing dma unmap for resize
 2023-11-10  5:44 UTC  (6+ messages)

[PATCH 0/6] drm: Allow the damage helpers to handle buffer damage
 2023-11-09 17:24 UTC  (2+ messages)
` [PATCH 3/6] drm/virtio: Use drm_atomic_helper_buffer_damage_merged() for "

[PATCH net-next v2 4/5] virtio-net: support rx netdim
 2023-11-09  8:34 UTC  (6+ messages)
  ` [PATCH net-next v2 2/5] virtio-net: separate rx/tx coalescing moderation cmds
  ` [PATCH net-next v2 5/5] virtio-net: return -EOPNOTSUPP for adaptive-tx

[RFC PATCH 0/5] virtio-iommu: Add VT-d IO page table
 2023-11-09  0:33 UTC  (9+ messages)
` [RFC PATCH 1/5] iommu/virtio-iommu: Correct the values of granule and nr_pages
` [RFC PATCH 2/5] iommu/vt-d: Add generic IO page table support
` [RFC PATCH 3/5] iommu/io-pgtable: Introduce struct vtd_cfg
` [RFC PATCH 4/5] iommu/vt-d: Adapt alloc_pgtable interface to be used by others
` [RFC PATCH 5/5] iommu/virtio-iommu: Support attaching VT-d IO pgtable

[PATCH] MAINTAINERS: update lists.linuxfoundation.org migrated lists
 2023-11-08 20:45 UTC  (2+ messages)

[PATCH RFC 12/17] iommu: Make iommu_ops_from_fwnode() static
 2023-11-08 18:12 UTC 

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-08 17:39 UTC  (5+ messages)

[PATCH RFC 17/17] iommu: Mark dev_iommu_priv_set() with a lockdep
 2023-11-08  8:18 UTC 

[RFC PATCH v1 0/2] send credit update during setting SO_RCVLOWAT
 2023-11-08  7:20 UTC  (3+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: "
` [RFC PATCH v1 2/2] vsock/test: SO_RCVLOWAT + deferred credit update test

[PATCH net v2] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
 2023-11-08  3:10 UTC  (2+ messages)

[PATCH v4 0/4] vduse: add support for networking devices
 2023-11-08  2:31 UTC  (12+ messages)
` [PATCH v4 4/4] vduse: Add LSM hooks to check Virtio device type

Fwd: 01f05940a9a75e11a2be64993c44ad8dd06e6e26 causes Wayland servers to flicker in non-gl virtio QEMU cards
 2023-11-08  0:11 UTC 

[PATCH net 1/4] vsock/virtio: remove socket from connected/bound list on shutdown
 2023-11-07 22:30 UTC  (6+ messages)
  ` [PATCH net 2/4] test/vsock fix: add missing check on socket creation
  ` [PATCH net 3/4] test/vsock: refactor vsock_accept
  ` [PATCH net 4/4] test/vsock: add dobule bind connect test
` [PATCH net 0/4] vsock: fix server prevents clients from reconnecting

The new list address is: virtualization@lists.linux.dev (old one still works)
 2023-11-07 18:41 UTC 

PSA: this list is moving to virtualization@lists.linux.dev
 2023-11-07 18:10 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 11/18] vsock: read from socket's error queue
 2023-11-07 12:10 UTC 

[PATCH AUTOSEL 6.5 20/30] vsock: read from socket's error queue
 2023-11-07 12:08 UTC 

[PATCH AUTOSEL 6.6 21/31] vsock: read from socket's error queue
 2023-11-07 12:06 UTC 

[PATCH] crypto: virtio-crypto: call finalize with bh disabled
 2023-11-06 10:08 UTC  (4+ messages)

[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups
 2023-11-05 19:11 UTC  (2+ messages)

CFP: WorldCIST'24 - 12nd World Conference on Information Systems and Technologies | Lodz, Poland | Deadline: November 24
 2023-11-05 17:19 UTC 

[PATCH V3] vdpa/mlx5: preserve CVQ vringh index
 2023-11-03 12:27 UTC  (2+ messages)

HPDC 2024: Call for Workshops and Tutorials
 2023-11-03 12:25 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).