KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-13 13:22:05 to 2023-01-17 01:39:31 UTC [more...]

[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-01-17  1:35 UTC  (8+ messages)
` [PATCH v2 1/8] KVM: arm64: PMU: Have reset_pmu_reg() to clear a register
` [PATCH v2 2/8] KVM: arm64: PMU: Use reset_pmu_reg() for PMUSERENR_EL0 and PMCCFILTR_EL0
` [PATCH v2 3/8] KVM: arm64: PMU: Preserve vCPU's PMCR_EL0.N value on vCPU reset
` [PATCH v2 4/8] KVM: arm64: PMU: Disallow userspace to set PMCR.N greater than the host value
` [PATCH v2 5/8] tools: arm64: Import perf_event.h
` [PATCH v2 6/8] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v2 7/8] KVM: selftests: aarch64: vPMU register test for implemented counters

[PATCH 0/3] Detect SRCU related deadlocks
 2023-01-17  1:36 UTC  (18+ messages)
` [PATCH 1/3] locking/lockdep: Introduce lock_sync()
` [PATCH 2/3] rcu: Equip sleepable RCU with lockdep dependency graph checks
` [PATCH 0/3] KVM: Make use of SRCU deadlock detection support
  ` [PATCH 2/3] KVM: selftests: Use enum for test numbers in xen_shinfo_test
` [PATCH 4/3] locking/lockdep: Improve the deadlock scenario print for sync and read lock

[PATCH v7 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-16 23:01 UTC  (8+ messages)
` [PATCH v7 1/7] x86/cpu, kvm: Add support for cpuid leaf 80000021/EAX (FeatureExt2Eax)
` [PATCH v7 2/7] x86/cpu, kvm: Add the NO_NESTED_DATA_BP feature
` [PATCH v7 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature
` [PATCH v7 4/7] x86/cpu, kvm: Add the Null Selector Clears Base feature
` [PATCH v7 5/7] x86/cpu, kvm: Add the SMM_CTL MSR not present feature
` [PATCH v7 6/7] x86/cpu: Support AMD Automatic IBRS
` [PATCH v7 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest

[PATCH v6 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-01-16 21:22 UTC  (5+ messages)
` [PATCH v6 3/7] x86/cpu, kvm: Move the LFENCE_RDTSC / LFENCE always serializing feature

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-16 21:09 UTC  (18+ 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 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command

[PATCH] vfio: platform: No need to check res again
 2023-01-16 20:37 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/9] Some cleanup patches
 2023-01-16 18:25 UTC  (15+ messages)
` [kvm-unit-tests PATCH 1/9] .gitignore: ignore `s390x/comm.key` file
` [kvm-unit-tests PATCH 2/9] s390x/Makefile: simplify `%.hdr` target rules
` [kvm-unit-tests PATCH 3/9] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests PATCH 4/9] s390x/Makefile: refactor CPPFLAGS
` [kvm-unit-tests PATCH 5/9] s390x/Makefile: remove unused include path
` [kvm-unit-tests PATCH 6/9] s390x: define a macro for the stack frame size
` [kvm-unit-tests PATCH 7/9] s390x: use C pre-processor for linker script generation
` [kvm-unit-tests PATCH 8/9] s390x: use STACK_FRAME_SIZE macro in linker scripts
` [kvm-unit-tests PATCH 9/9] lib/linux/const.h: test for `__ASSEMBLER__` as well

[PATCH 1/8] iommu: Add a gfp parameter to iommu_map()
 2023-01-16 18:12 UTC  (3+ messages)

[PATCH] Documentation: kvm: fix SRCU locking order docs
 2023-01-16 17:37 UTC  (10+ messages)

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-16 16:07 UTC  (34+ 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 014/113] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [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 021/113] KVM: TDX: Refuse to unplug the last cpu on the package
` [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 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 035/113] KVM: x86/mmu: Allow per-VM override of the TDP max page level

[PATCH v4] vfio: fix potential deadlock on vfio group lock
 2023-01-16 15:03 UTC  (2+ messages)

[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state
 2023-01-16 14:55 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 11/16] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-16 14:05 UTC 

[PATCH AUTOSEL 5.10 13/17] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-16 14:04 UTC 

[PATCH AUTOSEL 5.15 18/24] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-16 14:03 UTC 

[PATCH AUTOSEL 6.1 40/53] KVM: s390: interrupt: use READ_ONCE() before cmpxchg()
 2023-01-16 14:01 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-16 13:48 UTC  (24+ 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
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v10 8/9] KVM: Handle page fault for private memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH net-next v10] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-16 13:30 UTC  (3+ messages)

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

[PATCH] accel/kvm: Specify default IPA size for arm64
 2023-01-16 11:18 UTC  (4+ messages)

[PATCH v6] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-16  9:10 UTC 

[PATCH] vhost: remove unused paramete
 2023-01-16  9:09 UTC  (3+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-16  7:56 UTC  (31+ 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 23/64] x86/fault: Add support to dump RMP entry on fault
` [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled

[PATCH v10 0/7] KVM: arm64: Enable ring-based dirty memory tracking
 2023-01-16  4:54 UTC  (8+ messages)
` [PATCH v10 4/7] "

[PATCH 0/4] Improve dirty ring warning report
 2023-01-16  4:04 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: Allow saving vgic3 LPI pending status in no running vcpu context
` [PATCH 2/4] KVM: arm64: Allow saving vgic3 pending tables "
` [PATCH 3/4] KVM: Refactor mark_page_dirty_in_slot()
` [PATCH 4/4] KVM: Improve warning report in mark_page_dirty_in_slot()

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2023-01-15 19:13 UTC  (17+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-15 16:29 UTC  (15+ messages)
` [PATCH v4 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v4 02/13] riscv: move riscv_noncoherent_supported() out of ZICBOM probe
` [PATCH v4 03/13] riscv: cpufeature: detect RISCV_ALTERNATIVES_EARLY_BOOT earlier
` [PATCH v4 04/13] riscv: hwcap: make ISA extension ids can be used in asm
` [PATCH v4 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v4 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v4 07/13] riscv: fpu: switch has_fpu() to riscv_has_extension_likely()
` [PATCH v4 08/13] riscv: module: move find_section to module.h
` [PATCH v4 09/13] riscv: switch to relative alternative entries
` [PATCH v4 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v4 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v4 12/13] riscv: KVM: Switch has_svinval() to riscv_has_extension_unlikely()
` [PATCH v4 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-15 14:19 UTC  (11+ messages)
` [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

[RFC PATCH 0/9] Intel SPEC CTRL virtualization support
 2023-01-15 14:20 UTC  (3+ messages)
` [RFC PATCH 8/9] x86/kvm/vmx: Initialize SPEC_CTRL MASK for RRSBA

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-01-15  9:05 UTC  (2+ messages)

[PATCH 0/2] Fix kvm_setup_gdt and reuse in vcpu_init_descriptor_tables
 2023-01-14 16:15 UTC  (3+ messages)
` [PATCH 1/2] KVM: selftests: Fix initialization of GDT limit
` [PATCH 2/2] KVM: selftests: Reuse kvm_setup_gdt in vcpu_init_descriptor_tables

5.15.y backport request to fix compilation error in selftests/kvm
 2023-01-14  9:49 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Use kstrtobool() instead of strtobool()
 2023-01-14  9:39 UTC 

[PATCH] KVM: SVM: Account scratch allocations used to decrypt SEV guest memory
 2023-01-13 22:09 UTC 

[RFC PATCH v5 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-01-13 22:01 UTC  (7+ 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
` [RFC PATCH v5 4/6] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v5 5/6] KVM: x86: add vCPU scoped toggling for "
` [RFC PATCH v5 6/6] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

[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/6] KVM: x86: x2APIC reserved bits/regs fixes
 2023-01-13 18:41 UTC  (3+ messages)

[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  (4+ messages)
` [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 

[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 v2] vfio: fix potential deadlock on vfio group lock
 2023-01-13 14:50 UTC  (8+ 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 


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