kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 07:39:09 to 2021-04-14 22:34:27 UTC [more...]

[PATCH RFC v5 00/12] Add riscv kvm accel support
 2021-04-14 22:33 UTC  (5+ messages)
` [PATCH RFC v5 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v5 09/12] target/riscv: Add host cpu type

[PATCH 0/5] perf: oprofile spring cleanup
 2021-04-14 19:09 UTC  (7+ messages)
` [PATCH 1/5] KVM: arm64: Divorce the perf code from oprofile helpers
` [PATCH 2/5] arm64: Get rid of oprofile leftovers
` [PATCH 3/5] s390: "
` [PATCH 4/5] sh: "
` [PATCH 5/5] perf: "

[PATCH v2 00/18] Make vfio_mdev type safe
 2021-04-14 18:17 UTC  (2+ messages)

[RFC PATCH 0/7] KVM: Fix tick-based vtime accounting on x86
 2021-04-14 17:57 UTC  (10+ messages)
` [RFC PATCH 1/7] sched/vtime: Move guest enter/exit vtime accounting to separate helpers
` [RFC PATCH 2/7] context_tracking: Move guest enter/exit logic to standalone helpers
` [RFC PATCH 3/7] context_tracking: Consolidate guest enter/exit wrappers
` [RFC PATCH 4/7] context_tracking: KVM: Move guest enter/exit wrappers to KVM's domain
` [RFC PATCH 5/7] KVM: Move vtime accounting of guest exit to separate helper
` [RFC PATCH 6/7] KVM: x86: Consolidate guest enter/exit logic to common helpers
` [RFC PATCH 7/7] KVM: x86: Defer tick-based accounting 'til after IRQ handling

[PATCH 0/2] KVM: x86: cleanup and fix userspace interrupt window
 2021-04-14 16:58 UTC  (9+ messages)
` [PATCH 2/2] KVM: x86: Fix split-irqchip vs interrupt injection window request

[RFC PATCH v4 0/4] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-04-14 16:30 UTC  (6+ messages)
` [RFC PATCH v4 1/4] vfio-ccw: Check initialized flag in cp_init()
` [RFC PATCH v4 2/4] vfio-ccw: Check workqueue before doing START
` [RFC PATCH v4 3/4] vfio-ccw: Reset FSM state to IDLE inside FSM
` [RFC PATCH v4 4/4] vfio-ccw: Reset FSM state to IDLE before io_mutex

[GIT PULL] VFIO fix for v5.12-rc8/final
 2021-04-14 16:15 UTC  (2+ messages)

[GIT PULL] KVM changes for 5.12-rc8 or final
 2021-04-14 16:15 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/8] arm/arm64: Prepare for target-efi
 2021-04-14 15:42 UTC  (22+ messages)
` [PATCH kvm-unit-tests 1/8] arm/arm64: Reorganize cstart assembler
` [PATCH kvm-unit-tests 2/8] arm/arm64: Move setup_vm into setup
` [PATCH kvm-unit-tests 3/8] pci-testdev: ioremap regions
` [PATCH kvm-unit-tests 4/8] arm/arm64: mmu: Stop mapping an assumed IO region
` [PATCH kvm-unit-tests 5/8] arm/arm64: mmu: Remove memory layout assumptions
` [PATCH kvm-unit-tests 6/8] arm/arm64: setup: Consolidate "
` [PATCH kvm-unit-tests 7/8] chr-testdev: Silently fail init
` [PATCH kvm-unit-tests 8/8] arm/arm64: psci: don't assume method is hvc

[PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
 2021-04-14 14:49 UTC  (9+ messages)

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-04-14 14:14 UTC  (18+ messages)
` [PATCH v6 09/10] vduse: "
    `  "
` [PATCH v6 10/10] Documentation: Add documentation for VDUSE
  ` Re: [PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace

[PATCH 0/5] x86/kvm: Refactor KVM PV features teardown and fix restore from hibernation
 2021-04-14 12:35 UTC  (6+ messages)
` [PATCH 1/5] x86/kvm: Fix pr_info() for async PF setup/teardown
` [PATCH 2/5] x86/kvm: Teardown PV features on boot CPU as well
` [PATCH 3/5] x86/kvm: Disable kvmclock on all CPUs on shutdown
` [PATCH 4/5] x86/kvm: Disable all PV features on crash
` [PATCH 5/5] x86/kvm: Unify kvm_pv_guest_cpu_reboot() with kvm_guest_cpu_offline()

[PATCH 0/6] KVM: x86: Make the cause of instruction emulation available to user-space
 2021-04-14 12:25 UTC  (8+ messages)
` [PATCH 5/6] KVM: SVM: pass a proper reason in kvm_emulate_instruction()

[RFC PATCH v8 00/19] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-04-14 10:51 UTC  (22+ messages)
` [RFC PATCH v8 01/19] af_vsock: update functions for connectible socket
` [RFC PATCH v8 02/19] af_vsock: separate wait data loop
` [RFC PATCH v8 03/19] af_vsock: separate receive "
` [RFC PATCH v8 04/19] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v8 05/19] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v8 06/19] af_vsock: rest of SEQPACKET support
` [RFC PATCH v8 07/19] af_vsock: update comments for stream sockets
` [RFC PATCH v8 08/19] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [RFC PATCH v8 09/19] virtio/vsock: simplify credit update function API
` [RFC PATCH v8 10/19] virtio/vsock: defines and constants for SEQPACKET
` [RFC PATCH v8 11/19] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v8 12/19] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v8 13/19] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v8 14/19] virtio/vsock: enable SEQPACKET for transport
` [RFC PATCH v8 15/19] vhost/vsock: "
` [RFC PATCH v8 16/19] vsock/loopback: "
` [RFC PATCH v8 17/19] vsock_test: add SOCK_SEQPACKET tests
` [RFC PATCH v8 18/19] virtio/vsock: update trace event for SEQPACKET
` [RFC PATCH v8 19/19] af_vsock: serialize writes to shared socket

[PATCH v2 0/3] KVM: Properly account for guest CPU time
 2021-04-14  9:36 UTC  (10+ messages)
` [PATCH v2 1/3] context_tracking: Split guest_enter/exit_irqoff

[PATCH 0/3] vDPA/ifcvf: enables Intel C5000X-PL virtio-blk
 2021-04-14  9:18 UTC  (4+ messages)
` [PATCH 1/3] vDPA/ifcvf: deduce VIRTIO device ID when probe
` [PATCH 2/3] vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA
` [PATCH 3/3] vDPA/ifcvf: get_config_size should return dev specific config size

[PATCH v2] kvm/selftests: Fix race condition with dirty_log_test
 2021-04-14  9:18 UTC  (2+ messages)

[PATCH v3 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-14  9:05 UTC  (4+ messages)
` [PATCH v3 1/2] kvm/arm64: Remove the creation time's mapping of MMIO regions
` [PATCH v3 2/2] kvm/arm64: Try stage2 block mapping for host device MMIO

[kvm-unit-tests PATCH 0/3] Add support for external tests and litmus7 documentation
 2021-04-14  8:50 UTC  (4+ messages)

[RFC PATCH] KVM: x86: Support write protect huge pages lazily
 2021-04-14  8:35 UTC  (7+ messages)

[RFC Part2 PATCH 00/30] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-04-14  7:27 UTC  (3+ messages)
` [RFC Part2 PATCH 01/30] x86: Add the host SEV-SNP initialization support

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-14  7:08 UTC  (4+ messages)

[RFC PATCH v2 0/2] kvm/arm64: Try stage2 block mapping for host device MMIO
 2021-04-14  6:58 UTC  (6+ messages)
` [RFC PATCH v2 2/2] "

[syzbot] WARNING in unsafe_follow_pfn
 2021-04-14  4:37 UTC  (8+ messages)

[PATCH 0/3] vfio/iommu_type1: Implement dirty log tracking based on IOMMU HWDBM
 2021-04-14  3:14 UTC  (7+ messages)
` [PATCH 1/3] vfio/iommu_type1: Add HWDBM status maintanance
` [PATCH 2/3] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM
` [PATCH 3/3] vfio/iommu_type1: Add support for manual dirty log clear

[PATCH v2 0/4] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-04-14  1:00 UTC  (9+ messages)
` [PATCH v2 4/4] KVM: x86: Expose Architectural LBR CPUID and its XSAVES bit

[PATCH] doc/virt/kvm: move KVM_X86_SET_MSR_FILTER in section 8
 2021-04-13 22:21 UTC  (3+ messages)

[PATCH v3 0/4] Add support for XMM fast hypercalls
 2021-04-13 21:50 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: Move FPU register accessors into fpu.h
` [PATCH v3 2/4] KVM: hyper-v: Collect hypercall params into struct
` [PATCH v3 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
` [PATCH v3 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v5 00/11] KVM SGX virtualization support (KVM part)
 2021-04-13 21:47 UTC  (4+ messages)

[PATCH] kvm/selftests: Fix race condition with dirty_log_test
 2021-04-13 21:32 UTC 

[PATCH v2 0/4] Add support for XMM fast hypercalls
 2021-04-13 21:07 UTC  (16+ messages)
` [PATCH v2 1/4] KVM: x86: Move FPU register accessors into fpu.h
` [PATCH v2 2/4] KVM: hyper-v: Collect hypercall params into struct
` [PATCH v2 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
` [PATCH v2 4/4] KVM: hyper-v: Advertise support for fast XMM hypercalls

[PATCH v12 00/13] Add AMD SEV guest live migration support
 2021-04-13 19:19 UTC  (8+ messages)
` [PATCH v12 13/13] x86/kvm: Add kexec support for SEV Live Migration

[syzbot] possible deadlock in del_gendisk
 2021-04-13 18:43 UTC  (6+ messages)

[PATCH] vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommu
 2021-04-13 18:43 UTC  (2+ messages)

[PATCH] KVM: VMX: Don't use vcpu->run->internal.ndata as an array index
 2021-04-13 16:28 UTC  (3+ messages)

[PATCH v2 1/2] KVM: selftests: Keep track of memslots more efficiently
 2021-04-13 14:08 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: selftests: add a memslot-related performance benchmark

[PATCH v2 0/8] KVM: Scalable memslots implementation
 2021-04-13 14:10 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: Cache total page count to avoid traversing the memslot array
` [PATCH v2 2/8] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v2 3/8] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v2 4/8] KVM: Introduce memslots hva tree
` [PATCH v2 5/8] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v2 6/8] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v2 7/8] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v2 8/8] KVM: Optimize overlapping memslots check

[PATCH -next] s390/protvirt: fix error return code in uv_info_init()
 2021-04-13 14:15 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read
 2021-04-13 14:05 UTC  (2+ messages)

[syzbot] WARNING in bpf_test_run
 2021-04-13 12:55 UTC  (5+ messages)

[PATCH RFC 00/22] KVM: x86: hyper-v: Fine-grained access check to Hyper-V hypercalls and MSRs
 2021-04-13 12:26 UTC  (23+ messages)
` [PATCH RFC 01/22] asm-generic/hyperv: add HV_STATUS_ACCESS_DENIED definition
` [PATCH RFC 02/22] KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
` [PATCH RFC 03/22] KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE privilege bit
` [PATCH RFC 04/22] KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE "
` [PATCH RFC 05/22] KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE "
` [PATCH RFC 06/22] KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE "
` [PATCH RFC 07/22] KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE "
` [PATCH RFC 08/22] KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE "
` [PATCH RFC 09/22] KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE "
` [PATCH RFC 10/22] KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE "
` [PATCH RFC 11/22] KVM: x86: hyper-v: Honor HV_MSR_APIC_ACCESS_AVAILABLE "
` [PATCH RFC 12/22] KVM: x86: hyper-v: Honor HV_ACCESS_FREQUENCY_MSRS "
` [PATCH RFC 13/22] KVM: x86: hyper-v: Honor HV_ACCESS_REENLIGHTENMENT "
` [PATCH RFC 14/22] KVM: x86: hyper-v: Honor HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE "
` [PATCH RFC 15/22] "
` [PATCH RFC 16/22] KVM: x86: hyper-v: Honor HV_STIMER_DIRECT_MODE_AVAILABLE "
` [PATCH RFC 17/22] KVM: x86: hyper-v: Honor HV_POST_MESSAGES "
` [PATCH RFC 18/22] KVM: x86: hyper-v: Honor HV_SIGNAL_EVENTS "
` [PATCH RFC 19/22] KVM: x86: hyper-v: Honor HV_DEBUGGING "
` [PATCH RFC 20/22] KVM: x86: hyper-v: Honor HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED bit
` [PATCH RFC 21/22] KVM: x86: hyper-v: Honor HV_X64_CLUSTER_IPI_RECOMMENDED bit
` [PATCH RFC 22/22] KVM: x86: hyper-v: Check access to HVCALL_NOTIFY_LONG_SPIN_WAIT hypercall

[PATCH v2 1/3] virtio: update reset callback to return status
 2021-04-13 10:56 UTC  (11+ messages)

Commit "x86/kvm: Move context tracking where it belongs" broke guest time accounting
 2021-04-13 10:48 UTC  (2+ messages)

[PATCH] vhost-vdpa: fix vm_flags for virtqueue doorbell mapping
 2021-04-13  9:15 UTC 


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