public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-14 21:36:25 to 2018-03-19 09:09:04 UTC [more...]

[PATCH v2 0/3] vfio/pci: ioeventfd support
 2018-03-19  9:09 UTC  (6+ messages)
` [PATCH v2 1/3] vfio/pci: Pull BAR mapping setup from read-write path
` [PATCH v2 2/3] vfio/pci: Use endian neutral helpers
` [PATCH v2 3/3] vfio/pci: Add ioeventfd support

[PATCH v5 00/11] Intel Processor Trace virtulization enabling
 2018-03-19  9:05 UTC  (9+ messages)
` [PATCH v5 03/11] perf/x86/intel/pt: Introduce a new function to get the capability of Intel PT
` [PATCH v5 11/11] KVM: x86: Disable Intel Processor Trace when VMXON in L1 guest

[PATCH v5 0/7] vfio/type1: Add support for valid iova list management
 2018-03-19  8:28 UTC  (10+ messages)
` [PATCH v5 2/7] vfio/type1: Check reserve region conflict and update iova list
  ` [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 6/7] vfio/type1: remove duplicate retrieval of reserved regions

[PATCH 0/8] migration: improve and cleanup compression
 2018-03-19  8:01 UTC  (27+ messages)
` [PATCH 1/8] migration: stop compressing page in migration thread
` [PATCH 2/8] migration: stop allocating and freeing memory frequently
  ` [PATCH 2/8] migration: stop allocating and freeingmemory frequently
      ` [PATCH 2/8] migration: stop allocating andfreeingmemory frequently
` [PATCH 3/8] migration: support to detect compression and decompression errors
  ` [PATCH 3/8] migration: support to detect compressionand "
` [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()

[PULL 0/2] vfio-ccw patches for 4.17
 2018-03-19  6:11 UTC  (2+ messages)

kernel BUG at drivers/vhost/vhost.c:LINE!
 2018-03-19  4:59 UTC 

linux-next: manual merge of the kvms390 tree with the nds32 tree
 2018-03-19  3:49 UTC 

[PATCH] vfio iommu type1: improve memory pinning process for raw PFN mapping
 2018-03-19  2:30 UTC 

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

linux-next: Signed-off-by missing for commits in the kvm tree
 2018-03-18 13:44 UTC 

[GIT PULL] KVM fixes for 4.16-rc6
 2018-03-18  8:21 UTC 

[PATCH v10 2/5] arm64: KVM: export the capability to set guest SError syndrome
 2018-03-18  7:33 UTC 

[PATCH v10 3/5] arm/arm64: KVM: Introduce set and get per-vcpu event
 2018-03-18  6:42 UTC 

[PATCH v10 1/5] arm64: KVM: Prepare set virtual SEI syndrome value
 2018-03-18  5:17 UTC 

[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-03-16 21:42 UTC  (9+ 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
  ` [virtio-dev] "
` [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 v2 0/5] KVM: x86: Implement Pause Loop Exit for SVM
 2018-03-16 20:37 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: VMX: Fix the module parameters for vmx
` [PATCH v2 2/5] KVM: VMX: Remove ple_window_actual_max
` [PATCH v2 3/5] KVM: VMX: Bring the common code to header file
` [PATCH v2 4/5] KVM: SVM: Add pause filter threshold
` [PATCH v2 5/5] KVM: SVM: Implement pause loop exit logic in SVM

[PATCH v5 0/3] Support Perf Extension on AMD KVM guests
 2018-03-16 19:22 UTC  (5+ messages)
` [PATCH v5 1/3] x86/msr: Add AMD Core Perf Extension MSRs

[PATCH v6 00/26] KVM/arm64: Randomise EL2 mappings (variant 3a mitigation)
 2018-03-16 18:05 UTC  (47+ messages)
` [PATCH v6 04/26] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v6 06/26] KVM: arm/arm64: Do not use kern_hyp_va() with 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 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 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 v4 0/5] Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-03-16 18:00 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 v3 00/14] s390: vfio-ap: guest dedicated crypto adapters
 2018-03-16 16:09 UTC  (26+ messages)
` [PATCH v3 01/14] KVM: s390: refactor crypto initialization
` [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 11/14] s390: vfio-ap: sysfs interface to view matrix mdev matrix

[PATCH] crypto: ccp: Use memdup_user() rather than duplicating its implementation
 2018-03-16 15:53 UTC  (2+ messages)

[PATCH 4.9 40/86] Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
 2018-03-16 15:23 UTC  (4+ messages)
` [PATCH 4.9 41/86] x86/speculation: Use IBRS if available before calling into firmware
` [PATCH 4.9 42/86] x86/retpoline: Support retpoline builds with Clang
` [PATCH 4.9 45/86] x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP

[PATCH] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-03-16 15:22 UTC  (4+ messages)

[PATCH v2] KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts
 2018-03-16 14:30 UTC 

KVM call for agenda for 2018-03-20
 2018-03-16 13:01 UTC 

[PATCH] KVM: x86: Fix device passthrough when SME is active
 2018-03-16 12:29 UTC  (3+ messages)

[PATCH] x86/kvm: replace TASK_UNINTERRUPTIBLE with TASK_KILLABLE
 2018-03-16 10:57 UTC 

[PATCH v10 0/5] set VSESR_EL2 by user space and support NOTIFY_SEI notification
 2018-03-16  7:58 UTC  (8+ messages)
` [PATCH v10 1/5] arm64: KVM: Prepare set virtual SEI syndrome value
` [PATCH v10 2/5] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH v10 3/5] arm/arm64: KVM: Introduce set and get per-vcpu event

[RFC 0/3] arch/x86/kvm: Introduce PLE(pause loop exit) logic in SVM
 2018-03-16  2:07 UTC  (6+ messages)
` [RFC 3/3] arch/x86/kvm: SVM: Introduce pause loop exit "

[RFC PATCH] vfio/pci: Add ioeventfd support
 2018-03-15 21:23 UTC  (8+ messages)

[PATCH 0/3] vfio/pci: ioeventfd support
 2018-03-15 21:12 UTC  (6+ messages)
` [PATCH 3/3] vfio/pci: Add "

[PATCH v2 0/6] KVM/ARM fixes for 4.16-rc6
 2018-03-15 20:45 UTC  (8+ 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 v3 0/7] Enlightened VMCS support for KVM on Hyper-V
 2018-03-15 19:43 UTC  (21+ messages)
` [PATCH v3 1/7] x86/hyper-v: move hyperv.h out of uapi
` [PATCH v3 4/7] x86/hyper-v: allocate and use Virtual Processor Assist Pages
` [PATCH v3 7/7] x86/kvm: use Enlightened VMCS when running on Hyper-V

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

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

[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 v2 00/27] x86: PIE support and option to extend KASLR randomization
 2018-03-15 10:18 UTC  (6+ messages)
` [PATCH v2 06/27] x86/entry/64: Adapt assembly for PIE support

[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  (2+ messages)


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