kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-17 17:47:49 to 2021-11-19 07:17:09 UTC [more...]

[PATCH 0/4] KVM: x86/pmu: An insightful refactoring of vPMU code
 2021-11-19  7:16 UTC  (9+ messages)
` [PATCH 2/4] KVM: x86/pmu: Refactoring find_arch_event() to find_perf_hw_id()
` [PATCH 3/4] KVM: x86/pmu: Reuse find_perf_hw_id() and drop find_fixed_event()
` [PATCH 4/4] KVM: x86/pmu: Refactoring kvm_perf_overflow{_intr}()

[kvm-unit-tests PATCH] x86/vmx: Deprecate VMX_VMCS_ENUM.MAX_INDEX check in vmread/vmwrite test
 2021-11-19  7:15 UTC 

[PATCH v2] RISC-V: Enable KVM in RV64 and RV32 defconfigs as a module
 2021-11-19  7:10 UTC  (3+ messages)

[PATCH v2 0/4] KVM: x86/pmu: Refactoring code by reusing pmc->eventsel for fixed_counters
 2021-11-19  6:48 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
` [PATCH v2 2/4] KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id()
` [PATCH v2 3/4] KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event()
` [PATCH v2 4/4] KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}()

[PATCH 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-19  5:44 UTC  (12+ messages)
` [PATCH 01/11] iommu: Add device dma ownership set/release interfaces

[RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace
 2021-11-19  4:47 UTC  (9+ messages)
` [RFC PATCH v3 02/29] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH v3 03/29] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v3 29/29] KVM: arm64: selftests: Introduce id_reg_test

[PATCH] selftests:kvm: remove unneeded semicolon
 2021-11-19  2:31 UTC 

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-11-19  0:49 UTC  (15+ messages)
` [PATCH 04/15] KVM: VMX: Add and use X86_CR4_TLB_BITS when !enable_ept
` [PATCH 09/15] KVM: SVM: Remove the unneeded code to mark available for CR3
` [PATCH 12/15] KVM: VMX: Reset the bits that are meaningful to be reset in vmx_register_cache_reset()
` [PATCH 13/15] KVM: SVM: Add and use svm_register_cache_reset()
` [PATCH 15/15] KVM: nVMX: Always write vmcs.GUEST_CR3 during nested VM-Exit

Thoughts of AMX KVM support based on latest kernel
 2021-11-18 23:17 UTC  (7+ messages)

[RFC 0/3] vfio/pci: Enable runtime power management support
 2021-11-18 21:09 UTC  (11+ messages)
` [RFC 1/3] vfio/pci: register vfio-pci driver with runtime PM framework
` [RFC 2/3] vfio/pci: virtualize PME related registers bits and initialize to zero
` [RFC 3/3] vfio/pci: use runtime PM for vfio-device into low power state

[GIT PULL] KVM changes for Linux 5.16-rc2
 2021-11-18 20:49 UTC  (2+ messages)

[PATCH v3 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-18 19:46 UTC  (18+ messages)
` [PATCH v3 02/12] KVM: Add Makefile.kvm for common files, use it for x86
` [PATCH v3 06/12] KVM: powerpc: Use Makefile.kvm for common files
` [PATCH v3 07/12] KVM: arm64: "
` [PATCH v3 08/12] KVM: Propagate vcpu explicitly to mark_page_dirty_in_slot()

[kvm-unit-tests PATCH v8 00/10] MTTCG sanity tests for ARM
 2021-11-18 18:46 UTC  (11+ messages)
` [kvm-unit-tests PATCH v8 01/10] docs: mention checkpatch in the README
` [kvm-unit-tests PATCH v8 02/10] arm/flat.lds: don't drop debug during link
` [kvm-unit-tests PATCH v8 03/10] Makefile: add GNU global tags support
` [kvm-unit-tests PATCH v8 04/10] run_tests.sh: add --config option for alt test set
` [kvm-unit-tests PATCH v8 05/10] lib: add isaac prng library from CCAN
` [kvm-unit-tests PATCH v8 06/10] arm/tlbflush-code: TLB flush during code execution
` [kvm-unit-tests PATCH v8 07/10] arm/locking-tests: add comprehensive locking test
` [kvm-unit-tests PATCH v8 08/10] arm/barrier-litmus-tests: add simple mp and sal litmus tests
` [kvm-unit-tests PATCH v8 09/10] arm/run: use separate --accel form
` [kvm-unit-tests PATCH v8 10/10] arm/tcg-test: some basic TCG exercising tests

[PATCH] MAINTAINERS: Update Atish's email address
 2021-11-18 18:22 UTC  (2+ messages)

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-11-18 18:15 UTC  (12+ messages)

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-18 18:14 UTC  (13+ messages)
` [RFC 07/19] KVM: x86/mmu: Factor wrprot for nested PML out of make_spte
` [RFC 11/19] KVM: x86/mmu: Factor shadow_zero_check "

[PATCH 0/6] KVM: Dirty Quota-Based VM Live Migration Auto-Converge
 2021-11-18 17:57 UTC  (6+ messages)
` [PATCH 3/6] Add KVM_CAP_DIRTY_QUOTA_MIGRATION and handle vCPU page faults
` [PATCH 4/6] Increment dirty counter for vmexit due to page write fault

[PATCH v2] KVM: x86: check PIR even for vCPUs with disabled APICv
 2021-11-18 17:56 UTC  (7+ messages)

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-18 17:43 UTC  (8+ messages)
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver
` [PATCH v7 44/45] virt: sevguest: Add support to derive key

[PATCH v3] KVM: MMU: update comment on the number of page role combinations
 2021-11-18 16:49 UTC  (2+ messages)

[PULL 0/6 for-6.2] AMD SEV patches
 2021-11-18 16:37 UTC  (8+ messages)
` [PULL 1/6] qapi/qom,target/i386: sev-guest: Introduce kernel-hashes=on|off option
` [PULL 2/6] target/i386/sev: Add kernel hashes only if sev-guest.kernel-hashes=on
` [PULL 3/6] target/i386/sev: Rephrase error message when no hashes table in guest firmware
` [PULL 4/6] target/i386/sev: Fail when invalid hashes table area detected
` [PULL 5/6] target/i386/sev: Perform padding calculations at compile-time
` [PULL 6/6] target/i386/sev: Replace qemu_map_ram_ptr with address_space_map

[PATCH v3 0/4] x86/kvm: add boot parameters for max vcpu configs
 2021-11-18 16:19 UTC  (23+ messages)
` [PATCH v3 1/4] x86/kvm: add boot parameter for adding vcpu-id bits
` [PATCH v3 3/4] x86/kvm: add max number of vcpus for hyperv emulation
` [PATCH v3 4/4] x86/kvm: add boot parameter for setting max number of vcpus per guest

[PATCH 00/15] KVM: X86: Miscellaneous cleanups
 2021-11-18 16:05 UTC  (24+ messages)
` [PATCH 01/15] KVM: VMX: Use x86 core API to access to fs_base and inactive gs_base
` [PATCH 02/15] KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP)
` [PATCH 03/15] KVM: VMX: Update msr value after kvm_set_user_return_msr() succeeds
` [PATCH 04/15] KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()
` [PATCH 05/15] KVM: VMX: Add document to state that write to uret msr should always be intercepted
` [PATCH 06/15] KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default way
` [PATCH 07/15] KVM: VMX: Change comments about vmx_get_msr()
` [PATCH 08/15] KVM: SVM: Rename get_max_npt_level() to get_npt_level()
` [PATCH 09/15] KVM: SVM: Allocate sd->save_area with __GFP_ZERO
` [PATCH 10/15] KVM: X86: Skip allocating pae_root for vcpu->arch.guest_mmu when !tdp_enabled
` [PATCH 11/15] KVM: X86: Fix comment in __kvm_mmu_create()
` [PATCH 12/15] KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()
` [PATCH 13/15] KVM: X86: Remove useless code to set role.gpte_is_8_bytes when role.direct
` [PATCH 14/15] KVM: X86: Calculate quadrant when !role.gpte_is_8_bytes
` [PATCH 15/15] KVM: X86: Always set gpte_is_8_bytes when direct map

[PATCH-for-6.2?] docs: Spell QEMU all caps
 2021-11-18 15:42 UTC  (3+ messages)

[PATCH 00/15] Currently disabling dirty logging with the TDP MMU is extremely slow. On a 96 vCPU / 96G VM it takes ~45 seconds to disable dirty logging with the TDP MMU, as opposed to ~3.5 seconds with the legacy MMU. This series optimizes TLB flushes and introduces in-place large page promotion, to bring the disable dirty log time down to ~2 seconds
 2021-11-18 15:30 UTC  (12+ messages)
` [PATCH 01/15] KVM: x86/mmu: Remove redundant flushes when disabling dirty logging
` [PATCH 05/15] KVM: x86/mmu: Remove need for a vcpu from kvm_slot_page_track_is_active
` [PATCH 06/15] KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
` [PATCH 10/15] KVM: x86/mmu: Propagate memslot const qualifier
` [PATCH 11/15] KVM: x86/MMU: Refactor vmx_get_mt_mask

[kvm-unit-tests PATCH v3] io: declare __cpu_is_be in generic code
 2021-11-18 14:54 UTC 

[kvm-unit-tests PATCH v2] io: declare __cpu_is_be in generic code
 2021-11-18 14:49 UTC  (3+ messages)

[PATCH] KVM: x86/pmu: Fix reserved bits for AMD PerfEvtSeln register
 2021-11-18 14:43 UTC  (3+ messages)

[v4][PATCH 1/2] KVM: x86: don't print when fail to read/write pv eoi memory
 2021-11-18 14:35 UTC  (2+ messages)
` 答复: "

[PATCH 6/7] perf: x86/core: Add interface to query perfmon_event_map[] directly
 2021-11-18 13:36 UTC  (4+ messages)

[PATCH] KVM: x86/svm: Add module param to control PMU virtualization
 2021-11-18 13:25 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86: some fixes about msr access emulation
 2021-11-18 12:11 UTC 

[PATCH] Fix SEV-ES INS/OUTS instructions for word, dword, and qword
 2021-11-18 11:48 UTC  (3+ messages)

[PATCH 0/2] kvm: x86: Fix PMU virtualization for some basic events
 2021-11-18 11:26 UTC  (9+ messages)
` [PATCH 1/2] KVM: x86: Update vPMCs when retiring instructions

[PATCH v10 kvmtool 0/8] KVMTOOL RISC-V Support
 2021-11-18 10:37 UTC  (4+ messages)
` [PATCH v10 kvmtool 5/8] riscv: Add PLIC device emulation

[PATCH] KVM: s390: Fix names of skey constants in api documentation
 2021-11-18 10:25 UTC 

[kvm-unit-tests PATCH RESEND] x86/intel-iommu: check if DMA translation is enabled before testing it
 2021-11-18  9:51 UTC 

[PATCH v5 0/5] Add SBI v0.2 support for KVM
 2021-11-18  8:39 UTC  (6+ messages)
` [PATCH v5 1/5] RISC-V: KVM: Mark the existing SBI implementation as v01
` [PATCH v5 2/5] RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file
` [PATCH v5 3/5] RISC-V: KVM: Add SBI v0.2 base extension
` [PATCH v5 4/5] RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v02
` [PATCH v5 5/5] RISC-V: KVM: Add SBI HSM extension in KVM

[PATCH] RISC-V: KVM: Fix incorrect KVM_MAX_VCPUS value
 2021-11-18  7:53 UTC  (2+ messages)

[PATCH] KVM: MMU: update comment on the number of page role combinations
 2021-11-18  7:08 UTC  (5+ messages)

[PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap
 2021-11-18  1:19 UTC  (11+ messages)

[PATCH] KVM: Fix the warning by the min()
 2021-11-17 22:19 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2021-11-17 21:23 UTC 

[PATCH] KVM: x86: check PIR even for vCPUs with disabled APICv
 2021-11-17 21:10 UTC  (2+ messages)

[PATCH 1/2] KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
 2021-11-17 18:32 UTC  (7+ messages)
` [PATCH 2/2] KVM: x86/mmu: Pass parameter flush as false in kvm_tdp_mmu_zap_collapsible_sptes()

[PATCH 0/4] MOVE/COPY_ENC_CONTEXT_FROM locking cleanup and tests
 2021-11-17 18:27 UTC  (7+ messages)
` [PATCH 1/4] selftests: sev_migrate_tests: free all VMs
` [PATCH 4/4] KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked

There is a null-ptr-deref bug in kvm_dirty_ring_get in virt/kvm/dirty_ring.c
 2021-11-17 18:10 UTC  (5+ messages)

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-11-17 17:47 UTC  (3+ messages)
` vfio migration discussions (was: [PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver)


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