kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 00:18:21 to 2020-12-16 20:46:32 UTC [more...]

static_branch_enable() does not work from a __init function?
 2020-12-16 20:45 UTC  (17+ messages)
    ` [RFC][PATCH] jump_label/static_call: Add MAINTAINERS
    ` [PATCH] jump_label: Fix usage in module __init

[PATCH v12 00/17] s390/vfio-ap: dynamic configuration support
 2020-12-16 20:32 UTC  (16+ messages)
` [PATCH v12 07/17] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v12 09/17] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v12 10/17] s390/vfio-ap: initialize the guest apcb
` [PATCH v12 11/17] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v12 14/17] s390/zcrypt: Notify driver on config changed and scan complete callbacks

[PATCH] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
 2020-12-16 20:15 UTC  (3+ messages)

[kvm-unit-tests PATCH v1 00/12] Fix and improve the page allocator
 2020-12-16 20:12 UTC  (13+ messages)
` [kvm-unit-tests PATCH v1 01/12] lib/x86: fix page.h to include the generic header
` [kvm-unit-tests PATCH v1 02/12] lib/list.h: add list_add_tail
` [kvm-unit-tests PATCH v1 03/12] lib/vmalloc: add some asserts and improvements
` [kvm-unit-tests PATCH v1 04/12] lib/asm: Fix definitions of memory areas
` [kvm-unit-tests PATCH v1 05/12] lib/alloc_page: fix and improve the page allocator
` [kvm-unit-tests PATCH v1 06/12] lib/alloc.h: remove align_min from struct alloc_ops
` [kvm-unit-tests PATCH v1 07/12] lib/alloc_page: Optimization to skip known empty freelists
` [kvm-unit-tests PATCH v1 08/12] lib/alloc_page: rework metadata format
` [kvm-unit-tests PATCH v1 09/12] lib/alloc: replace areas with more generic flags
` [kvm-unit-tests PATCH v1 10/12] lib/alloc_page: Wire up ZERO_FLAG
` [kvm-unit-tests PATCH v1 11/12] lib/alloc_page: Properly handle requests for fresh blocks
` [kvm-unit-tests PATCH v1 12/12] lib/alloc_page: default flags and zero pages by default

[Patch v3 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2020-12-16 20:02 UTC  (6+ messages)

[GIT PULL] VFIO updates for v5.11-rc1
 2020-12-16 19:37 UTC 

[PATCH] KVM: SVM: fix 32-bit compilation
 2020-12-16 18:08 UTC 

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-12-16 17:58 UTC  (11+ messages)

[PATCH v2] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
 2020-12-16 17:07 UTC  (7+ messages)

[PATCH v5 00/34] SEV-ES hypervisor support
 2020-12-16 16:55 UTC  (15+ messages)
` [PATCH v5 12/34] KVM: SVM: Add initial support for a VMGEXIT VMEXIT
` [PATCH v5 27/34] KVM: SVM: Add support for booting APs for an SEV-ES guest
` [PATCH v5 34/34] KVM: SVM: Provide support to launch and run "

[PATCH] kvm: don't lose the higher 32 bits of tlbs_dirty
 2020-12-16 16:37 UTC  (8+ messages)
    ` [PATCH V2] kvm: check tlbs_dirty directly

[PATCH v3] s390/vfio-ap: clean up vfio_ap resources when KVM pointer invalidated
 2020-12-16 16:05 UTC  (7+ messages)

[PATCH 0/3] x86/KVM/VMX: Introduce and use try_cmpxchg64()
 2020-12-16 15:37 UTC  (6+ messages)
` [PATCH 1/3] asm-generic/atomic: Add try_cmpxchg64() instrumentation
` [PATCH 2/3] locking/atomic/x86: Introduce arch_try_cmpxchg64()
` [PATCH 3/3] KVM/VMX: Use try_cmpxchg64() in posted_intr.c

[kvm-unit-tests PATCH v2 0/1] x86: test clflushopt of MMIO address
 2020-12-16 14:10 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/1] x86: check that clflushopt of an MMIO address succeeds

[PATCH v3 0/4] KVM: selftests: Cleanups, take 2
 2020-12-16 12:46 UTC  (5+ messages)

[kvm-unit-tests PATCH 00/10] GIC fixes and improvements
 2020-12-16 12:37 UTC  (7+ messages)
` [kvm-unit-tests PATCH 08/10] arm/arm64: gic: Split check_acked() into two functions

[PATCH kvmtool] pci: Deactivate BARs before reactivating
 2020-12-16 12:36 UTC  (3+ messages)

[PATCH v2 00/24] target/mips: Convert MSA ASE to decodetree
 2020-12-16 11:36 UTC  (42+ messages)
` [PATCH v2 01/24] target/mips/translate: Extract decode_opc_legacy() from decode_opc()
` [PATCH v2 02/24] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PATCH v2 03/24] target/mips/cpu: Introduce isa_rel6_available() helper
` [PATCH v2 04/24] target/mips: Introduce ase_msa_available() helper
` [PATCH v2 05/24] target/mips: Simplify msa_reset()
` [PATCH v2 06/24] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PATCH v2 07/24] target/mips: Simplify MSA TCG logic
` [PATCH v2 08/24] target/mips: Remove now unused ASE_MSA definition
` [PATCH v2 09/24] target/mips: Alias MSA vector registers on FPU scalar registers
` [PATCH v2 10/24] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PATCH v2 11/24] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PATCH v2 12/24] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
` [PATCH v2 13/24] target/mips: Rename msa_helper.c as mod-msa_helper.c
` [PATCH v2 14/24] target/mips: Move msa_reset() to mod-msa_helper.c
` [PATCH v2 15/24] target/mips: Extract MSA helpers from op_helper.c
` [PATCH v2 16/24] target/mips: Extract MSA helper definitions
` [PATCH v2 17/24] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PATCH v2 19/24] target/mips: Introduce decode tree bindings for MSA opcodes
` [PATCH v2 20/24] target/mips: Use decode_ase_msa() generated from decodetree
` [PATCH v2 21/24] target/mips: Extract LSA/DLSA translation generators
` [PATCH v2 22/24] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PATCH v2 23/24] target/mips: Introduce decodetree helpers for Release6 "
` [RFC PATCH v2 24/24] target/mips/mod-msa: Pass TCGCond argument to gen_check_zero_element()

[PATCH v3 0/4] KVM: PPC: Power10 2nd DAWR enablement
 2020-12-16 10:42 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
` [PATCH v3 2/4] KVM: PPC: Rename current DAWR macros and variables
` [PATCH v3 3/4] KVM: PPC: Add infrastructure to support 2nd DAWR
` [PATCH v3 4/4] KVM: PPC: Introduce new capability for "

[RFC PATCH v1 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2020-12-16 10:35 UTC  (12+ messages)
` [RFC PATCH v1 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side

[PATCH 00/21] Control VQ support in vDPA
 2020-12-16  9:47 UTC  (23+ messages)
` [PATCH 01/21] vhost: move the backend feature bits to vhost_types.h
` [PATCH 02/21] virtio-vdpa: don't set callback if virtio doesn't need it
` [PATCH 03/21] vhost-vdpa: passing iotlb to IOMMU mapping helpers
` [PATCH 04/21] vhost-vdpa: switch to use vhost-vdpa specific IOTLB
` [PATCH 05/21] vdpa: add the missing comment for nvqs in struct vdpa_device
` [PATCH 06/21] vdpa: introduce virtqueue groups
` [PATCH 07/21] vdpa: multiple address spaces support
` [PATCH 08/21] vdpa: introduce config operations for associating ASID to a virtqueue group
` [PATCH 09/21] vhost_iotlb: split out IOTLB initialization
` [PATCH 10/21] vhost: support ASID in IOTLB API
` [PATCH 11/21] vhost-vdpa: introduce asid based IOTLB
` [PATCH 12/21] vhost-vdpa: introduce uAPI to get the number of virtqueue groups
` [PATCH 13/21] vhost-vdpa: introduce uAPI to get the number of address spaces
` [PATCH 14/21] vhost-vdpa: uAPI to get virtqueue group id
` [PATCH 15/21] vhost-vdpa: introduce uAPI to set group ASID
` [PATCH 16/21] vhost-vdpa: support ASID based IOTLB API
` [PATCH 17/21] vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov
` [PATCH 18/21] vdpa_sim: advertise VIRTIO_NET_F_MTU
` [PATCH 19/21] vdpa_sim: factor out buffer completion logic
` [PATCH 20/21] vdpa_sim: filter destination mac address
` [PATCH 21/21] vdpasim: control virtqueue support

[PATCH v2 2/3] locking/atomic/x86: Introduce arch_try_cmpxchg64()
 2020-12-16  8:05 UTC 

[PATCH RFC 0/3] Implement guest time scaling in RISC-V KVM
 2020-12-16  8:01 UTC  (3+ messages)

[PATCH 0/7] vfio: iommu_type1: Some fixes and optimization
 2020-12-16  7:22 UTC  (10+ messages)
` [PATCH 1/7] vfio: iommu_type1: Clear added dirty bit when unwind pin
  ` [kbuild] "
` [PATCH 4/7] vfio: iommu_type1: Fix missing dirty page when promote pinned_scope

[Bug 210695] New: error: kvm run failed Invalid argument
 2020-12-16  2:57 UTC  (4+ messages)
` [Bug 210695] "

[PATCH 0/2] Enumerate and expose AVX_VNNI feature
 2020-12-16  2:01 UTC  (3+ messages)
` [PATCH 1/2] Enumerate AVX Vector Neural Network instructions
` [PATCH 2/2] KVM: Expose AVX_VNNI instruction to guset

[RFC PATCH 1/1] platform-msi: Add platform check for subdevice irq domain
 2020-12-16  1:48 UTC  (2+ messages)

[RFC PATCH 1/1] platform-msi: Add platform check for subdevice irq domain
 2020-12-16  1:42 UTC  (3+ messages)

[PATCH v2 1/3] KVM: x86: implement KVM_{GET|SET}_TSC_STATE
 2020-12-15 22:34 UTC  (13+ messages)

[PATCH v2 00/16] target/mips: Boring code reordering + add "translate.h"
 2020-12-15 19:00 UTC  (21+ messages)
` [PATCH v2 01/16] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PATCH v2 03/16] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PATCH v2 04/16] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PATCH v2 05/16] target/mips: Extract common helpers from helper.c to common_helper.c
` [PATCH v2 09/16] target/mips: Rename translate_init.c as cpu-defs.c
` [PATCH v2 10/16] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PATCH v2 14/16] target/mips: Declare generic FPU functions in 'translate.h'
` [PATCH v2 15/16] target/mips: Extract FPU specific definitions to translate.h
  ` [PATCH v2 11/16] target/mips: Replace gen_exception_end(EXCP_RI) by gen_rsvd_instruction

[PATCH v2] KVM: SVM: use vmsave/vmload for saving/restoring additional host state
 2020-12-15 18:55 UTC  (3+ messages)

[PATCH v2] vfio iommu type1: Improve vfio_iommu_type1_pin_pages performance
 2020-12-15 13:13 UTC  (7+ messages)

[PATCH v3 00/17] KVM: Add minimal support for Xen HVM guests
 2020-12-15 12:45 UTC  (16+ messages)
` [PATCH v3 01/17] KVM: Fix arguments to kvm_{un,}map_gfn()
` [PATCH v3 02/17] KVM: x86/xen: fix Xen hypercall page msr handling

[for-6.0 v5 00/13] Generalize memory encryption models
 2020-12-15 11:45 UTC  (3+ messages)
` [for-6.0 v5 13/13] s390: Recognize securable-guest-memory option

[PATCH 0/3] KVM: x86: MSR completion refactoring for SEV-ES
 2020-12-15 10:23 UTC  (4+ messages)
` [PATCH 3/3] KVM: x86: introduce complete_emulated_msr callback

[PATCH v1] vfio: platform: enable compile test
 2020-12-15  9:06 UTC  (2+ messages)

[PATCH RFC v4 00/15] Add riscv kvm accel support
 2020-12-15  7:33 UTC  (13+ messages)
` [PATCH RFC v4 06/15] target/riscv: Support start kernel directly by KVM
` [PATCH RFC v4 07/15] hw/riscv: PLIC update external interrupt by KVM when kvm enabled
` [PATCH RFC v4 09/15] target/riscv: Add host cpu type
` [PATCH RFC v4 13/15] target/riscv: Introduce dynamic time frequency for virt machine

[PATCH 0/2] Enumerate and expose AVX512_FP16 feature
 2020-12-15  1:43 UTC  (3+ messages)

[RFC PATCH] vfio/pci: Allow force needs_pm_restore as specified by device:vendor
 2020-12-15  1:16 UTC  (7+ 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).