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

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-13 13:12 UTC  (37+ messages)
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v11 013/113] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [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 027/113] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v11 042/113] KVM: Add flags to struct kvm_gfn_range
` [PATCH v11 043/113] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v11 045/113] KVM: x86/mmu: Make make_spte() aware of shared GPA for MTRR
` [PATCH v11 046/113] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v11 047/113] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [PATCH v11 048/113] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [PATCH v11 049/113] KVM: x86/mmu: TDX: Do not enable page track for TD guest
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 051/113] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [PATCH v11 052/113] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [PATCH v11 053/113] KVM: TDX: Add accessors VMX VMCS helpers
` [PATCH v11 054/113] KVM: TDX: Add load_mmu_pgd method for TDX
` [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v11 056/113] KVM: TDX: Retry seamcall when TDX_OPERAND_BUSY with operand SEPT
` [PATCH v11 057/113] KVM: TDX: TDP MMU TDX support
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v11 059/113] [MARKER] The start of TDX KVM patch series: TD finalization
` [PATCH v11 060/113] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [PATCH v11 061/113] KVM: TDX: Create initial guest memory
` [PATCH v11 062/113] KVM: TDX: Finalize VM initialization
` [PATCH v11 063/113] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [PATCH v11 064/113] KVM: TDX: Add helper assembly function to TDX vcpu
` [PATCH v11 065/113] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v11 066/113] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v11 067/113] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v11 068/113] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v11 069/113] KVM: TDX: restore user ret MSRs

[PATCH v2] vfio: fix potential deadlock on vfio group lock
 2023-01-13 13:04 UTC  (7+ messages)

[PATCH 0/3] Detect SRCU related deadlocks
 2023-01-13 12:46 UTC  (9+ messages)
` [PATCH 1/3] locking/lockdep: Introduce lock_sync()
` [PATCH 2/3] rcu: Equip sleepable RCU with lockdep dependency graph checks
` [PATCH 3/3] WIP: locking/lockdep: selftests: Add selftests for SRCU
` [PATCH 0/3] KVM: Make use of SRCU deadlock detection support
  ` [PATCH 1/3] KVM: Show lockdep the kvm->mutex vs. kvm->srcu ordering rule
  ` [PATCH 2/3] KVM: selftests: Use enum for test numbers in xen_shinfo_test
  ` [PATCH 3/3] KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test

[PATCH] kvm: x86/mmu: Simplify pte_list_{add|remove}
 2023-01-13 12:29 UTC 

[PATCH v2 00/11] KVM perf support
 2023-01-13 12:08 UTC  (28+ 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 09/11] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling
` [PATCH v2 11/11] RISC-V: KVM: Implement firmware events

[PATCH v5] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-13 11:53 UTC  (4+ messages)

checkpoint/restore: Adding more "Getters" to the KVM API
 2023-01-13 11:14 UTC  (2+ messages)

[PATCH] Documentation: kvm: fix SRCU locking order docs
 2023-01-13 11:03 UTC  (7+ messages)

5.15.y backport request to fix compilation error in selftests/kvm
 2023-01-13 10:02 UTC 

[Bug 216923] New: kvm-unit-test pmu_pebs is skipped on SPR
 2023-01-13  8:43 UTC 

[PATCH 0/9] KVM: arm64: Eager Huge-page splitting for dirty-logging
 2023-01-13  3:50 UTC  (10+ messages)
` [PATCH 1/9] KVM: arm64: Add KVM_PGTABLE_WALK_REMOVED into ctx->flags
` [PATCH 2/9] KVM: arm64: Add helper for creating removed stage2 subtrees
` [PATCH 3/9] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH 4/9] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH 5/9] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH 6/9] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH 7/9] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH 8/9] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH 9/9] KVM: arm64: Use local TLBI on permission relaxation

[RFC PATCH 00/12] KVM: arm64: Eager huge-page splitting for dirty-logging
 2023-01-13  3:44 UTC  (6+ messages)
` [RFC PATCH 02/12] KVM: arm64: Allow visiting block PTEs in post-order

[PATCH v2 0/6] Clean up the supported xfeatures
 2023-01-13  0:25 UTC  (12+ messages)
` [PATCH v2 1/6] KVM: x86: Clear all supported MPX xfeatures if they are not all set

[PATCH rcu v2 17/20] kvm: Remove "select SRCU"
 2023-01-13  0:11 UTC 

[PATCH net-next v9] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-10 14:45 UTC  (4+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-12 23:45 UTC  (4+ messages)
` [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled

[PATCH] KVM: x86: Replace 0-length arrays with flexible arrays
 2023-01-12 22:44 UTC  (4+ messages)

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-12 21:59 UTC  (17+ messages)
` [PATCH v3 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v3 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v3 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v3 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v3 09/13] riscv: switch to relative alternative entries
` [PATCH v3 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v3 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2023-01-12 21:27 UTC 

[PATCH v7 00/68] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-12 19:19 UTC  (69+ messages)
` [PATCH v7 01/68] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v7 02/68] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v7 03/68] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v7 04/68] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v7 05/68] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v7 06/68] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v7 07/68] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v7 08/68] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v7 09/68] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v7 10/68] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v7 11/68] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v7 12/68] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v7 13/68] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v7 14/68] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v7 15/68] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v7 16/68] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v7 17/68] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v7 18/68] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v7 19/68] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v7 20/68] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v7 21/68] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v7 22/68] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v7 23/68] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v7 24/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v7 25/68] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v7 26/68] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v7 27/68] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v7 28/68] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v7 29/68] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v7 30/68] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v7 31/68] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v7 32/68] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v7 33/68] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v7 34/68] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v7 35/68] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v7 36/68] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v7 37/68] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v7 38/68] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v7 39/68] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v7 40/68] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v7 41/68] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v7 42/68] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v7 43/68] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v7 44/68] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v7 45/68] KVM: arm64: nv: Load timer before the GIC
` [PATCH v7 46/68] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v7 47/68] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v7 48/68] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v7 49/68] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v7 50/68] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v7 51/68] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v7 52/68] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v7 53/68] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v7 54/68] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v7 55/68] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v7 56/68] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v7 57/68] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v7 58/68] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v7 59/68] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v7 60/68] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v7 61/68] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v7 62/68] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v7 63/68] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v7 64/68] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v7 65/68] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v7 66/68] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v7 67/68] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v7 68/68] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[PATCH] MAINTAINERS: step down as vfio reviewer
 2023-01-12 19:00 UTC  (2+ messages)

[PATCH v3 0/1] vfio/type1: Fix vfio-pci pass-through of ISM devices
 2023-01-12 18:55 UTC  (3+ messages)
` [PATCH v3 1/1] vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-12 17:30 UTC  (5+ messages)
` [PATCH v14 09/11] qapi/s390/cpu topology: monitor query topology information

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

[kvm-unit-tests PATCH v2 0/7] s390x: Snippet fixes
 2023-01-12 17:13 UTC  (9+ 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 7/7] lib: s390x: Handle debug prints for SIE exceptions correctly

Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
 2023-01-12 16:57 UTC  (5+ messages)

[RFC PATCH v3 00/16] KVM TDX: TDP MMU: large page support
 2023-01-12 16:44 UTC  (17+ messages)
` [RFC PATCH v3 01/16] KVM: TDP_MMU: Go to next level if smaller private mapping exists
` [RFC PATCH v3 02/16] KVM: TDX: Pass page level to cache flush before TDX SEAMCALL
` [RFC PATCH v3 03/16] KVM: TDX: Pass KVM page level to tdh_mem_page_add() and tdh_mem_page_aug()
` [RFC PATCH v3 04/16] KVM: TDX: Pass size to tdx_measure_page()
` [RFC PATCH v3 05/16] KVM: TDX: Pass size to reclaim_page()
` [RFC PATCH v3 06/16] KVM: TDX: Update tdx_sept_{set,drop}_private_spte() to support large page
` [RFC PATCH v3 07/16] KVM: MMU: Introduce level info in PFERR code
` [RFC PATCH v3 08/16] KVM: TDX: Pin pages via get_page() right before ADD/AUG'ed to TDs
` [RFC PATCH v3 09/16] KVM: TDX: Pass desired page level in err code for page fault handler
` [RFC PATCH v3 10/16] KVM: x86/tdp_mmu: Allocate private page table for large page split
` [RFC PATCH v3 11/16] KVM: x86/tdp_mmu: Split the large page when zap leaf
` [RFC PATCH v3 12/16] KVM: x86/tdp_mmu, TDX: Split a large page when 4KB page within it converted to shared
` [RFC PATCH v3 13/16] KVM: x86/tdp_mmu: Try to merge pages into a large page
` [RFC PATCH v3 14/16] KVM: x86/tdp_mmu: TDX: Implement "
` [RFC PATCH v3 15/16] KVM: x86/mmu: Make kvm fault handelr aware of large page of private memslot
` [RFC PATCH v3 16/16] KVM: TDX: Allow 2MB large page for TD GUEST


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