messages from 2026-07-28 09:07:28 to 2026-07-28 16:50:49 UTC [more...]
[PATCH 1/2] riscv: ptdump: Move pagetable definitions to common header
2026-07-28 16:50 UTC (8+ messages)
` [PATCH v3 0/3] RISC-V KVM gstage page table dumper
` [PATCH v3 1/3] riscv: ptdump: Create ptdump.h and move declarations
` [PATCH v3 2/3] riscv: ptdump: Use per-level attribute bits for parsing
` [PATCH v3 3/3] KVM: riscv: Register ptdump with debugfs on guest creation
[PATCH v3] KVM: s390: Fall back to short-term pinning in MAP ioctl
2026-07-28 16:47 UTC (4+ messages)
[PATCH] RISC-V: KVM: Synchronize hrtimer callback during teardown
2026-07-28 16:42 UTC
[PATCH v2] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
2026-07-28 16:41 UTC (2+ messages)
[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
2026-07-28 16:29 UTC (4+ messages)
` [PATCH v2 02/17] x86/virt/tdx: Configure add-on features on TDX module init and update
[PATCH] KVM: x86: Cancel IOAPIC EOI work before freeing vCPUs
2026-07-28 16:24 UTC (3+ messages)
[PATCH v2 0/2] KVM: x86/mmu: fix cross-address-space MMU metadata checks
2026-07-28 16:18 UTC (3+ messages)
` [PATCH v2 2/2] KVM: x86/mmu: Check all address spaces before skipping unsync
[PATCH] s390/vfio-ap: fix stale pqap_hook pointer on error in vfio_ap_mdev_set_kvm()
2026-07-28 16:10 UTC (3+ messages)
[PATCH] RISC-V: KVM: Add kvm-riscv.wfi_trap_policy to control VS-mode WFI trapping
2026-07-28 15:53 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 7.2, take #3
2026-07-28 15:41 UTC (2+ messages)
[PATCH v5 0/2] Compute safe bound for VMX preemption timer
2026-07-28 15:40 UTC (5+ messages)
` [PATCH v5 2/2] KVM: VMX: Cap VMX preemption timer to work around Intel erratum
[PATCH] RISC-V: KVM: Add arch-specific tracepoints
2026-07-28 15:35 UTC (2+ messages)
[PATCH v3] KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs
2026-07-28 15:33 UTC (2+ messages)
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-07-28 15:31 UTC (53+ messages)
` [PATCH v7 01/36] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v7 02/36] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH v7 03/36] KVM: x86: Activate master clock immediately on vCPU creation
` [PATCH v7 04/36] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH v7 05/36] KVM: x86: Fold __get_kvmclock() into get_kvmclock()
` [PATCH v7 06/36] KVM: x86: Drop CPU pinning in get_kvmclock()
` [PATCH v7 07/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v7 08/36] KVM: x86: Fix KVM clock precision in get_kvmclock() with TSC scaling
` [PATCH v7 09/36] KVM: x86: Use get_kvmclock() in kvm_get_wall_clock_epoch()
` [PATCH v7 10/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
` [PATCH v7 11/36] KVM: x86: Restructure kvm_guest_time_update() for TSC upscaling
` [PATCH v7 12/36] KVM: x86: Simplify and comment kvm_get_time_scale()
` [PATCH v7 13/36] KVM: x86: Remove implicit rdtsc() from kvm_compute_l1_tsc_offset()
` [PATCH v7 14/36] KVM: x86: Improve synchronization in kvm_synchronize_tsc()
` [PATCH v7 15/36] KVM: x86: Kill last_tsc_{nsec,write,offset} fields
` [PATCH v7 16/36] KVM: x86: Replace nr_vcpus_matched_tsc count with all_vcpus_matched_tsc bool
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v7 18/36] KVM: x86: Factor out kvm_use_master_clock()
` [PATCH v7 19/36] KVM: x86: Avoid gratuitous global clock updates
` [PATCH v7 20/36] KVM: x86/xen: Prevent runstate times from becoming negative
` [PATCH v7 21/36] KVM: x86: Avoid redundant masterclock updates from multiple vCPUs
` [PATCH v7 22/36] KVM: x86: Remove runtime Xen TSC frequency CPUID update
` [PATCH v7 23/36] KVM: x86: Re-synchronize TSC after KVM_SET_TSC_KHZ
` [PATCH v7 24/36] KVM: x86: Use ktime_get_snapshot_id() for master clock
` [PATCH v7 25/36] KVM: x86: Compute kvmclock base without pvclock_gtod_data
` [PATCH v7 26/36] KVM: x86: Cache host vclock_mode for masterclock eligibility checks
` [PATCH v7 27/36] KVM: x86: Remove pvclock_gtod_data and private timekeeping code
` [PATCH v7 28/36] KVM: x86: Activate master clock from kvm_arch_init_vm()
` [PATCH v7 29/36] UAPI: x86: Move pvclock-abi to UAPI for x86 platforms
` [PATCH v7 30/36] KVM: selftests: Use UAPI pvclock-abi.h in xen_shinfo_test
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v7 32/36] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH v7 33/36] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH v7 34/36] KVM: selftests: Add master clock offset test
` [PATCH v7 35/36] KVM: selftests: Add Xen/generic CPUID timing leaf test
` [PATCH v7 36/36] KVM: selftests: Add Xen runstate migration test
[PATCH v3 00/10] KVM: s390: Misc fixes
2026-07-28 15:09 UTC (16+ messages)
` [PATCH v3 01/10] KVM: s390: Fix unlikely NULL gmap dereference
` [PATCH v3 07/10] KVM: s390: Return -EINTR if a signal was pending while faulting-in
` [PATCH v3 08/10] KVM: s390: Free the mmu cache when kvm_arch_vcpu_create() fails
` [PATCH v3 09/10] KVM: s390: Fix ordering when adding to SCA
` [PATCH v3 10/10] KVM: s390: Fix cleanup in kvm_s390_pv_create_cpu()
[PATCH v8 00/21] ARM64 PMU Partitioning
2026-07-28 15:07 UTC (3+ messages)
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
[PATCH v4 00/12] KVM: selftests: Stress save+restore and #PF (ft. nested)
2026-07-28 15:07 UTC (8+ messages)
` [PATCH v4 09/12] KVM: selftests: Add basic stress test for save+restore and #PF handling
` [PATCH v4 10/12] KVM: selftests: Trigger save+restore randomly in the #PF stress test
` [PATCH v4 11/12] KVM: selftests: Support running stress save+restore and #PF test in L2
[PATCH v9 00/10] s390/vfio_ccw fixes
2026-07-28 14:53 UTC (7+ messages)
` [PATCH v9 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v9 09/10] s390/vfio_ccw: selectively expand io_mutex
[PATCH v7] target/arm: Always add pmu property for host and max
2026-07-28 13:52 UTC (5+ messages)
[PATCH 2/2] KVM: LoongArch: selftests: Add in-kernel MMIO read fast path test
2026-07-28 12:38 UTC (4+ messages)
[PATCH v4 00/11] liveupdate: kvm: Guest_memfd preservation
2026-07-28 12:27 UTC (18+ messages)
` [PATCH v4 01/11] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
` [PATCH v4 02/11] KVM: Introduce kvm_create_vm_file() helper
` [PATCH v4 03/11] KVM: Export kvm_uevent_notify_vm_create()
` [PATCH v4 04/11] KVM: Track weak reference to vm_file in struct kvm
` [PATCH v4 05/11] KVM: LUO: Support VM preservation across live updates
` [PATCH v4 06/11] KVM: guest_memfd: Move internal definitions to internal header
` [PATCH v4 07/11] KVM: guest_memfd: Add support for freezing mappings
` [PATCH v4 08/11] KVM: guest_memfd: Add support for preservation via LUO
` [PATCH v4 09/11] docs: liveupdate: Add documentation for VM and guest_memfd preservation
` [PATCH v4 10/11] KVM: selftests: Split ____vm_create() and add vm_create_from_fd()
` [PATCH v4 11/11] KVM: selftests: Add guest_memfd_preservation_test
[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
2026-07-28 12:14 UTC (5+ messages)
` [PATCH v4 03/48] irqchip/gic-v5: Set up gic_kvm_info on ACPI hosts
[PATCH RFC 00/12] guest_memfd: support in-place memory conversion
2026-07-28 11:20 UTC (3+ messages)
` [PATCH RFC 10/12] accel/kvm: Don't default to private attributes for in-place conversion
[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
2026-07-28 9:45 UTC (2+ messages)
[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
2026-07-28 9:28 UTC (7+ messages)
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement "
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration
[PATCH net 0/4] Revert "tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops"
2026-07-28 9:22 UTC (5+ messages)
` [PATCH net 1/4] Revert "tun/tap & vhost-net: avoid ptr_ring tail-drop when a qdisc is present"
` [PATCH net 2/4] Revert "ptr_ring: move free-space check into separate helper"
` [PATCH net 3/4] Revert "vhost-net: wake queue of tun/tap after ptr_ring consume"
` [PATCH net 4/4] Revert "tun/tap: add ptr_ring consume helper with netdev queue wakeup"
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox