kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 09:54:19 to 2021-10-21 14:58:30 UTC [more...]

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-21 14:58 UTC  (15+ messages)
` [RFC 02/20] vfio: Add device class for /dev/vfio/devices
` [RFC 10/20] iommu/iommufd: Add IOMMU_DEVICE_GET_INFO

[PATCH] KVM: MMU: Reset mmu->pkru_mask to avoid stale data
 2021-10-21 14:53 UTC  (2+ messages)

[PATCH 0/4] KVM: X86: Improve guest TLB flushing
 2021-10-21 14:52 UTC  (9+ messages)
` [PATCH 1/4] KVM: X86: Fix tlb flush for tdp in kvm_invalidate_pcid()
` [PATCH 3/4] KVM: X86: Use smp_rmb() to pair with smp_wmb() in mmu_try_to_unsync_pages()

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-21 14:51 UTC  (16+ messages)
` [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler
` [PATCH v6 40/42] virt: Add SEV-SNP guest driver

[PATCH v3 kvm-unit-tests 0/8] x86: Move IDT, GDT and TSS to C code
 2021-10-21 14:37 UTC  (11+ messages)
` [PATCH kvm-unit-tests 1/9] x86: cleanup handling of 16-byte GDT descriptors
` [PATCH kvm-unit-tests 2/9] x86: fix call to set_gdt_entry
` [PATCH kvm-unit-tests 3/9] unify field names and definitions for GDT descriptors
` [PATCH kvm-unit-tests 4/9] replace tss_descr global with a function
` [PATCH kvm-unit-tests 5/9] x86: Move IDT to desc.c
` [PATCH kvm-unit-tests 6/9] x86: unify name of 32-bit and 64-bit GDT
` [PATCH kvm-unit-tests 7/9] x86: get rid of ring0stacktop
` [PATCH kvm-unit-tests 8/9] x86: Move 64-bit GDT and TSS to desc.c
` [PATCH kvm-unit-tests 9/9] x86: Move 32-bit "

[PATCH v3 01/10] vfio/ccw: Remove unneeded GFP_DMA
 2021-10-21 14:35 UTC  (3+ messages)

Addition of a staging subdirectory to virt/ for in-development features
 2021-10-21 14:31 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-10-21 14:27 UTC  (24+ messages)
` [kvm-unit-tests PATCH v3 01/17] x86: Move IDT, GDT and TSS to desc.c
` [kvm-unit-tests PATCH v3 05/17] x86 UEFI: Boot from UEFI
` [kvm-unit-tests PATCH v3 11/17] x86 UEFI: Convert x86 test cases to PIC
` [kvm-unit-tests PATCH v3 12/17] x86 AMD SEV: Initial support
` [kvm-unit-tests PATCH v3 17/17] x86 AMD SEV-ES: Add test cases

[PATCH v5 00/13] KVM: Scalable memslots implementation
 2021-10-21 14:16 UTC  (29+ messages)
` [PATCH v5 01/13] KVM: x86: Cache total page count to avoid traversing the memslot array
` [PATCH v5 04/13] KVM: x86: Move n_memslots_pages recalc to kvm_arch_prepare_memory_region()
` [PATCH v5 05/13] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v5 07/13] KVM: Just resync arch fields when slots_arch_lock gets reacquired
` [PATCH v5 08/13] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5 12/13] KVM: Optimize gfn lookup in kvm_zap_gfn_range()

[PATCH v3 02/10] vfio/ccw: Use functions for alloc/free of the vfio_ccw_private
 2021-10-21 13:50 UTC  (2+ messages)

[PATCH v3 00/10] Move vfio_ccw to the new mdev API
 2021-10-21 13:35 UTC  (3+ messages)

[PATCH v1 0/5] KVM/x86/nVMX: Add field existence support in VMCS12
 2021-10-21 13:08 UTC  (7+ messages)
` [PATCH v1 1/5] KVM: x86: nVMX: Add vmcs12 field existence bitmap in nested_vmx
` [PATCH v1 2/5] KVM: x86: nVMX: Update VMCS12 fields existence when nVMX MSRs are set

[PATCH v2 0/2] KVM: selftests: enable the memslot tests in ARM64
 2021-10-21 12:47 UTC  (2+ messages)

[PATCH] RISC-V:KVM: remove unneeded semicolon Elimate the following coccinelle check warning: ./arch/riscv/kvm/vcpu_sbi.c:169:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:397:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:687:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_exit.c:645:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:247:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu.c:284:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:123:2-3: Unneeded semicolon ./arch/riscv/kvm/vcpu_timer.c:170:2-3: Unneeded semicolon
 2021-10-21 11:57 UTC  (3+ messages)
  ` [PATCH] RISC-V:KVM: remove unneeded semicolon

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-21 10:46 UTC  (23+ messages)
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V2 mlx5-next 14/14] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH] vhost: Make use of the helper macro kthread_run()
 2021-10-21  8:44 UTC 

[PATCH v2 kvm-unit-tests 0/4] remove tss_descr, replace with a function
 2021-10-21  8:29 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/4] x86: cleanup handling of 16-byte GDT descriptors
` [PATCH kvm-unit-tests 2/4] x86: fix call to set_gdt_entry
` [PATCH kvm-unit-tests 3/4] unify field names and definitions for GDT descriptors
` [PATCH kvm-unit-tests 4/4] replace tss_descr global with a function

[PATCHV2 0/3] kvm: x86: make PTE_PREFETCH_NUM tunable
 2021-10-21  8:09 UTC  (8+ messages)
` [PATCHV2 1/3] KVM: x86: introduce kvm_mmu_pte_prefetch structure

[PATCH 0/2] x86/sev: Two fixes for SEV-ES VC stack handling
 2021-10-21  8:08 UTC  (3+ messages)
` [PATCH 1/2] x86/sev: Fix stack type check in vc_switch_off_ist()
` [PATCH 2/2] x86/sev: Allow #VC exceptions on the VC2 stack

[PATCH 0/2] KVM: x86: Enhance vendor module error messages
 2021-10-21  8:08 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Add vendor name to kvm_x86_ops, use it for "

[PATCH v2 kvm-unit-tests 0/2] remove tss_descr, replace with a function
 2021-10-21  7:17 UTC  (12+ messages)
` [PATCH v2 kvm-unit-tests 1/2] unify field names and definitions for GDT descriptors
` [PATCH v2 kvm-unit-tests 2/2] replace tss_descr global with a function

[PATCH][v2] KVM: Clear pv eoi pending bit only when it is set
 2021-10-21  6:25 UTC 

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-21  3:45 UTC  (10+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory
` [RFC 07/16] KVM: selftests: add SEV boot tests

linux-next: manual merge of the kvm tree with the tip tree
 2021-10-21  2:39 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-10-20 23:01 UTC  (5+ messages)
` [PATCH Part2 v5 44/45] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH 2/2] KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATA
 2021-10-20 22:58 UTC  (3+ messages)
` [PATCH 0/2] KVM: SEV: RECEIVE_UPDATE_DATA bug fixes

[PATCH 0/5 V10] Add AMD SEV and SEV-ES intra host migration support
 2021-10-20 21:53 UTC  (8+ messages)
` [PATCH 1/5 V10] KVM: SEV: Refactor out sev_es_state struct
` [PATCH 3/5 V10] KVM: SEV: Add support for SEV-ES intra host migration

[PATCH] KVM: Avoid atomic operations when kicking the running vCPU
 2021-10-20 21:32 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/2] remove tss_descr, replace with a function
 2021-10-20 20:05 UTC  (7+ messages)
` [PATCH kvm-unit-tests 1/2] unify structs for GDT descriptors
` [PATCH kvm-unit-tests 2/2] replace tss_descr global with a function

[PATCH v3 0/5] Update vfio_group to use the modern cdev lifecycle
 2021-10-20 19:52 UTC  (2+ messages)

[PATCH] KVM: x86: check for interrupts before deciding whether to exit the fast path
 2021-10-20 19:42 UTC  (2+ messages)

[PATCH] KVM: nVMX: promptly process interrupts delivered while in guest mode
 2021-10-20 19:37 UTC  (2+ messages)

[PATCH v2 00/14] Use uncached stores while clearing huge pages
 2021-10-20 18:52 UTC  (15+ messages)
` [PATCH v2 01/14] x86/asm: add memset_movnti()
` [PATCH v2 02/14] perf bench: "
` [PATCH v2 03/14] x86/asm: add uncached page clearing
` [PATCH v2 04/14] x86/asm: add clzero based "
` [PATCH v2 05/14] x86/cpuid: add X86_FEATURE_MOVNT_SLOW
` [PATCH v2 06/14] sparse: add address_space __incoherent
` [PATCH v2 07/14] x86/clear_page: add clear_page_uncached()
` [PATCH v2 08/14] mm/clear_page: add clear_page_uncached_threshold()
` [PATCH v2 09/14] x86/clear_page: add arch_clear_page_uncached_threshold()
` [PATCH v2 10/14] clear_huge_page: use uncached path
` [PATCH v2 11/14] gup: add FOLL_HINT_BULK, FAULT_FLAG_UNCACHED
` [PATCH v2 12/14] gup: use uncached path when clearing large regions
` [PATCH v2 13/14] vfio_iommu_type1: specify FOLL_HINT_BULK to pin_user_pages()
` [PATCH v2 14/14] x86/cpu/intel: set X86_FEATURE_MOVNT_SLOW for Skylake

[PATCH v5 0/6] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-10-20 18:38 UTC  (12+ messages)
` [PATCH v5 1/6] KVM: SVM: Get rid of set_ghcb_msr() and *ghcb_msr_bits() functions
` [PATCH v5 2/6] KVM: SVM: Add helper to generate GHCB MSR verson info, and drop macro
` [PATCH v5 3/6] KVM: SVM: Move kvm_emulate_ap_reset_hold() to AMD specific code
` [PATCH v5 4/6] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH v5 5/6] KVM: SVM: Add support for Hypervisor Feature support "
` [PATCH v5 6/6] KVM: SVM: Increase supported GHCB protocol version

[GIT PULL] KVM fixes for Linus 5.15-rc7, take 2
 2021-10-20 16:16 UTC  (2+ messages)

[TEST PATCH] KVM: selftests: Add a test case for debugfs directory
 2021-10-20 15:19 UTC  (2+ messages)

[RFC PATCH v3 0/5] x86/kvm: Virtual suspend time injection support
 2021-10-20 13:52 UTC  (6+ messages)
` [RFC PATCH v3 2/5] kvm/x86: Include asm/pvclock.h in asm/kvmclock.h
` [RFC PATCH v3 3/5] kvm/x86: virtual suspend time injection: Add common definitions
` [RFC PATCH v3 4/5] kvm/x86: virtual suspend time injection: Implement host side
` [RFC PATCH v3 5/5] kvm/x86: virtual suspend time injection: Implement guest side

[patch V2 12/30] x86/fpu: Move KVMs FPU swapping to FPU core
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[patch V2 13/30] x86/fpu: Replace KVMs home brewed FPU copy from user
 2021-10-20 13:44 UTC  (2+ messages)
` [tip: x86/fpu] "

[PATCH v4 0/5] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-10-20 12:32 UTC  (4+ messages)
` [PATCH v4 3/5] KVM: SVM: Add support to handle AP reset MSR protocol

[PATCH RFC 00/15] virtio-mem: Expose device memory via separate memslots
 2021-10-20 12:17 UTC  (5+ messages)
` [PATCH RFC 12/15] "

[PATCH 0/3] fixes for __airqs_kick_single_vcpu()
 2021-10-20 12:12 UTC  (16+ messages)
` [PATCH 1/3] KVM: s390: clear kicked_mask before sleeping again
` [PATCH 3/3] KVM: s390: clear kicked_mask if not idle after set

[PATCH] rcuwait: do not enter RCU protection unless a wakeup is needed
 2021-10-20 12:04 UTC  (5+ messages)

[PATCH] KVM: Clear pv eoi pending bit only when it is set
 2021-10-20 11:15 UTC  (4+ messages)
    ` 答复: "

[PATCH v5] KVM: emulate: Don't inject #GP when emulating RDMPC if CR0.PE=0
 2021-10-20 10:45 UTC  (2+ messages)

[PATCH v3 1/3] KVM: emulate: Don't inject #GP when emulating RDMPC if CR0.PE=0
 2021-10-20 10:37 UTC  (9+ messages)
` [PATCH v3 3/3] KVM: vCPU kick tax cut for running vCPU

[PATCH v4] KVM: emulate: Don't inject #GP when emulating RDMPC if CR0.PE=0
 2021-10-20 10:15 UTC  (3+ messages)

[PATCH v4] KVM: Avoid expensive "should kick" operation for running vCPU
 2021-10-20 10:00 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).