dev.linux.lists.virtualization archive

997 archived articles, newest first (page 5 of 10). Latest articles →

[PATCH v6 48/51] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
Thu, 6 Aug 2026 16:36:05 -0700
Sean Christopherson <[email protected]> • #90608
[PATCH v6 50/51] x86/paravirt: Move using_native_sched_clock() stub into timer.h
Thu, 6 Aug 2026 16:36:07 -0700
Sean Christopherson <[email protected]> • #90607
[PATCH v6 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
Thu, 6 Aug 2026 16:36:04 -0700
Sean Christopherson <[email protected]> • #90606
[PATCH v6 46/51] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
Thu, 6 Aug 2026 16:36:03 -0700
Sean Christopherson <[email protected]> • #90605
[PATCH v6 45/51] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
Thu, 6 Aug 2026 16:36:02 -0700
Sean Christopherson <[email protected]> • #90604
[PATCH v6 44/51] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
Thu, 6 Aug 2026 16:36:01 -0700
Sean Christopherson <[email protected]> • #90603
[PATCH v6 43/51] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
Thu, 6 Aug 2026 16:36:00 -0700
Sean Christopherson <[email protected]> • #90602
[PATCH v6 42/51] timekeeping: Resume clocksources before reading persistent clock
Thu, 6 Aug 2026 16:35:59 -0700
Sean Christopherson <[email protected]> • #90601
[PATCH v6 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
Thu, 6 Aug 2026 16:35:58 -0700
Sean Christopherson <[email protected]> • #90600
[PATCH v6 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
Thu, 6 Aug 2026 16:35:57 -0700
Sean Christopherson <[email protected]> • #90599
[PATCH v6 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
Thu, 6 Aug 2026 16:35:56 -0700
Sean Christopherson <[email protected]> • #90598
[PATCH v6 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
Thu, 6 Aug 2026 16:35:55 -0700
Sean Christopherson <[email protected]> • #90597
[PATCH v6 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
Thu, 6 Aug 2026 16:35:54 -0700
Sean Christopherson <[email protected]> • #90596
[PATCH v6 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
Thu, 6 Aug 2026 16:35:53 -0700
Sean Christopherson <[email protected]> • #90595
[PATCH v6 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
Thu, 6 Aug 2026 16:35:52 -0700
Sean Christopherson <[email protected]> • #90594
[PATCH v6 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
Thu, 6 Aug 2026 16:35:51 -0700
Sean Christopherson <[email protected]> • #90593
[PATCH v6 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
Thu, 6 Aug 2026 16:35:50 -0700
Sean Christopherson <[email protected]> • #90592
[PATCH v6 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
Thu, 6 Aug 2026 16:35:49 -0700
Sean Christopherson <[email protected]> • #90591
[PATCH v6 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
Thu, 6 Aug 2026 16:35:48 -0700
Sean Christopherson <[email protected]> • #90590
[PATCH v6 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
Thu, 6 Aug 2026 16:35:47 -0700
Sean Christopherson <[email protected]> • #90589
[PATCH v6 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
Thu, 6 Aug 2026 16:35:46 -0700
Sean Christopherson <[email protected]> • #90588
[PATCH v6 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
Thu, 6 Aug 2026 16:35:44 -0700
Sean Christopherson <[email protected]> • #90587
[PATCH v6 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
Thu, 6 Aug 2026 16:35:45 -0700
Sean Christopherson <[email protected]> • #90586
[PATCH v6 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
Thu, 6 Aug 2026 16:35:43 -0700
Sean Christopherson <[email protected]> • #90585
[PATCH v6 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
Thu, 6 Aug 2026 16:35:41 -0700
Sean Christopherson <[email protected]> • #90584
[PATCH v6 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
Thu, 6 Aug 2026 16:35:42 -0700
Sean Christopherson <[email protected]> • #90583
[PATCH v6 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
Thu, 6 Aug 2026 16:35:40 -0700
Sean Christopherson <[email protected]> • #90582
[PATCH v6 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
Thu, 6 Aug 2026 16:35:39 -0700
Sean Christopherson <[email protected]> • #90581
[PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
Thu, 6 Aug 2026 16:35:38 -0700
Sean Christopherson <[email protected]> • #90580
[PATCH v6 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
Thu, 6 Aug 2026 16:35:37 -0700
Sean Christopherson <[email protected]> • #90579
[PATCH v6 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
Thu, 6 Aug 2026 16:35:36 -0700
Sean Christopherson <[email protected]> • #90578
[PATCH v6 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
Thu, 6 Aug 2026 16:35:35 -0700
Sean Christopherson <[email protected]> • #90577
[PATCH v6 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
Thu, 6 Aug 2026 16:35:34 -0700
Sean Christopherson <[email protected]> • #90576
[PATCH v6 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
Thu, 6 Aug 2026 16:35:33 -0700
Sean Christopherson <[email protected]> • #90575
[PATCH v6 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
Thu, 6 Aug 2026 16:35:32 -0700
Sean Christopherson <[email protected]> • #90574
[PATCH v6 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
Thu, 6 Aug 2026 16:35:31 -0700
Sean Christopherson <[email protected]> • #90573
[PATCH v6 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
Thu, 6 Aug 2026 16:35:30 -0700
Sean Christopherson <[email protected]> • #90572
[PATCH v6 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
Thu, 6 Aug 2026 16:35:29 -0700
Sean Christopherson <[email protected]> • #90571
[PATCH v6 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
Thu, 6 Aug 2026 16:35:28 -0700
Sean Christopherson <[email protected]> • #90570
[PATCH v6 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
Thu, 6 Aug 2026 16:35:27 -0700
Sean Christopherson <[email protected]> • #90569
[PATCH v6 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
Thu, 6 Aug 2026 16:35:26 -0700
Sean Christopherson <[email protected]> • #90568
[PATCH v6 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
Thu, 6 Aug 2026 16:35:25 -0700
Sean Christopherson <[email protected]> • #90567
[PATCH v6 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
Thu, 6 Aug 2026 16:35:24 -0700
Sean Christopherson <[email protected]> • #90566
[PATCH v6 06/51] x86/sev: Don't override CPU frequency calibration for SNP's Secure TSC
Thu, 6 Aug 2026 16:35:23 -0700
Sean Christopherson <[email protected]> • #90565
[PATCH v6 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
Thu, 6 Aug 2026 16:35:22 -0700
Sean Christopherson <[email protected]> • #90564
[PATCH v6 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
Thu, 6 Aug 2026 16:35:21 -0700
Sean Christopherson <[email protected]> • #90563
[PATCH v6 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for APIC timer frequency APIs
Thu, 6 Aug 2026 16:35:19 -0700
Sean Christopherson <[email protected]> • #90562
[PATCH v6 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
Thu, 6 Aug 2026 16:35:20 -0700
Sean Christopherson <[email protected]> • #90561
[PATCH v6 01/51] x86/apic: Provide helpers to set local APIC timer frequency in hz and khz
Thu, 6 Aug 2026 16:35:18 -0700
Sean Christopherson <[email protected]> • #90560
[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
Thu, 6 Aug 2026 16:35:17 -0700
Sean Christopherson <[email protected]> • #90559
Re: [RFC PATCH] virtio_balloon: add VIRTIO_BALLOON_F_REPORTING_PM_SAFE feature bit
Thu, 6 Aug 2026 19:00:01 -0400
"Michael S. Tsirkin" <[email protected]> • #90558
[PATCH] drm/virtio: use the DMA API for resource backing on Xen
Thu, 06 Aug 2026 18:54:22 -0400
Benjamin Leggett via B4 Relay <[email protected]> • #90557
Re: [RFC PATCH] virtio_balloon: add VIRTIO_BALLOON_F_REPORTING_PM_SAFE feature bit
Thu, 6 Aug 2026 15:45:25 -0700
Link Lin <[email protected]> • #90556
Re: [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
Thu, 6 Aug 2026 15:18:05 -0700
Sean Christopherson <[email protected]> • #90555
Re: [PATCH] tools: Use fputc() calls in some functions
Fri, 7 Aug 2026 05:50:26 +0800
kernel test robot <[email protected]> • #90554
Re: [PATCH v2 2/2] vhost-scsi: clamp max_io_vqs module parameter
Thu, 6 Aug 2026 14:30:08 -0500
Mike Christie <[email protected]> • #90553
Re: [PATCH v2 1/2] vhost-scsi: use kvzalloc for vq array allocation
Thu, 6 Aug 2026 13:30:04 -0500
Mike Christie <[email protected]> • #90552
Re: [PATCH] tools: Use fputc() calls in some functions
Thu, 6 Aug 2026 19:40:10 +0200
kernel test robot <[email protected]> • #90551
Re: [PATCH] vdpa/pds: check virtqueue notify mapping
Thu, 6 Aug 2026 09:21:24 -0700
"Creeley, Brett" <[email protected]> • #90550
Re: [PATCH net 2/2] virtio_net: unmap AF_XDP header with tx virtqueue
Thu, 6 Aug 2026 09:04:11 -0700
Jakub Kicinski <[email protected]> • #90549
Re: [PATCH net 1/2] virtio_net: check AF_XDP queue index before use
Thu, 6 Aug 2026 09:04:10 -0700
Jakub Kicinski <[email protected]> • #90548
[PATCH] vhost-vdpa: drop the parent's vq callback before the call fd is released
Fri, 7 Aug 2026 01:03:23 +1000
Yu Zhang <[email protected]> • #90547
Re: [PATCH] vhost: clear vq->worker under vq->mutex when freeing workers
Thu, 6 Aug 2026 16:40:04 +0200
Stefano Garzarella <[email protected]> • #90546
Re: [PATCH] vhost: clear vq->worker under vq->mutex when freeing workers
Thu, 6 Aug 2026 16:12:03 +0200
Stefano Garzarella <[email protected]> • #90545
[RFC PATCH] vhost: coalesce and retry IOTLB miss messages
Thu, 6 Aug 2026 22:06:16 +0800
Jia Jia <[email protected]> • #90544
Re: [PATCH] vhost: clear vq->worker under vq->mutex when freeing workers
Thu, 6 Aug 2026 06:53:12 -0700
Sean Christopherson <[email protected]> • #90543
Re: [PATCH] vhost: clear vq->worker under vq->mutex when freeing workers
Thu, 6 Aug 2026 15:35:27 +0200
Stefano Garzarella <[email protected]> • #90542
Re: [PATCH v4] vsock: use sock_error() to consume sk_err after a failed connect
Thu, 6 Aug 2026 14:57:50 +0200
Stefano Garzarella <[email protected]> • #90541
Re: [PATCH v5 net-next 2/2] net: hns3: fix GSO_ECN flag setting in the RX path
Thu, 6 Aug 2026 19:47:00 +0800
Jijie Shao <[email protected]> • #90540
Re: [RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg
Thu, 6 Aug 2026 11:22:16 +0200
Michal Koutný <[email protected]> • #90539
[PATCH v2] vhost-scsi: serialize completion notification with callfd updates
Thu, 6 Aug 2026 14:51:43 +0800
Jia Jia <[email protected]> • #90538
Re: [PATCH 3/3] tools/virtio: add --features-array switch
Thu, 6 Aug 2026 14:48:31 +0800
"rom.wang" <[email protected]> • #90537
Re: [PATCH] virtio_blk: add use_irq_affinity module parameter
Thu, 6 Aug 2026 10:40:22 +0800
"Liu, Changcheng" <[email protected]> • #90536
[PATCH v2] vdpa/pds: check virtqueue notify mapping
Thu, 6 Aug 2026 08:58:09 +0800
Xiong Weimin <[email protected]> • #90535
Re: [PATCH] vdpa/pds: check virtqueue notify mapping
Thu, 06 Aug 2026 08:58:06 +0800
Xiong Weimin <[email protected]> • #90534
Re: [PATCH] vdpa/pds: check virtqueue notify mapping
Wed, 5 Aug 2026 13:40:39 -0700
"Creeley, Brett" <[email protected]> • #90533
Re: [PATCH] virtio_blk: add use_irq_affinity module parameter
Wed, 5 Aug 2026 13:45:58 -0400
Stefan Hajnoczi <[email protected]> • #90532
[PATCH v6 5/5] media: virtio: Add USERPTR memory type support
Wed, 5 Aug 2026 13:25:45 -0400
Brian Daniels <[email protected]> • #90531
[PATCH v6 4/5] media: virtio: Add ioctl operations and driver logic
Wed, 5 Aug 2026 13:25:44 -0400
Brian Daniels <[email protected]> • #90530
[PATCH v6 3/5] media: virtio: Add scatterlist builder
Wed, 5 Aug 2026 13:25:43 -0400
Brian Daniels <[email protected]> • #90529
[PATCH v6 2/5] media: virtio: Add session management
Wed, 5 Aug 2026 13:25:42 -0400
Brian Daniels <[email protected]> • #90528
[PATCH v6 1/5] media: virtio: Add skeleton virtio-media driver
Wed, 5 Aug 2026 13:25:41 -0400
Brian Daniels <[email protected]> • #90527
[PATCH v6 0/5] media: add virtio-media driver
Wed, 5 Aug 2026 13:25:40 -0400
Brian Daniels <[email protected]> • #90526
Re: [PATCH v5 0/5] media: add virtio-media driver
Wed, 5 Aug 2026 12:27:35 -0400
Brian Daniels <[email protected]> • #90525
Re: [PATCH v4] vsock: use sock_error() to consume sk_err after a failed connect
Wed, 5 Aug 2026 18:29:36 +0800
"Nguyen Dinh Phi [SG]" <[email protected]> • #90524
Re: [PATCH v4] vsock: use sock_error() to consume sk_err after a failed connect
Wed, 5 Aug 2026 10:34:31 +0200
Stefano Garzarella <[email protected]> • #90523
[PATCH v2] virtio_pci: do not mutate caller irq_affinity.pre_vectors
Wed, 5 Aug 2026 15:55:02 +0800
Xiong Weimin <[email protected]> • #90522
RE: lib/group_cpus: make group CPU cluster aware
Wed, 5 Aug 2026 07:50:13 +0000
"Guo, Wangyang" <[email protected]> • #90521
Re: [PATCH v5 0/5] media: add virtio-media driver
Wed, 5 Aug 2026 09:17:21 +0200
Albert Esteve <[email protected]> • #90520
Re: [PATCH v5 0/5] media: add virtio-media driver
Wed, 5 Aug 2026 09:14:14 +0200
Albert Esteve <[email protected]> • #90519
Re: [PATCH] virtio_pci: do not mutate caller irq_affinity.pre_vectors
Wed, 5 Aug 2026 02:59:27 -0400
"Michael S. Tsirkin" <[email protected]> • #90518
Re: [PATCH] virtio_pci: do not mutate caller irq_affinity.pre_vectors
Wed, 05 Aug 2026 14:47:06 +0800
Xiong Weimin <[email protected]> • #90517
Re: [PATCH] virtio_mmio: disable IRQ wake before free_irq
Wed, 05 Aug 2026 14:47:09 +0800
Xiong Weimin <[email protected]> • #90516
Re: [PATCH] virtio_input: reset device if input_register_device() fails
Wed, 05 Aug 2026 14:47:04 +0800
Xiong Weimin <[email protected]> • #90515
Re: [PATCH] virtio_pci: do not mutate caller irq_affinity.pre_vectors
Wed, 05 Aug 2026 14:19:46 +0800
Xiong Weimin <[email protected]> • #90514
Re: [PATCH] virtio_mmio: disable IRQ wake before free_irq
Wed, 05 Aug 2026 14:19:47 +0800
Xiong Weimin <[email protected]> • #90513
Re: [PATCH] virtio_input: reset device if input_register_device() fails
Wed, 05 Aug 2026 14:19:46 +0800
Xiong Weimin <[email protected]> • #90512
Re: [PATCH v2] vdpa: solidrun: Free IRQs after request failure
Wed, 5 Aug 2026 07:40:12 +0200
Markus Elfring <[email protected]> • #90511
Re: [PATCH] virtio_pci: do not mutate caller irq_affinity.pre_vectors
Wed, 5 Aug 2026 01:37:01 -0400
"Michael S. Tsirkin" <[email protected]> • #90510
Re: [PATCH] virtio_input: reset device if input_register_device() fails
Wed, 5 Aug 2026 01:29:28 -0400
"Michael S. Tsirkin" <[email protected]> • #90509
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.