kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-08 18:47:22 to 2022-04-12 05:50:04 UTC [more...]

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-12  5:49 UTC  (22+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-12  5:14 UTC  (16+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[PATCH v2 0/4] Make the iommu driver no-snoop block feature consistent
 2022-04-12  2:51 UTC  (23+ messages)
` [PATCH v2 1/4] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH v2 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE

[PATCH v4 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-12  1:32 UTC  (22+ messages)
` [PATCH v4 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v4 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v4 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v4 04/10] KVM: selftests: Read binary stat data "
` [PATCH v4 05/10] KVM: selftests: Add NX huge pages test
` [PATCH v4 06/10] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH v4 07/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v4 08/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v4 09/10] KVM: x86/MMU: Require reboot permission to disable NX hugepages
` [PATCH v4 10/10] KVM: selftests: Test disabling NX hugepages on a VM

linux-next: Fixes tags need some work in the kvm-fixes tree
 2022-04-12  1:07 UTC  (2+ messages)

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-12  0:39 UTC  (12+ messages)
` [PATCH v3 02/23] KVM: x86/mmu: Use a bool for direct
` [PATCH v3 16/23] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v3 22/23] KVM: x86/mmu: Support Eager Page Splitting in the shadow MMU

[PATCH] x86/tsx: fix KVM guest live migration for tsx=on
 2022-04-11 23:45 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
 2022-04-11 23:33 UTC  (5+ messages)
` [PATCH v2 7/9] KVM: x86/mmu: Add try_get_mt_mask to x86_ops

[PATCH 0/6] KVM: x86: Apply NX mitigation more precisely
 2022-04-11 22:05 UTC  (10+ messages)
` [PATCH 1/6] KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked
` [PATCH 2/6] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
` [PATCH 3/6] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH 4/6] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
` [PATCH 5/6] KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
` [PATCH 6/6] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

[PATCH v2 00/31] KVM: x86: hyper-v: Fine-grained TLB flush + Direct TLB flush feature
 2022-04-11 20:37 UTC  (10+ messages)
` [PATCH v2 03/31] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v2 16/31] KVM: nVMX: hyper-v: Direct TLB flush

[PATCH] KVM: x86: Add support for CMCI and UCNA
 2022-04-11 19:08 UTC  (3+ messages)

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-04-11 17:40 UTC  (15+ messages)
` [RFC PATCH v5 042/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [RFC PATCH v5 092/104] KVM: TDX: Handle TDX PV HLT hypercall

[GIT PULL] KVM/riscv fixes for 5.18, take #1
 2022-04-11 17:29 UTC  (2+ messages)

[PATCH] x86/speculation, KVM: respect user IBPB configuration
 2022-04-11 16:46 UTC 

[kvm-unit-tests PATCH v1 0/4] s390x: add migration test suport
 2022-04-11 15:30 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v1 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v1 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v1 4/4] s390x: add selftest for migration

[PATCH v3 0/4] Make the iommu driver no-snoop block feature consistent
 2022-04-11 15:16 UTC  (5+ messages)
` [PATCH v3 1/4] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH v3 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH v3 3/4] iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE
` [PATCH v3 4/4] vfio: Require that devices support DMA cache coherence

[PATCH v4.1] KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ES
 2022-04-11 15:06 UTC  (10+ messages)

[kvm-unit-tests PATCH 0/2] s390x: Add tests for SIGP store adtl status
 2022-04-11 14:05 UTC  (5+ messages)
` [kvm-unit-tests PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order

[PATCH v2] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
 2022-04-11 13:56 UTC 

[kvm-unit-tests PATCH v3 0/2] s390x: Add tests for SIGP store adtl status
 2022-04-11 13:33 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/2] s390x: gs: move to new header file
` [kvm-unit-tests PATCH v3 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order

[kvm-unit-tests PATCH v2 0/9] s390x: Cleanup and maintenance 4
 2022-04-11 13:30 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/9] lib: s390x: hardware: Add host_is_qemu() function
` [kvm-unit-tests PATCH v2 2/9] s390x: css: Skip if we're not run by qemu

[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-11 12:19 UTC  (5+ messages)
` [PATCH v5 14/21] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding

[RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-04-11 12:01 UTC  (7+ messages)
` [RFC V1 PATCH 1/5] x86: kvm: HACK: Allow testing of priv memfd approach
` [RFC V1 PATCH 2/5] selftests: kvm: Fix inline assembly for hypercall
` [RFC V1 PATCH 3/5] selftests: kvm: Add a basic selftest to test private memory
` [RFC V1 PATCH 4/5] selftests: kvm: priv_memfd_test: Add support for memory conversion
` [RFC V1 PATCH 5/5] selftests: kvm: priv_memfd_test: Add shared access test

[kvm-unit-tests PATCH v2 3/9] s390x: diag308: Only test subcode 2 under QEMU
 2022-04-11 11:46 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3] "

[PATCH 1/2] kvm/x86: rename kvm's read_tsc() as kvm_read_host_tsc()
 2022-04-11 11:07 UTC  (5+ messages)
` [PATCH 2/2] timers: retpoline mitigation for time funcs

[PATCH RESEND v12 00/17] KVM: x86/pmu: Add basic support to enable guest PEBS via DS
 2022-04-11 10:19 UTC  (18+ messages)
` [PATCH RESEND v12 01/17] perf/x86/intel: Add EPT-Friendly PEBS for Ice Lake Server
` [PATCH RESEND v12 02/17] perf/x86/intel: Handle guest PEBS overflow PMI for KVM guest
` [PATCH RESEND v12 03/17] perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
` [PATCH RESEND v12 04/17] KVM: x86/pmu: Set MSR_IA32_MISC_ENABLE_EMON bit when vPMU is enabled
` [PATCH RESEND v12 05/17] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter
` [PATCH RESEND v12 06/17] x86/perf/core: Add pebs_capable to store valid PEBS_COUNTER_MASK value
` [PATCH RESEND v12 07/17] KVM: x86/pmu: Add IA32_PEBS_ENABLE MSR emulation for extended PEBS
` [PATCH RESEND v12 08/17] KVM: x86/pmu: Reprogram PEBS event to emulate guest PEBS counter
` [PATCH RESEND v12 09/17] KVM: x86/pmu: Adjust precise_ip to emulate Ice Lake guest PDIR counter
` [PATCH RESEND v12 10/17] KVM: x86/pmu: Add IA32_DS_AREA MSR emulation to support guest DS
` [PATCH RESEND v12 11/17] KVM: x86/pmu: Add PEBS_DATA_CFG MSR emulation to support adaptive PEBS
` [PATCH RESEND v12 12/17] KVM: x86: Set PEBS_UNAVAIL in IA32_MISC_ENABLE when PEBS is enabled
` [PATCH RESEND v12 13/17] KVM: x86/pmu: Move pmc_speculative_in_use() to arch/x86/kvm/pmu.h
` [PATCH RESEND v12 14/17] KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
` [PATCH RESEND v12 15/17] KVM: x86/pmu: Add kvm_pmu_cap to optimize perf_get_x86_pmu_capability
` [PATCH RESEND v12 16/17] KVM: x86/cpuid: Refactor host/guest CPU model consistency check
` [PATCH RESEND v12 17/17] KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64

[PATCH v8 0/9] IPI virtualization support for VM
 2022-04-11  9:04 UTC  (10+ messages)
` [PATCH v8 1/9] x86/cpu: Add new VMX feature, Tertiary VM-Execution control
` [PATCH v8 2/9] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
` [PATCH v8 3/9] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
` [PATCH v8 4/9] KVM: VMX: Report tertiary_exec_control field in dump_vmcs()
` [PATCH v8 5/9] KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
` [PATCH v8 6/9] KVM: x86: lapic: don't allow to change APIC ID unconditionally
` [PATCH v8 7/9] KVM: Move kvm_arch_vcpu_precreate() under kvm->lock
` [PATCH v8 8/9] KVM: x86: Allow userspace set maximum VCPU id for VM
` [PATCH v8 9/9] KVM: VMX: enable IPI virtualization

[PATCH v3 00/11] KVM: x86/pmu: More refactoring to get rid of PERF_TYPE_HARDWAR
 2022-04-11  9:35 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: x86/pmu: Update comments for AMD gp counters
` [PATCH v3 02/11] KVM: x86/pmu: Extract check_pmu_event_filter() from the same semantics
` [PATCH v3 03/11] KVM: x86/pmu: Protect kvm->arch.pmu_event_filter with SRCU
` [PATCH v3 04/11] KVM: x86/pmu: Pass only "struct kvm_pmc *pmc" to reprogram_counter()
` [PATCH v3 05/11] KVM: x86/pmu: Drop "u64 eventsel" for reprogram_gp_counter()
` [PATCH v3 06/11] KVM: x86/pmu: Drop "u8 ctrl, int idx" for reprogram_fixed_counter()
` [PATCH v3 07/11] KVM: x86/pmu: Use only the uniformly exported interface reprogram_counter()
` [PATCH v3 08/11] KVM: x86/pmu: Use PERF_TYPE_RAW to merge reprogram_{gp,fixed}counter()
` [PATCH v3 09/11] perf: x86/core: Add interface to query perfmon_event_map[] directly
` [PATCH v3 10/11] KVM: x86/pmu: Replace pmc_perf_hw_id() with perf_get_hw_event_config()
` [PATCH v3 11/11] KVM: x86/pmu: Drop amd_event_mapping[] in the KVM context

[PATCH] KVM: x86: fix the return type of kvm_age_rmapp
 2022-04-11  8:12 UTC 

[PATCH 2/2] KVM: X86: use EPT_VIOLATION_* instead of 0x7
 2022-04-11  4:55 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-04-11  3:26 UTC  (2+ messages)

[PATCH] KVM: clean up comments
 2022-04-10 15:38 UTC 

[PATCH v5 00/13] KVM: arm64: PSCI SYSTEM_SUSPEND support
 2022-04-09 18:45 UTC  (14+ messages)
` [PATCH v5 01/13] KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
` [PATCH v5 02/13] KVM: arm64: Dedupe vCPU power off helpers
` [PATCH v5 03/13] KVM: arm64: Track vCPU power state using MP state values
` [PATCH v5 04/13] KVM: arm64: Rename the KVM_REQ_SLEEP handler
` [PATCH v5 05/13] KVM: Create helper for setting a system event exit
` [PATCH v5 06/13] KVM: arm64: Return a value from check_vcpu_requests()
` [PATCH v5 07/13] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v5 08/13] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
` [PATCH v5 09/13] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v5 10/13] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v5 11/13] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v5 12/13] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v5 13/13] selftests: KVM: Test SYSTEM_SUSPEND PSCI call

[PATCH v2 3/4] iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE
 2022-04-09 12:51 UTC  (2+ messages)

Compliment
 2022-04-09  8:13 UTC 

[kvm:queue 19/54] arch/x86/kvm/mmu/paging_tmpl.h:532:8: error: use of undeclared identifier 'EPT_VIOLATION_RWX_SHIFT'
 2022-04-09  4:51 UTC 

[PATCH] RISC-V: KVM: include missing hwcap.h into vcpu_fp
 2022-04-09  3:51 UTC  (2+ messages)

[PATCH 0/4] kvm: minor fixes and cleanups
 2022-04-09  2:12 UTC  (2+ messages)

[PATCH RESEND] KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
 2022-04-09  1:52 UTC 

[PATCH v2 0/2] KVM: x86: Replace magic number with readable macro
 2022-04-08 21:32 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits

[PATCH] KVM: x86/tdp_mmu: extract tdp_mmu_populate_nonleaf()
 2022-04-08 21:20 UTC 

[PATCH] KVM: VMX: Fix header file dependency of asm/vmx.h
 2022-04-08 21:07 UTC  (4+ messages)

[PATCH] KVM: VMX: More brown paper bags! NOM NOM NOM
 2022-04-08 20:28 UTC 

[PATCH v8 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-04-08 20:24 UTC  (4+ messages)

[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-08 19:51 UTC  (3+ messages)
` [PATCH v3 02/11] KVM: selftests: Dump VM stats in binary stats test

[PATCH] KVM: x86/mmu: Speed up slot_rmap_walk_next for sparsely populated rmaps
 2022-04-08 19:31 UTC  (5+ messages)

[PATCH v2] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2022-04-08 19:31 UTC  (2+ messages)


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