public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-09 23:12:50 to 2023-02-13 02:24:51 UTC [more...]

[PATCH v2 00/10] Add IO page table replacement support
 2023-02-13  2:24 UTC  (24+ messages)
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
` [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 0/6] iommufd: Add iommu capability reporting
 2023-02-13  2:04 UTC  (17+ 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

[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-02-13  2:01 UTC  (29+ 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 v4 6/9] KVM: x86: When KVM judges CR3 valid or not, consider LAM bits

[PATCH v5 00/13] riscv: improve boot time isa extensions handling
 2023-02-12 22:21 UTC  (13+ messages)

[PATCH v2 0/6] Support writable CPU ID registers from userspace
 2023-02-12 21:58 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v2 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v2 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v2 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v2 5/6] KVM: arm64: Introduce ID register specific descriptor
` [PATCH v2 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH] vfio/ccw: Remove WARN_ON during shutdown
 2023-02-12 18:09 UTC  (5+ messages)

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2023-02-12 18:02 UTC  (21+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-11 18:17 UTC  (7+ messages)
` [PATCH 02/18] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH 12/18] KVM: arm64: nv: Handle PSCI call via smc from the guest

[PATCH] x86/kvm: Don't use PVspinlock when mwait is advertised
 2023-02-11 14:06 UTC 

[PATCH v4 00/14] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-02-11  3:15 UTC  (15+ messages)
` [PATCH v4 01/14] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH v4 02/14] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH v4 03/14] KVM: arm64: PMU: Don't use the sanitized value for PMUVer
` [PATCH v4 04/14] KVM: arm64: PMU: Don't use the PMUVer of the PMU set for the guest
` [PATCH v4 05/14] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} on vCPU reset
` [PATCH v4 06/14] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v4 07/14] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v4 08/14] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v4 09/14] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v4 10/14] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v4 11/14] tools: arm64: Import perf_event.h
` [PATCH v4 12/14] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v4 13/14] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v4 14/14] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH 00/17] Add Intel VT-d nested translation
 2023-02-11  3:16 UTC  (15+ 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 v3 0/7] Optimize clear dirty log
 2023-02-11  1:46 UTC  (8+ 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()
` [Patch v3 7/7] KVM: x86/mmu: Merge all handle_changed_pte* functions

[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] KVM: Protect vcpu->pid dereference via debugfs with RCU
 2023-02-11  1:07 UTC 

[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

[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  (6+ messages)
` [PATCH v1 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer

[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 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  (8+ messages)
` [PATCH v8 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
    ` [External] "

[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  (5+ messages)
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox