public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-22 07:33:08 to 2022-10-25 12:43:48 UTC [more...]

[PATCH v4 00/23] SMM emulation and interrupt shadow fixes
 2022-10-25 12:42 UTC  (8+ messages)
` [PATCH v4 01/23] KVM: x86: start moving SMM-related functions to new files
` [PATCH v4 02/23] KVM: x86: move SMM entry to a new file
` [PATCH v4 03/23] KVM: x86: move SMM exit "
` [PATCH v4 04/23] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v4 05/23] KVM: allow compiling out SMM support
` [PATCH v4 06/23] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH v4 07/23] KVM: x86: remove SMRAM address space if SMM is not supported

[PATCH] KVM: vmx/nested: avoid blindly setting SECONDARY_EXEC_ENCLS_EXITING when sgx is enabled
 2022-10-25 12:37 UTC 

[PATCH] KVM: vmx/nested: avoid blindly setting SECONDARY_EXEC_ENCLS_EXITING when sgx is enabled
 2022-10-25 12:36 UTC  (3+ messages)

[v2] KVM: s390: pv: fix external interruption loop not always detected
 2022-10-25 12:00 UTC  (2+ messages)

[kvm-unit-tests GIT PULL 00/22] s390x: tests and fixes for PV, timing
 2022-10-25 11:43 UTC  (23+ messages)
` [kvm-unit-tests GIT PULL 01/22] s390x: Add specification exception test
` [kvm-unit-tests GIT PULL 02/22] s390x: Test specification exceptions during transaction
` [kvm-unit-tests GIT PULL 03/22] lib/s390x: move TOD clock related functions to library
` [kvm-unit-tests GIT PULL 04/22] s390x: add migration TOD clock test
` [kvm-unit-tests GIT PULL 05/22] s390x: add exittime tests
` [kvm-unit-tests GIT PULL 06/22] s390x: do not enable PV dump support by default
` [kvm-unit-tests GIT PULL 07/22] s390x: uv-host: Add access checks for donated memory
` [kvm-unit-tests GIT PULL 08/22] s390x: uv-host: Add uninitialized UV tests
` [kvm-unit-tests GIT PULL 09/22] s390x: uv-host: Test uv immediate parameter
` [kvm-unit-tests GIT PULL 10/22] s390x: uv-host: Add access exception test
` [kvm-unit-tests GIT PULL 11/22] s390x: uv-host: Add a set secure config parameters test function
` [kvm-unit-tests GIT PULL 12/22] s390x: uv-host: Remove duplicated +
` [kvm-unit-tests GIT PULL 13/22] s390x: uv-host: Fence against being run as a PV guest
` [kvm-unit-tests GIT PULL 14/22] s390x: uv-host: Fix init storage origin and length check
` [kvm-unit-tests GIT PULL 15/22] lib: s390x: terminate if PGM interrupt in interrupt handler
` [kvm-unit-tests GIT PULL 16/22] s390x: uv-host: fix allocation of UV memory
` [kvm-unit-tests GIT PULL 17/22] s390x: snippets: asm: Add a macro to write an exception PSW
` [kvm-unit-tests GIT PULL 18/22] s390x: MAKEFILE: Use $< instead of pathsubst
` [kvm-unit-tests GIT PULL 19/22] lib: s390x: sie: Improve validity handling and make it vm specific
` [kvm-unit-tests GIT PULL 20/22] lib: s390x: Use a new asce for each PV guest
` [kvm-unit-tests GIT PULL 21/22] lib: s390x: Enable reusability of VMs that were in PV mode
` [kvm-unit-tests GIT PULL 22/22] lib: s390x: sie: Properly populate SCA

[v2 0/1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
 2022-10-25 11:36 UTC  (6+ messages)
` [v2 1/1] "

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-25 10:25 UTC  (14+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH 0/4] KVM: API to block and resume all running vcpus in a vm
 2022-10-25 10:05 UTC  (17+ messages)
` [PATCH 1/4] linux-headers/linux/kvm.h: introduce kvm_userspace_memory_region_list ioctl
` [PATCH 2/4] KVM: introduce kvm_clear_all_cpus_request
` [PATCH 3/4] KVM: introduce memory transaction semaphore
` [PATCH 4/4] KVM: use signals to abort enter_guest/blocking and retry

[PATCH] KVM: x86: Exempt pending triple fault from event injection sanity check
 2022-10-25  9:59 UTC  (2+ messages)

[GIT PULL] KVM patches for Linux 6.1-rc2
 2022-10-25  9:42 UTC  (4+ messages)

[PATCH v2 0/1] KVM: s390: vsie: clarifications on setting the APCB
 2022-10-25  9:30 UTC  (3+ messages)
` [PATCH v2 1/1] "

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-10-25  8:34 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 10/13] x86/pmu: Update testcases to cover Intel Arch PMU Version 1

[v1] KVM: s390: VSIE: sort out virtual/physical address in pin_guest_page
 2022-10-25  8:21 UTC  (3+ messages)

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

[PATCH v3 0/6] KVM: selftests: memslot_perf_test: aarch64 cleanup/fixes
 2022-10-24 23:18 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/16] kvm-unit-tests: set of fixes and new tests
 2022-10-24 22:49 UTC  (33+ 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 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 11/16] svm: add svm_suported
` [kvm-unit-tests PATCH 13/16] svm: move vmcb_ident to svm_lib.c
` [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

[RFC PATCH] Add Hyperv extended hypercall support in KVM
 2022-10-24 20:24 UTC  (9+ messages)

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-24 19:26 UTC  (7+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

[PATCH v2 0/8] KVM: x86: allow compiling out SMM support
 2022-10-24 12:33 UTC  (17+ messages)
` [PATCH v2 1/8] KVM: x86: start moving SMM-related functions to new files
` [PATCH v2 2/8] KVM: x86: move SMM entry to a new file
` [PATCH v2 3/8] KVM: x86: move SMM exit "
` [PATCH v2 4/8] KVM: x86: do not go through ctxt->ops when emulating rsm
` [PATCH v2 5/8] KVM: allow compiling out SMM support
` [PATCH v2 6/8] KVM: x86: compile out vendor-specific code if SMM is disabled
` [PATCH v2 7/8] KVM: x86: remove SMRAM address space if SMM is not supported
` [PATCH v2 8/8] KVM: x86: do not define KVM_REQ_SMI if SMM disabled

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-10-24 18:05 UTC  (10+ messages)
` [PATCH 1/9] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode

(Extra) KVM call for 2022-10-25
 2022-10-24 17:48 UTC 

[kvm-unit-tests PATCH v5 0/2] S390x: CPU Topology Information
 2022-10-24 14:20 UTC  (3+ messages)
` [kvm-unit-tests PATCH v5 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v5 2/2] s390x: topology: Checking Configuration Topology Information

[PATCH] KVM: SVM: Name and check reserved fields with structs offset
 2022-10-24 16:44 UTC 

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

[PATCH] KVM: SVM: Fix reserved fields of struct sev_es_save_area
 2022-10-24 16:35 UTC  (5+ messages)

[RFC PATCH] x86/sev-es: Include XSS value in GHCB CPUID request
 2022-10-24 16:31 UTC  (4+ messages)

[PATCH v2 11/27] KVM: x86/mmu: Zap only the relevant pages when removing a memslot
 2022-10-24 15:55 UTC  (13+ messages)

[PATCH] KVM: x86: Do not expose the host value of CPUID.8000001EH
 2022-10-24 13:06 UTC  (2+ messages)

[PATCH v1 00/18] KVM selftests code consolidation and cleanup
 2022-10-24 11:34 UTC  (19+ messages)
` [PATCH v1 01/18] KVM: selftests/kvm_util: use array of pointers to maintain vcpus in kvm_vm
` [PATCH v1 02/18] KVM: selftests/kvm_util: use vm->vcpus[] when create vm with vcpus
` [PATCH v1 03/18] KVM: selftests/kvm_util: helper functions for vcpus and threads
` [PATCH v1 04/18] KVM: selftests/kvm_page_table_test: vcpu related code consolidation
` [PATCH v1 05/18] KVM: selftests/hardware_disable_test: code consolidation and cleanup
` [PATCH v1 06/18] KVM: selftests/dirty_log_test: vcpu related code consolidation
` [PATCH v1 07/18] KVM: selftests/max_guest_memory_test: "
` [PATCH v1 08/18] KVM: selftests/set_memory_region_test: "
` [PATCH v1 09/18] KVM: selftests/steal_time: vcpu related code consolidation and cleanup
` [PATCH v1 10/18] KVM: selftests/tsc_scaling_sync: vcpu related code consolidation
` [PATCH v1 11/18] KVM: selftest/xapic_ipi_test: "
` [PATCH v1 12/18] KVM: selftests/rseq_test: name the migration thread and some cleanup
` [PATCH v1 13/18] KVM: selftests/perf_test_util: vcpu related code consolidation
` [PATCH v1 14/18] KVM: selftest/memslot_perf_test: "
` [PATCH v1 15/18] KVM: selftests/vgic_init: "
` [PATCH v1 16/18] KVM: selftest/arch_timer: "
` [PATCH v1 17/18] KVM: selftests: remove the *vcpu[] input from __vm_create_with_vcpus
` [PATCH v1 18/18] KVM: selftests/kvm_create_max_vcpus: check KVM_MAX_VCPUS

[kvm-unit-tests PATCH v4 00/24] x86/pmu: Test case optimization, fixes and additions
 2022-10-24  9:12 UTC  (25+ messages)
` [kvm-unit-tests PATCH v4 01/24] x86/pmu: Add PDCM check before accessing PERF_CAP register
` [kvm-unit-tests PATCH v4 02/24] x86/pmu: Test emulation instructions on full-width counters
` [kvm-unit-tests PATCH v4 03/24] x86/pmu: Pop up FW prefix to avoid out-of-context propagation
` [kvm-unit-tests PATCH v4 04/24] x86/pmu: Report SKIP when testing Intel LBR on AMD platforms
` [kvm-unit-tests PATCH v4 05/24] x86/pmu: Fix printed messages for emulated instruction test
` [kvm-unit-tests PATCH v4 06/24] x86/pmu: Introduce __start_event() to drop all of the manual zeroing
` [kvm-unit-tests PATCH v4 07/24] x86/pmu: Introduce multiple_{one, many}() to improve readability
` [kvm-unit-tests PATCH v4 08/24] x86/pmu: Reset the expected count of the fixed counter 0 when i386
` [kvm-unit-tests PATCH v4 09/24] x86: create pmu group for quick pmu-scope testing
` [kvm-unit-tests PATCH v4 10/24] x86/pmu: Refine info to clarify the current support
` [kvm-unit-tests PATCH v4 11/24] x86/pmu: Update rdpmc testcase to cover #GP path
` [kvm-unit-tests PATCH v4 12/24] x86/pmu: Rename PC_VECTOR to PMI_VECTOR for better readability
` [kvm-unit-tests PATCH v4 13/24] x86/pmu: Add lib/x86/pmu.[c.h] and move common code to header files
` [kvm-unit-tests PATCH v4 14/24] x86/pmu: Read cpuid(10) in the pmu_init() to reduce VM-Exit
` [kvm-unit-tests PATCH v4 15/24] x86/pmu: Initialize PMU perf_capabilities at pmu_init()
` [kvm-unit-tests PATCH v4 16/24] x86/pmu: Add GP counter related helpers
` [kvm-unit-tests PATCH v4 17/24] x86/pmu: Add GP/Fixed counters reset helpers
` [kvm-unit-tests PATCH v4 18/24] x86/pmu: Add a set of helpers related to global registers
` [kvm-unit-tests PATCH v4 19/24] x86: Add tests for Guest Processor Event Based Sampling (PEBS)
` [kvm-unit-tests PATCH v4 20/24] x86/pmu: Add global helpers to cover Intel Arch PMU Version 1
` [kvm-unit-tests PATCH v4 21/24] x86/pmu: Add gp_events pointer to route different event tables
` [kvm-unit-tests PATCH v4 22/24] x86/pmu: Add nr_gp_counters to limit the number of test counters
` [kvm-unit-tests PATCH v4 23/24] x86/pmu: Update testcases to cover AMD PMU
` [kvm-unit-tests PATCH v4 24/24] x86/pmu: Add AMD Guest PerfMonV2 testcases

[PATCH] kvm: x86: keep srcu writer side operation mutually exclusive
 2022-10-24  3:27 UTC  (5+ messages)

[PATCH] KVM: x86: Fix the initial value of mcg_cap
 2022-10-24  1:37 UTC  (7+ messages)

[PATCH v1] KVM: selftests: name the threads
 2022-10-24  0:54 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2022-10-23 21:00 UTC 

[BUG] KVM USB passthrough did not claim interface before use
 2022-10-23 18:14 UTC  (9+ messages)

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

[PATCH 0/2] KVM: stop all vcpus before modifying memslots
 2022-10-22 15:48 UTC  (3+ messages)
` [PATCH 1/2] linux-headers/linux/kvm.h: introduce kvm_userspace_memory_region_list ioctl
` [PATCH 2/2] accel/kvm: introduce begin/commit listener callbacks

[PATCH] tools: include: sync include/api/linux/kvm.h
 2022-10-22 11:53 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
 2022-10-22  8:43 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for kvm-riscv
 2022-10-22  8:41 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: fix some comment typos
 2022-10-22  8:39 UTC  (2+ messages)

[GIT PULL] KVM/riscv fixes for 6.1, take #1
 2022-10-22  9:15 UTC  (2+ messages)

[PATCH] KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
 2022-10-22  8:39 UTC  (2+ messages)

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

[PATCH v2 1/2] KVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFD
 2022-10-22  9:12 UTC  (4+ messages)

[PATCH v2 1/2] KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()
 2022-10-22  9:08 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: debugfs: Return retval of simple_attr_open() if it fails

[PATCH] x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()
 2022-10-22  9:13 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.1, take #2
 2022-10-22  7:33 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.1, take #1
 2022-10-22  7:32 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