public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-24 16:07:04 to 2017-10-27 13:56:10 UTC [more...]

[PATCH v4 00/26] KVM/ARM: Add support for GICv4
 2017-10-27 13:56 UTC  (38+ messages)
` [PATCH v4 02/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v4 06/26] KVM: arm/arm64: vITS: Add a helper to update the affinity of an LPI
` [PATCH v4 07/26] KVM: arm/arm64: GICv4: Add property field and per-VM predicate
` [PATCH v4 08/26] KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain
` [PATCH v4 09/26] KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass
` [PATCH v4 12/26] KVM: arm/arm64: GICv4: Propagate affinity changes to the physical ITS
` [PATCH v4 14/26] KVM: arm/arm64: GICv4: Handle MOVALL applied to a vPE
` [PATCH v4 17/26] KVM: arm/arm64: GICv4: Propagate VLPI properties at map time
` [PATCH v4 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v4 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v4 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v4 25/26] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v4 26/26] KVM: arm/arm64: GICv4: Theory of operations

[Part2 PATCH v6 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-10-27 11:28 UTC  (26+ messages)
` [Part2 PATCH v6 09/38] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support
` [Part2 PATCH v6 10/38] crypto: ccp: Define SEV userspace ioctl and command id
` [Part2 PATCH v6 11/38] crypto: ccp: Define SEV key management "
` [Part2 PATCH v6 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v6 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v6 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
` [Part2 PATCH v6 15/38] crypto: ccp: Implement SEV_PLATFORM_STATUS "
` [Part2 PATCH v6 17/38] crypto: ccp: Implement SEV_PDH_GEN "

[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-27 10:53 UTC  (23+ messages)
` [PATCH v5 01/20] irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface
` [PATCH v5 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PATCH v5 03/20] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PATCH v5 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PATCH v5 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v5 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v5 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v5 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v5 09/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v5 10/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v5 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PATCH v5 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v5 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PATCH v5 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v5 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PATCH v5 16/20] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PATCH v5 17/20] KVM: arm/arm64: Move phys_timer_emulate function
` [PATCH v5 18/20] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PATCH v5 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PATCH v5 20/20] KVM: arm/arm64: Rework kvm_timer_should_fire

kernel BUG at arch/x86/kvm/x86.c:LINE!
 2017-10-27  9:11 UTC  (5+ messages)

KVM PUSH ES size bug
 2017-10-27  9:02 UTC  (9+ messages)

[PATCH 0/3] KVM: MMU: fix kvm_is_mmio_pfn()
 2017-10-27  8:40 UTC  (5+ messages)
` [PATCH 1/3] x86/mm: expose track_pfn_insert()
` [PATCH 2/3] KVM: add converters between pfn_t and kvm_pfn_t
` [PATCH 3/3] KVM: MMU: consider host cache type in MMIO pfn check

[PATCH] KVM: VMX: require virtual NMI support
 2017-10-27  8:38 UTC  (7+ messages)

[PATCH v2 1/2] KVM: X86: Fix operand size during instruction decoding
 2017-10-27  8:36 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry

[Bug 196409] New: kvm_amd nested pagetable gpu passthrough performance oddities
 2017-10-27  8:34 UTC  (6+ messages)
` [Bug 196409] "

[PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
 2017-10-27  7:21 UTC  (3+ messages)

[PATCH 1/2] KVM: X86: Fix operand size during instruction decoding
 2017-10-27  6:50 UTC  (2+ messages)
` [PATCH 2/2] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry

[PATCH v2 0/2] KVM: fixes for the kernel-hardening tree
 2017-10-27  5:25 UTC  (9+ messages)
` [PATCH 1/2] kvm: whitelist struct kvm_vcpu_arch
` [PATCH 2/2] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl

[PATCH v2 0/6] KVM: PPC: Book3S HV: Run HPT guests on radix hosts
 2017-10-27  4:46 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: PPC: Book3S HV: Don't rely on host's page size information
` [PATCH v2 2/6] KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
` [PATCH v2 3/6] KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
` [PATCH v2 4/6] KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
` [PATCH v2 5/6] KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
` [PATCH v2 6/6] KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts

[PATCH kernel] vfio/spapr: Add trace points for map/unmap
 2017-10-27  3:00 UTC 

[Bug 196161] New: Kernel freezes by starting a kvm vm
 2017-10-26 21:31 UTC  (2+ messages)
` [Bug 196161] Kernel freezes when using AVAST under nested virtualization

[Bug 197449] New: 4.13 kernel with KVM and libvirt freezes Windows 10 virtual machine
 2017-10-26 19:41 UTC 

BUG: unable to handle kernel paging request in vsock_diag_dump
 2017-10-26 18:27 UTC  (5+ messages)

WARNING in handle_ept_misconfig
 2017-10-26 16:37 UTC  (2+ messages)

[RFC 0/5] guest dedicated crypto adapters: QEMU usage
 2017-10-26 15:54 UTC  (6+ messages)
` [RFC 1/5] s390x/ap-matrix: Adjunct Processor (AP) matrix object model
` [RFC 2/5] s390x/vfio: ap-matrix: Introduce VFIO AP Matrix device
` [RFC 3/5] s390x/ap-matrix: Configure AP matrix for KVM guest
` [RFC 4/5] s390x/cpumodel: enable AP facilities for guest
` [RFC 5/5] s390x/docs: documentation for ap-matrix

[PATCH v6 0/9] vITS Migration fixes and reset
 2017-10-26 15:23 UTC  (10+ messages)
` [PATCH v6 1/9] KVM: arm/arm64: vgic-its: Fix return value for device table restore
` [PATCH v6 2/9] KVM: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned value
` [PATCH v6 3/9] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PATCH v6 4/9] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v6 5/9] KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
` [PATCH v6 6/9] KVM: arm/arm64: vgic-its: New helper functions to free the caches
` [PATCH v6 7/9] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PATCH v6 8/9] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v6 9/9] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET

[PATCH] KVM: SVM: obey guest PAT
 2017-10-26 15:00 UTC  (3+ messages)

[Part2 PATCH v6 16/38] crypto: ccp: Implement SEV_PEK_GEN ioctl command
 2017-10-26 14:22 UTC  (4+ messages)
` [Part2 PATCH v6.1 "

[PATCH] KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled
 2017-10-26  6:04 UTC 

[PATCH v10] FlexRM support in VFIO platform
 2017-10-25 21:37 UTC  (4+ messages)
` [PATCH v10] vfio: platform: reset: Add Broadcom FlexRM reset module

[PATCH 1/2] KVM: VMX: Do not fully reset PI descriptor on vCPU reset
 2017-10-25 14:43 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86: Update APICv on APIC reset

[PATCH v4 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-25 14:38 UTC  (17+ messages)
` [PATCH v4 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PATCH v4 03/20] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PATCH v4 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v4 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v4 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v4 10/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v4 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v4 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg

[PATCH kvm-unit-tests 00/18] merge x86 vmalloc and arm/powerpc alloc
 2017-10-25 14:06 UTC  (7+ messages)
` [PATCH kvm-unit-tests 16/18] arm: only align CPU stacks to one page
` [PATCH kvm-unit-tests 17/18] arm: do not allocate virtio buffers from the stack

[RFC] virtio-iommu version 0.5
 2017-10-25 12:05 UTC  (9+ messages)

[PATCH v5 00/10] vITS Migration fixes and reset
 2017-10-25 11:52 UTC  (22+ messages)
` [PATCH v5 02/10] KVM: arm/arm64: vgic-its: Fix vgic_its_restore_collection_table returned value
` [PATCH v5 03/10] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PATCH v5 04/10] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v5 05/10] KVM: arm/arm64: vgic-its: Save the collection table before device tables
` [PATCH v5 06/10] KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
` [PATCH v5 07/10] KVM: arm/arm64: vgic-its: New helper functions to free the caches
` [PATCH v5 08/10] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PATCH v5 09/10] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v5 10/10] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET

[PATCH 0/2] KVM: fixes for the kernel-hardening tree
 2017-10-25 10:31 UTC  (6+ messages)

[RFC]vcpu scattering make impove VM performance, it worth to realize?
 2017-10-25  9:29 UTC 

[PATCH] Enable SR-IOV instantiation through /sys file
 2017-10-25  8:39 UTC  (6+ messages)

[Bug 197381] New: reading segmented memory in kvm
 2017-10-25  7:57 UTC 

Found workaround/fix for ntp on AMD systems with PCI passthrough
 2017-10-25  7:51 UTC  (4+ messages)

[PATCH] KVM: LAPIC: make the kvm unblock information globally seen before calling kvm_vcpu_kick
 2017-10-25  7:26 UTC 

KVM ignores high 16-bits of ESP
 2017-10-25  2:43 UTC 

AMD Ryzen KVM/NPT/IOMMU issue
 2017-10-24 23:39 UTC  (3+ messages)

[Part2 PATCH v6 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl command
 2017-10-24 18:43 UTC  (3+ messages)
` [Part2 PATCH v6.1 "

[Part2 PATCH v6 19/38] crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl command
 2017-10-24 18:42 UTC  (3+ messages)
` [Part2 PATCH v6.1 "

[Part2 PATCH v6 18/38] crypto: ccp: Implement SEV_PEK_CSR ioctl command
 2017-10-24 18:42 UTC  (3+ messages)
` [Part2 PATCH v6.1 "

[PATCH 1/1] locking/qspinlock/x86: Avoid test-and-set when PV_DEDICATED is set
 2017-10-24 16:26 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