kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-21 16:18:37 to 2018-09-26 22:42:22 UTC [more...]

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

[PATCH v2 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2
 2018-09-26 17:30 UTC  (23+ messages)
` [PATCH v2 1/9] x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
` [PATCH v2 2/9] x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
` [PATCH v2 3/9] x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
` [PATCH v2 4/9] x86/kvm/mmu: introduce guest_mmu
` [PATCH v2 5/9] x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
` [PATCH v2 6/9] x86/kvm/mmu: make space for source data caching in struct kvm_mmu
` [PATCH v2 7/9] x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()
` [PATCH v2 8/9] x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
` [PATCH v2 9/9] x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()

[PATCH v6 0/7] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-09-26 17:02 UTC  (8+ messages)
` [PATCH v6 1/7] KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
` [PATCH v6 2/7] KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
` [PATCH v6 3/7] KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variables
` [PATCH v6 4/7] KVM: x86: hyperv: keep track of mismatched VP indexes
` [PATCH v6 5/7] KVM: x86: hyperv: valid_bank_mask should be 'u64'
` [PATCH v6 6/7] KVM: x86: hyperv: optimize kvm_hv_flush_tlb() for vp_index == vcpu_idx case
` [PATCH v6 7/7] KVM: x86: hyperv: implement PV IPI send hypercalls

[PULL 0/2] virtio-ccw fixes
 2018-09-26 16:48 UTC  (3+ messages)
` [PULL 1/2] virtio/s390: avoid race on vcdev->config
` [PULL 2/2] virtio/s390: fix race in ccw_io_helper()

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

[RFC PATCH] x86: load FPU registers on return to userland
 2018-09-26 16:24 UTC  (10+ messages)
` [RFC PATCH 10/10] x86/fpu: defer FPU state load until return to userspace

[PATCH v14 04/19] x86/cpufeatures: Add SGX feature bits
 2018-09-26 11:36 UTC 

KASAN: use-after-free Read in vhost_transport_cancel_pkt
 2018-09-26  7:50 UTC 

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

[PATCH v10 00/26] guest dedicated crypto adapters
 2018-09-25 19:55 UTC  (65+ 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 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 24/26] KVM: s390: device attrs to enable/disable AP interpretation
` [PATCH v10 25/26] KVM: s390: CPU model support for AP virtualization

[PATCH v2] drivers/vfio: Allow type-1 IOMMU instantiation with all ARM/ARM64 IOMMUs
 2018-09-25 19:43 UTC  (2+ messages)

[PATCH v2 0/2] virtio/s390: fix some races in virtio-ccw
 2018-09-25 15:09 UTC  (4+ messages)
` [PATCH v2 1/2] virtio/s390: avoid race on vcdev->config
` [PATCH v2 2/2] virtio/s390: fix race in ccw_io_helper()

[PATCH v5 00/18] kvm: arm64: Dynamic IPA and 52bit IPA
 2018-09-25 11:56 UTC  (19+ messages)
` [PATCH v5 11/18] kvm: arm64: Dynamic configuration of VTTBR mask
` [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

[PATCH v4 RESEND 0/5] KVM: x86: hyperv: PV IPI support for Windows guests
 2018-09-25 11:42 UTC  (10+ messages)
` [PATCH v4 RESEND 3/5] KVM: x86: hyperv: use get_vcpu_by_vpidx() in kvm_hv_flush_tlb()

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-25  5:55 UTC  (5+ messages)

[PATCH] KVM: x86: never trap MSR_KERNEL_GS_BASE
 2018-09-24 16:04 UTC  (2+ messages)

[PATCH] KVM: x86: never trap MSR_KERNEL_GS_BASE
 2018-09-24 15:36 UTC 

[PATCH 0/2] virtio/s390: fix some races in virtio-ccw
 2018-09-24 14:50 UTC  (4+ messages)
        ` [PATCH 1/2] virtio/s390: avoid race on vcdev->config
      ` [PATCH 2/2] virtio/s390: fix race in ccw_io_helper()

[PATCH 0/3] kvm "fake DAX" device
 2018-09-24 11:40 UTC  (10+ messages)
` [PATCH 1/3] nd: move nd_region to common header
` [PATCH 2/3] libnvdimm: nd_region flush callback support
` [PATCH 3/3] virtio-pmem: Add virtio pmem driver

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

KASAN: use-after-free Read in vhost_transport_send_pkt
 2018-09-22  6:46 UTC  (2+ messages)

KASAN: use-after-free Read in vhost_work_queue
 2018-09-22  6:01 UTC  (2+ messages)

[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-09-21 22:47 UTC  (10+ messages)
` [PATCH V5 4/4] kvm: add a check if pfn is from NVDIMM pmem

[GIT PULL] KVM changes for Linux 4.19-rc5
 2018-09-21 16:25 UTC  (2+ messages)

[RFC v2 00/20] SMMUv3 Nested Stage Setup
 2018-09-21 16:18 UTC  (5+ messages)
` [RFC v2 14/20] iommu: introduce device fault data


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