kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 11:25:15 to 2022-04-21 13:20:30 UTC [more...]

[PATCH 01/12] kexec: Allow architecture code to opt-out at runtime
 2022-04-21 13:20 UTC  (2+ messages)

[PATCH 0/4] bitmap: fix conversion from/to fix-sized arrays
 2022-04-21 13:01 UTC  (8+ messages)
` [PATCH 1/4] lib/bitmap: extend comment for bitmap_(from,to)_arr32()
` [PATCH 2/4] lib: add bitmap_{from,to}_arr64
` [PATCH 3/4] KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate
` [PATCH 4/4] drm/amd/pm: use bitmap_{from,to}_arr32 "

[kvm-unit-tests PATCH v3 00/11] s390x: Cleanup and maintenance 4
 2022-04-21 12:39 UTC  (16+ messages)
` [kvm-unit-tests PATCH v3 01/11] lib: s390x: hardware: Add host_is_qemu() function
` [kvm-unit-tests PATCH v3 02/11] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests PATCH v3 03/11] s390x: diag308: Only test subcode 2 under QEMU
` [kvm-unit-tests PATCH v3 04/11] s390x: pfmf: Initialize pfmf_r1 union on declaration
` [kvm-unit-tests PATCH v3 05/11] s390x: snippets: asm: Add license and copyright headers
` [kvm-unit-tests PATCH v3 06/11] s390x: pv-diags: Cleanup includes
` [kvm-unit-tests PATCH v3 07/11] s390x: css: "
` [kvm-unit-tests PATCH v3 08/11] s390x: iep: "
` [kvm-unit-tests PATCH v3 09/11] s390x: mvpg: "
` [kvm-unit-tests PATCH v3 10/11] s390x: uv-host: Fix pgm tests
` [kvm-unit-tests PATCH v3 11/11] s390x: Restore registers in diag308_load_reset() error path

[PATCH v2] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
 2022-04-21 12:31 UTC  (7+ messages)

[kvm-unit-tests PATCH v4 0/5] s390x: Attestation tests
 2022-04-21 11:33 UTC  (8+ messages)
` [kvm-unit-tests PATCH v4 1/5] s390x: uv-host: Add invalid command attestation check
` [kvm-unit-tests PATCH v4 2/5] s390x: lib: Add QUI getter
` [kvm-unit-tests PATCH v4 3/5] s390x: uv-guest: remove duplicated checks
` [kvm-unit-tests PATCH v4 4/5] s390x: uv-guest: add share bit test
` [kvm-unit-tests PATCH v4 5/5] s390x: uv-guest: Add attestation tests

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2022-04-21 10:00 UTC  (8+ messages)

[PATCH] KVM: VMX: Read BNDCFGS if not from_vmentry
 2022-04-21  9:13 UTC 

[kvm-unit-tests PATCH v2 0/3] Misc maintenance fixes 2022-04
 2022-04-21  9:04 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: epsw: fix report_pop_prefix() when running under non-QEMU
` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib include for mmu.h
` [kvm-unit-tests PATCH v2 3/3] s390x: smp: make stop stopped cpu look the same as the running case

[kvm-unit-tests PATCH v3] s390x: Test effect of storage keys on some instructions
 2022-04-21  9:04 UTC 

[PATCH v3 0/3] Enable notify VM exit
 2022-04-21  7:40 UTC  (4+ messages)
` [PATCH v3 1/3] linux-header: update linux header
` [PATCH v3 2/3] i386: kvm: Save&restore triple fault event
` [PATCH v3 3/3] i386: Add notify VM exit support

[PATCH v6 0/3] Introduce Notify VM exit
 2022-04-21  7:29 UTC  (4+ messages)
` [PATCH v6 1/3] KVM: X86: Save&restore the triple fault request
` [PATCH v6 2/3] KVM: selftests: Add a test to get/set triple fault event
` [PATCH v6 3/3] KVM: VMX: Enable Notify VM exit

[PATCH v8 0/2] s390x: KVM: CPU Topology
 2022-04-21  6:41 UTC  (10+ messages)
` [PATCH v8 1/2] s390x: KVM: guest support for topology function
` [PATCH v8 2/2] s390x: KVM: resetting the Topology-Change-Report

[PATCH v2 0/8] Remove vfio_group from the struct file facing VFIO API
 2022-04-21  5:43 UTC  (20+ messages)
` [PATCH v2 1/8] kvm/vfio: Move KVM_DEV_VFIO_GROUP_* ioctls into functions
` [PATCH v2 2/8] kvm/vfio: Store the struct file in the kvm_vfio_group
` [PATCH v2 3/8] vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()
` [PATCH v2 4/8] vfio: Remove vfio_external_group_match_file()
` [PATCH v2 5/8] vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()
` [PATCH v2 6/8] vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()
` [PATCH v2 7/8] kvm/vfio: Remove vfio_group from kvm
` [PATCH v2 8/8] vfio/pci: Use the struct file as the handle not the vfio_group

[RFC PATCH v2 00/10] RFCv2: nested AVIC
 2022-04-21  5:26 UTC  (12+ messages)
` [RFC PATCH v2 01/10] KVM: x86: mmu: allow to enable write tracking externally
` [RFC PATCH v2 02/10] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [RFC PATCH v2 03/10] KVM: x86: mmu: add gfn_in_memslot helper
` [RFC PATCH v2 04/10] KVM: x86: mmu: tweak fast path for emulation of access to nested NPT pages
` [RFC PATCH v2 05/10] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
` [RFC PATCH v2 06/10] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [RFC PATCH v2 07/10] KVM: x86: SVM: move avic state to separate struct
` [RFC PATCH v2 08/10] KVM: x86: rename .set_apic_access_page_addr to reload_apic_access_page
` [RFC PATCH v2 09/10] KVM: nSVM: implement support for nested AVIC
` [RFC PATCH v2 10/10] KVM: SVM: allow to avoid not needed updates to is_running

[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-04-21  3:31 UTC  (7+ messages)
` [PATCH v5 03/13] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU

[PATCH 0/2] KVM: X86/MMU: Fix problem for shadowing 5-level NPT for 4-level NPT L1 guest
 2022-04-21  0:23 UTC  (6+ messages)
` [PATCH 1/2] KVM: X86/MMU: Add sp_has_gptes()
` [PATCH 2/2] KVM: X86/MMU: Introduce role.passthrough for shadowing 5-level NPT for 4-level NPT L1 guest

[PATCH v3 00/21] TDX host kernel support
 2022-04-20 22:39 UTC  (15+ messages)
` [PATCH v3 04/21] x86/virt/tdx: Add skeleton for detecting and initializing TDX on demand
` [PATCH v3 07/21] x86/virt/tdx: Do TDX module global initialization
` [PATCH v3 10/21] x86/virt/tdx: Add placeholder to coveret all system RAM as TDX memory
` [PATCH v3 11/21] x86/virt/tdx: Choose to use "

[PATCH v3] KVM: SEV: Mark nested locking of vcpu->lock
 2022-04-20 20:14 UTC  (4+ messages)

[PATCH v2 00/10] arm64: Add initial support for FEAT_WFxT
 2022-04-20 18:50 UTC  (17+ messages)
` [PATCH v2 01/10] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition
` [PATCH v2 02/10] arm64: Add RV and RN fields for ESR_ELx_WFx_ISS
` [PATCH v2 07/10] KVM: arm64: Expose the WFXT feature to guests
` [PATCH v2 08/10] arm64: Add HWCAP advertising FEAT_WFXT
` [PATCH v2 09/10] arm64: Add wfet()/wfit() helpers
` [PATCH v2 10/10] arm64: Use WFxT for __delay() when possible

[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-20 18:18 UTC  (8+ messages)
` [PATCH v5 11/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v5 19/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices

[PATCH v6 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-20 17:35 UTC  (11+ messages)
` [PATCH v6 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v6 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v6 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v6 04/10] KVM: selftests: Clean up coding style in binary stats test
` [PATCH v6 05/10] KVM: selftests: Read binary stat data in lib
` [PATCH v6 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v6 07/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v6 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v6 09/10] KVM: selftests: Factor out calculation of pages needed for a VM
` [PATCH v6 10/10] KVM: selftests: Test disabling NX hugepages on "

[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
 2022-04-20 17:06 UTC  (4+ messages)
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks

[PATCH 0/8] KVM: SVM: Fix soft int/ex re-injection
 2022-04-20 16:44 UTC  (11+ messages)
` [PATCH 1/8] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [PATCH 3/8] KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"

[PATCH V2 0/2] KVM: SVM: Optimize AVIC incomplete IPI #vmexit handling
 2022-04-20 16:42 UTC  (4+ messages)
` [PATCH 1/2] KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible
` [PATCH 2/2] KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus

[PATCH v2 1/2] x86/cpufeatures: Add virtual TSC_AUX feature bit
 2022-04-20 16:27 UTC  (4+ messages)

[PATCH] kvm: selftests: do not use bitfields larger than 32-bits for PTEs
 2022-04-20 15:47 UTC  (3+ messages)

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-04-20 15:12 UTC  (4+ messages)
` [PATCH v5 5/9] s390x/pci: enable for load/store intepretation

[kvm-unit-tests PATCH v3 0/4] s390x: add migration test support
 2022-04-20 14:22 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v3 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v3 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v3 4/4] s390x: add basic migration test

[kvm-unit-tests PATCH v2] s390x: Test effect of storage keys on some instructions
 2022-04-20 13:44 UTC  (3+ messages)

[PATCH 0/7] KVM: X86/MMU: Use one-off special shadow page for special roots
 2022-04-20 13:26 UTC  (8+ messages)
` [PATCH 1/7] KVM: X86/MMU: Add using_special_root_page()
` [PATCH 2/7] KVM: X86/MMU: Add special shadow pages
` [PATCH 3/7] KVM: X86/MMU: Link PAE root pagetable with its children
` [PATCH 4/7] KVM: X86/MMU: Activate special shadow pages and remove old logic
` [PATCH 5/7] KVM: X86/MMU: Remove the check of the return value of to_shadow_page()
` [PATCH 6/7] KVM: X86/MMU: Allocate mmu->pae_root for PAE paging on-demand
` [PATCH 7/7] KVM: X86/MMU: Remove mmu_alloc_special_roots()

[PATCH v2] Documentation: kvm: Add missing line break in api.rst
 2022-04-20 12:18 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
 2022-04-20 12:16 UTC  (2+ messages)

[PATCH v2 0/4] KVM: s390: selftests: Provide TAP output in tests
 2022-04-20 12:06 UTC  (5+ messages)
` [PATCH v2 3/4] KVM: s390: selftests: Use TAP interface in the tprot test

[PATCH v7 00/13] s390x: CPU Topology
 2022-04-20 11:57 UTC  (14+ messages)
` [PATCH v7 01/13] Update linux headers
` [PATCH v7 02/13] vfio: tolerate migration protocol v1 uapi renames
` [PATCH v7 03/13] s390x: topology: CPU topology objects and structures
` [PATCH v7 04/13] s390x: topology: implementating Store Topology System Information
` [PATCH v7 05/13] s390x: topology: Adding books to CPU topology
` [PATCH v7 06/13] s390x: topology: Adding books to STSI
` [PATCH v7 07/13] s390x: topology: Adding drawers to CPU topology
` [PATCH v7 08/13] s390x: topology: Adding drawers to STSI
` [PATCH v7 09/13] s390x: topology: implementing numa for the s390x topology
` [PATCH v7 10/13] s390x: kvm: topology: interception of PTF instruction
` [PATCH v7 11/13] s390x: topology: resetting the Topology-Change-Report
` [PATCH v7 12/13] s390x: CPU topology: CPU topology migration
` [PATCH v7 13/13] s390x: topology: activating CPU topology

[PATCH v2 0/7] KVM RISC-V Sv57x4 support and HFENCE improvements
 2022-04-20 11:24 UTC  (8+ messages)
` [PATCH v2 1/7] RISC-V: KVM: Use G-stage name for hypervisor page table
` [PATCH v2 2/7] RISC-V: KVM: Add Sv57x4 mode support for G-stage
` [PATCH v2 3/7] RISC-V: KVM: Treat SBI HFENCE calls as NOPs
` [PATCH v2 4/7] RISC-V: KVM: Introduce range based local HFENCE functions
` [PATCH v2 5/7] RISC-V: KVM: Reduce KVM_MAX_VCPUS value
` [PATCH v2 6/7] RISC-V: KVM: Add remote HFENCE functions based on VCPU requests
` [PATCH v2 7/7] RISC-V: KVM: Cleanup stale TLB entries when host CPU changes


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