kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 01:01:41 to 2022-02-04 21:18:00 UTC [more...]

[PATCH v3 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-02-04 21:15 UTC  (28+ messages)
` [PATCH v3 01/30] s390/sclp: detect the zPCI load/store interpretation facility
` [PATCH v3 02/30] s390/sclp: detect the AISII facility
` [PATCH v3 03/30] s390/sclp: detect the AENI facility
` [PATCH v3 04/30] s390/sclp: detect the AISI facility
` [PATCH v3 05/30] s390/airq: pass more TPI info to airq handlers
` [PATCH v3 06/30] s390/airq: allow for airq structure that uses an input vector
` [PATCH v3 07/30] s390/pci: externalize the SIC operation controls and routine
` [PATCH v3 08/30] s390/pci: stash associated GISA designation
` [PATCH v3 09/30] s390/pci: export some routines related to RPCIT processing
` [PATCH v3 10/30] s390/pci: stash dtsm and maxstbl
` [PATCH v3 11/30] s390/pci: add helper function to find device by handle
` [PATCH v3 12/30] s390/pci: get SHM information from list pci
` [PATCH v3 13/30] s390/pci: return status from zpci_refresh_trans
` [PATCH v3 14/30] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH v3 15/30] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v3 16/30] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v3 17/30] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH v3 18/30] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH v3 19/30] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH v3 20/30] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH v3 21/30] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH v3 22/30] KVM: s390: pci: handle refresh of PCI translations
` [PATCH v3 23/30] KVM: s390: intercept the rpcit instruction
` [PATCH v3 24/30] vfio-pci/zdev: wire up group notifier
` [PATCH v3 25/30] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH v3 26/30] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH v3 28/30] vfio-pci/zdev: add DTSM to clp group capability

[PATCH v2 0/7] VMX: nVMX: VMX control MSR fixes
 2022-02-04 20:47 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
` [PATCH v2 2/7] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL "
` [PATCH v2 3/7] KVM: nVMX: Roll all entry/exit ctl updates into a single helper
` [PATCH v2 4/7] KVM: nVMX: Add a quirk for KVM tweaks to VMX control MSRs
` [PATCH v2 5/7] selftests: KVM: Add test for PERF_GLOBAL_CTRL VMX control MSR bits
` [PATCH v2 6/7] selftests: KVM: Add test for BNDCFGS "
` [PATCH v2 7/7] KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()

[kvm-unit-tests 00/13] Add #VC exception handling for AMD SEV-ES
 2022-02-04 20:12 UTC  (9+ messages)
` [kvm-unit-tests 02/13] x86: AMD SEV-ES: Setup #VC exception handler "

[PATCH v7 00/17] KVM: s390: pv: implement lazy destroy for reboot
 2022-02-04 19:51 UTC  (19+ messages)
` [PATCH v7 01/17] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v7 02/17] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v7 03/17] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v7 04/17] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v7 05/17] KVM: s390: pv: usage counter instead of flag
` [PATCH v7 06/17] KVM: s390: pv: add export before import
` [PATCH v7 07/17] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v7 08/17] KVM: s390: pv: make kvm_s390_cpus_from_pv global
` [PATCH v7 09/17] KVM: s390: pv: clear the state without memset
` [PATCH v7 10/17] KVM: s390: pv: add mmu_notifier
` [PATCH v7 11/17] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v7 12/17] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v7 13/17] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v7 14/17] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v7 15/17] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v7 16/17] KVM: s390: pv: add KVM_CAP_S390_PROT_REBOOT_ASYNC
` [PATCH v7 17/17] KVM: s390: pv: avoid export before import if possible

[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
 2022-02-04 19:53 UTC  (9+ messages)

[PATCH 00/23] KVM: MMU: MMU role refactoring
 2022-02-04 19:41 UTC  (33+ messages)
` [PATCH 01/23] KVM: MMU: pass uses_nx directly to reset_shadow_zero_bits_mask
` [PATCH 02/23] KVM: MMU: nested EPT cannot be used in SMM
` [PATCH 03/23] KVM: MMU: remove valid from extended role
` [PATCH 04/23] KVM: MMU: constify uses of struct kvm_mmu_role_regs
` [PATCH 05/23] KVM: MMU: pull computation of kvm_mmu_role_regs to kvm_init_mmu
` [PATCH 06/23] KVM: MMU: load new PGD once nested two-dimensional paging is initialized
` [PATCH 07/23] KVM: MMU: remove kvm_mmu_calc_root_page_role
` [PATCH 08/23] KVM: MMU: rephrase unclear comment
` [PATCH 09/23] KVM: MMU: remove "bool base_only" arguments
` [PATCH 10/23] KVM: MMU: split cpu_role from mmu_role
` [PATCH 11/23] KVM: MMU: do not recompute root level from kvm_mmu_role_regs
` [PATCH 12/23] KVM: MMU: remove ept_ad field
` [PATCH 13/23] KVM: MMU: remove kvm_calc_shadow_root_page_role_common
` [PATCH 14/23] KVM: MMU: cleanup computation of MMU roles for two-dimensional paging
` [PATCH 15/23] KVM: MMU: cleanup computation of MMU roles for shadow paging
` [PATCH 16/23] KVM: MMU: remove extended bits from mmu_role
` [PATCH 17/23] KVM: MMU: remove redundant bits from extended role
` [PATCH 18/23] KVM: MMU: fetch shadow EFER.NX from MMU role
` [PATCH 19/23] KVM: MMU: simplify and/or inline computation of shadow MMU roles
` [PATCH 20/23] KVM: MMU: pull CPU role computation to kvm_init_mmu
` [PATCH 21/23] KVM: MMU: store shadow_root_level into mmu_role
` [PATCH 22/23] KVM: MMU: use cpu_role for root_level
` [PATCH 23/23] KVM: MMU: replace direct_map with mmu_role.direct

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-04 17:41 UTC  (19+ messages)
` [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 28/43] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v9 29/43] x86/boot: Add Confidential Computing type to setup_data

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

[PATCH kvm-unit-tests v2] arm64: Fix compiling with ancient compiler
 2022-02-04 16:51 UTC  (2+ messages)

[PATCH v6 00/64] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-02-04 16:01 UTC  (25+ messages)
` [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 v6 20/64] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v6 21/64] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v6 22/64] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting

[kvm-unit-tests PATCH v1 0/5] s390x: smp: avoid hardcoded CPU addresses
 2022-02-04 15:37 UTC  (14+ 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 PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-02-04 14:41 UTC  (11+ messages)
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest

[GIT PULL] KVM/arm64 fixes for 5.17, take #2
 2022-02-04 13:51 UTC 

[kvm-unit-tests PATCH v2 0/6] s390x: smp: use CPU indexes instead of addresses
 2022-02-04 13:08 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/6] lib: s390x: smp: guarantee that boot CPU has index 0
` [kvm-unit-tests PATCH v2 2/6] lib: s390x: smp: refactor smp functions to accept indexes
` [kvm-unit-tests PATCH v2 3/6] s390x: smp: use CPU indexes instead of addresses
` [kvm-unit-tests PATCH v2 4/6] s390x: firq: "
` [kvm-unit-tests PATCH v2 5/6] s390x: skrf: "
` [kvm-unit-tests PATCH v2 6/6] s390x: uv-host: "

[PATCH] perf/amd: Implement errata #1292 workaround for F19h M00-0Fh
 2022-02-04 13:01 UTC  (7+ messages)
` [PATCH v2] perf/amd: Implement erratum "

[PATCH v2 0/9] s390x/pci: zPCI interpretation support
 2022-02-04 12:39 UTC  (2+ messages)

[PATCH V6 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-04 12:12 UTC  (19+ 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

[kvm-unit-tests PATCH v1 1/1] s390x: firq: fix running in PV
 2022-02-04 12:11 UTC  (3+ messages)

[PATCH] KVM: s390: pv: make use of ultravisor AIV support
 2022-02-04 11:12 UTC  (2+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2022-02-04 10:43 UTC  (3+ messages)
` [PATCH v17 14/15] s390/ap: notify drivers on config changed and scan complete callbacks

[PATCH 0/6] KVM: selftests: Introduce selftests for enlightened MSR-Bitmap feature
 2022-02-04  8:49 UTC  (8+ 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] KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer
 2022-02-04  8:44 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] s390x: Attestation tests
 2022-02-04  8:18 UTC  (10+ 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

[PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed
 2022-02-03 20:22 UTC  (11+ messages)

[PATCH] KVM: VMX: pass TME information to guests
 2022-02-03 18:40 UTC  (2+ messages)

[PATCH 0/5] kvm: x86: better handling of NULL-able kvm_x86_ops
 2022-02-03 18:40 UTC  (3+ messages)
` [PATCH 5/5] KVM: x86: allow defining return-0 static calls

[PATCH 5.10] KVM: x86: Forcibly leave nested virt when SMM state is toggled
 2022-02-03 18:05 UTC 

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

[PATCH v5 0/6] KVM: arm64: Emulate the OS Lock
 2022-02-03 17:41 UTC  (7+ messages)
` [PATCH v5 1/6] KVM: arm64: Correctly treat writes to OSLSR_EL1 as undefined
` [PATCH v5 2/6] KVM: arm64: Stash OSLSR_EL1 in the cpu context
` [PATCH v5 3/6] KVM: arm64: Allow guest to set the OSLK bit
` [PATCH v5 4/6] KVM: arm64: Emulate the OS Lock
` [PATCH v5 5/6] selftests: KVM: Add OSLSR_EL1 to the list of blessed regs
` [PATCH v5 6/6] selftests: KVM: Test OS lock behavior

[PATCH v4 0/6] KVM: arm64: Emulate the OS Lock
 2022-02-03 17:37 UTC  (4+ messages)
` [PATCH v4 3/6] KVM: arm64: Allow guest to set the OSLK bit

[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 v2 0/4] KVM: SVM: nSVM: Implement Enlightened MSR-Bitmap for Hyper-V-on-KVM
 2022-02-03 10:39 UTC  (4+ messages)

[PATCH v2] perf/amd: Implement erratum #1292 workaround for F19h M00-0Fh
 2022-02-03  9:58 UTC  (2+ messages)
` [PATCH v3] "

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

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-02-03  1:00 UTC  (3+ messages)
` [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


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