virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-07 18:43:04 to 2025-02-18 20:01:19 UTC [more...]

[PATCH 0/5] Convert virtio-iommu to domain_alloc_paging()
 2025-02-18 20:01 UTC  (19+ messages)
` [PATCH 1/5] iommu/virtio: Break out bypass identity support into a global static
` [PATCH 3/5] iommu/virtio: Move to domain_alloc_paging()

[PATCH vhost] vdpa/mlx5: Fix oversized null mkey longer than 32bit
 2025-02-18 19:43 UTC  (3+ messages)

[PATCH v3 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-02-18 19:32 UTC  (28+ messages)
` [PATCH v3 01/25] drm/dumb-buffers: Sanitize output on errors
` [PATCH v3 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v3 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v3 04/25] drm/gem-shmem: "
` [PATCH v3 05/25] drm/gem-vram: "
` [PATCH v3 06/25] drm/armada: "
` [PATCH v3 07/25] drm/exynos: "
` [PATCH v3 08/25] drm/gma500: "
` [PATCH v3 09/25] drm/hibmc: "
` [PATCH v3 10/25] drm/imx/ipuv3: "
` [PATCH v3 11/25] drm/loongson: "
` [PATCH v3 12/25] drm/mediatek: "
` [PATCH v3 13/25] drm/msm: "
` [PATCH v3 14/25] drm/nouveau: "
` [PATCH v3 15/25] drm/omapdrm: "
` [PATCH v3 16/25] drm/qxl: "
` [PATCH v3 17/25] drm/renesas/rcar-du: "
` [PATCH v3 18/25] drm/renesas/rz-du: "
` [PATCH v3 19/25] drm/rockchip: "
` [PATCH v3 20/25] drm/tegra: "
` [PATCH v3 21/25] drm/virtio: "
` [PATCH v3 22/25] drm/vmwgfx: "
` [PATCH v3 23/25] drm/xe: "
` [PATCH v3 24/25] drm/xen: "
` [PATCH v3 25/25] drm/xlnx: "

[RFC] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-02-18 14:17 UTC  (7+ messages)

[PATCH] virtio: console: Prepare for making REMOTEPROC modular
 2025-02-18  9:49 UTC  (13+ messages)

[PATCH net-next] virtio-net: tweak for better TX performance in NAPI mode
 2025-02-18  8:49 UTC  (2+ messages)

[PATCH] virtio: Remove virtio devices on device_shutdown()
 2025-02-18  1:49 UTC  (16+ messages)

[PATCH net-next v3 0/6] Device memory TCP TX
 2025-02-17 23:26 UTC  (8+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path

[RFC PATCH v2 0/5] virtio: obtain SHM page size from device
 2025-02-17  7:19 UTC  (8+ messages)
` [PATCH RFC v2 1/5] virtio_config: add page_size field to virtio_shm_region
` [PATCH RFC v2 2/5] virtio: introduce VIRTIO_F_SHM_PAGE_SIZE
` [PATCH RFC v2 3/5] virtio-pci: extend virtio_pci_cap with page_shift
` [PATCH RFC v2 4/5] virtio-mmio: read shm region page size
` [PATCH RFC v2 5/5] drm/virtio: add VIRTGPU_PARAM_HOST_SHM_PAGE_SIZE to params

[PATCH net-next] tun: Pad virtio headers
 2025-02-17  2:57 UTC  (6+ messages)

[PATCH 0/5] crypto virtio cleanups
 2025-02-16  5:24 UTC  (2+ messages)

[Patch net 0/2] vsock suspend/resume fix
 2025-02-15 14:26 UTC  (16+ messages)
  ` [Patch net 1/2] vsock/virtio: initialize rx_buf_nr and rx_buf_max_nr when resuming
      `  "
            ` [Patch net v3] vsock/virtio: fix variables initialization during resuming
  ` [Patch net 2/2] vsock/virtio: Don't reset the created SOCKET during suspend to ram

[PATCH net-next v2] tun: Pad virtio headers
 2025-02-15  6:04 UTC 

[PATCH v1] drm/virtio: Extend blob UAPI with deferred-mapping hinting
 2025-02-14 18:55 UTC  (3+ messages)

[PATCH] virtio_snd.h: clarify that `controls` depends on VIRTIO_SND_F_CTLS
 2025-02-14 11:58 UTC  (3+ messages)

[RFC PATCH 0/5] virtio: obtain SHM page size from device
 2025-02-14  9:20 UTC  (12+ messages)
` [PATCH RFC 1/5] virtio_config: add page_size field to virtio_shm_region
` [PATCH RFC 2/5] virtio: introduce VIRTIO_F_SHM_PAGE_SIZE
` [PATCH RFC 3/5] virtio-pci: extend virtio_pci_cap to hold page_size
` [PATCH RFC 4/5] virtio-mmio: read shm region page size
` [PATCH RFC 5/5] drm/virtio: add VIRTGPU_PARAM_HOST_SHM_PAGE_SIZE to params

[PATCH 1/2] vsock/virtio: Move rx_buf_nr and rx_buf_max_nr initialization position
 2025-02-13  9:58 UTC  (9+ messages)
    ` [PATCH 2/2] vsock/virtio: Don't reset the created SOCKET during s2r
            `  "

kvm: nVHE hyp panic at: __kvm_nvhe_kvm_hyp_handle_sysre
 2025-02-13  8:52 UTC  (7+ messages)

[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
 2025-02-12 22:55 UTC  (19+ messages)
` [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH 03/16] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop

[PATCH RESEND] drm/virtio: Align host mapping request to maximum platform page size
 2025-02-12 21:07 UTC  (3+ messages)

[PATCH 2/5] iommu: Add domain_alloc_identity()
 2025-02-12 14:45 UTC  (5+ messages)

[PATCH v7] drm/virtio: Add drm_panic support
 2025-02-12 14:29 UTC  (4+ messages)

[PATCH v1 1/1] virtio_console: Get rid of unneeded temporary variable
 2025-02-12 12:19 UTC  (2+ messages)

[PATCH] virtio: console: Use str_yes_no() helper in port_debugfs_show()
 2025-02-12 12:14 UTC  (2+ messages)

[linus:master] [treewide] b04e317b52: INFO:task_blocked_for_more_than#seconds
 2025-02-12  4:57 UTC 

[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
 2025-02-12  1:08 UTC  (6+ messages)
` [PATCH 3/9] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH 5/9] vhost-scsi: log control queue write descriptors
` [PATCH 9/9] vhost-scsi: Fix vhost_scsi_send_bad_target()

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-11 16:10 UTC  (18+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v2 00/13] cpumask: cleanup cpumask_next_wrap() implementation and usage
 2025-02-11 13:55 UTC  (4+ messages)
` [PATCH v2 02/13] virtio_net: simplify virtnet_set_affinity()

[PATCH v2] gpio:virtio: support multiple virtio-gpio controller instances
 2025-02-11  8:22 UTC  (2+ messages)

[syzbot] [net?] [virt?] general protection fault in vsock_stream_has_data
 2025-02-11  8:13 UTC  (3+ messages)

[PATCH net-next v6 0/7] tun: Unify vnet implementation
 2025-02-11  3:30 UTC  (2+ messages)

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-02-10 21:14 UTC  (10+ messages)
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[PATCH] drivers:gpio: support multiple virtio-gpio controller instances
 2025-02-10  8:22 UTC  (6+ messages)

[RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
 2025-02-08 19:47 UTC  (13+ messages)

[PATCH v2] vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines
 2025-02-08  2:45 UTC  (3+ messages)


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