public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-07 15:11:42 to 2018-05-13 14:21:02 UTC [more...]

KASAN: slab-out-of-bounds Read in vmx_vcpu_run
 2018-05-13 14:21 UTC 

[PATCH v2] KVM: X86: Fix CR3 reserve bits
 2018-05-13 11:19 UTC 

[PATCH v2] KVM: X86: Fix CR3 reserve bits
 2018-05-13  9:24 UTC 

[PATCH 1/2] KVM: X86: Fix CR3 reserve bits
 2018-05-13  9:14 UTC  (2+ messages)

[PATCH 1/2] KVM: X86: Fix CR3 reserve bits
 2018-05-13  8:54 UTC  (2+ messages)

[PATCH v3 0/6] KVM: x86: hyperv: PV TLB flush for Windows guests
 2018-05-13  8:47 UTC  (9+ messages)
` [PATCH v3 1/6] x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
` [PATCH v3 4/6] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implementation
` [PATCH v3 5/6] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX implementation

[PATCH 2/2] KVM: X86: Fix loss of CR3_PCID_INVD bit when guest writes CR3
 2018-05-13  8:44 UTC  (2+ messages)

general protection fault in __radix_tree_delete
 2018-05-13  8:26 UTC  (2+ messages)

[PATCH 1/2] KVM: X86: Fix CR3 reserve bits
 2018-05-13  8:25 UTC  (2+ messages)

KASAN: use-after-free Write in irq_bypass_register_consumer
 2018-05-13  6:21 UTC  (8+ messages)
    `  "

[PATCH 2/2] KVM: X86: Fix loss of CR3_PCID_INVD bit when guest writes CR3
 2018-05-13  3:24 UTC 

[PATCH 1/2] KVM: X86: Fix CR3 reserve bits
 2018-05-13  3:22 UTC 

[RFC][PATCH] KVM: APPLES can improve the performance of applications and virtualized systems by up to 49%
 2018-05-12  8:27 UTC 

[PATCH 0/3] KVM: VMX: Allow to disable ioport intercept per-VM by userspace
 2018-05-12  1:03 UTC  (12+ messages)
` [PATCH 1/3] KVM: VMX: Introduce per-VM I/O permission bitmaps
` [PATCH 2/3] KVM: X86: Allow userspace to disable ioport intercept
` [PATCH 3/3] KVM: VMX: Allow I/O port 0x80 bypass when userspace prefer

[PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-05-12  0:49 UTC  (11+ messages)

[PATCH v8 0/8] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-05-11 22:16 UTC  (16+ messages)
` [PATCH v8 1/8] i386: Helpers to encode cache information consistently
` [PATCH v8 2/8] i386: Add cache information in X86CPUDefinition
` [PATCH v8 3/8] i386: Add new property to control cache info
` [PATCH v8 4/8] i386: Initialize cache information for EPYC family processors
` [PATCH v8 5/8] i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
` [PATCH v8 6/8] i386: Add support for CPUID_8000_001E for AMD
` [PATCH v8 7/8] i386: Enable TOPOEXT feature on AMD EPYC CPU
` [PATCH v8 8/8] i386: Remove generic SMT thread check

[PATCH] vfio: platform: Fix using devices in PM Domains
 2018-05-11 19:45 UTC  (3+ messages)
` [PATCH v3 1/2] vfio: platform: Fix reset module leak in error path

[PATCH v2] vfio: platform: Make printed error messages more consistent
 2018-05-11 19:45 UTC  (2+ messages)

[PATCH v2 00/40] Shared Virtual Addressing for the IOMMU
 2018-05-11 19:06 UTC  (41+ messages)
  ` [PATCH v2 01/40] iommu: Introduce Shared Virtual Addressing API
  ` [PATCH v2 02/40] iommu/sva: Bind process address spaces to devices
  ` [PATCH v2 03/40] iommu/sva: Manage process address spaces
  ` [PATCH v2 04/40] iommu/sva: Add a mm_exit callback for device drivers
  ` [PATCH v2 05/40] iommu/sva: Track mm changes with an MMU notifier
  ` [PATCH v2 06/40] iommu/sva: Search mm by PASID
  ` [PATCH v2 07/40] iommu: Add a page fault handler
  ` [PATCH v2 08/40] iommu/iopf: Handle mm faults
  ` [PATCH v2 09/40] iommu/sva: Register page fault handler
  ` [PATCH v2 10/40] mm: export symbol mm_access
  ` [PATCH v2 11/40] mm: export symbol find_get_task_by_vpid
  ` [PATCH v2 12/40] mm: export symbol mmput_async
  ` [PATCH v2 13/40] vfio: Add support for Shared Virtual Addressing
  ` [PATCH v2 14/40] dt-bindings: document stall and PASID properties for IOMMU masters
  ` [PATCH v2 15/40] iommu/of: Add stall and pasid properties to iommu_fwspec
  ` [PATCH v2 16/40] arm64: mm: Pin down ASIDs for sharing mm with devices
  ` [PATCH v2 17/40] iommu/arm-smmu-v3: Link domains and devices
  ` [PATCH v2 18/40] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
  ` [PATCH v2 19/40] iommu: Add generic PASID table library
  ` [PATCH v2 20/40] iommu/arm-smmu-v3: Move context descriptor code
  ` [PATCH v2 21/40] iommu/arm-smmu-v3: Add support for Substream IDs
  ` [PATCH v2 22/40] iommu/arm-smmu-v3: Add second level of context descriptor table
  ` [PATCH v2 23/40] iommu/arm-smmu-v3: Share process page tables
  ` [PATCH v2 24/40] iommu/arm-smmu-v3: Seize private ASID
  ` [PATCH v2 25/40] iommu/arm-smmu-v3: Add support for VHE
  ` [PATCH v2 26/40] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
  ` [PATCH v2 27/40] iommu/arm-smmu-v3: Add SVA feature checking
  ` [PATCH v2 28/40] iommu/arm-smmu-v3: Implement mm operations
  ` [PATCH v2 29/40] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
  ` [PATCH v2 30/40] iommu/arm-smmu-v3: Register I/O Page Fault queue
  ` [PATCH v2 31/40] iommu/arm-smmu-v3: Improve add_device error handling
  ` [PATCH v2 32/40] iommu/arm-smmu-v3: Maintain a SID->device structure
  ` [PATCH v2 33/40] iommu/arm-smmu-v3: Add stall support for platform devices
  ` [PATCH v2 34/40] ACPI/IORT: Check ATS capability in root complex nodes
  ` [PATCH v2 35/40] iommu/arm-smmu-v3: Add support for PCI ATS
  ` [PATCH v2 36/40] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
  ` [PATCH v2 37/40] iommu/arm-smmu-v3: Disable tagged pointers
  ` [PATCH v2 38/40] PCI: Make "PRG Response PASID Required" handling common
  ` [PATCH v2 39/40] iommu/arm-smmu-v3: Add support for PRI
  ` [PATCH v2 40/40] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-05-11 17:18 UTC  (14+ messages)
` [PATCH v5 03/13] KVM: s390: CPU model support for AP virtualization
` [PATCH v5 04/13] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v5 05/13] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v5 06/13] KVM: s390: interfaces to manage guest's AP matrix
` [PATCH v5 07/13] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v5 08/13] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v5 09/13] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v5 10/13] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v5 11/13] KVM: s390: implement mediated device open callback
` [PATCH v5 12/13] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v5 13/13] s390: doc: detailed specifications for AP virtualization

kvm_read_guest_page() missing kvm->srcu read lock?
 2018-05-11 16:59 UTC  (7+ messages)

[PATCH v7 0/9] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-05-11 14:59 UTC  (43+ messages)
` [PATCH v7 1/9] i386: Helpers to encode cache information consistently
` [PATCH v7 2/9] i386: Add cache information in X86CPUDefinition
` [PATCH v7 3/9] i386: Initialize cache information for EPYC family processors
` [PATCH v7 4/9] i386: Add new property to control cache info
` [PATCH v7 5/9] i386: Use the statically loaded cache definitions
` [PATCH v7 6/9] i386: Populate AMD Processor Cache Information for cpuid 0x8000001D
` [PATCH v7 7/9] i386: Add support for CPUID_8000_001E for AMD
` [PATCH v7 8/9] i386: Enable TOPOEXT feature on AMD EPYC CPU
` [PATCH v7 9/9] i386: Remove generic SMT thread check

ping latency issue on passthrough guest
 2018-05-11 14:26 UTC  (2+ messages)

[PATCH 0/4] KVM: arm/arm64: Fix locking issues
 2018-05-11 14:20 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm/arm64: Properly protect VGIC locks from IRQs
` [PATCH 2/4] KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
` [PATCH 3/4] KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
` [PATCH 4/4] KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls

[PATCH RFC v2 0/5] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-05-11 13:37 UTC  (6+ messages)
` [PATCH RFC v2 1/5] KVM: hyperv: define VP assist page helpers
` [PATCH RFC v2 2/5] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
` [PATCH RFC v2 3/5] KVM: nVMX: add enlightened VMCS state
` [PATCH RFC v2 4/5] KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR
` [PATCH RFC v2 5/5] KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case

[PATCH RFC 0/2] vfio-ccw: exploit halt/clear subchannel support
 2018-05-11  9:53 UTC  (4+ messages)
` [PATCH RFC 1/2] vfio-ccw: forward halt/clear to device if supported
` [PATCH RFC 2/2] s390/css: add some tracing for pass-through handling

[PATCH RFC 0/2] vfio-ccw: support for {halt,clear} subchannel
 2018-05-11  9:36 UTC  (5+ messages)
` [PATCH RFC 1/2] s390/cio: export hsch to modules
` [PATCH RFC 2/2] vfio-ccw: support for halt/clear subchannel

[PATCH] idr: fix invalid ptr dereference on item delete
 2018-05-11  9:12 UTC  (5+ messages)

[PATCH] kvm: Change return type to vm_fault_t
 2018-05-10 16:42 UTC  (4+ messages)

[libvirt] [PATCH 0/3] sample: vfio mdev display devices
 2018-05-10 15:57 UTC  (12+ messages)
            ` [libvirt] Expose vfio device display/migration to libvirt and above, was "

KVM call for 2018-05-22
 2018-05-09 19:45 UTC 

KVM call for 2018-05-22
 2018-05-09 19:45 UTC 

[PATCH 1/1] s390: vfio-ccw: push down unsupported IDA check
 2018-05-09 17:36 UTC 

[PATCH] KVM: x86: Expose CLDEMOTE CPU feature to guest VM
 2018-05-09 15:47 UTC  (5+ messages)

[PATCH] compiler-gcc: disable -ftracer for __noclone functions
 2018-05-08 18:12 UTC  (4+ messages)

[PATCH] KVM: hyperv: idr_find needs RCU protection
 2018-05-08 17:35 UTC  (2+ messages)

WARNING in __mutex_unlock_slowpath
 2018-05-08 16:41 UTC  (7+ messages)

[PATCH] vfio: fix documentation
 2018-05-08 15:17 UTC  (2+ messages)

[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
 2018-05-08 13:47 UTC  (7+ messages)
` [PATCH v2 05/17] arm64: Helper for parange to PASize
` [PATCH v2 11/17] kvm: arm64: Configure VTCR per VM

[PATCH net] vhost: Use kzalloc() to allocate vhost_msg_node
 2018-05-08  8:27 UTC  (3+ messages)

[PATCH v5 1/3] KVM: X86: Fix operand/address-size during instruction decoding
 2018-05-07 22:56 UTC  (6+ messages)
` [PATCH v5 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure

[PATCH v2] KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support
 2018-05-07 17:01 UTC  (2+ messages)

[PATCH v2] KVM: vmx: update sec exec controls for UMIP iff emulating UMIP
 2018-05-07 16:30 UTC  (2+ messages)

[PATCH v3] KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
 2018-05-07 16:25 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