kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-27 03:12:57 to 2021-08-30 14:22:19 UTC [more...]

[PATCH v12 00/13] Introduce VDUSE - vDPA Device in Userspace
 2021-08-30 14:17 UTC  (4+ messages)
` [PATCH v12 01/13] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v12 02/13] eventfd: Export eventfd_wake_count to modules
` [PATCH v12 03/13] file: Export receive_fd() "

[PATCH v2 0/6] KVM: few more SMM fixes
 2021-08-30 12:55 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: SVM: restore the L1 host state prior to resuming nested guest on SMM exit
` [PATCH v2 2/6] KVM: x86: force PDPTR reload "
` [PATCH v2 3/6] KVM: nSVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode
` [PATCH v2 4/6] KVM: VMX: synthesize invalid VM exit when emulating invalid guest state
` [PATCH v2 5/6] KVM: nVMX: don't fail nested VM entry on invalid guest state if !from_vmentry
` [PATCH v2 6/6] KVM: nVMX: re-evaluate emulation_required on nested VM exit

[PATCH 0/2] KVM: SMM fixes for nVMX
 2021-08-30 12:45 UTC  (7+ messages)
` [PATCH 1/2] KVM: VMX: avoid running vmx_handle_exit_irqoff in case of emulation
` [PATCH 2/2] VMX: nSVM: enter protected mode prior to returning to nested guest from SMM

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-30 12:12 UTC  (5+ messages)
` [PATCH 11/17] find: micro-optimize for_each_{set,clear}_bit()

[PATCH 0/2] s390x: ccw: A simple test device for virtio CCW
 2021-08-30 12:05 UTC  (5+ messages)
` [PATCH 1/2] virtio: Linux: Update of virtio_ids
` [PATCH 2/2] s390x: ccw: A simple test device for virtio CCW

[PATCH 1/1] virtio-blk: remove unneeded "likely" statements
 2021-08-30 12:01 UTC 

[PATCH 1/1] virtio-blk: add num_io_queues module parameter
 2021-08-30 12:00 UTC 

KVM call for agenda for 2021-09-07
 2021-08-30 11:38 UTC 

[PATCH 1/2] bus/fsl-mc: Add generic implementation for open/reset/close commands
 2021-08-30  9:42 UTC  (4+ messages)
` [PATCH 2/2] vfio/fsl-mc: Add per device reset support

[syzbot] WARNING in exception_type
 2021-08-30  9:34 UTC 

[RFC PATCH v3 0/6] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-08-30  5:26 UTC  (7+ messages)

[PATCH v3 0/2] selftests: KVM: verify page stats in kvm x86/mmu
 2021-08-30  4:44 UTC  (3+ messages)
` [PATCH v3 1/2] selftests: KVM: align guest physical memory base address to 1GB
` [PATCH v3 2/2] selftests: KVM: use dirty logging to check if page stats work correctly

[PATCH v2 0/2] selftests: verify page stats in kvm x86/mmu
 2021-08-30  4:42 UTC  (5+ messages)
` [PATCH v2 1/2] selftests: KVM: align guest physical memory base address to 1GB
` [PATCH v2 2/2] selftests: KVM: use dirty logging to check if page stats work correctly

[GIT PULL] virtio: a last minute fix
 2021-08-29 18:11 UTC  (2+ messages)

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2021-08-29 14:58 UTC 

[PATCH linux-next] mips:mmu: fix boolreturn.cocci warnings
 2021-08-29 11:36 UTC  (2+ messages)

[PATCH 1/1] KVM: s390: index kvm->arch.idle_mask by vcpu_idx
 2021-08-29  6:25 UTC  (8+ messages)

[GIT PULL 0/2] KVM: s390: Fix and feature for 5.15
 2021-08-29  6:01 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: Enable specification exception interpretation
` [GIT PULL 2/2] KVM: s390: index kvm->arch.idle_mask by vcpu_idx

[PATCH v7 0/7] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-08-29  2:35 UTC  (3+ messages)
` [PATCH v7 3/7] KVM: arm64: Allow userspace to configure a vCPU's virtual offset

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-28 20:13 UTC  (17+ messages)
` [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v2 02/13] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v2 03/13] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v2 04/13] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v2 05/13] perf: Force architectures to opt-in to "
` [PATCH v2 06/13] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v2 07/13] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v2 08/13] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v2 09/13] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v2 10/13] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v2 11/13] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v2 12/13] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v2 13/13] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c

[TEST PATCH] KVM: selftests: Add a test case for debugfs directory
 2021-08-27 23:48 UTC 

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-28  0:06 UTC  (10+ messages)
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-08-27 22:28 UTC  (7+ messages)

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-08-27 21:58 UTC  (4+ messages)
` [RFC kvmtool PATCH 0/2] "
  ` [RFC kvmtool PATCH 1/2] TESTONLY: KVM: Update KVM headers
  ` [RFC kvmtool PATCH 2/2] arm64: Add support for KVM_CAP_ARM_SYSTEM_SUSPEND

[PATCH] libcflag: define the "noinline" macro
 2021-08-27 21:00 UTC  (2+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-27 20:31 UTC  (24+ messages)
` [PATCH Part1 v5 17/38] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 v5 29/38] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH Part1 v5 30/38] x86/compressed/64: store Confidential Computing blob address "
` [PATCH Part1 v5 31/38] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 33/38] x86/sev: Provide support for SNP guest request NAEs
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper

[PATCH 1/2] KVM: stats: Add counters for VMX all/L2/nested exit reasons
 2021-08-27 20:12 UTC  (3+ messages)
` [PATCH 2/2] KVM: stats: Add counters for SVM "

[PATCH V10 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS
 2021-08-27 17:23 UTC  (5+ messages)
` [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks

[PATCH v2 00/10] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-08-27 16:36 UTC  (4+ messages)
` [PATCH v2 10/10] KVM: arm64: selftests: Add arch_timer test

[PATCH v3 0/7] nitro_enclaves: Add support for Arm64
 2021-08-27 15:49 UTC  (8+ messages)
` [PATCH v3 1/7] nitro_enclaves: Enable Arm64 support
` [PATCH v3 2/7] nitro_enclaves: Update documentation for "
` [PATCH v3 3/7] nitro_enclaves: Add fix for the kernel-doc report
` [PATCH v3 4/7] nitro_enclaves: Update copyright statement to include 2021
` [PATCH v3 5/7] nitro_enclaves: Add fixes for checkpatch match open parenthesis reports
` [PATCH v3 6/7] nitro_enclaves: Add fixes for checkpatch spell check reports
` [PATCH v3 7/7] nitro_enclaves: Add fixes for checkpatch blank line reports

[vfio:next 33/38] drivers/gpu/drm/i915/i915_pci.c:975:2: warning: missing field 'override_only' initializer
 2021-08-27 15:34 UTC  (2+ messages)

[PATCH v2 0/7] nitro_enclaves: Add support for Arm64
 2021-08-27 15:24 UTC  (11+ messages)
` [PATCH v2 1/7] nitro_enclaves: Enable Arm64 support
` [PATCH v2 2/7] nitro_enclaves: Update documentation for "
` [PATCH v2 3/7] nitro_enclaves: Add fix for the kernel-doc report
` [PATCH v2 4/7] nitro_enclaves: Update copyright statement to include 2021
` [PATCH v2 5/7] nitro_enclaves: Add fixes for checkpatch match open parenthesis reports
` [PATCH v2 6/7] nitro_enclaves: Add fixes for checkpatch spell check reports
` [PATCH v2 7/7] nitro_enclaves: Add fixes for checkpatch blank line reports

[PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks
 2021-08-27 15:22 UTC  (17+ messages)
` [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis
` [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt
` [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest
` [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c

[kvm-unit-tests PATCH v2 00/17] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-08-27 14:55 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 11/17] x86 AMD SEV: Initial support
` [kvm-unit-tests PATCH v2 13/17] x86 AMD SEV-ES: Check SEV-ES status
` [kvm-unit-tests PATCH v2 17/17] x86 AMD SEV-ES: Add test cases

cleanup vfio iommu_group creation v4
 2021-08-27 14:35 UTC  (9+ messages)
` [PATCH 04/14] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices

[PATCH kvm-unit-tests v2] Makefile: Don't trust PWD
 2021-08-27 14:17 UTC  (3+ messages)

[PATCH][kvmtool] virtio/pci: Size the MSI-X bar according to the number of MSI-X
 2021-08-27 11:54 UTC 

[PATCH] KVM: nVMX: Fix nested bus lock VM exit
 2021-08-27 11:13 UTC  (2+ messages)

[PATCH kvm-unit-tests] Makefile: Don't trust PWD
 2021-08-27 10:49 UTC  (3+ messages)

[PATCH v1 0/3] nitro_enclaves: Add support for Arm64
 2021-08-27 10:22 UTC  (11+ messages)
` [PATCH v1 1/3] nitro_enclaves: Enable Arm support
` [PATCH v1 2/3] nitro_enclaves: Update documentation for "
` [PATCH v1 3/3] nitro_enclaves: Add fixes for checkpatch and docs reports

[kvm-unit-tests PATCH 0/2] Two fixes for KVM unit tests
 2021-08-27 10:22 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] Makefile: Fix cscope
` [kvm-unit-tests PATCH 2/2] s390x: fixing I/O memory allocation

[kvm-unit-tests PATCH 0/7] Extending VIRTIO with a data transfer test
 2021-08-27 10:17 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/7] arm: virtio: move VIRTIO transport initialization inside virtio-mmio
` [kvm-unit-tests PATCH 2/7] s390x: css: add callback for emnumeration
` [kvm-unit-tests PATCH 3/7] s390x: virtio: CCW transport implementation
` [kvm-unit-tests PATCH 4/7] s390x: css: registering IRQ
` [kvm-unit-tests PATCH 5/7] virtio: implement the virtio_add_inbuf routine
` [kvm-unit-tests PATCH 6/7] s390x: virtio tests setup
` [kvm-unit-tests PATCH 7/7] s390x: virtio data transfer

[PATCH v5 0/8] KVM: arm64: Fixed features for protected VMs
 2021-08-27 10:16 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: arm64: Pass struct kvm to per-EC handlers
` [PATCH v5 2/8] KVM: arm64: Add missing field descriptor for MDCR_EL2
` [PATCH v5 3/8] KVM: arm64: Simplify masking out MTE in feature id reg
` [PATCH v5 4/8] KVM: arm64: Add trap handlers for protected VMs
` [PATCH v5 5/8] KVM: arm64: Initialize trap registers "
` [PATCH v5 6/8] KVM: arm64: Move sanitized copies of CPU features
` [PATCH v5 7/8] KVM: arm64: Trap access to pVM restricted features
` [PATCH v5 8/8] KVM: arm64: Handle protected guests at 32 bits

[PATCH v4 0/8] KVM: Various fixes and improvements around kicking vCPUs
 2021-08-27  9:25 UTC  (9+ messages)
` [PATCH v4 1/8] KVM: Clean up benign vcpu->cpu data races when "
` [PATCH v4 2/8] KVM: KVM: Use cpumask_available() to check for NULL cpumask "
` [PATCH v4 3/8] KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL
` [PATCH v4 4/8] KVM: Optimize kvm_make_vcpus_request_mask() a bit
` [PATCH v4 5/8] KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()
` [PATCH v4 6/8] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()
` [PATCH v4 7/8] KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()
` [PATCH v4 8/8] KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask

[PATCH v11 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-08-27  9:25 UTC  (10+ messages)
` [PATCH v11 01/12] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v11 10/12] vduse: Implement an MMU-based software IOTLB

[PATCH] kvm: irqfd: avoid update unmodified entries of the routing
 2021-08-27  8:00 UTC 

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-27  7:40 UTC  (9+ messages)

[kvm-unit-tests PATCH v2 0/3] s390x: Cleanup and maintenance
 2021-08-27  7:20 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH v2 2/3] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: Control register constant cleanup

[PATCH v2 0/7] KVM: VMX: PT (processor trace) optimization cleanup and fixes
 2021-08-27  7:02 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: VMX: Restore host's MSR_IA32_RTIT_CTL when it's not zero
` [PATCH v2 2/7] KVM: VMX: Use precomputed vmx->pt_desc.addr_range
` [PATCH v2 3/7] KVM: VMX: Rename pt_desc.addr_range to pt_desc.nr_addr_range
` [PATCH v2 4/7] KVM: VMX: RTIT_CTL_BRANCH_EN has no dependency on other CPUID bit
` [PATCH v2 5/7] KVM: VMX: Disallow PT MSRs accessing if PT is not exposed to guest
` [PATCH v2 6/7] KVM: VMX: Check Intel PT related CPUID leaves
` [PATCH v2 7/7] KVM: VMX: Only context switch some PT MSRs when they exist


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