kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-27 11:41:59 to 2021-09-28 22:04:57 UTC [more...]

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-28 22:04 UTC  (32+ messages)
` [PATCH 02/14] KVM: Update halt-polling stats if and only if halt-polling was attempted
` [PATCH 03/14] KVM: Refactor and document halt-polling stats update helper
` [PATCH 04/14] KVM: Reconcile discrepancies in halt-polling stats
` [PATCH 06/14] KVM: Drop obsolete kvm_arch_vcpu_block_finish()
` [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful
` [PATCH 08/14] KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt()
` [PATCH 09/14] KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
` [PATCH 10/14] KVM: Split out a kvm_vcpu_block() helper from kvm_vcpu_halt()
` [PATCH 11/14] KVM: stats: Add stat to detect if vcpu is currently blocking
` disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)

[PATCH v4 0/8] Implement generic cc_platform_has() helper function
 2021-09-28 21:40 UTC  (15+ messages)
` [PATCH 1/8] x86/ioremap: Selectively build arch override encryption functions
` [PATCH 2/8] arch/cc: Introduce a function to check for confidential computing features
` [PATCH 3/8] x86/sev: Add an x86 version of cc_platform_has()
` [PATCH 4/8] powerpc/pseries/svm: Add a powerpc "
` [PATCH 5/8] x86/sme: Replace occurrences of sme_active() with cc_platform_has()
` [PATCH 6/8] x86/sev: Replace occurrences of sev_active() "
` [PATCH 7/8] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 8/8] treewide: Replace the use of mem_encrypt_active() "

[PATCH mlx5-next 0/7] Add mlx5 live migration driver
 2021-09-28 20:22 UTC  (17+ messages)
` [PATCH mlx5-next 2/7] vfio: Add an API to check migration state transition validity
` [PATCH mlx5-next 6/7] mlx5_vfio_pci: Expose migration commands over mlx5 device

[PATCH v3 10/10] KVM: arm64: selftests: Add basic ITS device tests
 2021-09-28 20:11 UTC 

[PATCH v6 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-09-28 19:26 UTC  (13+ messages)
` [PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3

[PATCH v8 0/7] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-28 18:53 UTC  (3+ messages)
` [PATCH v8 4/7] KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK

[PATCH v3 00/10] KVM: arm64: vgic: Missing checks for REDIST/CPU and ITS regions above the VM IPA size
 2021-09-28 18:48 UTC  (10+ messages)
` [PATCH v3 01/10] kvm: arm64: vgic: Introduce vgic_check_iorange
` [PATCH v3 02/10] KVM: arm64: vgic-v3: Check redist region is not above the VM IPA size
` [PATCH v3 03/10] KVM: arm64: vgic-v2: Check cpu interface "
` [PATCH v3 04/10] KVM: arm64: vgic-v3: Check ITS "
` [PATCH v3 05/10] KVM: arm64: selftests: Make vgic_init gic version agnostic
` [PATCH v3 06/10] KVM: arm64: selftests: Make vgic_init/vm_gic_create "
` [PATCH v3 07/10] KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
` [PATCH v3 08/10] KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
` [PATCH v3 09/10] KVM: arm64: selftests: Add test for legacy GICv3 REDIST base "

[PATCH v3 0/4] KVM: allow mapping non-refcounted pages
 2021-09-28 17:40 UTC  (2+ messages)

[PATCH 1/1] selftests: KVM: set affinity of VM to right CPUs
 2021-09-28 17:37 UTC  (3+ messages)

[PATCH v7 00/15] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-28 17:02 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: skip gfn_track allocation when possible
 2021-09-28 17:00 UTC  (2+ messages)

[PATCH 0/5] nSVM: Check for optional commands and reserved encodins of TLB_CONTROL in nested guests
 2021-09-28 16:55 UTC  (3+ messages)
` [PATCH 2/5] nSVM: Check for optional commands and reserved encodings of TLB_CONTROL in nested VMCB

[PATCH v2 0/4] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-09-28 16:52 UTC  (4+ messages)
` [PATCH v2 2/4] nSVM: introduce smv->nested.save to cache save area fields

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-28 16:48 UTC  (5+ messages)
` [PATCH v2 2/6] x86/kvm: add boot parameter for adding vcpu-id bits
` [PATCH v2 4/6] kvm: use kvfree() in kvm_arch_free_vm()

[GIT PULL] VFIO fixes for v5.15-rc4
 2021-09-28 16:37 UTC 

[kvm-unit-tests PATCH 0/9] s390x: Cleanup and maintenance 2
 2021-09-28 16:28 UTC  (22+ messages)
` [kvm-unit-tests PATCH 1/9] s390x: uv: Tolerate 0x100 query return code
` [kvm-unit-tests PATCH 2/9] s390x: pfmf: Fix 1MB handling
` [kvm-unit-tests PATCH 3/9] s390x: uv-host: Fence a destroy cpu test on z15
` [kvm-unit-tests PATCH 4/9] lib: s390x: uv: Fix share return value and print
` [kvm-unit-tests PATCH 5/9] lib: s390x: uv: Add UVC_ERR_DEBUG switch
` [kvm-unit-tests PATCH 6/9] lib: s390x: Print PGM code as hex
` [kvm-unit-tests PATCH 7/9] s390x: Makefile: Remove snippet flatlib linking

[PATCH 1/2] virtio: introduce virtio_dev_to_node helper
 2021-09-28 16:27 UTC  (12+ messages)
` [PATCH 2/2] virtio-blk: set NUMA affinity for a tagset

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-09-28 16:26 UTC  (23+ messages)
` [RFC 06/20] iommu: Add iommu_device_init[exit]_user_dma interfaces

[RFC PATCH 0/3] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-09-28 16:21 UTC  (10+ messages)
` [RFC PATCH 2/3] nSVM: introduce smv->nested.save to cache save area fields
` [RFC PATCH 3/3] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races

[RFC PATCH 0/2] KVM: nSVM: use vmcb_ctrl_area_cached instead
 2021-09-28 16:14 UTC  (3+ messages)
` [RFC PATCH 1/2] nSVM: introduce struct vmcb_ctrl_area_cached

[PATCH] KVM: x86: Expose Predictive Store Forwarding Disable
 2021-09-28 16:04 UTC  (10+ messages)

[PATCH resend RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-28 16:03 UTC  (11+ messages)
` [PATCH resend RFC 4/9] s390/mm: fix VMA and page table handling code in storage key handling functions
` [PATCH resend RFC 8/9] s390/mm: optimize set_guest_storage_key()
` [PATCH resend RFC 9/9] s390/mm: optimize reset_guest_reference_bit()

[kvm-unit-tests PATCH] x86/msr.c generalize to any input msr
 2021-09-28 15:36 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib/string: Add stroull and strtoll
  ` [kvm-unit-tests PATCH v2 2/3] [kvm-unit-tests PATCH] x86/msr.c refactor out generic test logic
  ` [kvm-unit-tests PATCH v2 3/3] x86/msr.c generalize to any input msr

[PATCH] selftests: KVM: Don't clobber XMM register when read
 2021-09-28 15:31 UTC  (2+ messages)

[PATCH] selftests: KVM: Call ucall_init when setting up in rseq_test
 2021-09-28 15:30 UTC  (7+ messages)

[PATCH 0/4 V8] Add AMD SEV and SEV-ES intra host migration support
 2021-09-28 15:30 UTC  (4+ messages)
` [PATCH 1/4 V8] KVM: SEV: Add support for SEV intra host migration

[PATCH] KVM: arm64: Allow KVM to be disabled from the command line
 2021-09-28 14:58 UTC  (2+ messages)

Generically, how to see a host-pci-device on guest?
 2021-09-28 14:54 UTC  (2+ messages)

[GIT PULL] virtio,vdpa: fixes
 2021-09-28 14:31 UTC  (2+ messages)

[PATCH v2 1/2] bus/fsl-mc: Add generic implementation for open/reset/close commands
 2021-09-28 13:55 UTC  (3+ messages)
` [PATCH v2 2/2] vfio/fsl-mc: Add per device reset support

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-28 10:17 UTC  (15+ messages)
` [PATCH Part2 v5 04/45] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v5 05/45] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v5 25/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v5 37/45] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v5 38/45] KVM: SVM: Add support to handle "

[PATCH v1 0/5] KVM/x86/nVMX: Add field existence support in VMCS12
 2021-09-28 10:05 UTC  (10+ messages)
` [PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap

[PATCH] KVM: x86: directly call wbinvd for local cpu when emulate wbinvd
 2021-09-28  9:27 UTC 

[PATCH v15 00/12] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-09-28  6:25 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 09/11] selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
 2021-09-28  5:57 UTC 

[PATCH AUTOSEL 5.10 16/23] selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
 2021-09-28  5:56 UTC 

[PATCH AUTOSEL 5.14 24/40] selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
 2021-09-28  5:55 UTC  (4+ messages)
` [PATCH AUTOSEL 5.14 25/40] selftests:kvm: fix get_trans_hugepagesz() "
` [PATCH AUTOSEL 5.14 26/40] selftests: kvm: move get_run_delay() into lib/test_util
` [PATCH AUTOSEL 5.14 27/40] selftests: kvm: fix get_run_delay() ignoring fscanf() return warn

Fw: [EXTERNAL] Re: [RFC PATCH 00/13] Add support for Mirror VM
 2021-09-27 23:24 UTC  (2+ messages)

[GIT PULL] (Many) KVM fixes for 5.15-rc4
 2021-09-27 21:35 UTC  (2+ messages)

[PATCH v2 7/9] vfio/ccw: Remove private->mdev
 2021-09-27 20:45 UTC  (4+ messages)

[PATCH v3 0/6] vfio/hisilicon: add acc live migration driver
 2021-09-27 18:32 UTC  (14+ messages)
` [PATCH v3 6/6] hisi_acc_vfio_pci: Add support for VFIO live migration

[RFC PATCH v1 00/30] Reduce scope of vcpu state at hyp by refactoring out state hyp needs
 2021-09-27 16:40 UTC  (11+ messages)
` [RFC PATCH v1 01/30] KVM: arm64: placeholder to check if VM is protected
` [RFC PATCH v1 05/30] KVM: arm64: add accessors for kvm_cpu_context
` [RFC PATCH v1 10/30] KVM: arm64: Add accessors for hypervisor state in kvm_vcpu_arch
` [RFC PATCH v1 11/30] KVM: arm64: create and use a new vcpu_hyp_state struct
` [RFC PATCH v1 12/30] KVM: arm64: COCCI: add_hypstate.cocci use_hypstate.cocci: Reduce scope of functions to hyp_state

[PATCH v2] KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
 2021-09-27 15:25 UTC  (2+ messages)

[PATCH mlx5-next 1/7] PCI/IOV: Provide internal VF index
 2021-09-27 14:47 UTC  (4+ messages)

cleanup vfio iommu_group creation v6
 2021-09-27 13:53 UTC  (7+ messages)
` [PATCH 13/15] vfio/iommu_type1: initialize pgsize_bitmap in ->open

[PATCH v2 3/9] vfio/ccw: Convert to use vfio_register_group_dev()
 2021-09-27 12:17 UTC  (3+ messages)

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-27 11:59 UTC  (2+ messages)

[PATCH v20 00/17] KVM RISC-V Support
 2021-09-27 11:58 UTC  (8+ messages)
` [PATCH v20 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v20 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v20 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v20 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v20 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v20 17/17] RISC-V: KVM: Add MAINTAINERS entry

[PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-27 11:54 UTC  (3+ messages)

[PATCH v9 0/8] KVMTOOL RISC-V Support
 2021-09-27 11:42 UTC  (9+ messages)
` [PATCH v9 1/8] update_headers: Sync-up ABI headers with Linux-5.15-rc2
` [PATCH v9 2/8] riscv: Initial skeletal support
` [PATCH v9 3/8] riscv: Implement Guest/VM arch functions
` [PATCH v9 4/8] riscv: Implement Guest/VM VCPU "
` [PATCH v9 5/8] riscv: Add PLIC device emulation
` [PATCH v9 6/8] riscv: Generate FDT at runtime for Guest/VM
` [PATCH v9 7/8] riscv: Handle SBI calls forwarded to user space
` [PATCH v9 8/8] riscv: Generate PCI host DT node


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