KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-11 18:07:06 to 2023-01-12 16:43:06 UTC [more...]

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-12 16:33 UTC  (87+ messages)
` [PATCH v11 001/113] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v11 002/113] KVM: x86/vmx: Refactor KVM VMX module init/exit functions
` [PATCH v11 003/113] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v11 005/113] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v11 006/113] KVM: TDX: Make TDX VM type supported
` [PATCH v11 007/113] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v11 008/113] KVM: TDX: Define "
` [PATCH v11 009/113] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v11 010/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v11 011/113] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v11 012/113] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v11 013/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v11 014/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v11 015/113] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v11 016/113] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v11 017/113] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v11 018/113] KVM: TDX: create/destroy VM structure
` [PATCH v11 019/113] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v11 020/113] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v11 021/113] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v11 022/113] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v11 024/113] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v11 025/113] KVM: TDX: Use private memory for TDX
` [PATCH v11 026/113] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v11 028/113] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v11 029/113] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v11 031/113] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v11 032/113] KVM: x86/mmu: Add Suppress VE bit to shadow_mmio_mask
` [PATCH v11 033/113] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v11 034/113] KVM: x86/mmu: Disallow fast page fault on private GPA
` [PATCH v11 035/113] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [PATCH v11 036/113] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v11 037/113] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [PATCH v11 038/113] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v11 039/113] KVM: x86/mmu: Require TDP MMU for TDX
` [PATCH v11 040/113] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role
` [PATCH v11 041/113] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v11 042/113] KVM: Add flags to struct kvm_gfn_range
` [PATCH v11 044/113] KVM: x86/tdp_mmu: Make handle_changed_spte() return value
` [PATCH v11 070/113] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [PATCH v11 071/113] KVM: TDX: complete interrupts after tdexit
` [PATCH v11 072/113] KVM: TDX: restore debug store when TD exit
` [PATCH v11 073/113] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v11 074/113] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v11 075/113] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v11 076/113] KVM: x86: Assume timer IRQ was injected if APIC state is proteced
` [PATCH v11 077/113] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c
` [PATCH v11 078/113] KVM: TDX: Implement interrupt injection
` [PATCH v11 079/113] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v11 080/113] KVM: TDX: Implement methods to inject NMI
` [PATCH v11 081/113] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v11 082/113] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH v11 083/113] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v11 084/113] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v11 085/113] KVM: TDX: Handle vmentry failure for INTEL TD guest
` [PATCH v11 086/113] KVM: TDX: handle EXIT_REASON_OTHER_SMI
` [PATCH v11 087/113] KVM: TDX: handle ept violation/misconfig exit
` [PATCH v11 088/113] KVM: TDX: handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v11 089/113] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v11 090/113] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v11 091/113] KVM: TDX: Add KVM Exit for TDX TDG.VP.VMCALL
` [PATCH v11 092/113] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH v11 093/113] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH v11 094/113] KVM: TDX: Handle TDX PV port io hypercall
` [PATCH v11 095/113] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v11 096/113] KVM: TDX: Implement callbacks for MSR operations for TDX
` [PATCH v11 097/113] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH v11 098/113] KVM: TDX: Handle TDX PV report fatal error hypercall
` [PATCH v11 099/113] KVM: TDX: Handle TDX PV map_gpa hypercall
` [PATCH v11 100/113] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH v11 101/113] KVM: TDX: Silently discard SMI request
` [PATCH v11 102/113] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v11 103/113] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v11 104/113] KVM: TDX: Add methods to ignore guest instruction emulation
` [PATCH v11 105/113] KVM: TDX: Add a method to ignore dirty logging
` [PATCH v11 106/113] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH v11 107/113] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH v11 108/113] KVM: TDX: Ignore setting up mce
` [PATCH v11 109/113] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch
` [PATCH v11 110/113] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v11 111/113] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)
` [PATCH v11 112/113] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU
` [PATCH v11 113/113] [MARKER] the end of (the first phase of) TDX KVM patch series

[PATCH v2 1/4] KVM: x86/xen: Fix lockdep warning on "recursive" gpc locking
 2023-01-12 16:31 UTC  (13+ messages)
` [PATCH v2 2/4] KVM: x86/xen: Fix potential deadlock in kvm_xen_update_runstate_guest()
` [PATCH v2 3/4] KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex ordering rule
` [PATCH v2 4/4] KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_lock leaf node lock

[PATCH v10 000/108] KVM TDX basic feature support
 2023-01-12 16:16 UTC  (9+ messages)
` [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters

[PATCH] KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0
 2023-01-12 15:48 UTC 

[PATCH] KVM: arm64: Kill CPACR_EL1_TTA definition
 2023-01-12 15:48 UTC 

[kvm-unit-tests PATCH v2 0/7] s390x: Snippet fixes
 2023-01-12 15:45 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/7] s390x: Cleanup flat.lds
` [kvm-unit-tests PATCH v2 2/7] s390x: snippets: c: "
` [kvm-unit-tests PATCH v2 3/7] s390x: Add a linker script to assembly snippets
` [kvm-unit-tests PATCH v2 4/7] s390x: snippets: Fix SET_PSW_NEW_ADDR macro
` [kvm-unit-tests PATCH v2 5/7] lib: s390x: sie: Set guest memory pointer
` [kvm-unit-tests PATCH v2 6/7] s390x: Clear first stack frame and end backtrace early
` [kvm-unit-tests PATCH v2 7/7] lib: s390x: Handle debug prints for SIE exceptions correctly

[PATCH v2 00/11] KVM perf support
 2023-01-12 15:47 UTC  (15+ messages)
` [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count
` [PATCH v2 02/11] RISC-V: KVM: Define a probe function for SBI extension data structures
` [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function
` [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code
` [PATCH v2 06/11] RISC-V: KVM: Add skeleton support for perf
` [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support
` [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode

Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
 2023-01-12 15:43 UTC  (8+ messages)

[PATCH] Documentation: kvm: fix SRCU locking order docs
 2023-01-12 15:20 UTC  (3+ messages)

[PATCH] MAINTAINERS: step down as vfio reviewer
 2023-01-12 14:57 UTC 

[PATCH v5] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-12 14:42 UTC  (2+ messages)

[PATCH kernel v2 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-01-12 14:32 UTC  (10+ messages)
` [PATCH kernel v2 1/3] x86/amd: Cache values in percpu variables
` [PATCH kernel v2 2/3] KVM: SEV: Enable data breakpoints in SEV-ES

[PATCH 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-12 14:03 UTC  (8+ messages)
` [PATCH 1/7] RISC-V: Add AIA related CSR defines
` [PATCH 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines
` [PATCH 4/7] RISC-V: KVM: Initial skeletal support for AIA
` [PATCH 5/7] RISC-V: KVM: Add ONE_REG interface for AIA CSRs
` [PATCH 6/7] RISC-V: KVM: Virtualize per-HART "
` [PATCH 7/7] RISC-V: KVM: Implement guest external interrupt line management

[PATCH v5 00/10] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2023-01-12 12:48 UTC  (6+ messages)
` [PATCH v5 01/10] "

[PATCH 0/2] kvm/vfio: fix potential deadlock on vfio group lock
 2023-01-12 12:45 UTC  (6+ messages)
` [PATCH 1/2] KVM: async kvm_destroy_vm for vfio devices

[PATCH 0/3] KVM: arm64: timer fixes and optimisations
 2023-01-12 12:38 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: Don't arm a hrtimer for an already pending timer
` [PATCH 2/3] KVM: arm64: Reduce overhead of trapped timer sysreg accesses
` [PATCH 3/3] KVM: arm64: timers: Don't BUG() on unhandled timer trap

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-12 12:10 UTC  (13+ messages)
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command
` [PATCH v14 09/11] qapi/s390/cpu topology: monitor query topology information
` [PATCH v14 10/11] qapi/s390/cpu topology: POLARITY_CHANGE qapi event
` [PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH v8 00/16] TDX host kernel support
 2023-01-12 11:33 UTC  (22+ messages)
` [PATCH v8 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v8 11/16] x86/virt/tdx: Designate reserved areas for all TDMRs

[PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX
 2023-01-12 10:06 UTC  (3+ messages)

[kvm-unit-tests PATCH] configure: Show the option in case it is not known
 2023-01-12  9:55 UTC 

[kvm-unit-tests PATCH v2 0/1] Replace MAX_SMP probe loop
 2023-01-12  9:38 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/1] arm: Replace MAX_SMP probe loop in favor of reading directly

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-12  9:21 UTC  (10+ messages)
` [PATCH v3 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v3 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v3 09/13] riscv: switch to relative alternative entries
` [PATCH v3 10/13] riscv: alternative: patch alternatives in the vDSO

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-01-12  8:31 UTC  (6+ messages)
` [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-01-12  7:43 UTC  (5+ messages)
` [RFC PATCH V2 15/18] x86/sev: Add a #HV exception handler

[kvm-unit-tests PATCH v3 0/4] arm: pmu: Add support for PMUv3p5
 2023-01-12  5:56 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 2/4] arm: pmu: Prepare for testing 64-bit overflows

[PATCH] vhost-scsi: unbreak any layout for response
 2023-01-12  4:02 UTC  (3+ messages)

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-12  1:57 UTC  (2+ messages)

[PATCH rcu 01/27] arch/x86: Remove "select SRCU"
 2023-01-12  0:05 UTC  (6+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-11 23:18 UTC  (4+ messages)
` [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[GIT PULL] KVM/arm64 fixes for 6.2, take #1
 2023-01-11 22:52 UTC  (2+ messages)

[RFC PATCH 1/2] KVM: x86/xen: Fix use-after-free in kvm_xen_eventfd_update()
 2023-01-11 22:49 UTC  (12+ messages)
` [PATCH 0/2] Fix deadlocks in kvm_vm_ioctl_set_msr_filter() and
  ` [PATCH 1/2] KVM: x86: Fix deadlock in kvm_vm_ioctl_set_msr_filter()

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2023-01-11 22:45 UTC  (4+ messages)
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page

[PATCH v6 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-11 22:29 UTC  (3+ messages)
` [PATCH v6 6/7] x86/cpu: "

[Patch v2] KVM: selftests: Make reclaim_period_ms input always be positive
 2023-01-11 21:25 UTC  (2+ messages)

[PATCH v1] drm/ttm: Refcount allocated tail pages
 2023-01-11 21:24 UTC  (12+ messages)

[PATCH iommufd v3 2/9] iommu: Add iommu_group_has_isolated_msi()
 2023-01-11 20:19 UTC  (3+ messages)

[PATCH iommufd v3 7/9] iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSI
 2023-01-11 18:23 UTC  (2+ messages)

[PATCH iommufd v3 6/9] irq: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSI
 2023-01-11 18:23 UTC  (2+ messages)

[PATCH iommufd v3 5/9] irq: Remove unused irq_domain_check_msi_remap() code
 2023-01-11 18:22 UTC  (2+ messages)

[PATCH iommufd v3 1/9] irq: Add msi_device_has_isolated_msi()
 2023-01-11 18:14 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).