kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 17:54:09 to 2023-01-13 22:02:36 UTC [more...]

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-13 22:02 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[RFC PATCH v5 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-01-13 22:01 UTC  (4+ messages)
` [RFC PATCH v5 1/6] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v5 2/6] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v5 3/6] KVM: x86: Reject disabling of MWAIT interception when not allowed

[GIT PULL] KVM fixes for Linux 6.2-rc4
 2023-01-13 20:45 UTC  (2+ messages)

[PATCH v3] vfio: fix potential deadlock on vfio group lock
 2023-01-13 20:18 UTC  (4+ messages)

[PATCH 0/3] Detect SRCU related deadlocks
 2023-01-13 19:11 UTC  (12+ 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 RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-13 19:11 UTC  (23+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH RFC v7 08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled

[PATCH 0/6] KVM: x86: x2APIC reserved bits/regs fixes
 2023-01-13 18:41 UTC  (3+ messages)

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-13 18:15 UTC  (9+ messages)
` [PATCH v14 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v14 02/11] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v14 09/11] qapi/s390/cpu topology: monitor query topology information

[RFC 00/14] KVM: x86/MMU: Formalize the Shadow MMU
 2023-01-13 18:06 UTC  (6+ messages)
` [RFC 07/14] KVM: x86/MMU: Cleanup shrinker interface with "
  ` [RFC 03/14] KVM: x86/MMU: Move the Shadow MMU implementation to shadow_mmu.c

Stalls in qemu with host running 6.1 (everything stuck at mmap_read_lock())
 2023-01-13 17:27 UTC  (8+ messages)

[PATCH 0/2] KVM: arm64: Drop support for VPIPT i-cache policy
 2023-01-13 17:25 UTC  (3+ messages)
` [PATCH 1/2] KVM: arm64: Disable KVM on systems with a VPIPT i-cache
` [PATCH 2/2] KVM: arm64: Remove VPIPT I-cache handling

[kvm-unit-tests PATCH v2 0/7] s390x: Snippet fixes
 2023-01-13 15:50 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/7] s390x: Cleanup flat.lds
` [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

[kvm:queue 121/153] arch/arm64/kvm/arm.c:2211: warning: expecting prototype for Initialize Hyp(). Prototype was for kvm_arm_init() instead
 2023-01-13 15:36 UTC 

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-13 15:21 UTC  (13+ 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 019/113] KVM: TDX: initialize VM with TDX specific parameters

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

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-13 15:18 UTC  (21+ 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 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [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()

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

Thoughts on (not) expanding the KVM IRQ routing table
 2023-01-13 14:44 UTC 

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

[PATCH] KVM: arm64: Drop Columbia-hosted mailing list
 2023-01-13 13:28 UTC 

[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 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] KVM: x86: Replace 0-length arrays with flexible arrays
 2023-01-12 22:44 UTC  (4+ messages)

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


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