kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-30 07:28:29 to 2021-07-02 22:07:17 UTC [more...]

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-07-02 22:05 UTC  (63+ 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 04/69] KVM: TDX: Add TDX "architectural" error codes
` [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 08/69] KVM: TDX: add trace point before/after TDX SEAMCALLs
` [RFC PATCH v2 09/69] KVM: TDX: Add C wrapper functions for "
` [RFC PATCH v2 11/69] KVM: TDX: Introduce pr_seamcall_ex_ret_info() to print more info when SEAMCALL fails
` [RFC PATCH v2 12/69] KVM: Export kvm_io_bus_read for use by TDX for PV MMIO
` [RFC PATCH v2 13/69] KVM: Enable hardware before doing arch VM initialization
` [RFC PATCH v2 14/69] KVM: x86: Split core of hypercall emulation to helper function
` [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 17/69] KVM: Add infrastructure and macro to mark VM as bugged
` [RFC PATCH v2 18/69] KVM: Export kvm_make_all_cpus_request() for use in marking VMs "
` [RFC PATCH v2 19/69] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
` [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 26/69] KVM: x86: Add flag to disallow #MC injection / KVM_X86_SETUP_MCE
` [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 31/69] KVM: x86: add per-VM flags to disable SMI/INIT/SIPI
` [RFC PATCH v2 32/69] KVM: x86: Allow host-initiated WRMSR to set X2APIC regardless of CPUID
` [RFC PATCH v2 33/69] KVM: x86: Add kvm_x86_ops .cache_gprs() and .flush_gprs()
` [RFC PATCH v2 34/69] KVM: x86: Add support for vCPU and device-scoped KVM_MEMORY_ENCRYPT_OP
` [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 37/69] KVM: x86: Check for pending APICv interrupt in kvm_vcpu_has_events()
` [RFC PATCH v2 38/69] KVM: x86: Add option to force LAPIC expiration wait
` [RFC PATCH v2 39/69] KVM: x86: Add guest_supported_xss placholder
` [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 42/69] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v2 43/69] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [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 PATCH v2 50/69] KVM: VMX: Move NMI/exception handler to common helper
` [RFC PATCH v2 51/69] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v2 52/69] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v2 53/69] KVM: VMX: Define EPT Violation architectural bits
` [RFC PATCH v2 54/69] KVM: VMX: Define VMCS encodings for shared EPT pointer
` [RFC PATCH v2 55/69] KVM: VMX: Add 'main.c' to wrap VMX and TDX
` [RFC PATCH v2 56/69] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v2 57/69] KVM: VMX: Move register caching logic to common code
` [RFC PATCH v2 58/69] KVM: TDX: Define TDCALL exit reason
` [RFC PATCH v2 59/69] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH v2 60/69] KVM: VMX: Add macro framework to read/write VMCS for VMs and TDs
` [RFC PATCH v2 61/69] KVM: VMX: Move AR_BYTES encoder/decoder helpers to common.h
` [RFC PATCH v2 62/69] KVM: VMX: MOVE GDT and IDT accessors to common code
` [RFC PATCH v2 63/69] KVM: VMX: Move .get_interrupt_shadow() implementation to common VMX code
` [RFC PATCH v2 64/69] cpu/hotplug: Document that TDX also depends on booting CPUs once

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


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