kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 00:26:55 to 2021-08-18 13:27:03 UTC [more...]

[PATCH v4 00/14] KVM: s390: pv: implement lazy destroy for reboot
 2021-08-18 13:26 UTC  (11+ messages)
` [PATCH v4 01/14] KVM: s390: pv: add macros for UVC CC values
` [PATCH v4 02/14] KVM: s390: pv: avoid double free of sida page
` [PATCH v4 03/14] KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm
` [PATCH v4 04/14] KVM: s390: pv: avoid stalls when making pages secure
` [PATCH v4 05/14] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v4 06/14] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v4 07/14] KVM: s390: pv: handle secure storage violations "
` [PATCH v4 08/14] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v4 09/14] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v4 11/14] KVM: s390: pv: add export before import

[PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-18 13:21 UTC  (19+ messages)
` [PATCH v4 01/15] KVM: arm64: placeholder to check if VM is protected
` [PATCH v4 02/15] KVM: arm64: Remove trailing whitespace in comment
` [PATCH v4 03/15] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v4 04/15] KVM: arm64: Fix names of config register fields
` [PATCH v4 05/15] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v4 06/15] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v4 07/15] KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
` [PATCH v4 08/15] KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
` [PATCH v4 09/15] KVM: arm64: Add feature register flag definitions
` [PATCH v4 10/15] KVM: arm64: Add config register bit definitions
` [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v4 12/15] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v4 13/15] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v4 14/15] KVM: arm64: Trap access to pVM restricted features
` [PATCH v4 15/15] KVM: arm64: Handle protected guests at 32 bits

[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-08-18 12:06 UTC  (13+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v11 02/12] file: Export receive_fd() to modules
` [PATCH v11 03/12] vdpa: Fix some coding style issues
` [PATCH v11 04/12] vdpa: Add reset callback in vdpa_config_ops
` [PATCH v11 05/12] vhost-vdpa: Handle the failure of vdpa_reset()
` [PATCH v11 06/12] vhost-iotlb: Add an opaque pointer for vhost IOTLB
` [PATCH v11 07/12] vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()
` [PATCH v11 08/12] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v11 09/12] vdpa: Support transferring virtual addressing during DMA mapping
` [PATCH v11 10/12] vduse: Implement an MMU-based software IOTLB
` [PATCH v11 11/12] vduse: Introduce VDUSE - vDPA Device in Userspace
` [PATCH v11 12/12] Documentation: Add documentation for VDUSE

[PATCH] x86: kvm: Demote level of already loaded message from error to info
 2021-08-18 11:49 UTC 

[PATCH 0/4] KVM: arm64: Fix some races in CPU_ON PSCI call
 2021-08-18 11:32 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm64: Fix read-side race on updates to vcpu reset state
` [PATCH 2/4] KVM: arm64: Handle PSCI resets before userspace touches vCPU state
` [PATCH 3/4] KVM: arm64: Enforce reserved bits for PSCI target affinities
` [PATCH 4/4] selftests: KVM: Introduce psci_cpu_on_test

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-18 11:25 UTC  (21+ messages)

[PATCH 0/2] KVM: s390: Some gaccess cleanup
 2021-08-18 10:08 UTC  (10+ messages)
` [PATCH 1/2] KVM: s390: gaccess: Cleanup access to guest frames
` [PATCH 2/2] KVM: s390: gaccess: Refactor access address range check

[PATCH 0/2] vDPA/ifcvf: enable multiqueue and control vq
 2021-08-18  9:57 UTC  (3+ messages)
` [PATCH 1/2] vDPA/ifcvf: detect and use the onboard number of queues directly
` [PATCH 2/2] vDPA/ifcvf: enable multiqueue and control vq

[kvm-unit-tests PATCH 0/8] s390x: Cleanup and maintenance
 2021-08-18  9:57 UTC  (18+ messages)
` [kvm-unit-tests PATCH 1/8] s390x: lib: Extend bitops
` [kvm-unit-tests PATCH 3/8] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH 4/8] lib: s390x: Start using bitops instead of magic constants
` [kvm-unit-tests PATCH 6/8] lib: s390x: Add PSW_MASK_64
` [kvm-unit-tests PATCH 8/8] lib: s390x: uv: Add rc 0x100 query error handling

[v2 PATCH 0/4] x86/kvm: Virtual suspend time injection support
 2021-08-18  9:32 UTC  (4+ messages)
` [v2 PATCH 3/4] x86/kvm: Add host side support for virtual suspend time injection

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-18  8:38 UTC  (16+ messages)
` [PATCH Part1 RFC v4 15/36] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v4 16/36] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[kvm-unit-tests PATCH 0/6] Initial x86_64 UEFI support
 2021-08-18  8:38 UTC  (7+ messages)

[PATCH] KVM: stats: Add VM stat for remote tlb flush requests
 2021-08-18  8:11 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
 2021-08-18  7:45 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Simplify stsi_get_fc and move it to library

[kvm-unit-tests PATCH 0/1] s390x: css: check the CSS is working with any ISC
 2021-08-18  7:40 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/1] "

[PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
 2021-08-18  6:05 UTC 

[PATCH v1 0/5] KVM/x86/nVMX: Add field existence support in VMCS12
 2021-08-18  5:50 UTC  (8+ 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 v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap
` [PATCH v1 4/5] KVM: x86: nVMX: Respect vmcs12 field existence when calc vmx_vmcs_enum_msr
` [PATCH v1 5/5] KVM: x86: nVMX: Ignore user space set value to MSR_IA32_VMX_VMCS_ENUM

[PATCH v2 0/4] clean up interface between KVM and psp
 2021-08-18  5:39 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: SVM: fix missing sev_decommission in sev_receive_start
` [PATCH v2 2/4] KVM: SVM: move sev_decommission to psp driver
` [PATCH v2 3/4] KVM: SVM: move sev_bind_asid to psp
` [PATCH v2 4/4] KVM: SVM: move sev_unbind_asid and DF_FLUSH logic into psp

[PATCH 0/3] clean up interface between KVM and psp
 2021-08-18  5:34 UTC  (5+ messages)

[PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-08-18  5:27 UTC  (2+ messages)

[PATCH] kvm: fix wrong exception emulation in check_rdtsc
 2021-08-18  3:36 UTC 

[PATCH] x86/kvm: Don't enable IRQ when IRQ enabled in kvm_wait
 2021-08-18  1:36 UTC  (2+ messages)

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-18  0:12 UTC  (6+ messages)
` [PATCH 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[kvm-unit-tests RFC 00/16] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-08-18  0:09 UTC  (17+ messages)
` [kvm-unit-tests RFC 01/16] x86 UEFI: Copy code from GNU-EFI
` [kvm-unit-tests RFC 02/16] x86 UEFI: Boot from UEFI
` [kvm-unit-tests RFC 03/16] x86 UEFI: Move setjmp.h out of desc.h
` [kvm-unit-tests RFC 04/16] x86 UEFI: Load KVM-Unit-Tests IDT after UEFI boot up
` [kvm-unit-tests RFC 05/16] x86 UEFI: Load GDT and TSS "
` [kvm-unit-tests RFC 06/16] x86 UEFI: Set up memory allocator
` [kvm-unit-tests RFC 07/16] x86 UEFI: Set up RSDP after UEFI boot up
` [kvm-unit-tests RFC 08/16] x86 UEFI: Set up page tables
` [kvm-unit-tests RFC 09/16] x86 UEFI: Convert x86 test cases to PIC
` [kvm-unit-tests RFC 10/16] x86 AMD SEV: Initial support
` [kvm-unit-tests RFC 11/16] x86 AMD SEV: Page table with c-bit
` [kvm-unit-tests RFC 12/16] x86 AMD SEV-ES: Check SEV-ES status
` [kvm-unit-tests RFC 13/16] x86 AMD SEV-ES: Load GDT with UEFI segments
` [kvm-unit-tests RFC 14/16] x86 AMD SEV-ES: Copy UEFI #VC IDT entry
` [kvm-unit-tests RFC 15/16] x86 AMD SEV-ES: Set up GHCB page
` [kvm-unit-tests RFC 16/16] x86 AMD SEV-ES: Add test cases

[PATCH v5 6/6] x86/kvm: Add kexec support for SEV Live Migration
 2021-08-18  0:04 UTC  (3+ messages)

[PATCH] KVM: stats: add stats to detect if vcpu is currently halted
 2021-08-17 23:46 UTC  (2+ messages)

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-17 18:43 UTC  (25+ messages)
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function

BUG REPORT: vfio_pci driver
 2021-08-17 17:16 UTC  (3+ messages)

[RFC PATCH 0/6] Pass memslot around during page fault handling
 2021-08-17 17:02 UTC  (8+ messages)
` [RFC PATCH 3/6] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [RFC PATCH 5/6] KVM: x86/mmu: Avoid memslot lookup in rmap_add

RFC: Proposal to create a new version of the SVM nested state migration blob
 2021-08-17 16:56 UTC  (5+ messages)

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-17 16:35 UTC  (4+ messages)
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-17 14:44 UTC  (4+ messages)

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-08-17 10:49 UTC  (7+ messages)
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 14/15] arm64: Enable async PF

[PATCH RFC v6 00/12] Add riscv kvm accel support
 2021-08-17  3:24 UTC  (13+ messages)
` [PATCH RFC v6 01/12] linux-header: Update linux/kvm.h
` [PATCH RFC v6 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH RFC v6 03/12] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH RFC v6 04/12] target/riscv: Implement kvm_arch_get_registers
` [PATCH RFC v6 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH RFC v6 06/12] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v6 07/12] target/riscv: Support setting external interrupt "
` [PATCH RFC v6 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH RFC v6 09/12] target/riscv: Add host cpu type
` [PATCH RFC v6 10/12] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH RFC v6 11/12] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH RFC v6 12/12] target/riscv: Support virtual time context synchronization

[PATCH] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-08-17  0:40 UTC  (3+ 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).