public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-12 14:18:44 to 2018-09-18 01:55:05 UTC [more...]

[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-18  1:55 UTC  (26+ messages)
` [PATCH v5 01/18] kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
` [PATCH v5 02/18] kvm: arm/arm64: Remove spurious WARN_ON
` [PATCH v5 03/18] kvm: arm64: Add helper for loading the stage2 setting for a VM
` [PATCH v5 04/18] arm64: Add a helper for PARange to physical shift conversion
` [PATCH v5 05/18] kvm: arm64: Clean up VTCR_EL2 initialisation
` [PATCH v5 06/18] kvm: arm/arm64: Allow arch specific configurations for VM
` [PATCH v5 07/18] kvm: arm64: Configure VTCR_EL2 per VM
` [PATCH v5 08/18] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [PATCH v5 09/18] kvm: arm64: Prepare for dynamic stage2 page table layout
` [PATCH v5 10/18] kvm: arm64: Make stage2 page table layout dynamic
` [PATCH v5 11/18] kvm: arm64: Dynamic configuration of VTTBR mask
` [PATCH v5 12/18] kvm: arm64: Configure VTCR_EL2.SL0 per VM
` [PATCH v5 13/18] kvm: arm64: Switch to per VM IPA limit
` [PATCH v5 14/18] vgic: Add support for 52bit guest physical address
` [PATCH v5 15/18] kvm: arm64: Add 52bit support for PAR to HPFAR conversoin
` [PATCH v5 16/18] kvm: arm64: Set a limit on the IPA size
` [PATCH v5 17/18] kvm: arm64: Limit the minimum number of page table levels
` [PATCH v5 18/18] kvm: arm64: Allow tuning the physical address size for VM
` [kvmtool PATCH v5 19/18] kvmtool: Allow backends to run checks on the KVM device fd
` [kvmtool PATCH v5 20/18] kvmtool: arm64: Add support for guest physical address size
` [kvmtool PATCH v5 21/18] kvmtool: arm64: Switch memory layout
` [kvmtool PATCH v5 22/18] kvmtool: arm: Add support for creating VM with PA size

[PATCH v2 0/8] Guest LBR Enabling
 2018-09-18  0:58 UTC  (3+ messages)
` [PATCH v2 7/8] KVM: PMU: support to save/restore the guest lbr stack on vCPU switching

[PATCH/RFC v4 0/2] vfio: platform: Add generic reset controller support
 2018-09-17 16:39 UTC  (3+ messages)
` [PATCH/RFC v4 1/2] reset: Add support for dedicated reset controls
` [PATCH/RFC v4 2/2] vfio: platform: Add generic reset controller support

[PATCH 00/35] exec: drop BQL from interrupt handling
 2018-09-17 16:31 UTC  (6+ messages)
` [PATCH 02/35] target/i386: use cpu_reset_interrupt
` [PATCH 11/35] target/i386: access cpu->interrupt_request with atomics
` [PATCH 32/35] target/i386/kvm: do not acquire the BQL to call cpu_reset_interrupt
` [PATCH 34/35] exec: push BQL down to cpu->do_interrupt
` [PATCH 35/35] exec: push BQL down to cpu->cpu_exec_interrupt

[PATCH 2/2] KVM: i386: Add support for save and restore nested state
 2018-09-17 14:35 UTC  (7+ messages)

[PATCH v7 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-09-17 13:32 UTC  (2+ messages)
` [PATCH v7 11/16] x86/kvm: Add Hygon Dhyana support to KVM infrastructure

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-17 12:37 UTC  (4+ messages)

[PATCH 1/2] vfio: add edid api for display (vgpu) devices
 2018-09-17 10:13 UTC  (9+ messages)
` [PATCH 2/2] vfio: add edid support to mbochs sample driver

[PATCH v10 00/26] guest dedicated crypto adapters
 2018-09-17  8:51 UTC  (28+ messages)
` [PATCH v10 01/26] KVM: s390: vsie: simulate VCPU SIE entry/exit
` [PATCH v10 02/26] KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
` [PATCH v10 03/26] KVM: s390: refactor crypto initialization
` [PATCH v10 04/26] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v10 05/26] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v10 06/26] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v10 07/26] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v10 08/26] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v10 09/26] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v10 10/26] KVM: s390: interfaces to clear CRYCB masks
` [PATCH v10 11/26] s390: vfio-ap: implement mediated device open callback
` [PATCH v10 12/26] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v10 13/26] s390: vfio-ap: zeroize the AP queues
` [PATCH v10 14/26] s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
` [PATCH v10 15/26] KVM: s390: Clear Crypto Control Block when using vSIE
` [PATCH v10 16/26] KVM: s390: vsie: Do the CRYCB validation first
` [PATCH v10 17/26] KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
` [PATCH v10 18/26] KVM: s390: vsie: Allow CRYCB FORMAT-2
` [PATCH v10 19/26] KVM: s390: vsie: allow CRYCB FORMAT-1
` [PATCH v10 20/26] KVM: s390: vsie: allow CRYCB FORMAT-0
` [PATCH v10 21/26] KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
` [PATCH v10 22/26] KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
` [PATCH v10 23/26] KVM: s390: vsie: allow guest FORMAT-0 "
` [PATCH v10 24/26] KVM: s390: device attrs to enable/disable AP interpretation
` [PATCH v10 25/26] KVM: s390: CPU model support for AP virtualization
` [PATCH v10 26/26] s390: doc: detailed specifications "

[RFC PATCH] x86: load FPU registers on return to userland
 2018-09-17  8:37 UTC  (12+ messages)
` [RFC PATCH 04/10] x86/fpu: eager switch PKRU state
    ` [RFC PATCH 04/10 v2 ] "
` [RFC PATCH 10/10] x86/fpu: defer FPU state load until return to userspace

[PATCH v4 RESEND 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-09-17  8:32 UTC  (10+ messages)
` [PATCH v4 RESEND 1/5] KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
` [PATCH v4 RESEND 2/5] KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
` [PATCH v4 RESEND 3/5] KVM: x86: hyperv: use get_vcpu_by_vpidx() "
` [PATCH v4 RESEND 4/5] x86/hyper-v: rename ipi_arg_{ex,non_ex} structures

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-09-17  7:57 UTC  (12+ messages)
` [PATCH v9 13/22] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v9 21/22] KVM: s390: CPU model support for AP virtualization

[PATCH v2] drivers/vfio: Allow type-1 IOMMU instantiation with all ARM/ARM64 IOMMUs
 2018-09-17  7:26 UTC  (3+ messages)

[PATCH v2 02/17] compat_ioctl: move drivers to generic_compat_ioctl_ptrarg
 2018-09-16 19:07 UTC  (5+ messages)

[QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
 2018-09-16 12:46 UTC  (3+ messages)
` [QEMU PATCH v2 1/2] i386: Compile CPUX86State xsave_buf only when support KVM or HVF
` [QEMU PATCH v2 2/2] KVM: i386: Add support for save and restore nested state

[PATCH v5 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-09-15 20:47 UTC  (4+ messages)
` [PATCH v5 4/5] x86/hyper-v: rename ipi_arg_{ex,non_ex} structures

[RFC PATCH v2 00/10] vfio/mdev: IOMMU aware mediated device
 2018-09-15  2:36 UTC  (20+ messages)
` [RFC PATCH v2 08/10] vfio/type1: Add domain at(de)taching group helpers

[PATCH v1] KVM: SVM: Switch to bitmap_zalloc()
 2018-09-14 17:57 UTC  (2+ messages)

[ 1/1] KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
 2018-09-14 17:42 UTC  (2+ messages)

[PATCH] x86/kvm/lapic: always disable MMIO interface in x2APIC mode
 2018-09-14 17:21 UTC  (2+ messages)

[PATCH v5 00/12] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-09-14 16:51 UTC  (16+ messages)
` [PATCH v5 01/12] KVM: hyperv: define VP assist page helpers
` [PATCH v5 02/12] KVM: VMX: refactor evmcs_sanitize_exec_ctrls()
` [PATCH v5 03/12] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
` [PATCH v5 04/12] KVM: nVMX: add enlightened VMCS state
` [PATCH v5 05/12] KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR
` [PATCH v5 06/12] KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case
` [PATCH v5 07/12] x86/kvm/hyperv: don't clear VP assist pages on init
` [PATCH v5 08/12] x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinit
` [PATCH v5 09/12] x86/kvm/nVMX: allow bare VMXON state migration
` [PATCH v5 10/12] x86/kvm/nVMX: nested state migration for Enlightened VMCS
` [PATCH v5 11/12] tools/headers: update kvm.h
` [PATCH v5 12/12] KVM: selftests: add Enlightened VMCS test

[PATCH v8 0/2] x86: Fix SEV guest regression
 2018-09-14 14:55 UTC  (15+ messages)
` [PATCH v8 1/2] x86/mm: add .bss..decrypted section to hold shared variables
` [PATCH v8 2/2] x86/kvm: use __bss_decrypted attribute in "

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-14 14:13 UTC  (17+ messages)

[PATCH v9 0/2] x86: Fix SEV guest regression
 2018-09-14 13:45 UTC  (3+ messages)
` [PATCH v9 1/2] x86/mm: add .bss..decrypted section to hold shared variables
` [PATCH v9 2/2] x86/kvm: use __bss_decrypted attribute in "

[PATCH 0/3] kvm "fake DAX" device
 2018-09-14 12:13 UTC  (10+ messages)
` [PATCH 3/3] virtio-pmem: Add virtio pmem driver
      ` [Qemu-devel] "
` [PATCH] qemu: Add virtio pmem device

[PATCH 0/2]: KVM: i386: Add support for save and restore nested state
 2018-09-14  7:16 UTC  (4+ messages)
` [PATCH 1/2] i386: Compile CPUX86State xsave_buf only when support KVM or HVF
` [PATCH 2/2] KVM: i386: Add support for save and restore nested state

Sources of initialized memory in virtio?
 2018-09-14  3:50 UTC 

INFO: rcu detected stall in kvm_vcpu_ioctl
 2018-09-14  3:40 UTC  (2+ messages)

[PATCH net-next V2 00/11] vhost_net TX batching
 2018-09-14  3:11 UTC  (7+ messages)
` [PATCH net-next V2 11/11] vhost_net: batch submitting XDP buffers to underlayer sockets

[PATCH v7 0/5] x86: Fix SEV guest regression
 2018-09-13 18:47 UTC  (4+ messages)

[PATCH v6 0/3] migration: compression optimization
 2018-09-13 13:26 UTC  (4+ messages)

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-09-13  7:26 UTC  (12+ messages)
` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API

[PATCH] vfio/pci: Some buggy virtual functions incorrectly report 1 for intx
 2018-09-12 17:46 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox