virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-03 19:52:55 to 2025-02-13 07:18:52 UTC [more...]

[PATCH net-next] tun: Pad virtio headers
 2025-02-13  7:18 UTC  (2+ messages)

[PATCH 0/5] Convert virtio-iommu to domain_alloc_paging()
 2025-02-13  5:47 UTC  (21+ messages)
` [PATCH 1/5] iommu/virtio: Break out bypass identity support into a global static
` [PATCH 2/5] iommu: Add domain_alloc_identity()
` [PATCH 3/5] iommu/virtio: Move to domain_alloc_paging()
` [PATCH 4/5] iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()
` [PATCH 5/5] iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU

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

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

[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
 2025-02-12 22:55 UTC  (33+ 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 04/16] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH 05/16] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH 06/16] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH 08/16] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [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 net-next v3 0/6] Device memory TCP TX
 2025-02-12 19:18 UTC  (34+ messages)
` [PATCH net-next v3 1/6] net: add devmem TCP TX documentation
` [PATCH net-next v3 2/6] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH net-next v3 3/6] net: add get_netmem/put_netmem support
` [PATCH net-next v3 4/6] net: devmem: TCP tx netlink api
` [PATCH net-next v3 5/6] net: devmem: Implement TX path
` [PATCH net-next v3 6/6] net: devmem: make dmabuf unbinding scheduled work

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

kvm: nVHE hyp panic at: __kvm_nvhe_kvm_hyp_handle_sysre
 2025-02-12 14:00 UTC  (6+ 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  (12+ messages)
` [PATCH 1/9] vhost: modify vhost_log_write() for broader users
` [PATCH 2/9] vhost-scsi: adjust vhost_scsi_get_desc() to log vring descriptors
` [PATCH 3/9] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
` [PATCH 4/9] vhost-scsi: log I/O queue write descriptors
` [PATCH 5/9] vhost-scsi: log control "
` [PATCH 6/9] vhost-scsi: log event "
` [PATCH 7/9] vhost: add WARNING if log_num is more than limit
` [PATCH 8/9] vhost-scsi: protect vq->log_used with vq->mutex
` [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  (11+ messages)
` [PATCH net-next v6 1/7] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net-next v6 2/7] tun: Keep hdr_len in tun_get_user()
` [PATCH net-next v6 3/7] tun: Decouple vnet from tun_struct
` [PATCH net-next v6 4/7] tun: Decouple vnet handling
` [PATCH net-next v6 5/7] tun: Extract the vnet handling code
` [PATCH net-next v6 6/7] tap: Keep hdr_len in tap_get_user()
` [PATCH net-next v6 7/7] tap: Use tun's vnet-related code

[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 1/3] virtio-gpu api: add blob userptr resource
 2025-02-08 19:47 UTC  (19+ messages)
` [RFC PATCH 3/3] drm/virtio: implement blob userptr resource object

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

[PATCH v2] drm/virtio: Align host mapping request to maximum platform page size
 2025-02-07 15:38 UTC  (4+ messages)

[PATCH] virtio: Remove virtio devices on device_shutdown()
 2025-02-06 16:27 UTC  (7+ messages)

[PATCH net-next v5 0/7] tun: Unify vnet implementation
 2025-02-06 16:09 UTC  (17+ messages)
` [PATCH net-next v5 1/7] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net-next v5 2/7] tun: Keep hdr_len in tun_get_user()
` [PATCH net-next v5 3/7] tun: Decouple vnet from tun_struct
` [PATCH net-next v5 4/7] tun: Decouple vnet handling
` [PATCH net-next v5 5/7] tun: Extract the vnet handling code
` [PATCH net-next v5 6/7] tap: Keep hdr_len in tap_get_user()
` [PATCH net-next v5 7/7] tap: Use tun's vnet-related code

[linus:master] [x86] 0b6476f939: will-it-scale.per_process_ops 24.8% improvement
 2025-02-06  7:34 UTC 

[PATCH 0/5] crypto virtio cleanups
 2025-02-05  7:52 UTC  (2+ messages)

[syzbot] [net?] general protection fault in add_wait_queue
 2025-02-04 23:58 UTC  (5+ messages)

[PATCH v6] drm/virtio: Add drm_panic support
 2025-02-04  9:59 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).