kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-13 21:31:23 to 2017-12-18 19:06:24 UTC [more...]

[RFC PATCH v4 00/18] VM introspection
 2017-12-18 19:06 UTC 

[kvm-unit-tests PATCH] x86/memory: pass host clwb and clflushopt support information
 2017-12-18 18:36 UTC  (2+ messages)

[kvm-unit-tests PATCH] Support micro operation measurement on arm64
 2017-12-18 18:14 UTC  (4+ messages)
` [kvm-unit-tests PATCH] arm64: add micro test

[PATCH v3 00/19] KVM/arm64: Randomise EL2 mappings
 2017-12-18 17:39 UTC  (20+ messages)
` [PATCH v3 01/19] arm64: asm-offsets: Avoid clashing DMA definitions
` [PATCH v3 02/19] arm64: asm-offsets: Remove unused definitions
` [PATCH v3 03/19] arm64: asm-offsets: Remove potential circular dependency
` [PATCH v3 04/19] arm64: alternatives: Enforce alignment of struct alt_instr
` [PATCH v3 05/19] arm64: alternatives: Add dynamic patching feature
` [PATCH v3 06/19] arm64: insn: Add N immediate encoding
` [PATCH v3 07/19] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH v3 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v3 09/19] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH v3 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v3 11/19] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH v3 12/19] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH v3 13/19] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH v3 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v3 15/19] arm64; insn: Add encoder for the EXTR instruction
` [PATCH v3 16/19] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH v3 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v3 18/19] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH v3 19/19] arm64: Update the KVM memory map documentation

[PATCH RFC 0/7] KVM: nVMX: enlightened VMCS initial implementation
 2017-12-18 17:17 UTC  (8+ messages)
` [PATCH RFC 1/7] KVM: x86: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGE
` [PATCH RFC 2/7] KVM: nVMX: modify vmcs12 fields to match Hyper-V enlightened VMCS
` [PATCH RFC 3/7] KVM: nVMX: add I/O exit ECX, ESI, EDI, EIP vmcs12 fields
` [PATCH RFC 4/7] KVM: hyperv: define VP assist page structure and add helpers
` [PATCH RFC 5/7] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
` [PATCH RFC 6/7] KVM: nVMX: add enlightened VMCS state
` [PATCH RFC 7/7] KVM: nVMX: implement enlightened VMPTRLD

[PULL v2 0/1] s390/virtio update
 2017-12-18 16:21 UTC  (2+ messages)
` [PULL v2 1/1] virtio/s390: implement PM operations for virtio_ccw

[PATCH] KVM: vmx: speed up MSR bitmap merge
 2017-12-18 16:13 UTC  (5+ messages)

AMD erratum 665 on f15h processor?
 2017-12-18 13:22 UTC 

[PATCH v5 0/2] KVM: MMU: fix kvm_is_mmio_pfn()
 2017-12-18 12:55 UTC  (5+ messages)
` [PATCH v5 1/2] x86/mm: add a function to check if a pfn is UC/UC-
` [PATCH v5 2/2] KVM: MMU: consider host cache mode in MMIO page check

[PATCH v4] KVM: Fix stack-out-of-bounds read in write_mmio
 2017-12-18 12:09 UTC  (7+ messages)

[PULL 0/5] KVM/ARM Fixes for v4.15 - Round 2
 2017-12-18 11:56 UTC  (7+ messages)
` [PULL 1/5] arm64: kvm: Prevent restoring stale PMSCR_EL1 for vcpu
` [PULL 2/5] KVM: arm/arm64: Fix HYP unmapping going off limits
` [PULL 3/5] KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GIC
` [PULL 4/5] KVM: arm/arm64: Properly handle arch-timer IRQs after vtimer_save_state
` [PULL 5/5] KVM: arm/arm64: Fix timer enable flow

[PATCH 0/7] KVM: x86: Add support for VMware backdoor I/O ports & Pseduo-PMCs
 2017-12-18  9:45 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86: Add module parameter for supporting VMware backdoor
` [PATCH 2/7] KVM: x86: Always allow access to VMware backdoor I/O ports
` [PATCH 3/7] KVM: x86: Add emulation_type to not raise #UD on CPL=3 emulation failure
` [PATCH 4/7] KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor
` [PATCH 5/7] KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports
` [PATCH 6/7] KVM: x86: SVM: "
` [PATCH 7/7] KVM: x86: Add support for VMware backdoor Pseudo-PMCs

[PATCH] KVM/Eventfd: Avoid crash when assign and deassign same eventfd in parallel
 2017-12-18  9:24 UTC  (5+ messages)

[PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw
 2017-12-18  8:59 UTC  (4+ messages)

[PULL 0/1] s390/virtio update
 2017-12-18  8:47 UTC  (3+ messages)
` [PULL 1/1] virtio/s390: implement PM operations for virtio_ccw

[PATCH v19 0/7] Virtio-balloon Enhancement
 2017-12-18  8:05 UTC  (30+ messages)
` [PATCH v19 3/7] xbitmap: add more operations
          ` [virtio-dev] "

[PATCH kernel] vfio-pci: Allow mapping MSIX BAR
 2017-12-18  2:46 UTC  (4+ messages)

BUG: unable to handle kernel NULL pointer dereference in irq_bypass_register_consumer
 2017-12-17 10:37 UTC  (2+ messages)

[PATCH] KVM: x86: Assign separate names for Intel and AMD to LBR MSRs
 2017-12-17  3:22 UTC 

[kvm:queue 63/66] arch/arm/kvm/../../../virt/kvm/arm/mmio.c:115:11: warning: passing argument 4 of 'trace_kvm_mmio' makes pointer from integer without a cast
 2017-12-17  2:11 UTC  (2+ messages)

Hallo mein lieber Freund,
 2017-12-16 10:33 UTC 

[PATCH v19 1/7] xbitmap: Introduce xbitmap
 2017-12-16 10:10 UTC  (4+ messages)

KASAN: use-after-free Write in irq_bypass_register_consumer
 2017-12-16  8:37 UTC  (4+ messages)
    `  "

[PATCH v8 0/7] Support RAS virtualization in KVM
 2017-12-16  4:47 UTC  (10+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization

probable vm exit latency issue?
 2017-12-15 20:48 UTC  (4+ messages)

[PULL] vhost: regression fixes
 2017-12-15 18:19 UTC 

[RFC PATCH v3 0/2] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2017-12-15 17:25 UTC  (4+ messages)
` [RFC PATCH v3 2/2] "

BUG: unable to handle kernel paging request in __switch_to
 2017-12-15 16:44 UTC  (7+ messages)

[PATCH v2 00/36] Optimize KVM/ARM for VHE systems
 2017-12-15 16:29 UTC  (17+ messages)
` [PATCH v2 11/36] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v2 14/36] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v2 15/36] KVM: arm64: Move userspace system registers into separate function
` [PATCH v2 20/36] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v2 26/36] KVM: arm64: Defer saving/restoring system registers to vcpu load/put on VHE

[PATCH 0/2] KVM: arm/arm64: Fix two problems with the arch timer introduced in v4.15-rc1
 2017-12-15 14:29 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm/arm64: Properly handle arch-timer IRQs after vtimer_save_state
` [PATCH 2/2] KVM: arm/arm64: Fix timer enable flow

[PATCH v2 0/7] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V
 2017-12-15  9:30 UTC  (3+ messages)

[PATCH] kvm_main: Use common error handling code in kvm_dev_ioctl_create_vm()
 2017-12-15  9:03 UTC  (2+ messages)

[PATCH V3] KVM/x86: Check input paging mode when cs.l is set
 2017-12-15  9:02 UTC  (2+ messages)

[PATCH] vfio: Simplify capability helper
 2017-12-15  6:20 UTC  (7+ messages)

[PATCH v19 2/7] xbitmap: potential improvement
 2017-12-15  3:07 UTC  (2+ messages)

[PATCH v3] KVM: X86: Fix stack-out-of-bounds read in write_mmio
 2017-12-15  1:45 UTC  (3+ messages)

linux-next: Signed-off-by missing for commits in the kvm tree
 2017-12-14 20:26 UTC 

[PATCH v7 0/2] kvm: x86: hyperv: guest->host event signaling via eventfd
 2017-12-14 19:27 UTC  (3+ messages)
` [PATCH v7 1/2] kvm: x86: factor out kvm.arch.hyperv (de)init
` [PATCH v7 2/2] kvm: x86: hyperv: guest->host event signaling via eventfd

[Bug 197861] New: Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
 2017-12-14 18:06 UTC  (9+ messages)
` [Bug 197861] "

[PATCH] KVM: x86: ioapic: Clear IRR for rtc bit when rtc EOI gotten
 2017-12-14 14:26 UTC  (5+ messages)

[PATCH V2] KVM/x86: Check input paging mode when cs.l is set
 2017-12-14 14:14 UTC  (3+ messages)

[kvm:queue 63/66] arch/x86/kvm/x86.c:4748:69: sparse: Using plain integer as NULL pointer
 2017-12-14 13:43 UTC  (2+ messages)

[PATCH v2 00/19] KVM/arm64: Randomise EL2 mappings
 2017-12-14 13:27 UTC  (12+ messages)
` [PATCH v2 05/19] arm64: alternatives: Add dynamic patching feature
` [PATCH v2 07/19] arm64: insn: Add encoder for bitwise operations using litterals
` [PATCH v2 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask

[PATCH RFC 0/7] kvm pvtimer
 2017-12-14 13:00 UTC  (10+ messages)
` [PATCH RFC 3/7] KVM: timer: synchronize tsc-deadline timestamp for guest

[PATCH kvm-unit-tests] x86: ioapic: Test self-reconfiguration from interrupt handler
 2017-12-14 12:00 UTC  (2+ messages)

x86: Add test for TPR threshold and vTPR check on VM-entry
 2017-12-14 11:46 UTC  (3+ messages)
` [PATCH] "

[PATCH 1/1] KVM/x86: Check input paging mode when cs.l is set
 2017-12-14  8:30 UTC  (4+ messages)

[Bug 197951] New: QEMU/KVM & VFIO & PCI passthru with Windows 10 x64 guest: memory access intermittently causes CRITICAL_STRUCTURE_CORRUPTION BSOD unless swap is disabled on host, since 4.12.13
 2017-12-14  7:57 UTC  (2+ messages)
` [Bug 197951] "

[kvm:queue 47/61] arch/mips/kvm/mips.c:906:6: error: redefinition of 'kvm_arch_vcpu_async_ioctl'
 2017-12-14  6:14 UTC 

confuse about kvm memslot size
 2017-12-14  3:53 UTC  (3+ messages)

[PATCH] KVM: x86: avoid unnecessary XSETBV on guest entry
 2017-12-14  3:27 UTC  (3+ messages)

[PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU
 2017-12-14  1:24 UTC  (6+ messages)
          ` [Qemu-devel] "

[kvm:queue 47/61] arch/s390/kvm/kvm-s390.c:3728:6: error: redefinition of 'kvm_arch_vcpu_async_ioctl'
 2017-12-13 21:39 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).