kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-18 19:39:44 to 2021-05-20 05:43:52 UTC [more...]

[PATCH v8 0/6] Enable CET support for guest
 2021-05-20  5:57 UTC  (6+ messages)
` [PATCH v8 1/6] target/i386: Change XSAVE related feature-word names
` [PATCH v8 2/6] target/i386: Enable XSS feature CPUID enumeration
` [PATCH v8 3/6] target/i386: Enable XSAVES support for CET states
` [PATCH v8 4/6] target/i386: Add user-space MSR access interface for CET
` [PATCH v8 5/6] target/i386: Add CET state support for guest migration

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-20  5:43 UTC  (6+ messages)
` [PATCH v7 04/12] virtio-blk: Add validation for block size in config space
      `  "

[PATCH -next] samples: vfio-mdev: fix error return code in mdpy_fb_probe()
 2021-05-20  5:25 UTC  (3+ messages)

[PATCH v5 0/4] KVM statistics data fd-based binary interface
 2021-05-20  4:21 UTC  (16+ messages)
` [PATCH v5 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v5 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v5 4/4] KVM: selftests: Add selftest for KVM "

[PATCH] KVM: halt polling: Make the adjustment of polling time clearer
 2021-05-20  3:05 UTC 

[PATCH 0/4 v2] KVM: nVMX: nSVM: Add more statistics to KVM debugfs
 2021-05-20  0:50 UTC  (5+ messages)
` [PATCH 1/4 v2] KVM: nVMX: Reset 'nested_run_pending' only in guest mode
` [PATCH 2/4 v2] KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it to guest code
` [PATCH 3/4 v2] KVM: nVMX: nSVM: Add a new debugfs statistic to show how many VCPUs have run nested guests
` [PATCH 4/4 v2] KVM: x86: Add a new VM statistic to show number of VCPUs created in a given VM

[PATCH v2 0/4] Add guest support for SEV live migration
 2021-05-19 23:44 UTC  (14+ messages)
` [PATCH v2 2/4] mm: x86: Invoke hypercall when page encryption status is changed

[PATCH 3/6] vfio: remove the unused mdev iommu hook
 2021-05-19 23:24 UTC  (15+ messages)

[PATCH] KVM: x86: add hint to skip hidden rdpkru under kvm_load_host_xsave_state
 2021-05-19 23:15 UTC  (5+ messages)

[PATCH v3 0/8] KVM: Scalable memslots implementation
 2021-05-19 23:10 UTC  (11+ messages)
` [PATCH v3 1/8] KVM: x86: Cache total page count to avoid traversing the memslot array
` [PATCH v3 2/8] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v3 3/8] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v3 4/8] KVM: Introduce memslots hva tree
` [PATCH v3 6/8] KVM: Keep memslots in tree-based structures instead of array-based ones

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-19 22:46 UTC  (4+ messages)
` [PATCH 2/2] KVM: selftests: Add UFFD_FEATURE_SIGBUS page-in tests

[PATCH v2 00/10] KVM: selftests: exercise userfaultfd minor faults
 2021-05-19 22:34 UTC  (25+ messages)
` [PATCH v2 01/10] KVM: selftests: trivial comment/logging fixes
` [PATCH v2 02/10] KVM: selftests: simplify setup_demand_paging error handling
` [PATCH v2 03/10] KVM: selftests: print a message when skipping KVM tests
` [PATCH v2 04/10] KVM: selftests: compute correct demand paging size
` [PATCH v2 05/10] KVM: selftests: allow different backing source types
` [PATCH v2 06/10] KVM: selftests: refactor vm_mem_backing_src_type flags
` [PATCH v2 07/10] KVM: selftests: add shmem backing source type
` [PATCH v2 08/10] KVM: selftests: create alias mappings when using shared memory
` [PATCH v2 09/10] KVM: selftests: allow using UFFD minor faults for demand paging
` [PATCH v2 10/10] KVM: selftests: add shared hugetlbfs backing source type

[PATCH] kvm: x86: move srcu lock out of kvm_vcpu_check_block
 2021-05-19 21:53 UTC  (5+ messages)

[PATCH] KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_test
 2021-05-19 21:14 UTC  (2+ messages)

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-19 19:58 UTC  (39+ messages)
` [PATCH 01/43] KVM: nVMX: Set LDTR to its architecturally defined value on nested VM-Exit
` [PATCH 02/43] KVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model-Stepping
` [PATCH 03/43] KVM: SVM: Require exact CPUID.0x1 match when stuffing EDX at INIT
` [PATCH 04/43] KVM: SVM: Fall back to KVM's hardcoded value for EDX at RESET/INIT
` [PATCH 05/43] KVM: x86: Split out CR0/CR4 MMU role change detectors to separate helpers
` [PATCH 06/43] KVM: x86: Properly reset MMU context at vCPU RESET/INIT
` [PATCH 08/43] KVM: SVM: Drop explicit MMU reset at RESET/INIT
` [PATCH 09/43] KVM: SVM: Drop a redundant init_vmcb() from svm_create_vcpu()
` [PATCH 10/43] KVM: VMX: Move init_vmcs() invocation to vmx_vcpu_reset()
` [PATCH 19/43] KVM: x86: Move EDX initialization at vCPU RESET to common code
` [PATCH 20/43] KVM: SVM: Don't bother writing vmcb->save.rip at vCPU RESET/INIT
` [PATCH 22/43] KVM: VMX: Remove direct write to vcpu->arch.cr0 during "
` [PATCH 29/43] KVM: SVM: Tweak order of cr0/cr4/efer writes at RESET/INIT
` [PATCH 30/43] KVM: SVM: Drop redundant writes to vmcb->save.cr4 "
` [PATCH 33/43] KVM: VMX: Refresh list of user return MSRs after setting guest CPUID
` [PATCH 35/43] KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86

[PATCH v2 0/8] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-05-19 19:31 UTC  (12+ messages)
` [PATCH v2 1/8] x86/sev-es: Don't return NULL from sev_es_get_ghcb()
` [PATCH v2 2/8] x86/sev-es: Forward page-faults which happen during emulation
` [PATCH v2 3/8] x86/sev-es: Use __put_user()/__get_user() for data accesses
` [PATCH v2 4/8] x86/sev-es: Fix error message in runtime #VC handler
` [PATCH v2 5/8] x86/sev-es: Leave NMI-mode before sending signals
` [PATCH v2 6/8] x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()
` [PATCH v2 7/8] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()
` [PATCH v2 8/8] x86/sev-es: Propagate #GP if getting linear instruction address failed

[PATCH] Move VMEnter and VMExit tracepoints closer to the actual event
 2021-05-19 18:23 UTC 

[PATCH Part1 RFC v2 00/20] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-05-19 17:28 UTC  (4+ messages)
` [PATCH Part1 RFC v2 08/20] x86/mm: Add sev_snp_active() helper

[RFC PATCH 00/67] KVM: X86: TDX support
 2021-05-19 16:37 UTC  (2+ messages)

[PATCH v2 00/10] KVM: Implement nested TSC scaling
 2021-05-19 15:49 UTC  (20+ messages)
` [PATCH v2 01/10] math64.h: Add mul_s64_u64_shr()
` [PATCH v2 02/10] KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
` [PATCH v2 03/10] KVM: X86: Add kvm_scale_tsc_l1() and kvm_compute_tsc_offset_l1()
` [PATCH v2 06/10] KVM: X86: Add functions that calculate the 02 TSC offset and multiplier
` [PATCH v2 07/10] KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
` [PATCH v2 08/10] KVM: VMX: Set the TSC offset and multiplier on nested entry and exit

[PATCH v18 00/18] KVM RISC-V Support
 2021-05-19 15:26 UTC  (33+ messages)
` [PATCH v18 01/18] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v18 02/18] RISC-V: Add initial skeletal KVM support
` [PATCH v18 03/18] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v18 04/18] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v18 05/18] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v18 06/18] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v18 07/18] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v18 08/18] RISC-V: KVM: Handle WFI "
` [PATCH v18 09/18] RISC-V: KVM: Implement VMID allocator
` [PATCH v18 10/18] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v18 11/18] RISC-V: KVM: Implement MMU notifiers
` [PATCH v18 12/18] RISC-V: KVM: Add timer functionality
` [PATCH v18 13/18] RISC-V: KVM: FP lazy save/restore
` [PATCH v18 14/18] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v18 15/18] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v18 16/18] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v18 17/18] RISC-V: KVM: Move sources to drivers/staging directory
` [PATCH v18 18/18] RISC-V: KVM: Add MAINTAINERS entry

About the performance of hyper-v
 2021-05-19 14:22 UTC  (2+ messages)

[PATCH v2 0/5] KVM: arm64: selftests: Fix get-reg-list
 2021-05-19 14:07 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: arm64: selftests: get-reg-list: Introduce vcpu configs
` [PATCH v2 2/5] KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at once
` [PATCH v2 3/5] KVM: arm64: selftests: get-reg-list: Provide config selection option
` [PATCH v2 4/5] KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sve
` [PATCH v2 5/5] KVM: arm64: selftests: get-reg-list: Split base and pmu registers

[PATCH 0/6] x86/sev-es: Fixes for SEV-ES guest support
 2021-05-19 13:16 UTC  (14+ messages)
` [PATCH 2/6] x86/sev-es: Forward page-faults which happen during emulation
` [PATCH 3/6] x86/sev-es: Use __put_user()/__get_user
` [PATCH 4/6] Revert "x86/sev-es: Handle string port IO to kernel memory properly"

[PATCH v16 00/14] s390/vfio-ap: dynamic configuration support
 2021-05-19 11:58 UTC  (6+ messages)
` [PATCH v16 10/14] s390/zcrypt: driver callback to indicate resource in use

[kvm-unit-tests PATCH v2 0/3] s390x: cpumodel: Add sclp checks
 2021-05-19 10:43 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: sclp: Only fetch read info byte 134 if cpu entries are above it
` [kvm-unit-tests PATCH v2 2/3] lib: s390x: sclp: Extend feature probing
` [kvm-unit-tests PATCH v2 3/3] s390x: cpumodel: FMT2 and FMT4 SCLP test

[PATCH 00/10] Documentation build warning fixes
 2021-05-19  8:51 UTC  (3+ messages)
` [PATCH 02/10] docs: vcpu-requests.rst: fix reference for atomic ops
` [PATCH 06/10] docs: virt: api.rst: fix a pointer to SGX documentation

[kvm-unit-tests PATCH v3 0/6] s390x: uv: Extend guest test and add host test
 2021-05-19  8:16 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/6] s390x: uv-guest: Add invalid share location test
` [kvm-unit-tests PATCH v3 2/6] s390x: Add more Ultravisor command structure definitions
` [kvm-unit-tests PATCH v3 3/6] s390x: uv: Add UV lib
` [kvm-unit-tests PATCH v3 4/6] s390x: Test for share/unshare call support before using them
` [kvm-unit-tests PATCH v3 5/6] s390x: uv-guest: Test invalid commands
` [kvm-unit-tests PATCH v3 6/6] s390x: Add UV host test

[PATCH v2 0/5] KVM: x86: hyper-v: Conditionally allow SynIC with APICv/AVIC
 2021-05-19  7:58 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check for AVIC
` [PATCH v2 2/5] KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC check from cpu_has_vmx_posted_intr()
` [PATCH v2 3/5] KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
` [PATCH v2 4/5] KVM: x86: Invert APICv/AVIC enablement check

[PATCH v4 1/5] KVM: exit halt polling on need_resched() for both book3s and generic halt-polling
 2021-05-19  2:57 UTC  (4+ messages)
` [PATCH v4 2/5] KVM: X86: Bail out of direct yield in case of under-committed scenarios

[PATCH v6 00/16] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-05-19  1:44 UTC  (6+ messages)

[PATCH -next] vfio: platform: reset: add missing iounmap() on error in vfio_platform_amdxgbe_reset()
 2021-05-18 21:46 UTC  (2+ messages)

[Question] Indefinitely block in the host when remove the PF driver
 2021-05-18 19:39 UTC  (4+ 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).