kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-06 15:47:08 to 2019-05-08 12:44:09 UTC [more...]

[Bug 203543] New: Starting with kernel 5.1.0-rc6, kvm_intel can no longer be loaded in nested kvm/guests
 2019-05-08 12:44 UTC  (5+ messages)
` [Bug 203543] "

[PATCH v2 00/10] RFC: NVME MDEV
 2019-05-08 12:39 UTC  (6+ messages)

[PATCH v2] KVM: nVMX: Disable intercept for *_BASE MSR in vmcs02 when possible
 2019-05-08 12:31 UTC  (2+ messages)

[PATCH v2 0/2] introduction of version attribute for VFIO live migration
 2019-05-08 12:10 UTC  (13+ messages)
` [PATCH v2 2/2] drm/i915/gvt: export mdev device version to sysfs for Intel vGPU
  ` [PATCH v2 1/2] vfio/mdev: add version attribute for mdev device

[PATCH 00/16] treewide: fix match_string() helper when array size
 2019-05-08 12:20 UTC  (20+ messages)
` [PATCH 01/16] lib: fix match_string() helper on -1 "
` [PATCH 01/16] lib: fix match_string() helper when array size is positive
` [PATCH 02/16] treewide: rename match_string() -> __match_string()
` [PATCH 03/16] lib,treewide: add new match_string() helper/macro
` [PATCH 04/16] powerpc/xmon: use "
` [PATCH 05/16] ALSA: oxygen: "
` [PATCH 06/16] x86/mtrr: use new match_string() helper + add gaps == minor fix
` [PATCH 07/16] device connection: use new match_string() helper/macro
` [PATCH 08/16] cpufreq/intel_pstate: remove NULL entry + use match_string()
` [PATCH 09/16] mmc: sdhci-xenon: use new match_string() helper/macro
` [PATCH 10/16] pinctrl: armada-37xx: "
` [PATCH 11/16] mm/vmpressure.c: "
` [PATCH 12/16] rdmacg: "
` [PATCH 13/16] drm/edid: "
` [PATCH 14/16] staging: gdm724x: "
` [PATCH 15/16] video: fbdev: pxafb: "
` [PATCH 16/16] sched: debug: "

[PATCH v2] kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
 2019-05-08 12:16 UTC 

[PATCH 1/3] kvm: nVMX: Set nested_run_pending in vmx_set_nested_state after checks complete
 2019-05-08 12:11 UTC  (3+ messages)

[PATCH 3/3] tests: kvm: Add tests for KVM_SET_NESTED_STATE
 2019-05-08 12:07 UTC  (4+ messages)

[PATCH] tests: kvm: Add tests to .gitignore
 2019-05-08 12:01 UTC  (2+ messages)

[PATCH] tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_ID
 2019-05-08 12:01 UTC  (2+ messages)

[PATCH v2] tests: kvm: Add tests to .gitignore
 2019-05-08 11:55 UTC  (2+ messages)

[PATCH v2 0/3] kvm: Some more trivial fixes for clear dirty log
 2019-05-08 11:49 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: Fix the bitmap range to copy during clear dirty
` [PATCH v2 2/3] KVM: Fix loop of clear dirty with possible off-by-one
` [PATCH v2 3/3] KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT_2

BUG: soft lockup in kvm_vm_ioctl
 2019-05-08 11:25 UTC  (4+ messages)

[PATCH v7 0/6] virtio pmem driver
 2019-05-08 11:19 UTC  (15+ messages)
` [PATCH v7 2/6] virtio-pmem: Add "
    ` [Qemu-devel] "
` [PATCH v7 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v7 4/6] dax: check synchronous mapping is supported
  ` [Qemu-devel] "
` [PATCH v7 6/6] xfs: disable map_sync for async flush
      ` [Qemu-devel] "

[PATCH v1 0/7] s390: vfio-ccw fixes
 2019-05-08 10:43 UTC  (20+ messages)
` [PATCH 2/7] s390/cio: Set vfio-ccw FSM state before ioeventfd
` [PATCH 3/7] s390/cio: Split pfn_array_alloc_pin into pieces
` [PATCH 7/7] s390/cio: Remove vfio-ccw checks of command codes

[PATCH] KVM: fix 'release' method of KVM device
 2019-05-08 10:17 UTC  (4+ messages)

[PATCH v1 0/2] New state handling for VFIO CCW
 2019-05-08  9:53 UTC  (7+ messages)
` [PATCH v1 1/2] vfio-ccw: Set subchannel state STANDBY on open
` [PATCH v1 2/2] vfio-ccw: rework sch_event

[PATCH 0/2] kvm: Some more trivial fixes for clear dirty log
 2019-05-08  8:36 UTC  (5+ messages)
` [PATCH 1/2] kvm: Fix the bitmap range to copy during clear dirty
` [PATCH 2/2] kvm: Fix loop of clear dirty with off-by-one

[PATCH RFC] vhost: don't use kmap() to log dirty pages
 2019-05-08  4:28 UTC  (5+ messages)

[PATCH] sched: introduce configurable delay before entering idle
 2019-05-07 23:44 UTC  (3+ messages)

[PATCH 00/15] KVM: nVMX: Optimize nested VM-Entry
 2019-05-07 21:01 UTC  (18+ messages)
` [PATCH 01/15] KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mapped
` [PATCH 02/15] KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value
` [PATCH 03/15] KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01
` [PATCH 04/15] KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02
` [PATCH 05/15] KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-Entry
` [PATCH 06/15] KVM: nVMX: Don't "put" vCPU or host state when switching VMCS
` [PATCH 07/15] KVM: nVMX: Don't reread VMCS-agnostic "
` [PATCH 08/15] KVM: nVMX: Don't speculatively write virtual-APIC page address
` [PATCH 09/15] KVM: nVMX: Don't speculatively write APIC-access "
` [PATCH 10/15] KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's written
` [PATCH 11/15] KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written
` [PATCH 12/15] KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's written
` [PATCH 13/15] KVM: nVMX: Update vmcs02 GUEST_IA32_DEBUGCTL only when vmcs12 is dirty
` [PATCH 14/15] KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCS
` [PATCH 15/15] KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessary

[PATCH v8 00/15] x86/split_lock: Enable split lock detection
 2019-05-07 20:48 UTC  (7+ messages)
` [PATCH v8 13/15] x86/split_lock: Enable split lock detection by default

[PATCH 00/13] KVM: VMX: Reduce VMWRITEs to VMCS controls
 2019-05-07 19:18 UTC  (14+ messages)
` [PATCH 01/13] KVM: nVMX: Use adjusted pin controls for vmcs02
` [PATCH 02/13] KVM: VMX: Add builder macros for shadowing controls
` [PATCH 03/13] KVM: VMX: Shadow VMCS pin controls
` [PATCH 04/13] KVM: VMX: Shadow VMCS primary execution controls
` [PATCH 05/13] KVM: VMX: Shadow VMCS secondary "
` [PATCH 06/13] KVM: nVMX: Shadow VMCS controls on a per-VMCS basis
` [PATCH 07/13] KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch
` [PATCH 08/13] KVM: VMX: Explicitly initialize controls shadow at VMCS allocation
` [PATCH 09/13] KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02
` [PATCH 10/13] KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP
` [PATCH 11/13] KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'
` [PATCH 12/13] KVM: nVMX: Don't mark vmcs12 as dirty when L1 writes pin controls
` [PATCH 13/13] KVM: VMX: Leave preemption timer running when it's disabled

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-07 16:44 UTC  (22+ messages)
` [PATCH v15 01/17] uaccess: add untagged_addr definition for other arches
` [PATCH v15 02/17] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v15 03/17] lib, arm64: untag user pointers in strn*_user
` [PATCH v15 04/17] mm: add ksys_ wrappers to memory syscalls
` [PATCH v15 05/17] arms64: untag user pointers passed "
` [PATCH v15 06/17] mm: untag user pointers in do_pages_move
` [PATCH v15 07/17] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v15 08/17] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v15 09/17] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v15 10/17] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v15 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v15 12/17] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v15 14/17] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v15 15/17] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v15 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH 0/7] KVM: nVMX: Optimize VMCS data copying
 2019-05-07 15:36 UTC  (8+ messages)
` [PATCH 1/7] KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fields
` [PATCH 2/7] KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTES
` [PATCH 3/7] KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fields
` [PATCH 4/7] KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12()
` [PATCH 5/7] KVM: nVMX: Use descriptive names for VMCS sync functions and flags
` [PATCH 6/7] KVM: nVMX: Add helpers to identify shadowed VMCS fields
` [PATCH 7/7] KVM: nVMX: Sync rarely accessed guest fields only when needed

[PATCH v2 0/7] s390: vfio-ap: dynamic configuration support
 2019-05-07 15:15 UTC  (23+ messages)
` [PATCH v2 1/7] s390: vfio-ap: wait for queue empty on queue reset
` [PATCH v2 2/7] s390: vfio-ap: maintain a shadow of the guest's CRYCB
` [PATCH v2 3/7] s390: vfio-ap: sysfs interface to display guest CRYCB
` [PATCH v2 4/7] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device
` [PATCH v2 5/7] s390: vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v2 6/7] s390: vfio-ap: handle bind and unbind of AP queue device

[PATCH] svm/avic: Allow avic_vcpu_load logic to support host APIC ID 255
 2019-05-07 14:16 UTC  (2+ messages)

[PATCH 00/10] s390: virtio: support protected virtualization
 2019-05-07 13:58 UTC  (7+ messages)
` [PATCH 01/10] virtio/s390: use vring_create_virtqueue

[PATCH] svm/avic: Do not send AVIC doorbell to self
 2019-05-07 13:16 UTC  (2+ messages)

[PATCH] vsock/virtio: Initialize core virtio vsock before registering the driver
 2019-05-07 12:25 UTC  (5+ messages)

[PATCH v7 00/23] SMMUv3 Nested Stage Setup
 2019-05-07 11:45 UTC  (7+ messages)
` [PATCH v7 05/23] iommu: Introduce cache_invalidate API

[PATCH 0/2] introduction of version attribute for VFIO live migration
 2019-05-07  8:51 UTC  (9+ messages)
` [PATCH 1/2] vfio/mdev: add version field as mandatory attribute for mdev device

[PATCH] [next] KVM: lapic: allow setting apic debug dynamically
 2019-05-07  6:37 UTC 

[PATCH AUTOSEL 5.0 44/99] KVM: nVMX: always use early vmcs check when EPT is disabled
 2019-05-07  5:31 UTC  (5+ messages)
` [PATCH AUTOSEL 5.0 45/99] KVM: x86: Raise #GP when guest vCPU do not support PMU
` [PATCH AUTOSEL 5.0 46/99] KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU
` [PATCH AUTOSEL 5.0 47/99] KVM: fix spectrev1 gadgets
` [PATCH AUTOSEL 5.0 48/99] KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing

[PATCH AUTOSEL 4.19 33/81] KVM: x86: Raise #GP when guest vCPU do not support PMU
 2019-05-07  5:35 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 34/81] KVM: fix spectrev1 gadgets
` [PATCH AUTOSEL 4.19 35/81] KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing

[PATCH AUTOSEL 4.14 18/95] KVM: fix spectrev1 gadgets
 2019-05-07  5:38 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 19/95] KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
` [PATCH AUTOSEL 4.14 84/95] x86/fpu: Don't export __kernel_fpu_{begin,end}()

[PATCH AUTOSEL 4.9 13/25] KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
 2019-05-07  5:41 UTC 

[PATCH AUTOSEL 4.4 08/14] KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
 2019-05-07  5:42 UTC 

[PATCH AUTOSEL 3.18 05/10] KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing
 2019-05-07  5:42 UTC 

[PATCH] mm: add account_locked_vm utility function
 2019-05-07  3:09 UTC  (3+ messages)

kvm-unit-tests with UEFI (OVMF)
 2019-05-06 23:35 UTC 

[PATCHv2 00/10] vfio/mdev: Improve vfio/mdev core module
 2019-05-06 23:22 UTC  (3+ messages)

[PATCH v6 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-05-06 16:10 UTC  (10+ messages)
` [PATCH v6 14/17] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v6 17/17] KVM: PPC: Book3S HV: XIVE: replace the 'destroy' method by a 'release' method
  ` [PATCH] KVM: PPC: Book3S HV: XIVE: Prevent races when releasing device
    ` [PATCH v2] "

[PATCH v5 00/16] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-05-06 16:21 UTC  (3+ messages)

[PATCH v14 00/17] arm64: untag user pointers passed to the kernel
 2019-05-06 16:21 UTC  (4+ messages)
` [PATCH v14 13/17] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr


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