kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-22 14:28:23 to 2017-08-25 08:31:36 UTC [more...]

[RFC 00/11] KVM, EFI, arm64: EFI Runtime Services Sandboxing
 2017-08-25  8:31 UTC  (6+ messages)
` [RFC 01/11] arm64: Add an SMCCC function IDs header
` [RFC 03/11] KVM: Allow VM lifecycle management without userspace
` [RFC 04/11] KVM, arm, arm64: Offer PAs to IPAs idmapping to internal VMs
` [RFC 05/11] KVM: Expose VM/VCPU creation functions
` [RFC 06/11] KVM, arm64: Expose a VCPU initialization function

x86: PIE support and option to extend KASLR randomization
 2017-08-25  8:04 UTC  (13+ messages)

[GIT PULL] Please pull my kvm-ppc-fixes branch
 2017-08-25  7:02 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2017-08-25  6:39 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with Linus' tree
 2017-08-25  4:34 UTC 

[PATCH really v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-25  1:43 UTC  (4+ messages)

[PATCH 0/3] KVM, pkeys: fix handling of PKRU across migration
 2017-08-25  0:43 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: block guest protection keys unless the host has them enabled
` [PATCH 2/3] KVM: x86: simplify handling of PKRU
` [PATCH 3/3] KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state

Agent In (USA/Canada) Needed
 2017-08-25  0:26 UTC 

[PATCH v7 0/4] Raise #UD and disable execution controls for more CPUID bits
 2017-08-24 20:41 UTC  (16+ messages)
` [PATCH 1/4] KVM: VMX: cache secondary exec controls
` [PATCH 2/4] kvm: vmx: Raise #UD on unsupported RDRAND
` [PATCH 3/4] kvm: vmx: Raise #UD on unsupported RDSEED
` [PATCH 4/4] kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS
    ` [PATCH v8 "

[PATCH v2 00/15] KVM x86/VMX cleanups
 2017-08-24 20:39 UTC  (17+ messages)
` [PATCH v2 01/15] KVM: x86: mmu: returning void in a void function is strange
` [PATCH v2 02/15] KVM: x86: mmu: free_page can handle NULL
` [PATCH v2 03/15] KVM: x86: drop BUG_ON(vcpu->kvm)
` [PATCH v2 04/15] KVM: VMX: vmx_vcpu_setup() cannot fail
` [PATCH v2 05/15] KVM: x86: no need to inititalize vcpu members to 0
` [PATCH v2 06/15] KVM: VMX: drop enable_ept check from ept_sync_context()
` [PATCH v2 07/15] KVM: VMX: call ept_sync_global() with enable_ept only
` [PATCH v2 08/15] KVM: VMX: require INVEPT GLOBAL for EPT
` [PATCH v2 09/15] KVM: VMX: drop unnecessary function declarations
` [PATCH v2 10/15] KVM: nVMX: no need to set vcpu->cpu when switching vmcs
` [PATCH v2 11/15] KVM: nVMX: no need to set ept/vpid caps to 0
` [PATCH v2 12/15] KVM: VMX: cleanup init_rmode_identity_map()
` [PATCH v2 13/15] KVM: x86: document special identity map address value
` [PATCH v2 14/15] KVM: x86: allow setting identity map addr with no vcpus only
` [PATCH v2 15/15] KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exiting

[PATCH] kvm: nVMX: Validate the virtual-APIC address on nested VM-entry
 2017-08-24 20:24 UTC 

[kvm-unit-tests PATCH 1/4] Test of VMCS pin-based controls
 2017-08-24 20:23 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/4] Test of VMCS processor-based controls
` [kvm-unit-tests PATCH 3/4] Test CR3 target count validation
` [kvm-unit-tests PATCH 4/4] Test of virtual-APIC address

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-24 18:54 UTC  (11+ messages)
` [RFC Part1 PATCH v3 13/17] x86/io: Unroll string I/O when SEV is active
` [RFC Part1 PATCH v3 14/17] x86/boot: Add early boot support when running with SEV active

[kvm-unit-tests PATCH] Appease older versions of bash
 2017-08-24 18:36 UTC 

[kvm-unit-tests PATCH] VMX controls test framework
 2017-08-24 18:20 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] kvm: vmx: Raise #UD on unsupported RDRAND
 2017-08-24 17:27 UTC  (2+ messages)

[PATCH v3 0/5] KVM: MMU: 5 level EPT/shadow support
 2017-08-24 16:51 UTC  (15+ messages)
` [PATCH v3 1/5] KVM: x86: Add return value to kvm_cpuid()
` [PATCH v3 2/5] KVM: MMU: check guest CR3 reserved bits based on its physical address width
` [PATCH v3 3/5] KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL
` [PATCH v3 4/5] KVM: MMU: Add 5 level EPT & Shadow page table support
` [PATCH v3 5/5] KVM: MMU: Expose the LA57 feature to VM

[PATCH] KVM: arm/arm64: vgic: constify seq_operations and file_operations
 2017-08-24 16:20 UTC  (2+ messages)

[PATCH] KVM: MMU: speedup update_permission_bitmask
 2017-08-24 15:56 UTC 

[PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts
 2017-08-24 14:56 UTC  (19+ messages)
` [PATCH v2 4/8] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v2 5/8] KVM: arm/arm64: vgic: Handle mapped level sensitive SPIs
` [PATCH v2 6/8] KVM: arm/arm64: vgic: Implement forwarding setting

[PATCH kvm-unit-tests] x86: vmx: test RDRAND and RDSEED
 2017-08-24 13:21 UTC 

[PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI
 2017-08-24 13:04 UTC  (7+ messages)
` [PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros
` [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support
` [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration

[PATCH v4 1/4] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-24 11:36 UTC  (5+ messages)
` [PATCH v4 2/4] KVM: X86: Fix loss of exception which has not yet injected
` [PATCH v4 3/4] KVM: VMX: Move the nested_vmx_inject_exception_vmexit call from nested_vmx_check_exception to vmx_queue_exception
` [PATCH v4 4/4] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

[PATCH 0/2] KVM, pkeys: fix handling of PKRU across migration
 2017-08-24 10:14 UTC  (7+ messages)
` [PATCH 1/2] KVM: x86: simplify handling of PKRU
` [PATCH 2/2] KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state

[PATCH v3 1/4] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-24  9:47 UTC  (11+ messages)
` [PATCH v3 2/4] KVM: X86: Fix loss of exception which has not yet injected
` [PATCH v3 3/4] KVM: VMX: Move the nested_vmx_inject_exception_vmexit call from nested_vmx_check_exception to vmx_queue_exception
` [PATCH v3 4/4] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

[PATCH v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24  9:13 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24  8:14 UTC  (4+ messages)

[PATCH v4 00/10] make L2's kvm-clock stable, get rid of pvclock_gtod_copy in KVM
 2017-08-24  8:00 UTC  (9+ messages)

kvm splat in mmu_spte_clear_track_bits
 2017-08-24  7:43 UTC  (7+ messages)

[PATCH v2 1/2] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-24  4:30 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: X86: Fix loss of exception which has not yet injected

[PATCH] fix memory leak on kvm_vm_ioctl_create_spapr_tce
 2017-08-24  1:06 UTC  (9+ messages)
    `  "
      `  "
          ` 答复: "

[PATCH v3] kvm: vmx: Raise #UD on unsupported RDSEED
 2017-08-23 23:32 UTC  (6+ messages)
` [PATCH v5] "
      ` [PATCH v6 1/2] "
        ` [PATCH v6 2/2] kvm: vmx: Raise #UD on unsupported RDRAND

[RFC PATCH 0/4] KVM: x86: allow overwriting L2 reinjected exception with L1 vmexit
 2017-08-23 21:47 UTC  (7+ messages)
` [PATCH 1/4] KVM: nVMX: move vmentry tasks from prepare_vmcs12 to enter_vmx_non_root_mode
` [PATCH 2/4] KVM: nVMX: fill nested IDT-vectored event info on all L2->L0 exits
` [PATCH 3/4] KVM: x86: pass struct kvm_queued_exception to kvm_multiple_exception
` [PATCH 4/4] KVM: x86: allow overwriting L2 reinjected exception with L1 vmexit

mmu_spte_clear_track_bits warning applies to 4.12 as well
 2017-08-23 20:55 UTC  (2+ messages)

[PATCH] vfio: platform: constify amba_id
 2017-08-23 17:17 UTC 

[PATCH v2 0/2] KVM: SVM: Virtual GIF
 2017-08-23 16:37 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: SVM: Add Virtual GIF feature definition
` [PATCH v2 2/2] KVM: SVM: Enable Virtual GIF feature

Call for Outreachy Dec-Mar mentors & project ideas
 2017-08-23 15:26 UTC 

[RFC] virtio-iommu version 0.4
 2017-08-23 13:55 UTC  (3+ messages)

KVM call for agenda for 2017-08-29
 2017-08-23 11:29 UTC 

[PATCH 1/2] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-23 10:16 UTC  (3+ messages)
` [PATCH 2/2] KVM: X86: Fix loss of exception which has not yet injected

[PATCH v2 0/3] Workaround for bus reset on Cavium cn8xxx root ports
 2017-08-23  8:06 UTC  (8+ messages)
` [PATCH v2 3/3] vfio/pci: Don't probe devices that can't be reset

[PATCH v2] KVM: nVMX: Fix trying to cancel vmlauch/vmresume
 2017-08-23  7:26 UTC  (4+ messages)

[PATCH v3] KVM: nVMX: Fix trying to cancel vmlauch/vmresume
 2017-08-23  7:13 UTC  (4+ messages)

[Bug 196685] New: System becomes unresponsive after intel_iommu kernel error
 2017-08-23  7:04 UTC  (3+ messages)
` [Bug 196685] "

Flood of warnings when using kvm on 4.13-rc6
 2017-08-23  6:40 UTC  (2+ messages)

[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
 2017-08-23  2:23 UTC  (11+ messages)
` [RFC 2/3] virtio-iommu: device probing and operations

[PATCH v5 0/7] Add RAS virtualization support to SEA/SEI notification type
 2017-08-23  2:01 UTC  (3+ messages)

[Bug 196717] New: CPU: 0 PID: 5405 at arch/x86/kvm/mmu.c:717 mmu_spte_clear_track_bits+0xe7/0x100
 2017-08-23  1:39 UTC  (6+ messages)
` [Bug 196717] "

[PATCH v5] FlexRM support in VFIO platform
 2017-08-22 18:47 UTC  (3+ messages)
` [PATCH v5] vfio: platform: reset: Add Broadcom FlexRM reset module

[PATCH] virt/lib avoids oops by adding parameter checking
 2017-08-22 17:16 UTC  (3+ messages)

[PATCH] MAINTAINERS: update mail address for NVDIMM
 2017-08-22 16:47 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH] fix memory leak on kvm_vm_ioctl_get_htab_fd
 2017-08-22 15:51 UTC  (2+ messages)

[PATCH] vhost: fix end of range for access_ok
 2017-08-22 14:49 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;
as well as URLs for NNTP newsgroup(s).