kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-13 10:59:29 to 2018-04-18 03:18:32 UTC [more...]

[PATCH 13/24] x86/speculation: Use IBRS if available before calling into firmware
 2018-04-18  3:18 UTC  (9+ messages)
` [PATCH 14/24] x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
` [PATCH 18/24] KVM/x86: Add IBPB support
` [PATCH 19/24] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH 20/24] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH 21/24] KVM/SVM: "
` [PATCH 22/24] KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
` [PATCH 23/24] KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely()
` [PATCH 24/24] x86/spectre_v2: Don't check microcode versions when running under hypervisors

[PATCH RESEND v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-04-18  1:20 UTC  (6+ messages)

[PATCH 0/4] move kvm_para.h to standard-headers
 2018-04-17 22:05 UTC  (10+ messages)
` [PATCH 1/4] update-linux-headers.sh: drop kvm_para.h hacks
` [PATCH 2/4] include/standard-headers: add asm-x86/kvm_para.h
` [PATCH 3/4] x86/cpu: use standard-headers/asm-x86.kvm_para.h
` [PATCH 4/4] linux-headers: drop kvm_para.h

[PATCH] KVM: X86: Allow userspace to define the microcode version
 2018-04-17 20:24 UTC  (14+ messages)

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

[PATCH] KVM: arm/arm64: VGIC: Kick new VCPU on interrupt migration
 2018-04-17 11:32 UTC  (2+ messages)

[PATCH] arm64: KVM: Demote SVE and LORegion warnings to debug only
 2018-04-17 11:25 UTC  (2+ messages)

[PATCH v3 0/2] KVM: MSR-based features
 2018-04-17  9:47 UTC  (2+ messages)

[PATCH v2] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-04-17  8:21 UTC  (3+ messages)

[PATCH v7 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-04-17  6:41 UTC  (13+ messages)
` [PATCH v7 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
` [PATCH v7 2/7] xen/pvh: Move PVH entry code out of Xen specific tree
` [PATCH v7 3/7] xen/pvh: Create a new file for Xen specific PVH code
` [PATCH v7 4/7] xen/pvh: Move Xen specific PVH VM initialization out of common file
` [PATCH v7 5/7] xen/pvh: Move Xen code for getting mem map via hcall "
` [PATCH v7 6/7] xen/pvh: Add memory map pointer to hvm_start_info struct
` [PATCH v7 7/7] KVM: x86: Allow Qemu/KVM to use PVH entry point

[PATCH 0/3] KVM: VMX: Allow to disable ioport intercept per-VM by userspace
 2018-04-17  5:46 UTC  (4+ 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] x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI
 2018-04-17  4:43 UTC 

[PATCH 13/24] x86/speculation: Use IBRS if available before calling into firmware
 2018-04-17  4:27 UTC  (9+ messages)
` [PATCH 14/24] x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
` [PATCH 18/24] KVM/x86: Add IBPB support
` [PATCH 19/24] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH 20/24] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
` [PATCH 21/24] KVM/SVM: "
` [PATCH 22/24] KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
` [PATCH 23/24] KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely()
` [PATCH 24/24] x86/spectre_v2: Don't check microcode versions when running under hypervisors

[PATCH 14/23] x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
 2018-04-16 18:33 UTC  (4+ messages)
` [PATCH 22/23] KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
` [PATCH 23/23] KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely()
` [PATCH 24/24] x86/spectre_v2: Don't check microcode versions when running under hypervisors

[PATCH 1/2] X86/KVM: Properly restore 'tsc_offset' when running an L2 guest
 2018-04-16 17:15 UTC  (6+ messages)
` [PATCH 2/2] kvm: nVMX: Introduce KVM_CAP_STATE

[PATCH] KVM: Switch 'requests' to be 64-bit (explicitly)
 2018-04-16 16:28 UTC  (4+ messages)

[GIT PULL] KVM fixes for 4.17-rc2
 2018-04-16 16:12 UTC 

[PATCH v4] X86/KVM: Properly update 'tsc_offset' to represent the running guest
 2018-04-16 15:45 UTC  (4+ messages)

Xen inside KVM on AMD: Linux HVM/PVH crashes on AP bring up
 2018-04-16 15:14 UTC 

[PATCH v2 00/12] KVM/X86: Introduce a new guest mapping interface
 2018-04-16 12:27 UTC  (17+ messages)
` [PATCH v2 01/12] X86/nVMX: handle_vmon: Read 4 bytes from guest memory
` [PATCH v2 02/12] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly "
` [PATCH v2 03/12] X86/nVMX: Update the PML table without mapping and unmapping the page
` [PATCH v2 04/12] X86/KVM: Handle PFNs outside of kernel reach when touching GPTEs
` [PATCH v2 05/12] KVM: Introduce a new guest mapping API
` [PATCH v2 06/12] KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmap
` [PATCH v2 07/12] KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC page
` [PATCH v2 08/12] KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor table
` [PATCH v2 09/12] KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulated
` [PATCH v2 10/12] KVM/X86: hyperv: Use kvm_vcpu_map in synic_clear_sint_msg_pending
` [PATCH v2 11/12] KVM/X86: hyperv: Use kvm_vcpu_map in synic_deliver_msg
` [PATCH v2 12/12] KVM/nSVM: Use the new mapping API for mapping guest memory

[PATCH v3 0/6] KVM: x86: hyperv: PV TLB flush for Windows guests
 2018-04-16 11:08 UTC  (7+ messages)
` [PATCH v3 1/6] x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
` [PATCH v3 2/6] KVM: x86: hyperv: use defines when parsing hypercall parameters
` [PATCH v3 3/6] KVM: x86: hyperv: do rep check for each hypercall separately
` [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 v3 6/6] KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability

[PATCH] kvm: selftests: add vmx_tsc_adjust_test
 2018-04-16 11:04 UTC 

[PATCH v2] KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support
 2018-04-16 10:50 UTC 

[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
 2018-04-16 10:25 UTC  (7+ 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: arm/arm64: Close VMID generation race
 2018-04-16 10:20 UTC  (9+ messages)

[PATCH] vfio-ccw: process ssch with interrupts disabled
 2018-04-16  9:35 UTC  (2+ messages)

BUG: unable to handle kernel paging request in corrupted
 2018-04-16  9:10 UTC 

[PATCH RFC 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
 2018-04-16  4:09 UTC  (2+ messages)

repeatable boot randomness inside KVM guest
 2018-04-14 23:09 UTC  (3+ messages)

[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

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

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

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

[PATCH] vfio: platform: Fix using devices in PM Domains
 2018-04-13 11:56 UTC  (11+ messages)
` [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


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