kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-19 20:40:07 to 2022-10-20 20:37:56 UTC [more...]

[PATCH v2 00/27] KVM: x86/mmu: Remove fast invalidate mechanism
 2022-10-20 20:37 UTC  (12+ messages)
  ` [PATCH v2 11/27] KVM: x86/mmu: Zap only the relevant pages when removing a memslot

[kvm-unit-tests PATCH 00/16] kvm-unit-tests: set of fixes and new tests
 2022-10-20 20:23 UTC  (28+ messages)
` [kvm-unit-tests PATCH 01/16] x86: make irq_enable avoid the interrupt shadow
` [kvm-unit-tests PATCH 02/16] x86: add few helper functions for apic local timer
` [kvm-unit-tests PATCH 03/16] svm: use irq_enable instead of sti/nop
` [kvm-unit-tests PATCH 04/16] svm: make svm_intr_intercept_mix_if/gif test a bit more robust
` [kvm-unit-tests PATCH 05/16] svm: use apic_start_timer/apic_stop_timer instead of open coding it
` [kvm-unit-tests PATCH 06/16] x86: Add test for #SMI during interrupt window
` [kvm-unit-tests PATCH 07/16] x86: Add a simple test for SYSENTER instruction
` [kvm-unit-tests PATCH 08/16] svm: add nested shutdown test
` [kvm-unit-tests PATCH 09/16] svm: move svm spec definitions to lib/x86/svm.h
` [kvm-unit-tests PATCH 10/16] svm: move some svm support functions into lib/x86/svm_lib.h
` [kvm-unit-tests PATCH 11/16] svm: add svm_suported
` [kvm-unit-tests PATCH 12/16] svm: move setup_svm to svm_lib.c
` [kvm-unit-tests PATCH 13/16] svm: move vmcb_ident "
` [kvm-unit-tests PATCH 14/16] svm: rewerite vm entry macros
` [kvm-unit-tests PATCH 15/16] svm: introduce svm_vcpu
` [kvm-unit-tests PATCH 16/16] add IPI loss stress test

[PATCH v2 0/9] KVM: arm64: selftests: Test linked {break,watch}points
 2022-10-20 19:12 UTC  (13+ messages)
` [PATCH v2 1/9] KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields
` [PATCH v2 2/9] KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
` [PATCH v2 3/9] KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
` [PATCH v2 4/9] KVM: arm64: selftests: Add helpers to enable debug exceptions
` [PATCH v2 5/9] KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptions
` [PATCH v2 6/9] KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1
` [PATCH v2 7/9] KVM: arm64: selftests: Add a test case for a linked breakpoint
` [PATCH v2 8/9] KVM: arm64: selftests: Add a test case for a linked watchpoint
` [PATCH v2 9/9] KVM: arm64: selftests: Test with every breakpoint/watchpoint

[PATCH v6 0/8] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-20 18:58 UTC  (5+ messages)
` [PATCH v6 3/8] KVM: Add support for using dirty ring in conjunction with bitmap

[PATCH linux-next] KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()
 2022-10-20 17:37 UTC  (2+ messages)

[PATCH kvmtool v2] pci: Disable writes to Status register
 2022-10-20 17:34 UTC 

[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
 2022-10-20 16:58 UTC  (8+ messages)
` [PATCH 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
  ` [PATCH 8/8] KVM: x86: Fix NULL pointer dereference in kvm_xen_set_evtchn_fast()

[PATCH] KVM: x86: Fix the initial value of mcg_cap
 2022-10-20 16:32 UTC  (4+ messages)

[PATCH 0/4] nSVM: fix L0 crash if L2 has shutdown condtion which L1 doesn't intercept
 2022-10-20 15:33 UTC  (6+ messages)
` [PATCH 1/4] KVM: x86: nSVM: leave nested mode on vCPU free
` [PATCH 2/4] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
` [PATCH 3/4] KVM: x86: add kvm_leave_nested
` [PATCH 4/4] KVM: x86: forcibly leave nested mode on vCPU reset

[PATCH] virt: Prevent AES-GCM IV reuse in SNP guest driver
 2022-10-20 14:46 UTC  (13+ messages)

[v1 0/5] KVM: s390: Fix virtual-real address confusions
 2022-10-20 14:31 UTC  (6+ messages)
` [v1 1/5] s390/mm: gmap: sort out physical vs virtual pointers usage
` [v1 2/5] s390/entry: sort out physical vs virtual pointers usage in sie64a
` [v1 3/5] KVM: s390: sort out physical vs virtual pointers usage
` [v1 4/5] KVM: s390: sida: "
` [v1 5/5] KVM: s390: pv: "

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-20 14:32 UTC  (6+ messages)
` [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

[kvm-unit-tests PATCH v2 0/2] s390x misc fixes
 2022-10-20 13:47 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/2] lib: s390x: terminate if PGM interrupt in interrupt handler
` [kvm-unit-tests PATCH v2 2/2] s390x: uv-host: fix allocation of UV memory

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-20 13:40 UTC  (4+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space

[PATCH v5 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-10-20 13:38 UTC  (26+ messages)
` [PATCH v5 01/25] KVM: arm64: Move hyp refcount manipulation helpers to common header file
` [PATCH v5 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
` [PATCH v5 03/25] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
` [PATCH v5 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
` [PATCH v5 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v5 06/25] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH v5 07/25] KVM: arm64: Prevent the donation of no-map pages
` [PATCH v5 08/25] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
` [PATCH v5 09/25] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH v5 10/25] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH v5 11/25] KVM: arm64: Rename 'host_kvm' to 'host_mmu'
` [PATCH v5 12/25] KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
` [PATCH v5 13/25] KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
` [PATCH v5 14/25] KVM: arm64: Add per-cpu fixmap infrastructure at EL2
` [PATCH v5 15/25] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
` [PATCH v5 16/25] KVM: arm64: Provide I-cache invalidation by virtual address at EL2
` [PATCH v5 17/25] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH v5 18/25] KVM: arm64: Consolidate stage-2 initialisation into a single function
` [PATCH v5 19/25] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH v5 20/25] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH v5 21/25] KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
` [PATCH v5 22/25] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH v5 23/25] KVM: arm64: Explicitly map 'kvm_vgic_global_state' "
` [PATCH v5 24/25] KVM: arm64: Don't unnecessarily map host kernel sections "
` [RFC PATCH v5 25/25] KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()

[PATCH] vfio: Add an option to get migration data size
 2022-10-20 13:21 UTC 

[PATCH v1 0/7] vfio-ccw parent rework
 2022-10-20 12:26 UTC  (5+ messages)
` [PATCH v1 6/7] vfio/ccw: replace vfio_init_device with _alloc_

[kvm-unit-tests PATCH v1 0/2] s390x misc fixes
 2022-10-20 12:12 UTC  (11+ messages)
` [kvm-unit-tests PATCH v1 1/2] lib: s390x: terminate if PGM interrupt in interrupt handler
` [kvm-unit-tests PATCH v1 2/2] s390x: uv-host: fix allocation of UV memory

[kvm-unit-tests PATCH v2 0/7] s390x: PV fixups
 2022-10-20 11:46 UTC  (17+ messages)
` [kvm-unit-tests PATCH v2 1/7] s390x: snippets: asm: Add a macro to write an exception PSW
` [kvm-unit-tests PATCH v2 2/7] s390x: MAKEFILE: Use $< instead of pathsubst
` [kvm-unit-tests PATCH v2 3/7] s390x: Add a linker script to assembly snippets
` [kvm-unit-tests PATCH v2 4/7] lib: s390x: sie: Improve validity handling and make it vm specific
` [kvm-unit-tests PATCH v2 5/7] lib: s390x: Use a new asce for each PV guest
` [kvm-unit-tests PATCH v2 6/7] lib: s390x: Enable reusability of VMs that were in PV mode
` [kvm-unit-tests PATCH v2 7/7] lib: s390x: sie: Properly populate SCA

[PATCH v1] KVM: selftests: name the threads
 2022-10-20 11:37 UTC  (3+ messages)

[PATCH] kvm: vmx: Fix indentation coding style issue
 2022-10-20 11:13 UTC 

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-10-20 11:13 UTC  (10+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-20 10:50 UTC  (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[GIT PULL] KVM/arm64 fixes for 6.1, take #2
 2022-10-20 10:01 UTC 

[PATCH] x86/paravirt: use common macro for creating simple asm paravirt functions
 2022-10-20  9:19 UTC 

[PATCH 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2022-10-20  9:07 UTC  (18+ messages)
` [PATCH 01/17] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH 02/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH 03/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH 04/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [PATCH 05/17] arm64: Allow EL1 physical timer access when running VHE
` [PATCH 06/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
` [PATCH 07/17] KVM: arm64: Elide kern_hyp_va() in VHE-specific parts of the hypervisor
` [PATCH 08/17] KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor context
` [PATCH 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` [PATCH 10/17] KVM: arm64: Force HCR_EL2.E2H when ARM64_KVM_HVHE is set
` [PATCH 11/17] KVM: arm64: Disable TTBR1_EL2 when using ARM64_KVM_HVHE
` [PATCH 12/17] KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is set
` [PATCH 13/17] KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
` [PATCH 14/17] KVM: arm64: Program the timer traps with VHE layout in hVHE mode
` [PATCH 15/17] KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is set
` [PATCH 16/17] arm64: Allow arm64_sw.hvhe on command line
` [PATCH 17/17] KVM: arm64: Terrible timer hack for M1 with hVHE

[kvm-unit-tests PATCH v3 0/8] s390x: uv-host: Access check extensions and improvements
 2022-10-20  9:03 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/8] s390x: uv-host: Add access checks for donated memory

[PATCH v2 00/15] KVM: arm64: Parallel stage-2 fault handling
 2022-10-20  8:35 UTC  (10+ messages)
` [PATCH v2 07/15] KVM: arm64: Use an opaque type for pteps
` [PATCH v2 08/15] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v2 15/15] KVM: arm64: Handle stage-2 faults in parallel

[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-20  8:22 UTC  (11+ messages)
` [PATCH v11 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v11 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v11 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test

[PATCH 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions
 2022-10-20  7:27 UTC  (7+ messages)
` [PATCH 1/6] x86: KVM: Enable CMPccXADD CPUID and expose it to guest
` [PATCH 4/6] x86: KVM: Enable AVX-VNNI-INT8 "

[PATCH 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-20  7:19 UTC  (9+ messages)
` [PATCH 4/6] KVM: selftests: memslot_perf_test: Support variable guest page size

[PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-20  7:12 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()
` [PATCH v3 2/6] KVM: selftests: memslot_perf_test: Consolidate loop conditions "
` [PATCH v3 3/6] KVM: selftests: memslot_perf_test: Probe memory slots for once
` [PATCH v3 4/6] KVM: selftests: memslot_perf_test: Support variable guest page size
` [PATCH v3 5/6] KVM: selftests: memslot_perf_test: Consolidate memory
` [PATCH v3 6/6] KVM: selftests: memslot_perf_test: Report optimal memory slots

[kvm-unit-tests PATCH v2 0/1] s390x: do not enable PV dump support by default
 2022-10-20  6:56 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/1] "

[PATCH][RFC] KVM: x86: Don't reset deadline to period when timer is in one shot mode
 2022-10-20  1:17 UTC  (5+ messages)

[PATCH v10 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-10-19 23:47 UTC  (4+ messages)
` [PATCH v10 01/14] KVM: selftests: Add a userfaultfd library

[PATCH v2 0/2] KVM: Split huge pages mapped by the TDP MMU on fault
 2022-10-19 23:40 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Introduce a selftest to measure execution performance
` [PATCH v2 2/2] KVM: x86/mmu: Split huge pages mapped by the TDP MMU on fault

[PATCH 1/6] KVM: x86: Mask off reserved bits in CPUID.80000001H
 2022-10-19 22:58 UTC  (8+ messages)
` [PATCH 2/6] KVM: x86: Mask off reserved bits in CPUID.80000006H
` [PATCH 3/6] KVM: x86: Mask off reserved bits in CPUID.80000008H
` [PATCH 5/6] KVM: x86: Mask off reserved bits in CPUID.8000001EH

[PATCH v7 0/3] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-10-19 22:13 UTC  (4+ messages)
` [PATCH v7 1/3] KVM: selftests: implement random number generation for guest code
` [PATCH v7 2/3] KVM: selftests: randomize which pages are written vs read
` [PATCH v7 3/3] KVM: selftests: randomize page access order

[PATCH v2 0/2] KVM: nVMX: Add IBPB between L2 and L1 to
 2022-10-19 21:36 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
` [PATCH v2 2/2] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS


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