Linux virtualization list
 help / color / mirror / Atom feed
 messages from 2026-08-06 16:04:12 to 2026-08-12 05:41:38 UTC [more...]

[PATCH v10 00/12] sched, steal_governor: Introduce preferred CPUs and steal-driven vCPU backoff
 2026-08-12  5:40 UTC  (5+ messages)
` [PATCH v10 01/12] sched/cputime: Add kcpustat_field_total helper
` [PATCH v10 02/12] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
` [PATCH v10 03/12] cpumask: Introduce cpu_preferred_mask
` [PATCH v10 04/12] sysfs: Add preferred CPU file

[PATCH] virtio_blk: add use_irq_affinity module parameter
 2026-08-12  2:25 UTC  (5+ messages)

[PATCH] virtio_net: add rx-alloc-fail counter
 2026-08-12  1:22 UTC 

[PATCH v5 net-next 0/2] ECN offload handling series
 2026-08-12  0:30 UTC  (5+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
` [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path

[RFC PATCH 00/12] virtio: support devices that own their virtqueue memory
 2026-08-11 19:39 UTC  (32+ messages)
` [RFC PATCH 01/12] vdpa: correct the VIRTIO_DEVICE_F_MASK example value
` [RFC PATCH 02/12] virtio_ring: validate premapped addresses through the device's map
` [RFC PATCH 03/12] virtio: add the VIRTIO_F_DMB feature bit
` [RFC PATCH 04/12] virtio_pci: read the device memory buffer shared memory id
` [RFC PATCH 05/12] virtio_pci: create virtqueues with the device's mapping token
` [RFC PATCH 06/12] virtio: add a device memory buffer region allocator
` [RFC PATCH 07/12] virtio: locate the device memory buffer after feature negotiation
` [RFC PATCH 08/12] virtio_pci: support VIRTIO_F_DMB
` [RFC PATCH 09/12] Documentation: virtio: describe the device memory buffer
` [RFC PATCH 10/12] virtio_ring: report a bounded pool's exhaustion as -ENOSPC
` [RFC PATCH 11/12] virtio: expose device memory buffer occupancy over debugfs
` [RFC PATCH 12/12] virtio: guarantee a virtqueue can publish its first descriptor chain

[PATCH v4 0/8] media: add virtio-media driver
 2026-08-11 18:34 UTC 

[PATCH v5 0/5] media: add virtio-media driver
 2026-08-11 16:27 UTC  (4+ messages)
` [PATCH v5 5/5] media: virtio: Add USERPTR memory type support

[PATCH] drm/virtio: use the DMA API for resource backing on Xen
 2026-08-11 15:49 UTC  (2+ messages)

[PATCH] virtio_net: add rx-alloc-fail counter
 2026-08-11 15:40 UTC  (2+ messages)

[PATCH] drm/virtio: check return value of vgdev_output_init()
 2026-08-11 15:33 UTC  (3+ messages)
` [RESEND PATCH] "

[PATCH net-next v21 00/13] virtio_net: Add ethtool flow rules support
 2026-08-11 15:03 UTC  (10+ messages)
` [PATCH net-next v21 05/13] virtio_net: Query and set flow filter caps
` [PATCH net-next v21 06/13] virtio_net: Create a FF group for ethtool steering
` [PATCH net-next v21 08/13] virtio_net: Implement layer 2 ethtool flow rules

[PATCH v2 0/2] vhost-scsi: fix max_io_vqs handling
 2026-08-11 13:51 UTC  (6+ messages)
` [PATCH v2 1/2] vhost-scsi: use kvzalloc for vq array allocation
` [PATCH v2 2/2] vhost-scsi: clamp max_io_vqs module parameter

[PATCH v4 0/8] media: add virtio-media driver
 2026-08-11  8:49 UTC 

[RFC PATCH v2 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-11  6:47 UTC  (5+ messages)
` [RFC PATCH v2 1/4] blk-cgroup: wait for old blkgs to leave queue before disk rebind
` [RFC PATCH v2 2/4] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v2 3/4] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v2 4/4] blk-cgroup: move async bio punt state to blkcg

[PATCH] virtio_net: roll back RSS state on control failure
 2026-08-11  2:22 UTC  (2+ messages)

[PATCH] virtio_net: roll back RSS state on control failure
 2026-08-11  2:20 UTC 

[PATCH v5 0/3] vsock: fix stale sk_err handling after a failed connect
 2026-08-10 17:09 UTC  (4+ messages)
` [PATCH v5 1/3] vsock: don't check the listener's sk_err in vsock_accept()
` [PATCH v5 2/3] vsock: remove the now-unused rejected flag
` [PATCH v5 3/3] vsock: use sock_error() to consume sk_err after a failed connect

[PATCH] virtio_console: allocate the port_buffer with the caller's gfp
 2026-08-10 16:40 UTC 

[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-10 14:30 UTC  (68+ messages)
` [PATCH v6 01/51] x86/apic: Provide helpers to set local APIC timer frequency in hz and khz
` [PATCH v6 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for APIC timer frequency APIs
` [PATCH v6 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v6 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v6 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v6 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v6 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v6 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v6 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v6 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v6 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v6 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v6 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v6 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v6 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v6 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v6 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v6 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v6 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v6 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v6 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v6 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v6 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v6 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v6 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v6 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v6 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v6 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v6 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v6 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v6 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v6 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v6 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v6 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v6 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v6 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v6 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v6 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v6 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v6 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v6 42/51] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v6 43/51] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v6 44/51] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v6 45/51] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v6 46/51] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v6 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v6 48/51] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v6 49/51] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v6 50/51] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v6 51/51] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info

[PATCH v3 0/2] vhost/vsock: fix device IOTLB feature lifecycle
 2026-08-10 13:40 UTC  (3+ messages)
` [PATCH v3 1/2] vhost/vsock: discard IOTLB when ACCESS_PLATFORM is cleared
` [PATCH v3 2/2] vhost/vsock: keep IOTLB across feature updates

[PATCH net] virtio_net: Fix resize of the RX ring
 2026-08-10 13:35 UTC  (3+ messages)

[PATCH v9 00/11] sched, steal_governor: Introduce preferred CPUs and steal-driven vCPU backoff
 2026-08-10 13:23 UTC  (8+ messages)
` [PATCH v9 04/11] sched/core: Try to use a preferred CPU in is_cpu_allowed
` [PATCH v9 10/11] virt/steal_governor: Implement steal_governor policy loop

[RFC PATCH v2] vhost: coalesce and retry IOTLB miss messages
 2026-08-10 13:03 UTC 

[PATCH v4 0/3] net: sysctl: Const Qualify sysctl ctl_table arrays
 2026-08-10 13:01 UTC  (4+ messages)
` [PATCH v4 1/3] net: enforce net sysctl registration
` [PATCH v4 2/3] net: Const qualify ctl_tables that kmemdup unconditionally
` [PATCH v4 3/3] net: Const qualify network templated ctl_tables Arrays

[PATCH] virtio_net: disable cb when napi_schedule_prep fails during busy-poll
 2026-08-10  9:20 UTC  (10+ messages)
  `  "
      `  "
          `  "
              ` Re:Re: "

[PATCH 0/4] virtio: validate device-reported values across drivers
 2026-08-10  7:05 UTC  (8+ messages)
` [PATCH 2/4] virtio_input: validate device-reported multitouch slot count

[PATCH v3] vhost/vdpa: reject VRING_NUM larger than device max
 2026-08-10  1:03 UTC 

[PATCH v2] drm/qxl: fix 32-bit overflow in the ALLOC_SURF size computation
 2026-08-09  0:26 UTC 

[PATCH] drm/qxl: fix 32-bit overflow in the ALLOC_SURF size computation
 2026-08-08 23:09 UTC 

[PATCH v2] vhost/vdpa: reject VRING_NUM larger than device max
 2026-08-08 11:24 UTC 

[PATCH] vhost/vdpa: reject VRING_NUM larger than device max
 2026-08-08 10:39 UTC  (2+ messages)

[PATCH] virtio_net: roll back RSS state on control failure
 2026-08-08  8:32 UTC  (3+ messages)

[PATCH net-next v14 0/5] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-08-08  1:10 UTC  (2+ messages)

[PATCH RFC v3 0/6] Add Rust virtio bindings and sample device
 2026-08-07 14:30 UTC  (6+ messages)
` [PATCH RFC v3 4/6] rust: add virtio module
` [PATCH RFC v3 6/6] samples/rust: Add sample virtio-rtc driver [WIP]

[PATCH] vsock: fix memory leak of rejected child sockets in vsock_accept()
 2026-08-07 13:13 UTC  (2+ messages)

[PATCH 0/2] vhost-vdpa: fix a use-after-free on the config eventfd
 2026-08-07 10:00 UTC  (3+ messages)
` [PATCH 1/2] vhost-vdpa: don't install the eventfd_ctx_fdget() error in config_ctx
` [PATCH 2/2] vhost-vdpa: protect config_ctx from being freed under the config callback

[PATCH v1 0/2] virtio: PCI ERS permanent failure teardown for virtio-blk
 2026-08-07  6:16 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] virtio-pci: add error_detected for PCI AER recovery
  ` [PATCH v2 2/2] virtio-blk: mark disk dead on ERS permanent failure
  ` [PATCH v3 0/2] virtio: PCI AER error_detected and virtio-blk shutdown
    ` [PATCH v3 1/2] virtio-pci: add error_detected and slot_reset for AER
    ` [PATCH v3 2/2] virtio-blk: add shutdown and fail queue_rq after VQ teardown

[PATCH] tools: Use fputc() calls in some functions
 2026-08-07  6:33 UTC  (4+ messages)
  `  "

[PATCH net 1/2] virtio_net: check AF_XDP queue index before use
 2026-08-07  5:23 UTC  (4+ messages)

[PATCH] hw/virtio: Propagate vhost_virtqueue_mask errors
 2026-08-07  2:43 UTC 

[PATCH 3/3] hw/virtio: Add error handling for vhost_virtqueue_mask failure
 2026-08-07  2:43 UTC  (2+ messages)

[PATCH 2/3] hw/virtio: Implement vhost_log_start and vhost_log_stop
 2026-08-07  2:43 UTC  (2+ messages)

[PATCH 1/3] hw/virtio: Optimize vhost_log_sync_range to avoid N^2 complexity
 2026-08-07  2:43 UTC  (2+ messages)

[PATCH] vduse: reject non-coherent iotlb entries in the coherent fault path
 2026-08-07  2:26 UTC 

[PATCH] vdpa/pds: check virtqueue notify mapping
 2026-08-07  1:58 UTC  (5+ messages)
      ` [PATCH] vdpa/virtio_pci: use dev_err for vq notify map failure

[PATCH net v2 1/2] virtio_net: fix AF_XDP pool disable after queue shrink
 2026-08-07  1:32 UTC  (2+ messages)
` [PATCH net v2 2/2] virtio_net: refuse XDP queue shrink while AF_XDP is bound

[PATCH net 2/2] virtio_net: unmap AF_XDP header with tx virtqueue
 2026-08-07  1:32 UTC  (3+ messages)

[RFC PATCH] virtio_balloon: add VIRTIO_BALLOON_F_REPORTING_PM_SAFE feature bit
 2026-08-07  0:37 UTC  (5+ messages)

[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-06 22:18 UTC  (4+ messages)
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox