kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-06 07:45:34 to 2019-06-07 20:03:51 UTC [more...]

[PATCH RFC 0/1] mdevctl: further config for vfio-ap
 2019-06-07 20:03 UTC  (9+ messages)
` [PATCH RFC 1/1] allow to specify additional config data

[PATCH v3 07/20] docs: amd-memory-encryption.rst get rid of warnings
 2019-06-07 18:54 UTC 

[PATCH v2] KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT
 2019-06-07 18:55 UTC 

[PATCH] nVMX: Get rid of prepare_vmcs02_early_full and inline its content in the caller
 2019-06-07 18:52 UTC  (2+ messages)

[Bug 203845] New: Can't run qemu/kvm on 5.0.0 kernel (NULL pointer dereference)
 2019-06-07 18:46 UTC  (2+ messages)
` [Bug 203845] "

[patch 0/3] cpuidle-haltpoll driver (v2)
 2019-06-07 18:22 UTC  (17+ messages)
` [patch 1/3] drivers/cpuidle: add cpuidle-haltpoll driver
` [patch 2/3] kvm: x86: add host poll control msrs
` [patch 3/3] cpuidle-haltpoll: disable host side polling when kvm virtualized
  ` [patch v2 "

[PATCH] KVM: VMX: simplify vmx_prepare_switch_to_{guest,host}
 2019-06-07 18:13 UTC  (4+ messages)

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-07 17:43 UTC  (20+ messages)
` [PATCH v8 24/29] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v8 25/29] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

[PATCH trivial] KVM: arm/arm64: Always capitalize ITS
 2019-06-07 17:24 UTC  (2+ messages)

[5.2 regression] copy_fpstate_to_sigframe() change causing crash in 32-bit process
 2019-06-07 17:09 UTC  (6+ messages)
      ` [PATCH] x86/fpu: Update kernel's FPU state before using for the fsave header

[PATCH 00/15] KVM: nVMX: Optimize nested VM-Entry
 2019-06-07 17:08 UTC  (15+ messages)
` [PATCH 05/15] KVM: nVMX: Don't rewrite GUEST_PML_INDEX during "
` [PATCH 06/15] KVM: nVMX: Don't "put" vCPU or host state when switching VMCS
` [PATCH 11/15] KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written
` [PATCH 13/15] KVM: nVMX: Update vmcs02 GUEST_IA32_DEBUGCTL only when vmcs12 is dirty
` [PATCH 15/15] KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessary

[PATCH kvmtool v2 0/2] Automatically clean up ghost socket files
 2019-06-07 17:01 UTC  (3+ messages)
` [PATCH kvmtool v2 1/2] list: Clean "
` [PATCH kvmtool v2 2/2] run: Check for ghost socket file upon VM creation

[PATCH] KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_extra
 2019-06-07 16:24 UTC  (9+ messages)

mdevctl: A shoestring mediated device management and persistence utility
 2019-06-07 16:06 UTC  (3+ messages)

[PATCH 0/8] KVM: arm/arm64: vgic: ITS translation cache
 2019-06-07 15:04 UTC  (24+ messages)
` [PATCH 1/8] KVM: arm/arm64: vgic: Add LPI translation cache definition
` [PATCH 2/8] KVM: arm/arm64: vgic: Add __vgic_put_lpi_locked primitive
` [PATCH 3/8] KVM: arm/arm64: vgic-its: Cache successful MSI->LPI translation
` [PATCH 4/8] KVM: arm/arm64: vgic-its: Add kvm parameter to vgic_its_free_collection
` [PATCH 5/8] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands
` [PATCH 6/8] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on disabling LPIs
` [PATCH 7/8] KVM: arm/arm64: vgic-its: Check the LPI translation cache on MSI injection
` [PATCH 8/8] KVM: arm/arm64: vgic-irqfd: Implement kvm_arch_set_irq_inatomic

[PATCH v5 3/3] kvm: vmx: handle_vmwrite: avoid checking for compatibility mode
 2019-06-07 15:02 UTC  (2+ messages)

[PATCH v5 2/3] kvm: vmx: segment limit check: use access length
 2019-06-07 15:01 UTC  (2+ messages)

[PATCH v5 1/3] kvm: vmx: fix limit checking in get_vmx_mem_address()
 2019-06-07 15:00 UTC  (2+ messages)

[PATCH v3 0/9] Enable Sub-page Write Protection Support
 2019-06-07 14:28 UTC  (14+ messages)
` [PATCH v3 1/9] Documentation: Introduce EPT based Subpage Protection
` [PATCH v3 2/9] KVM: VMX: Add control flags for SPP enabling
` [PATCH v3 3/9] KVM: VMX: Implement functions for SPPT paging setup
` [PATCH v3 4/9] KVM: VMX: Introduce SPP access bitmap and operation functions
` [PATCH v3 5/9] KVM: VMX: Add init/set/get functions for SPP
` [PATCH v3 6/9] KVM: VMX: Introduce SPP user-space IOCTLs
` [PATCH v3 7/9] KVM: VMX: Handle SPP induced vmexit and page fault
` [PATCH v3 8/9] KVM: MMU: Enable Lazy mode SPPT setup
` [PATCH v3 9/9] KVM: MMU: Handle host memory remapping and reclaim

[PATCH v9 0/4] vfio: ap: AP Queue Interrupt Control
 2019-06-07 14:29 UTC  (4+ messages)
` [PATCH v9 3/4] s390: ap: implement PAPQ AQIC interception in kernel

[PATCH 0/2] KVM: nVMX: Alternative no-EPT GUEST_CR3 fix
 2019-06-07 13:26 UTC  (9+ messages)
` [PATCH 1/2] KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT
` [PATCH 2/2] Revert "KVM: nVMX: always use early vmcs check when EPT is disabled"

[PATCH] kvm-all: Add/update fprintf's for kvm_*_ioeventfd_del
 2019-06-07 11:46 UTC 

[PATCH 0/5] KVM: VMX: INTR, NMI and #MC cleanup
 2019-06-07 11:40 UTC  (10+ messages)
` [PATCH 1/5] KVM: VMX: Fix handling of #MC that occurs during VM-Entry
` [PATCH 2/5] KVM: VMX: Read cached VM-Exit reason to detect external interrupt
` [PATCH 5/5] KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-07  5:33 UTC  (3+ messages)
` [PATCH v16 14/16] tee, arm64: untag user pointers in tee_shm_register

[kvm-unit-tests PATCH] x86: Remove xfail in entry check in enter_guest_with_bad_controls()
 2019-06-07  3:27 UTC  (3+ messages)

[PATCH v2 0/9] s390: vfio-ccw code rework
 2019-06-06 20:28 UTC  (10+ messages)
` [PATCH v2 1/9] s390/cio: Squash cp_free() and cp_unpin_free()
` [PATCH v2 2/9] s390/cio: Refactor the routine that handles TIC CCWs
` [PATCH v2 3/9] s390/cio: Generalize the TIC handler
` [PATCH v2 4/9] s390/cio: Use generalized CCW handler in cp_init()
` [PATCH v2 5/9] vfio-ccw: Rearrange pfn_array and pfn_array_table arrays
` [PATCH v2 6/9] vfio-ccw: Adjust the first IDAW outside of the nested loops
` [PATCH v2 7/9] vfio-ccw: Remove pfn_array_table
` [PATCH v2 8/9] vfio-ccw: Rearrange IDAL allocation in direct CCW
` [PATCH v2 9/9] s390/cio: Combine direct and indirect CCW paths

[PATCH] vhost: Don't use defined in VHOST_ARCH_CAN_ACCEL_UACCESS definition
 2019-06-06 20:06 UTC  (3+ messages)

[PATCH 00/13] KVM: VMX: Reduce VMWRITEs to VMCS controls
 2019-06-06 19:05 UTC  (13+ messages)
` [PATCH 01/13] KVM: nVMX: Use adjusted pin controls for vmcs02
` [PATCH 05/13] KVM: VMX: Shadow VMCS secondary execution controls
` [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 12/13] KVM: nVMX: Don't mark vmcs12 as dirty when L1 writes pin controls

[PATCH v4 2/2] kvm: vmx: segment limit check: use access length
 2019-06-06 18:22 UTC  (2+ messages)

[PATCH v4 1/2] kvm: vmx: fix limit checking in get_vmx_mem_address()
 2019-06-06 18:18 UTC  (2+ messages)

[PATCH] KVM: x86: introduce is_pae_paging
 2019-06-06 17:20 UTC  (2+ messages)

[RFC PATCH v2 0/3] Deliver vGPU page flip events to userspace
 2019-06-06 16:25 UTC  (7+ messages)
` [RFC PATCH v2 1/3] vfio: Use capability chains to handle device specific irq

[PATCH 2/3] kvm: x86: use same convention to name apic_clear_vector()
 2019-06-06 15:43 UTC  (2+ messages)

[PATCH 0/7] KVM: nVMX: Optimize VMCS data copying
 2019-06-06 15:29 UTC  (7+ 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 7/7] KVM: nVMX: Sync rarely accessed guest fields only when needed

QEMU/KVM migration backwards compatibility broken?
 2019-06-06 15:16 UTC  (12+ messages)
        ` [Qemu-devel] "

[PATCH v17 00/10] Add ARMv8 RAS virtualization support in QEMU
 2019-06-06 13:43 UTC  (5+ messages)
` [PATCH v17 07/10] ACPI: Add APEI GHES table generation support
` [PATCH v17 10/10] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH 0/2] kvm-unit-test: nVMX: Test "Load IA32_EFER" VM-exit control on vmentry of nested guests
 2019-06-06 12:48 UTC  (2+ messages)

[PATCH 0/4][kvm-unit-test nVMX]: Test "load IA32_PERF_GLOBAL_CONTROL" VM-entry control on vmentry of nested guests
 2019-06-06 12:39 UTC  (2+ messages)

[PATCH] KVM: x86: move MSR_IA32_POWER_CTL handling to common code
 2019-06-06 12:36 UTC  (2+ messages)

[PATCH kvm-unit-tests] arm64: timer: a few test improvements
 2019-06-06 12:28 UTC  (2+ messages)

[kvm-unit-tests PULL 0/2] Ppc next patches
 2019-06-06 12:27 UTC  (4+ messages)

[kvm-unit-tests PATCH] x86: Fix SMP stacks
 2019-06-06 12:25 UTC  (2+ messages)

[kvm-unit-tests PATCH] gitlab-ci: Run tests with a Fedora docker image
 2019-06-06 12:08 UTC  (2+ messages)

[PATCH v4] KVM: x86: Add Intel CPUID.1F cpuid emulation support
 2019-06-06 11:54 UTC  (2+ messages)

[PATCH] KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15
 2019-06-06 11:53 UTC  (2+ messages)

Interaction between host-side mprotect() and KVM MMU
 2019-06-06 11:52 UTC  (5+ messages)

[PATCH v4 0/8] s390: virtio: support protected virtualization
 2019-06-06 11:51 UTC  (9+ messages)
` [PATCH v4 1/8] s390/mm: force swiotlb for "
` [PATCH v4 2/8] s390/cio: introduce DMA pools to cio
` [PATCH v4 3/8] s390/cio: add basic protected virtualization support
` [PATCH v4 4/8] s390/airq: use DMA memory for adapter interrupts
` [PATCH v4 5/8] virtio/s390: use cacheline aligned airq bit vectors
` [PATCH v4 6/8] virtio/s390: add indirection to indicators access
` [PATCH v4 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH v4 8/8] virtio/s390: make airq summary indicators DMA

[PATCH v2 3/3] KVM: LAPIC: Ignore timer migration when lapic timer is injected by posted-interrupt
 2019-06-06 10:55 UTC  (2+ messages)
` [PATCH v2 4/3] KVM: LAPIC: add advance timer support to pi_inject_timer

[PATCH 0/4] vsock/virtio: several fixes in the .probe() and .remove()
 2019-06-06  8:11 UTC  (10+ messages)
` [PATCH 3/4] vsock/virtio: fix flush of works during the .remove()

[PATCH v6 00/12] Guest LBR Enabling
 2019-06-06  7:02 UTC  (3+ messages)
` [PATCH v6 01/12] perf/x86: fix the variable type of the LBR MSRs
` [PATCH v6 02/12] perf/x86: add a function to get the lbr stack


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