kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-29 13:19:09 to 2021-07-02 22:05:58 UTC [more...]

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-07-02 22:04 UTC  (29+ messages)
` [RFC PATCH v2 01/69] KVM: TDX: introduce config for KVM "
` [RFC PATCH v2 02/69] KVM: X86: move kvm_cpu_vmxon() from vmx.c to virtext.h
` [RFC PATCH v2 03/69] KVM: X86: move out the definition vmcs_hdr/vmcs from kvm to x86
` [RFC PATCH v2 05/69] KVM: TDX: Add architectural definitions for structures and values
` [RFC PATCH v2 07/69] KVM: TDX: define and export helper functions for KVM TDX support
` [RFC PATCH v2 09/69] KVM: TDX: Add C wrapper functions for TDX SEAMCALLs
` [RFC PATCH v2 15/69] KVM: x86: Export kvm_mmio tracepoint for use by TDX for PV MMIO
` [RFC PATCH v2 16/69] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot by default
` [RFC PATCH v2 20/69] KVM: x86/mmu: Mark VM as bugged if page fault returns RET_PF_INVALID
` [RFC PATCH v2 21/69] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH v2 22/69] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs
` [RFC PATCH v2 23/69] KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
` [RFC PATCH v2 24/69] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls
` [RFC PATCH v2 25/69] KVM: x86: Add per-VM flag to disable direct IRQ injection
` [RFC PATCH v2 27/69] KVM: x86: Add flag to mark TSC as immutable (for TDX)
` [RFC PATCH v2 28/69] KVM: Add per-VM flag to mark read-only memory as unsupported
` [RFC PATCH v2 29/69] KVM: Add per-VM flag to disable dirty logging of memslots for TDs
` [RFC PATCH v2 30/69] KVM: x86: Add per-VM flag to disable in-kernel I/O APIC and level routes
` [RFC PATCH v2 35/69] KVM: x86: Introduce vm_teardown() hook in kvm_arch_vm_destroy()
` [RFC PATCH v2 36/69] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v2 40/69] KVM: Export kvm_is_reserved_pfn() for use by TDX
` [RFC PATCH v2 41/69] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v2 44/69] KVM: x86/mmu: Refactor shadow walk in __direct_map() to reduce indentation
` [RFC PATCH v2 45/69] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
` [RFC PATCH v2 46/69] KVM: x86/mmu: Frame in support for private/inaccessible shadow pages
` [RFC PATCH v2 47/69] KVM: x86/mmu: Move 'pfn' variable to caller of direct_page_fault()
` [RFC PATCH v2 48/69] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH v2 49/69] KVM: VMX: Modify NMI and INTR handlers to take intr_info as param

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2021-07-02 20:29 UTC  (7+ messages)
` [RFC v2 1/4] hisi-acc-vfio-pci: add new vfio_pci driver for HiSilicon ACC devices
` [RFC v2 2/4] hisi_acc_vfio_pci: Override ioctl method to limit BAR2 region size
` [RFC v2 3/4] crypto: hisilicon/qm - Export mailbox functions for common use
` [RFC v2 4/4] hisi_acc_vfio_pci: Add support for vfio live migration

[PATCH] KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc
 2021-07-02 20:10 UTC 

[GIT PULL] VFIO updates for v5.14-rc1
 2021-07-02 19:33 UTC 

[PATCH v4 0/6] KVM: selftests: arm64 exception handling and debug test
 2021-07-02 18:56 UTC  (4+ messages)
` [PATCH v4 5/6] KVM: selftests: Add exception handling support for aarch64

[PATCH V7 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-07-02 16:56 UTC  (15+ messages)
` [PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH V7 03/18] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH V7 11/18] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH V7 15/18] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations

[kvm-unit-tests RFC PATCH 0/5] arm: Add kvmtool to the runner script
 2021-07-02 16:31 UTC  (6+ messages)
` [kvm-unit-tests RFC PATCH 1/5] lib: arm: Print test exit status on exit if chr-testdev is not available
` [kvm-unit-tests RFC PATCH 2/5] scripts: Rename run_qemu_status -> run_test_status
` [kvm-unit-tests RFC PATCH 3/5] run_tests.sh: Add kvmtool support
` [kvm-unit-tests RFC PATCH 4/5] scripts: Generate kvmtool standalone tests
` [kvm-unit-tests RFC PATCH 5/5] configure: Ignore --erratatxt when --target=kvmtool

[kvm-unit-tests PATCH 0/6] Initial x86_64 UEFI support
 2021-07-02 11:48 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/6] x86: Build tests as PE objects for the EFI loader
` [kvm-unit-tests PATCH 2/6] x86: Call efi_main from _efi_pe_entry
` [kvm-unit-tests PATCH 3/6] x86: efi_main: Get EFI memory map and exit boot services
` [kvm-unit-tests PATCH 4/6] x86: efi_main: Self-relocate ELF .dynamic addresses
` [kvm-unit-tests PATCH 5/6] cstart64.S: x86_64 bootstrapping after exiting EFI
` [kvm-unit-tests PATCH 6/6] x86: Disable some breaking tests for EFI and modify vmexit test

[PATCH 0/2] KVM: x86: Convey the exit reason to user-space on emulation failure
 2021-07-02  8:44 UTC  (8+ messages)
` [PATCH 1/2] KVM: x86: Add kvm_x86_ops.get_exit_reason
` [PATCH 2/2] KVM: x86: On emulation failure, convey the exit reason to userspace

[PATCH v2 0/6] KVM: x86/mmu: Fast page fault support for the TDP MMU
 2021-07-02  7:53 UTC  (16+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Rename cr2_or_gpa to gpa in fast_page_fault
` [PATCH v2 2/6] KVM: x86/mmu: Fix use of enums in trace_fast_page_fault
` [PATCH v2 3/6] KVM: x86/mmu: Make walk_shadow_page_lockless_{begin,end} interoperate with the TDP MMU
` [PATCH v2 4/6] KVM: x86/mmu: fast_page_fault support for "
` [PATCH v2 5/6] KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing
` [PATCH v2 6/6] KVM: selftests: Introduce access_tracking_perf_test

[PATCH] KVM: selftests: do not require 64GB in set_memory_region_test
 2021-07-02  6:49 UTC  (2+ messages)

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-07-02  3:25 UTC  (15+ messages)
` [PATCH v8 09/10] vduse: "
    `  "
        `  "
` [PATCH v8 10/10] Documentation: Add documentation for VDUSE
    `  "
        `  "

[RFC PATCH 0/7] Support protection keys in an AMD EPYC-Milan VM
 2021-07-01 21:32 UTC  (4+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-07-01 21:32 UTC  (6+ messages)
` [PATCH Part1 RFC v3 22/22] virt: Add SEV-SNP guest driver

[PATCH next] kvm: debugfs: fix memory leak in kvm_create_vm_debugfs
 2021-07-01 21:24 UTC  (2+ messages)

[PATCH] KVM: selftests: x86: Address missing vm_install_exception_handler conversions
 2021-07-01 17:29 UTC  (3+ messages)

[bug report] KVM: x86/mmu: Skip rmap operations if rmaps not allocated
 2021-07-01 16:33 UTC  (2+ messages)

[PATCH 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-07-01 15:41 UTC  (7+ messages)
` [PATCH 1/6] x86/kvm: fix vcpu-id indexed array sizes
` [PATCH 2/6] x86/kvm: remove non-x86 stuff from arch/x86/kvm/ioapic.h
` [PATCH 3/6] x86/kvm: add boot parameter for maximum vcpu-id
` [PATCH 4/6] x86/kvm: introduce per cpu vcpu masks
` [PATCH 5/6] kvm: allocate vcpu pointer array separately
` [PATCH 6/6] x86/kvm: add boot parameter for setting max number of vcpus per guest

[PATCH/RFC] KVM: selftests: introduce P44V64 for z196 and EC12
 2021-07-01 15:38 UTC 

[PATCH v2 00/13] KVM: arm64: Fixed features for protected VMs
 2021-07-01 14:58 UTC  (27+ messages)
` [PATCH v2 01/13] KVM: arm64: Remove trailing whitespace in comments
` [PATCH v2 02/13] KVM: arm64: MDCR_EL2 is a 64-bit register
` [PATCH v2 03/13] KVM: arm64: Fix names of config register fields
` [PATCH v2 04/13] KVM: arm64: Refactor sys_regs.h,c for nVHE reuse
` [PATCH v2 05/13] KVM: arm64: Restore mdcr_el2 from vcpu
` [PATCH v2 06/13] KVM: arm64: Add feature register flag definitions
` [PATCH v2 07/13] KVM: arm64: Add config register bit definitions
` [PATCH v2 08/13] KVM: arm64: Guest exit handlers for nVHE hyp
` [PATCH v2 09/13] KVM: arm64: Add trap handlers for protected VMs

[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
 2021-07-01  9:54 UTC  (12+ messages)
` [RFC PATCH 1/5] KVM: arm64: Replace power_off with mp_state in struct kvm_vcpu_arch
` [RFC PATCH 2/5] KVM: arm64: Move WFI execution to check_vcpu_requests()
` [RFC PATCH 3/5] KVM: arm64: Allow userspace to request WFI
` [RFC PATCH 4/5] KVM: arm64: Pass hypercalls to userspace
` [RFC PATCH 5/5] KVM: arm64: Pass PSCI calls "

[PATCH 0/3] vDPA/ifcvf: implement management netlink framework
 2021-06-30 19:04 UTC  (5+ messages)
` [PATCH 1/3] vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id
` [PATCH 2/3] vDPA/ifcvf: implement management netlink framework for ifcvf
` [PATCH 3/3] vDPA/ifcvf: set_status() should get a adapter from the mgmt dev

[RFC PATCH v1 00/16] Improve SOCK_SEQPACKET receive logic
 2021-06-30 17:48 UTC  (15+ messages)
` [RFC PATCH v1 05/16] af_vsock: use SOCK_STREAM function to check data
    ` [MASSMAIL KLMS] "
` [RFC PATCH v1 07/16] virtio/vsock: don't count EORs on receive
` [RFC PATCH v1 08/16] af_vsock: change SEQPACKET receive loop
` [RFC PATCH v1 11/16] afvsock: add 'seqpacket_drop()'
` [RFC PATCH v1 16/16] vsock_test: SEQPACKET read to broken buffer

[PATCH] KVM: kvm_vcpu_kick: Do not read potentially-stale vcpu->cpu
 2021-06-30 16:24 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] Add support for external tests and litmus7 documentation
 2021-06-30 16:03 UTC  (9+ messages)

[PATCH v4 0/4] Add support for XMM fast hypercalls
 2021-06-30 11:56 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/5] s390x: sie and uv cleanups
 2021-06-30  9:43 UTC  (12+ messages)
` [kvm-unit-tests PATCH 1/5] s390x: sie: Add missing includes
` [kvm-unit-tests PATCH 2/5] s390x: sie: Fix sie.h integer types
` [kvm-unit-tests PATCH 3/5] lib: s390x: uv: Int type cleanup
` [kvm-unit-tests PATCH 4/5] lib: s390x: uv: Add offset comments to uv_query and extend it
` [kvm-unit-tests PATCH 5/5] lib: s390x: Print if a pgm happened while in SIE

[PATCH 3/6] vfio: remove the unused mdev iommu hook
 2021-06-30  9:08 UTC  (12+ messages)

[PATCH] KVM: selftests: Fix mapping length truncation in m{,un}map()
 2021-06-30  8:23 UTC  (3+ messages)

[PATCH v9] qapi: introduce 'query-kvm-cpuid' action
 2021-06-30  7:28 UTC  (11+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-30  7:07 UTC  (14+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-30  7:01 UTC  (11+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-30  6:56 UTC  (20+ messages)

[PATCH v6 01/26] x86/fpu/xstate: Modify the initialization helper to handle both static and dynamic buffers
 2021-06-30  6:02 UTC  (5+ messages)
` [PATCH v6 03/26] x86/fpu/xstate: Modify address finders "
` [PATCH v6 05/26] x86/fpu/xstate: Add new variables to indicate dynamic XSTATE buffer size
` [PATCH v6 07/26] x86/fpu/xstate: Convert the struct fpu 'state' field to a pointer
` [PATCH v6 09/26] x86/fpu/xstate: Update the XSTATE save function to support dynamic states

[PATCH v3 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-06-30  3:10 UTC  (4+ messages)
` [PATCH v3 3/5] mm: x86: Invoke hypercall when page encryption status is changed

[Kvmtool] Some thoughts on using kvmtool Virtio for Xen
 2021-06-30  0:43 UTC  (2+ messages)

[PATCH RFC 0/7] Introduce support for guest AMX feature
 2021-06-29 17:58 UTC  (6+ messages)
` [PATCH RFC 2/7] kvm: x86: Introduce XFD MSRs as passthrough to guest

[PATCH 0/5] KVM: x86: Use kernel x86 cpuid utilities in KVM selftests
 2021-06-29 17:28 UTC  (4+ messages)

[PATCH v5 5/6] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature
 2021-06-29 15:14 UTC  (2+ messages)
` [PATCH v5 6/6] x86/kvm: Add kexec support for SEV Live Migration

[PATCH] KVM: arm64: Disabling disabled PMU counters wastes a lot of time
 2021-06-29 14:40 UTC  (7+ messages)

[PATCH v3] vfio/pci: Handle concurrent vma faults
 2021-06-29 14:37 UTC 

[PATCH v2] vfio/pci: Handle concurrent vma faults
 2021-06-29 14:11 UTC  (8+ messages)

[kvm-unit-tests PATCH v2 0/3] s390x: Add snippet support
 2021-06-29 13:18 UTC  (2+ messages)
` [kvm-unit-tests PATCH v2 3/3] s390x: mvpg: Add SIE mvpg test


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