kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-09 15:43:28 to 2023-02-11 01:47:03 UTC [more...]

[Patch v3 0/7] Optimize clear dirty log
 2023-02-11  1:46 UTC  (7+ messages)
` [Patch v3 1/7] KVM: x86/mmu: Add a helper function to check if an SPTE needs atomic write
` [Patch v3 2/7] KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
` [Patch v3 3/7] KVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_set_spte()
` [Patch v3 4/7] KVM: x86/mmu: Optimize SPTE change for aging gfn range
` [Patch v3 5/7] KVM: x86/mmu: Remove "record_acc_track" in __tdp_mmu_set_spte()
` [Patch v3 6/7] KVM: x86/mmu: Remove handle_changed_spte_dirty_log()

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-11  1:44 UTC  (5+ messages)
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace

[PATCH] vfio/ccw: Remove WARN_ON during shutdown
 2023-02-11  1:24 UTC  (4+ messages)

[PATCH] KVM: Protect vcpu->pid dereference via debugfs with RCU
 2023-02-11  1:07 UTC 

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-11  1:00 UTC  (20+ messages)
` [PATCH 01/18] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 02/18] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH 03/18] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 04/18] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 05/18] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 06/18] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 07/18] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 08/18] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH 09/18] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 10/18] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 11/18] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 12/18] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 13/18] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual EL2
` [PATCH 14/18] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 15/18] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH 16/18] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 17/18] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH 18/18] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes

[PATCH v2 00/10] Add IO page table replacement support
 2023-02-11  0:44 UTC  (40+ messages)
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 03/10] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v2 05/10] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v2 07/10] iommufd/device: Make hwpt_list list_add/del symmetric
` [PATCH v2 08/10] iommufd/device: Use iommu_group_replace_domain()
` [PATCH v2 10/10] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()

[PATCH v2 0/3] KVM: VMX: Stub out enable_evmcs static key
 2023-02-11  0:35 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: nVMX: Move EVMCS1_SUPPORT_* macros to hyperv.c
` [PATCH v2 2/3] KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n
` [PATCH v2 3/3] KVM: VMX: Rename "KVM is using eVMCS" static key to match its wrapper

[PATCH 0/6] iommufd: Add iommu capability reporting
 2023-02-11  0:15 UTC  (12+ messages)
` [PATCH 1/6] iommu: Add new iommu op to get iommu hardware information
` [PATCH 2/6] iommu/vt-d: Implement hw_info for iommu capability query
` [PATCH 3/6] iommufd: Add IOMMU_DEVICE_GET_INFO

[RFC] Support for Arm CCA VMs on Linux
 2023-02-10 22:53 UTC  (3+ messages)

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-02-10 19:59 UTC  (4+ messages)

"KVM: x86/mmu: Overhaul TDP MMU zapping and flushing" breaks SVM on Hyper-V
 2023-02-10 18:45 UTC  (2+ messages)

[PATCH v1 0/6] Support writable CPU ID registers from userspace
 2023-02-10 17:56 UTC  (9+ messages)
` [PATCH v1 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v1 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer

[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-02-10 16:54 UTC  (23+ messages)
` [PATCH v4 1/9] KVM: x86: Intercept CR4.LAM_SUP when LAM feature is enabled in guest
` [PATCH v4 2/9] KVM: x86: MMU: Clear CR3 LAM bits when allocate shadow root
` [PATCH v4 3/9] KVM: x86: MMU: Commets update
` [PATCH v4 4/9] KVM: x86: MMU: Integrate LAM bits when build guest CR3
` [PATCH v4 5/9] KVM: x86: Untag LAM bits when applicable

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-02-10 16:44 UTC  (7+ messages)
` [PATCH v2 10/11] KVM: SVM: implement support for vNMI

[PATCH 0/6] KVM: x86/pmu: Misc PMU MSR fixes
 2023-02-10 16:32 UTC  (4+ messages)
` [PATCH 3/6] KVM: x86/pmu: Use separate array for defining "PMU MSRs to save"

[PATCH v2 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2023-02-10 16:31 UTC  (24+ messages)
` [PATCH v2 01/21] KVM: x86: Rename kvm_init_msr_list() to clarify it inits multiple lists
` [PATCH v2 02/21] KVM: x86: Add a helper to query whether or not a vCPU has ever run
` [PATCH v2 03/21] KVM: x86: Add macros to track first...last VMX feature MSRs
` [PATCH v2 04/21] KVM: x86: Generate set of VMX feature MSRs using first/last definitions
` [PATCH v2 05/21] KVM: x86: Disallow writes to immutable feature MSRs after KVM_RUN
` [PATCH v2 06/21] KVM: x86/pmu: WARN and bug the VM if PMU is refreshed after vCPU has run
` [PATCH v2 07/21] KVM: x86/pmu: Zero out LBR capabilities during PMU refresh
` [PATCH v2 08/21] KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUN
` [PATCH v2 09/21] KVM: selftests: Move 0/initial value PERF_CAPS checks to dedicated sub-test
` [PATCH v2 10/21] KVM: selftests: Assert that full-width PMC writes are supported if PDCM=1
` [PATCH v2 11/21] KVM: selftests: Print out failing MSR and value in vcpu_set_msr()
` [PATCH v2 12/21] KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRs
` [PATCH v2 13/21] KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writes
` [PATCH v2 14/21] KVM: selftests: Test all fungible features in PERF_CAPABILITIES
` [PATCH v2 15/21] KVM: selftests: Test all immutable non-format bits "
` [PATCH v2 16/21] KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIES
` [PATCH v2 17/21] KVM: selftests: Test post-KVM_RUN "
` [PATCH v2 18/21] KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test
` [PATCH v2 19/21] KVM: selftests: Refactor LBR_FMT test to avoid use of separate macro
` [PATCH v2 20/21] KVM: selftests: Add negative testcase for PEBS format in PERF_CAPABILITIES
` [PATCH v2 21/21] KVM: selftests: Verify LBRs are disabled if vPMU is disabled

[PULL 00/17] Migration 20230209 patches
 2023-02-10 16:17 UTC  (22+ messages)
` [PULL 01/17] migration: Remove spurious files
` [PULL 02/17] multifd: cleanup the function multifd_channel_connect
` [PULL 03/17] multifd: Remove some redundant code
` [PULL 04/17] linux-headers: Update to v6.1
` [PULL 05/17] util/userfaultfd: Support /dev/userfaultfd
` [PULL 06/17] migration: Simplify ram_find_and_save_block()
` [PULL 07/17] migration: Make find_dirty_block() return a single parameter
` [PULL 08/17] migration: Split ram_bytes_total_common() in two functions
` [PULL 09/17] migration: Calculate ram size once
` [PULL 10/17] migration: Make ram_save_target_page() a pointer
` [PULL 11/17] migration: I messed state_pending_exact/estimate
` [PULL 12/17] AVX512 support for xbzrle_encode_buffer
` [PULL 13/17] Update bench-code for addressing CI problem
` [PULL 14/17] migration: Rework multi-channel checks on URI
` [PULL 15/17] migration: Cleanup postcopy_preempt_setup()
` [PULL 16/17] migration: Add a semaphore to count PONGs
` [PULL 17/17] migration: Postpone postcopy preempt channel to be after main

[kvm-unit-tests PATCH v6 0/2] S390x: CPU Topology Information
 2023-02-10 15:39 UTC  (9+ messages)
` [kvm-unit-tests PATCH v6 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v6 2/2] s390x: topology: Checking Configuration Topology Information

[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
 2023-02-10 15:35 UTC  (4+ messages)
` [PATCH v5 3/3] qtests/arm: add some mte tests

[PATCH 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
 2023-02-10 14:31 UTC  (3+ messages)

[PATCH v2 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
 2023-02-10 14:27 UTC 

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-10 14:19 UTC  (9+ messages)
` [PATCH v15 01/11] s390x/cpu topology: adding s390 specificities to CPU topology
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-02-10 12:00 UTC  (6+ messages)
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap

[PATCH v2 00/14] Add vfio_device cdev for iommufd support
 2023-02-10 11:31 UTC  (3+ messages)
` [PATCH v2 12/14] vfio: Add cdev for vfio_device

[PATCH 00/17] Add Intel VT-d nested translation
 2023-02-10 10:52 UTC  (17+ messages)
` [PATCH 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 06/17] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH 09/17] iommufd: Add kernel-managed hw_pagetable allocation for userspace

[PATCH 0/2] KVM: VMX: Stub out enable_evmcs static key
 2023-02-10  9:55 UTC  (6+ messages)
` [PATCH 2/2] KVM: VMX: Stub out enable_evmcs static key for CONFIG_HYPERV=n

[PATCH v8 0/9] Parallel CPU bringup for x86_64
 2023-02-10  9:02 UTC  (13+ messages)
` [PATCH v8 6/9] x86/smpboot: Support parallel startup of secondary CPUs
    ` [External] "
` [PATCH v8 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
    ` [External] "
` [PATCH v8 9/9] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH v2 0/6] KVM: Standardize on "int" return types instead of "long"
 2023-02-10  6:50 UTC  (3+ messages)
` [PATCH v2 4/6] KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX

[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-02-10  1:32 UTC  (5+ messages)
` [PATCH v3 5/8] KVM: x86/cpuid: Add X86_FEATURE_AMD_PMU_V2 as a KVM-only leaf entry

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-02-10  1:27 UTC  (4+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()

[PATCH V2 1/8] kvm: x86/mmu: Use KVM_MMU_ROOT_XXX for kvm_mmu_invalidate_gva()
 2023-02-10  1:10 UTC  (9+ messages)
` [PATCH V2 3/8] kvm: x86/mmu: Use kvm_mmu_invalidate_gva() in nested_ept_invalidate_addr()
` [PATCH V2 4/8] kvm: x86/mmu: Set mmu->sync_page as NULL for direct paging
` [PATCH V2 6/8] kvm: x86/mmu: Remove FNAME(invlpg)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-10  0:35 UTC  (4+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-02-09 23:31 UTC  (10+ messages)

[PATCH v2 00/12] Implement Eager Page Splitting for ARM
 2023-02-09 23:09 UTC  (10+ messages)
` [PATCH v2 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled

[PATCH 0/6] Export platform features from ccp driver
 2023-02-09 22:38 UTC  (2+ messages)
` [PATCH 2/6] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`

[PATCH v4 0/2] vfio: fix deadlock between group lock and kvm lock
 2023-02-09 21:03 UTC  (2+ messages)

[PATCH V8 0/7] fixes for virtual address update
 2023-02-09 21:03 UTC  (2+ messages)

[PATCH v4 0/2] Update VFIO doc
 2023-02-09 21:03 UTC  (2+ messages)

[PATCH vfio] vfio/mlx5: Fix range size calculation upon tracker creation
 2023-02-09 21:03 UTC  (2+ messages)

[PATCH v7 0/9] Parallel CPU bringup for x86_64
 2023-02-09 15:48 UTC  (7+ messages)
  ` [External] "


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