public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-13 20:59:40 to 2018-03-15 19:43:47 UTC [more...]

[PATCH v3 0/7] Enlightened VMCS support for KVM on Hyper-V
 2018-03-15 19:43 UTC  (39+ messages)
` [PATCH v3 1/7] x86/hyper-v: move hyperv.h out of uapi
` [PATCH v3 2/7] x86/hyper-v: move definitions from TLFS to hyperv-tlfs.h
` [PATCH v3 4/7] x86/hyper-v: allocate and use Virtual Processor Assist Pages
` [PATCH v3 5/7] x86/hyper-v: define struct hv_enlightened_vmcs and clean field bits
` [PATCH v3 6/7] x86/hyper-v: detect nested features
` [PATCH v3 7/7] x86/kvm: use Enlightened VMCS when running on Hyper-V

[PATCH v6 00/26] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation)
 2018-03-15 19:16 UTC  (45+ messages)
` [PATCH v6 01/26] arm64: alternatives: Add dynamic patching feature
` [PATCH v6 02/26] arm64: insn: Add N immediate encoding
` [PATCH v6 03/26] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH v6 04/26] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v6 05/26] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH v6 06/26] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v6 07/26] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH v6 08/26] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH v6 09/26] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH v6 10/26] KVM: arm/arm64: Fix idmap size and alignment
` [PATCH v6 11/26] KVM: arm64: Fix HYP idmap unmap when using 52bit PA
` [PATCH v6 12/26] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v6 13/26] arm64; insn: Add encoder for the EXTR instruction
` [PATCH v6 14/26] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH v6 15/26] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v6 16/26] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH v6 17/26] arm64: Update the KVM memory map documentation
` [PATCH v6 18/26] arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector
` [PATCH v6 19/26] arm64: KVM: Move stashing of x0/x1 into the vector code itself
` [PATCH v6 20/26] arm64: KVM: Move BP hardening vectors into .hyp.text section
` [PATCH v6 21/26] arm64: KVM: Reserve 4 additional instructions in the BPI template
` [PATCH v6 22/26] arm64: KVM: Allow far branches from vector slots to the main vectors
` [PATCH v6 23/26] arm/arm64: KVM: Introduce EL2-specific executable mappings
` [PATCH v6 24/26] arm64: Make BP hardening slot counter available
` [PATCH v6 25/26] arm64: KVM: Allow mapping of vectors outside of the RAM region
` [PATCH v6 26/26] arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72

[PATCH v4 0/5] Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-03-15 19:07 UTC  (6+ messages)
` [PATCH v4 1/5] target/i386: Generalize some of the macro definitions
` [PATCH v4 2/5] target/i386: Populate AMD Processor Cache Information

[PATCH v2] KVM: arm: reserve bit in KVM_REG_ARM encoding for secure/nonsecure
 2018-03-15 18:48 UTC  (3+ messages)

[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-03-15 18:44 UTC  (6+ messages)
` [pci PATCH v7 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
` [pci PATCH v7 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
` [pci PATCH v7 3/5] ena: Migrate over to unmanaged SR-IOV support
` [pci PATCH v7 4/5] nvme: "
` [pci PATCH v7 5/5] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs

[PATCH v3 00/14] s390: vfio-ap: guest dedicated crypto adapters
 2018-03-15 17:56 UTC  (32+ messages)
` [PATCH v3 01/14] KVM: s390: refactor crypto initialization
` [PATCH v3 02/14] s390: zcrypt: externalize AP instructions available function
` [PATCH v3 03/14] KVM: s390: CPU model support for AP virtualization
` [PATCH v3 04/14] KVM: s390: device attribute to set AP interpretive execution
` [PATCH v3 05/14] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v3 06/14] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v3 07/14] KVM: s390: interfaces to configure/deconfigure guest's AP matrix
` [PATCH v3 08/14] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v3 09/14] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v3 10/14] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v3 11/14] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v3 12/14] KVM: s390: configure the guest's AP devices
` [PATCH v3 13/14] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v3 14/14] s390: doc: detailed specifications for AP virtualization

[PATCH v2 0/6] KVM/ARM fixes for 4.16-rc6
 2018-03-15 17:16 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
` [PATCH v2 2/6] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v2 3/6] KVM: arm/arm64: Reset mapped IRQs on VM reset
` [PATCH v2 4/6] KVM: arm/arm64: Reduce verbosity of KVM init log
` [PATCH v2 5/6] KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
` [PATCH v2 6/6] kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3

[PATCH] vfio/pci: Quiet broken INTx whining when INTx is unsupported by device
 2018-03-15 16:40 UTC 

[PATCH v5 0/7] vfio/type1: Add support for valid iova list management
 2018-03-15 16:35 UTC  (8+ messages)
` [PATCH v5 2/7] vfio/type1: Check reserve region conflict and update iova list
` [PATCH v5 6/7] vfio/type1: remove duplicate retrieval of reserved regions
  ` [PATCH v5 1/7] vfio/type1: Introduce iova list and add iommu aperture validity check
  ` [PATCH v5 3/7] vfio/type1: Update iova list on detach
  ` [PATCH v5 4/7] vfio/type1: check dma map request is within a valid iova range
  ` [PATCH v5 5/7] vfio/type1: Add IOVA range capability support
  ` [PATCH v5 7/7] iommu/dma: Move PCI window region reservation back into dma specific path

[PATCH v5 00/40] Optimize KVM/ARM for VHE systems
 2018-03-15 15:54 UTC  (3+ messages)
` [PATCH v5 36/40] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code

[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
 2018-03-15 15:24 UTC  (9+ messages)
` [PATCH v1 13/16] kvm: arm64: Configure VTCR per VM
` [PATCH v1 15/16] kvm: arm64: Allow configuring physical address space size

[PATCH v2] vhost: add vsock compat ioctl
 2018-03-15 13:51 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts
 2018-03-15 13:37 UTC  (7+ messages)

[PATCH 0/8] migration: improve and cleanup compression
 2018-03-15 12:32 UTC  (17+ messages)
` [PATCH 1/8] migration: stop compressing page in migration thread
` [PATCH 2/8] migration: stop allocating and freeing memory frequently
` [PATCH 3/8] migration: support to detect compression and decompression errors
` [PATCH 4/8] migration: introduce control_save_page()
` [PATCH 5/8] migration: move calling control_save_page to the common place
` [PATCH 6/8] migration: move calling save_zero_page "
` [PATCH 7/8] migration: introduce save_normal_page()
` [PATCH 8/8] migration: remove ram_save_compressed_page()

[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
 2018-03-15 10:18 UTC  (15+ messages)
` [PATCH v2 06/27] x86/entry/64: Adapt assembly for PIE support
` [PATCH v2 21/27] x86/ftrace: Adapt function tracing "
` [PATCH v2 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v2 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v2 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v2 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v2 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v2 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

[PATCH] vhost: fix vhost ioctl signature to build with clang
 2018-03-15  8:20 UTC  (2+ messages)

Suggestion on 'virtio-pmem' implementation
 2018-03-15  5:40 UTC  (3+ messages)

[PATCH v2 0/3] Provides userspace with per-VM capability to improve latency
 2018-03-15  1:48 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: X86: Provides userspace with a capability to not intercept MWAIT

[PATCH] vhost: add vsock compat ioctl
 2018-03-14 20:39 UTC  (3+ messages)

[PATCH v4 4/6] vfio/type1: check dma map request is within a valid iova range
 2018-03-14 18:12 UTC  (13+ messages)

[PATCH v2 00/15] s390: vfio-ap: guest dedicated crypto adapters
 2018-03-14 16:29 UTC  (11+ messages)
` [PATCH v2 01/15] KVM: s390: refactor crypto initialization
` [PATCH v2 08/15] KVM: s390: interface to enable AP execution mode

[PATCH v2 0/2] x86/kvm: avoid expensive rdmsrs for FS/GS base MSRs
 2018-03-14 16:12 UTC  (2+ messages)

[pci PATCH v6 0/5] Add support for unmanaged SR-IOV
 2018-03-14 15:31 UTC  (12+ messages)
` [pci PATCH v6 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
` [pci PATCH v6 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices
` [pci PATCH v6 3/5] ena: Migrate over to unmanaged SR-IOV support
` [pci PATCH v6 4/5] nvme: "
` [pci PATCH v6 5/5] pci-pf-stub: Add PF driver stub for PFs that function only to enable VFs

[RFC 0/3] arch/x86/kvm: Introduce PLE(pause loop exit) logic in SVM
 2018-03-14 13:26 UTC  (5+ messages)
` [RFC 3/3] arch/x86/kvm: SVM: Introduce pause loop exit "

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-03-14 13:10 UTC  (19+ messages)
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 17/37] iommu/arm-smmu-v3: Move context descriptor code
` [PATCH 27/37] iommu/arm-smmu-v3: Register fault workqueue
` [PATCH 28/37] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH 31/37] iommu/arm-smmu-v3: Add support for PCI ATS
` [PATCH 35/37] iommu/arm-smmu-v3: Add support for PRI

[PATCH v5 00/23] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation)
 2018-03-14 12:02 UTC  (4+ messages)
` [PATCH v5 22/23] arm64: KVM: Allow mapping of vectors outside of the RAM region


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