public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-05 10:45:07 to 2018-04-12 09:45:01 UTC [more...]

KASAN: use-after-scope Read in vmx_vcpu_run
 2018-04-12  9:45 UTC 

general protection fault in vmx_vcpu_run
 2018-04-12  9:45 UTC 

[PATCH] vfio: platform: Fix using devices in PM Domains
 2018-04-12  7:03 UTC  (2+ messages)

[PATCH RFC 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
 2018-04-12  7:02 UTC 

[PATCH] vfio: platform: Fix using devices in PM Domains
 2018-04-12  7:00 UTC  (6+ messages)
` [PATCH v3 0/2] vfio: platform: Improve reset support
` [PATCH v3 1/2] vfio: platform: Fix reset module leak in error path
` [PATCH v3 2/2] vfio: platform: Add generic DT reset support

[PATCH v2 0/2] vfio: platform: Improve reset support
 2018-04-12  6:54 UTC  (7+ messages)
` [PATCH v2 1/2] vfio: platform: Fix reset module leak in error path
` [PATCH v2 2/2] vfio: platform: Add generic DT reset controller support

[PATCH v11 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification
 2018-04-12  6:09 UTC  (9+ messages)
` [PATCH v11 1/4] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH v11 2/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v11 3/4] ACPI / APEI: Add SEI notification type support for ARMv8
` [PATCH v11 4/4] arm64: handle NOTIFY_SEI notification by the APEI driver

BUG: sleeping function called from invalid context at arch/x86/mm/fault.c:LINE (2)
 2018-04-11 23:48 UTC  (2+ messages)

[PATCH 1/3] sample: vfio mdev display - host device
 2018-04-11 20:39 UTC  (4+ messages)
` [PATCH 2/3] sample: vfio mdev display - guest driver
` [PATCH 3/3] sample: vfio bochs vbe display (host device for bochs-drm)

[PULL] virtio: feature pull
 2018-04-11 19:10 UTC 

[PATCH 0/4] Add virtio-iommu driver
 2018-04-11 18:35 UTC  (12+ messages)
` [PATCH 1/4] iommu: "
` [PATCH 2/4] iommu/virtio: Add probe request

[PATCH v2 0/6] KVM: x86: hyperv: PV TLB flush for Windows guests
 2018-04-11 17:21 UTC  (7+ messages)
` [PATCH v2 1/6] x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
` [PATCH v2 2/6] KVM: x86: hyperv: use defines when parsing hypercall parameters
` [PATCH v2 3/6] KVM: x86: hyperv: do rep check for each hypercall separately
` [PATCH v2 4/6] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implementation
` [PATCH v2 5/6] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX implementation
` [PATCH v2 6/6] KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability

[RFC PATCH] vfio: Implement new Ioctl VFIO_IOMMU_GET_DIRTY_BITMAP
 2018-04-11 15:42 UTC  (4+ messages)

[PATCH v3 0/2] vhost: fix vhost_vq_access_ok() log check
 2018-04-11 14:55 UTC  (7+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] vhost: return bool from *_access_ok() functions

[PATCH] X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not available
 2018-04-11 14:02 UTC  (3+ messages)

BUG: unable to handle kernel paging request in vmx_vcpu_run
 2018-04-11 14:02 UTC 

[PATCH] vhost: Fix vhost_copy_to_user()
 2018-04-11 13:51 UTC  (4+ messages)

[PATCH] KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
 2018-04-11 11:34 UTC  (2+ messages)

[PATCH v3] X86/VMX: Disable VMX preemption timer if MWAIT is not intercepted
 2018-04-11  9:33 UTC  (5+ messages)

[RFC] vhost: introduce mdev based hardware vhost backend
 2018-04-11  2:18 UTC  (11+ messages)
    ` [virtio-dev] "
            `  "

[PATCH] KVM: arm/arm64: Close VMID generation race
 2018-04-11  1:30 UTC  (9+ messages)

[PATCH v29 0/4] Virtio-balloon: support free page reporting
 2018-04-11  1:22 UTC  (7+ messages)
` [PATCH v29 1/4] mm: support reporting free page blocks

[PATCH v2 0/2] vhost: fix vhost_vq_access_ok() log check
 2018-04-11  1:21 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] vhost: return bool from *_access_ok() functions

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

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-04-10 18:53 UTC  (3+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces

[PATCH v2] vfio: platform: Make printed error messages more consistent
 2018-04-10 14:54 UTC 

[PATCH v2] X86/VMX: Disable VMX preemption timer if MWAIT is not intercepted
 2018-04-10 12:16 UTC  (3+ messages)

[PATCH v2] target-i386: add KVM_HINTS_DEDICATED performance hint
 2018-04-10 12:04 UTC  (5+ messages)

[PATCH 0/4] vfio: ccw: error handling fixes and improvements
 2018-04-10 10:48 UTC  (6+ messages)
` [PATCH 4/4] vfio: ccw: add traceponits for interesting error paths

[PATCH] X86/VMX: Disable VMX preempition timer if MWAIT is not intercepted
 2018-04-10 10:09 UTC  (3+ messages)

[PATCH] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-04-10  9:43 UTC  (5+ messages)

[PATCH v2] kvm: nVMX: Introduce KVM_CAP_STATE
 2018-04-10  7:37 UTC  (6+ messages)

[PATCH v32 0/4] Virtio-balloon: support free page reporting
 2018-04-10  1:50 UTC  (5+ messages)
` [PATCH v32 1/4] mm: support reporting free page blocks
` [PATCH v32 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v32 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v32 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH] vhost: fix vhost_vq_access_ok() log check
 2018-04-10  1:05 UTC  (6+ messages)
` [PATCH RESEND net] "

[RFC v2 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-09 21:38 UTC  (3+ messages)
` [RFC v2 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION

[PATCH v5 0/9] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-04-09 20:07 UTC  (6+ messages)
` [PATCH v5 4/9] i386: Add new property to control cache info

[PATCH v3 00/10] migration: improve and cleanup compression
 2018-04-09 19:30 UTC  (4+ messages)

[GIT PULL] KVM changes for Linux 4.17
 2018-04-09 16:42 UTC 

[PATCH RESEND v2] vhost-net: set packet weight of tx polling to 2 * vq size
 2018-04-09 15:02 UTC  (2+ messages)

kernel BUG at drivers/vhost/vhost.c:LINE! (2)
 2018-04-09 13:17 UTC  (5+ messages)

[PATCH v31 0/4] Virtio-balloon: support free page reporting
 2018-04-09 11:46 UTC  (7+ messages)
` [PATCH v31 1/4] mm: support reporting free page blocks
` [PATCH v31 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v31 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v31 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON

[PATCH] KVM: vmx: unify adjacent #ifdefs
 2018-04-09 11:00 UTC  (3+ messages)

[PATCH] kvm: x86: fix a prototype warning
 2018-04-09 10:59 UTC  (3+ messages)

[PATCH v2] vhost-net: set packet weight of tx polling to 2 * vq size
 2018-04-09  7:07 UTC 

[RFC 0/2] kvm "fake DAX" device flushing
 2018-04-09  6:42 UTC  (9+ messages)
  ` [RFC 1/2] kvm: add virtio pmem driver
  ` [RFC 2/2] pmem: device flush over VIRTIO
  ` [RFC] qemu: Add virtio pmem device
          ` [Qemu-devel] "

[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
 2018-04-09  5:46 UTC  (2+ messages)

[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
 2018-04-09  2:42 UTC  (3+ messages)

[PATCH AUTOSEL for 4.9 253/293] kvm: Map PFN-type memory regions as writable (if possible)
 2018-04-09  0:26 UTC 

[PATCH AUTOSEL for 4.14 090/161] x86/hyperv: Check for required priviliges in hyperv_init()
 2018-04-09  0:21 UTC  (2+ messages)
` [PATCH AUTOSEL for 4.14 093/161] kvm: Map PFN-type memory regions as writable (if possible)

[PATCH AUTOSEL for 4.15 109/189] x86/hyperv: Check for required priviliges in hyperv_init()
 2018-04-09  0:18 UTC  (2+ messages)
` [PATCH AUTOSEL for 4.15 113/189] kvm: Map PFN-type memory regions as writable (if possible)

[GIT PULL] VFIO updates for v4.17
 2018-04-06 21:33 UTC 

KASAN: use-after-free Write in irq_bypass_register_consumer
 2018-04-06  3:15 UTC  (7+ messages)
    `  "

[PATCH v30 0/4] Virtio-balloon: support free page reporting
 2018-04-06  0:11 UTC  (12+ messages)
` [PATCH v30 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT

general protection fault in native_write_cr4
 2018-04-05 19:00 UTC  (8+ messages)

[PATCH v3 00/14] s390: vfio-ap: guest dedicated crypto adapters
 2018-04-05 13:16 UTC  (5+ messages)
` [PATCH v3 01/14] KVM: s390: refactor crypto initialization


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