kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-01 20:33:35 to 2022-02-03 17:34:05 UTC [more...]

[PATCH kvm/queue v2 0/3] KVM: x86/pmu: Fix out-of-date AMD amd_event_mapping[]
 2022-02-03 17:33 UTC  (5+ messages)
` [PATCH kvm/queue v2 2/3] perf: x86/core: Add interface to query perfmon_event_map[] directly

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-03 17:27 UTC  (19+ messages)
` [PATCH v6 03/64] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v6 04/64] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v6 06/64] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v6 09/64] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v6 12/64] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v6 16/64] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v6 17/64] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v6 18/64] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v6 19/64] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-03 16:44 UTC  (45+ messages)
` [PATCH v9 05/43] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v9 10/43] x86/sev: Check SEV-SNP features support
` [PATCH v9 15/43] x86/sev: Register GHCB memory when SEV-SNP is active
` [PATCH v9 17/43] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v9 18/43] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v9 19/43] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v9 20/43] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v9 22/43] x86/sev: Move MSR-based VMGEXITs for CPUID to helper
` [PATCH v9 23/43] KVM: x86: Move lookup of indexed CPUID leafs "
` [PATCH v9 24/43] x86/compressed/acpi: Move EFI detection "
` [PATCH v9 25/43] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v9 26/43] x86/compressed/acpi: Move EFI config "
` [PATCH v9 40/43] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v9 41/43] virt: Add SEV-SNP guest driver
` [PATCH v9 42/43] virt: sevguest: Add support to derive key
` [PATCH v9 43/43] virt: sevguest: Add support to get extended report

[kvm-unit-tests PATCH v1 1/1] s390x: firq: fix running in PV
 2022-02-03 16:27 UTC  (2+ messages)

[PATCH V6 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-03 15:51 UTC  (32+ messages)
` [PATCH V6 mlx5-next 08/15] vfio: Define device migration protocol v2
` [PATCH V6 mlx5-next 09/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V6 mlx5-next 10/15] vfio: Remove migration protocol v1

[kvm-unit-tests PATCH v1 0/5] s390x: smp: avoid hardcoded CPU addresses
 2022-02-03 15:48 UTC  (12+ messages)
` [kvm-unit-tests PATCH v1 1/5] lib: s390x: smp: add functions to work with CPU indexes
` [kvm-unit-tests PATCH v1 2/5] lib: s390x: smp: guarantee that boot CPU has index 0

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-02-03 15:18 UTC  (10+ messages)

[PATCH kvm-unit-tests v2] arm64: Fix compiling with ancient compiler
 2022-02-03 15:13 UTC 

[PATCH 0/6] KVM: selftests: Introduce selftests for enlightened MSR-Bitmap feature
 2022-02-03 10:46 UTC  (7+ messages)
` [PATCH 1/6] KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened MSR-Bitmap
` [PATCH 2/6] KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'
` [PATCH 3/6] KVM: selftests: nVMX: Add enlightened MSR-Bitmap selftest
` [PATCH 4/6] KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guests
` [PATCH 5/6] KVM: selftests: nSVM: Update 'struct vmcb_control_area' definition
` [PATCH 6/6] KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftest

[PATCH v2 0/4] KVM: SVM: nSVM: Implement Enlightened MSR-Bitmap for Hyper-V-on-KVM
 2022-02-03 10:39 UTC  (8+ messages)
` [PATCH v2 1/4] KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH v2 2/4] KVM: x86: Make kvm_hv_hypercall_enabled() static inline
` [PATCH v2 3/4] KVM: nSVM: Split off common definitions for Hyper-V on KVM and KVM on Hyper-V
` [PATCH v2 4/4] KVM: nSVM: Implement Enlightened MSR-Bitmap feature

[PATCH] KVM: x86/pmu: Clear reserved bit PERF_CTL2[43] for AMD erratum 1292
 2022-02-03  9:58 UTC  (12+ messages)
` [PATCH] perf/amd: Implement errata #1292 workaround for F19h M00-0Fh
          ` [PATCH v2] perf/amd: Implement erratum "
                ` [PATCH v3] "

[kvm-unit-tests PATCH v2 0/4] s390x: Attestation tests
 2022-02-03  9:19 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] s390x: uv-host: Add attestation test
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v2 3/4] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests PATCH v2 4/4] s390x: uv-guest: Add attestation tests

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-02-03  6:31 UTC  (15+ messages)
` [RFC PATCH v4 01/26] KVM: arm64: Introduce a validation function for an ID register
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest

[PATCH 1/2] KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event
 2022-02-03  1:48 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW

[PATCH 0/4] KVM: nVMX: Fixes for VMX capability MSR invariance
 2022-02-03  1:08 UTC  (14+ messages)
` [PATCH 1/4] KVM: nVMX: Don't change VM-{Entry,Exit} ctrl MSRs on PMU CPUID update
` [PATCH 2/4] KVM: nVMX: Don't change VM-{Entry,Exit} ctrl MSRs on MPX "
` [PATCH 3/4] selftests: KVM: Add test for "load IA32_PERF_GLOBAL_CTRL" invariance
` [PATCH 4/4] selftests: KVM: Add test case for "{load/clear} IA32_BNDCFGS" invariance

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-02-03  1:00 UTC  (24+ messages)
` [PATCH 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH 02/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH 03/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH 04/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH 05/23] KVM: x86/mmu: Pass memslot to kvm_mmu_create_sp()
` [PATCH 06/23] KVM: x86/mmu: Separate shadow MMU sp allocation from initialization
` [PATCH 07/23] KVM: x86/mmu: Move huge page split sp allocation code to mmu.c
` [PATCH 08/23] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH 09/23] KVM: x86/mmu: Use common code to allocate kvm_mmu_page structs from vCPU caches
` [PATCH 10/23] KVM: x86/mmu: Pass const memslot to rmap_add()
` [PATCH 11/23] KVM: x86/mmu: Pass const memslot to kvm_mmu_init_sp() and descendants
` [PATCH 12/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
` [PATCH 13/23] KVM: x86/mmu: Update page stats in __rmap_add()
` [PATCH 14/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH 15/23] KVM: x86/mmu: Pass access information to make_huge_page_split_spte()
` [PATCH 16/23] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
` [PATCH 17/23] KVM: x86/mmu: Pass bool flush parameter to drop_large_spte()
` [PATCH 18/23] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU
` [PATCH 19/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
` [PATCH 20/23] KVM: Allow GFP flags to be passed when topping up MMU caches
` [PATCH 21/23] KVM: x86/mmu: Fully split huge pages that require extra pte_list_desc structs
` [PATCH 22/23] KVM: x86/mmu: Split huge pages aliased by multiple SPTEs
` [PATCH 23/23] KVM: selftests: Map x86_64 guest virtual memory with huge pages

[PATCH v5 0/8] IPI virtualization support for VM
 2022-02-02 23:23 UTC  (11+ messages)
` [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed

[PATCH][v3] KVM: x86: refine kvm_vcpu_is_preempted
 2022-02-02 22:17 UTC  (4+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-02 20:47 UTC  (5+ messages)

[PATCH 0/2] KVM: selftests: Add powerpc support
 2022-02-02 19:24 UTC  (3+ messages)
` [PATCH 2/2] KVM: selftests: Add support for ppc64le

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2022-02-02 18:43 UTC  (3+ messages)
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH 0/5] kvm: x86: better handling of NULL-able kvm_x86_ops
 2022-02-02 18:18 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: use static_call_cond for optional callbacks
` [PATCH 2/5] KVM: x86: mark NULL-able kvm_x86_ops
` [PATCH 3/5] KVM: x86: warn on incorrectly NULL static calls
` [PATCH 4/5] KVM: x86: change hwapic_{irr,isr}_update to NULLable calls
` [PATCH 5/5] KVM: x86: allow defining return-0 static calls

[PATCH v3 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2022-02-02 16:05 UTC  (9+ messages)
` [PATCH v3 3/3] KVM: SVM: Extend host physical APIC ID field to support more than 8-bit

[PATCH v4 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2022-02-02 15:58 UTC  (6+ messages)
` [PATCH v4 1/3] KVM: SVM: Only call vcpu_(un)blocking when AVIC is enabled
` [PATCH v4 2/3] x86/apic: Add helper function to get maximum physical APIC ID
` [PATCH v4 3/3] KVM: SVM: Add support for 12-bit host "

[GIT PULL] KVM/riscv fixes for 5.17, take #1
 2022-02-02 14:58 UTC  (2+ messages)

[kvm-unit-tests v2 PATCH] vmx: Fix EPT accessed and dirty flag test
 2022-02-02 13:55 UTC 

[PATCH v3] vhost: cache avail index in vhost_enable_notify()
 2022-02-02 13:53 UTC  (4+ messages)

[RFC/RFT PATCH] Introduce try_cmpxchg64 and use it in vmx/posted_intr.c
 2022-02-02 13:15 UTC 

[PATCH] RISC-V: KVM: Fix SBI implementation version
 2022-02-02 11:21 UTC  (2+ messages)

[PATCH 0/5] KVM: SVM: nSVM: Implement Enlightened MSR-Bitmap for Hyper-V-on-KVM and fix it for KVM-on-Hyper-V
 2022-02-02  9:52 UTC  (7+ messages)

[PATCH kvm-unit-tests] arm64: Fix compiling with ancient compiler
 2022-02-02  8:06 UTC  (3+ messages)

[PATCH 5.10] KVM: x86: Forcibly leave nested virt when SMM state is toggled
 2022-02-02  7:23 UTC  (2+ messages)

[PATCH] KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer
 2022-02-02  0:51 UTC 

[PATCH v2 0/5] x86: uaccess CMPXCHG + KVM bug fixes
 2022-02-02  0:49 UTC  (6+ messages)
` [PATCH v2 1/5] Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug
` [PATCH v2 2/5] x86/uaccess: Implement macros for CMPXCHG on user addresses
` [PATCH v2 3/5] KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
` [PATCH v2 4/5] KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
` [PATCH v2 5/5] KVM: x86: Bail to userspace if emulation of atomic user access faults

[PATCH v2] vfio/pci: fix memory leak during D3hot to D0 transition
 2022-02-01 23:31 UTC  (4+ messages)

[PATCH 0/5] x86: uaccess CMPXCHG + KVM bug fixes
 2022-02-01 21:15 UTC  (5+ messages)
` [PATCH 1/5] Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug

[PATCH v4 0/9] Parallel CPU bringup for x86_64
 2022-02-01 20:53 UTC  (10+ messages)
` [PATCH v4 1/9] x86/apic/x2apic: Fix parallel handling of cluster_mask
` [PATCH v4 2/9] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v4 3/9] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v4 4/9] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v4 5/9] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v4 6/9] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v4 7/9] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v4 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
` [PATCH v4 9/9] x86/smpboot: Serialize topology updates for secondary bringup


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