kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-10 04:57:23 to 2018-04-14 22:41:42 UTC [more...]

repeatable boot randomness inside KVM guest
 2018-04-14 22:41 UTC  (2+ messages)

[PATCH 1/2] X86/KVM: Properly restore 'tsc_offset' when running an L2 guest
 2018-04-14 22:31 UTC  (10+ messages)
` [PATCH 2/2] kvm: nVMX: Introduce KVM_CAP_STATE

[PATCH] KVM: Switch 'requests' to be 64-bit (explicitly)
 2018-04-14 22:26 UTC 

[PATCH 0/2] MSR_IA32_TSC fixes for nested
 2018-04-14  6:31 UTC  (10+ messages)
` [PATCH 1/2] X86/KVM: Properly update 'tsc_offset' to represent the running guest
` [PATCH 2/2] kvm: x86: move MSR_IA32_TSC handling to x86.c
` [PATCH 3/2] kvm: selftests: add vmx_tsc_adjust_test

[PATCH v4] X86/KVM: Properly update 'tsc_offset' to represent the running guest
 2018-04-14  3:10 UTC 

general protection fault in vmx_vcpu_run
 2018-04-14  1:07 UTC  (2+ messages)

[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
 2018-04-13 16:27 UTC  (5+ messages)
` [PATCH v2 12/17] kvm: arm/arm64: Expose supported physical address limit for VM
` [PATCH v2 14/17] kvm: arm64: Switch to per VM IPA limit

[PATCH] KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support
 2018-04-13 14:23 UTC  (4+ messages)

[PATCH] vfio-ccw: process ssch with interrupts disabled
 2018-04-13 14:05 UTC 

[PATCH] vfio: platform: Fix using devices in PM Domains
 2018-04-13 12:00 UTC  (6+ messages)

[PATCH] vfio: platform: Fix using devices in PM Domains
 2018-04-13 11:56 UTC  (19+ 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 00/37] Shared Virtual Addressing for the IOMMU
 2018-04-13 10:59 UTC  (4+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces

[PATCH v3 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-04-13  9:00 UTC  (14+ messages)
` [PATCH v3 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v3 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v3 03/12] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v3 04/12] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v3 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v3 06/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v3 07/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v3 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v3 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v3 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v3 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v3 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512

[PATCH v2] vfio: platform: Make printed error messages more consistent
 2018-04-13  8:54 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86: hyperv: PV TLB flush for Windows guests
 2018-04-13  1:38 UTC  (8+ 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

[PATCH 04/10] KVM: Introduce a new guest mapping API
 2018-04-12 21:25 UTC  (9+ messages)
  ` [PATCH 05/10] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
  ` [PATCH 06/10] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
  ` [PATCH 07/10] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
` [PATCH 00/10] KVM/X86: Handle guest memory that does not have a struct page
  ` [PATCH 03/10] X86/nVMX: Update the PML table without mapping and unmapping the page

[PATCH v4 1/2] X86/KVM: Properly update 'tsc_offset' to represent the running guest
 2018-04-12 20:30 UTC  (3+ messages)
` [PATCH v4 2/2] kvm: nVMX: Introduce KVM_CAP_STATE

[PATCH v11 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification
 2018-04-12 16:14 UTC  (10+ 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

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

[PATCH] X86/KVM: Update the exit_qualification access bits while walking an address
 2018-04-12 13:08 UTC  (3+ messages)
` [PATCH] nvmx: Check exit qualification RD/WR permission for MMIO accesses

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

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

[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

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

[PATCH 2/3] sample: vfio mdev display - guest driver
 2018-04-11 20:39 UTC  (2+ messages)

[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

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


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