kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-07 19:17:45 to 2017-06-09 21:59:44 UTC [more...]

[PATCH 0/7] vfio: Fix release ordering races and use driver_override
 2017-06-09 21:59 UTC  (2+ messages)
` [PATCH 2/7] kvm-vfio: Decouple only when we match a group

[PATCH v6 00/34] x86: Secure Memory Encryption (AMD)
 2017-06-09 21:20 UTC  (42+ messages)
` [PATCH v6 04/34] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v6 05/34] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v6 06/34] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v6 10/34] x86, x86/mm, x86/xen, olpc: Use __va() against just the physical address in cr3
              ` [Xen-devel] "
` [PATCH v6 25/34] swiotlb: Add warnings for use of bounce buffers with SME
` [PATCH v6 26/34] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v6 28/34] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v6 29/34] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v6 30/34] x86/mm, kexec: Allow kexec to be used with SME
  ` [PATCH v6 27/34] x86, realmode: Check for memory encryption on the APs
  ` [PATCH v6 31/34] x86/mm: Use proper encryption attributes with /dev/mem
  ` [PATCH v6 32/34] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v6 33/34] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v6 34/34] x86/mm: Add support to make use of Secure Memory Encryption

[kvm:master 5/5] arch/x86//kvm/mmu.c:3725:2: note: in expansion of macro 'if'
 2017-06-09 20:19 UTC 

[kvm:master 5/5] arch/x86/kvm/mmu.c:3725:19: error: implicit declaration of function 'can_do_async_pf'
 2017-06-09 17:29 UTC 

[PATCH] vfio: Test realized when using VFIOGroup.device_list iterator
 2017-06-09 17:30 UTC 

[Bug 195315] New: Kernel WARNING: At arch/x86/kvm/lapic.c:1468 kvm_lapic_expired_hv_timer+0xee/0x110
 2017-06-09 16:48 UTC  (2+ messages)
` [Bug 195315] "

[PATCH] KVM: ARM64: fix phy counter access failure in guest
 2017-06-09 16:22 UTC  (2+ messages)

Speeding up VMX with GDT fixmap trickery?
 2017-06-09 15:45 UTC  (4+ messages)

[RFC PATCH 00/10] Basic KVM SGX Virtualization support
 2017-06-09 15:38 UTC  (14+ messages)
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
    ` [intel-sgx-kernel-dev] "

[PATCH v6] KVM: x86: avoid large stack allocations in em_fxrstor
 2017-06-09 15:37 UTC  (2+ messages)

[PATCH v3 00/27] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-06-09 15:34 UTC  (37+ messages)
` [PATCH v3 01/27] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH v3 02/27] KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
` [PATCH v3 03/27] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH v3 04/27] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH v3 05/27] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH v3 06/27] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH v3 07/27] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH v3 08/27] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH v3 09/27] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH v3 10/27] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH v3 11/27] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH v3 12/27] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH v3 13/27] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH v3 14/27] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH v3 15/27] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH v3 16/27] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH v3 17/27] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH v3 18/27] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH v3 19/27] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH v3 20/27] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH v3 21/27] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH v3 22/27] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH v3 23/27] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH v3 24/27] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH v3 25/27] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
` [PATCH v3 26/27] KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
` [PATCH v3 27/27] KVM: arm64: Log an error if trapping a write-to-read-only "

[PATCH RFC] KVM: async_pf: fix async_pf exception injection
 2017-06-09 11:32 UTC  (6+ messages)

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-06-09 11:18 UTC  (8+ messages)
` [PATCH v11 1/6] virtio-balloon: deflate via a page list
` [PATCH v11 2/6] virtio-balloon: coding format cleanup
` [PATCH v11 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS
` [PATCH v11 4/6] mm: function to offer a page block on the free list
` [PATCH v11 5/6] mm: export symbol of next_zone and first_online_pgdat
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ

[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-06-09 10:43 UTC  (7+ messages)
` [PATCH 08/31] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH 24/31] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 25/31] arm64: Add workaround for Cavium Thunder erratum 30115

[PATCH CFT 0/4] VT-d PI fixes
 2017-06-09  7:41 UTC  (10+ messages)
` [PATCH 2/4] KVM: VMX: avoid double list add with VT-d posted interrupts

[GIT PULL rcu/urgent] Allow SRCU readers in irq handlers for KVM
 2017-06-09  6:18 UTC  (2+ messages)

[ help ] vcpu handle MWAIT different
 2017-06-09  5:57 UTC  (4+ messages)

[PATCH 0/7] KVM: MMU: fast write protect
 2017-06-09  3:19 UTC  (9+ messages)

[PATCH] KVM: async_pf: avoid async pf injection when in guest mode
 2017-06-09  3:13 UTC 

[PATCH] vfio/pci: Add Intel XXV710 to hidden INTx devices
 2017-06-08 17:19 UTC  (4+ messages)

CFP: KVM Forum 2017
 2017-06-08 17:13 UTC  (2+ messages)
` Reminder: "

[PATCH v1 00/19] tools/kvm_stat: More misc patches
 2017-06-08 16:25 UTC  (8+ messages)
` [PATCH v1 14/19] tools/kvm_stat: add new interactive command 'h'
` [PATCH v1 16/19] tools/kvm_stat: add new interactive command 't'
` [PATCH v1 18/19] tools/kvm_stat: add new interactive command 'b'

[PATCH v3 0/9] Userspace timer IRQ number control and PMU with userspace-gic
 2017-06-08 15:40 UTC  (19+ messages)
` [PATCH v3 1/9] KVM: arm64: Allow creating the PMU without the in-kernel GIC
` [PATCH v3 2/9] KVM: arm: Handle VCPU device attributes in guest.c
` [PATCH v3 3/9] KVM: arm/arm64: Move irq_is_ppi() to header file
` [PATCH v3 4/9] KVM: arm/arm64: Move timer IRQ default init to arch_timer.c
` [PATCH v3 5/9] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
` [PATCH v3 6/9] KVM: arm/arm64: Introduce an allocator for in-kernel irq lines
` [PATCH v3 7/9] KVM: arm/arm64: Check if irq lines to the GIC are already used
` [PATCH v3 8/9] KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines
` [PATCH v3 9/9] KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ

[PATCH] include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH
 2017-06-08 15:32 UTC  (7+ messages)

[GIT PULL 0/1] KVM: s390: Fix for master (4.12)
 2017-06-08 14:40 UTC  (4+ messages)
` [GIT PULL 1/1] KVM: s390: fix ais handling vs cpu model

[PATCH v2 00/25] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-06-08 14:35 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/9] Support for out-of-tree builds
 2017-06-08 14:32 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/9] configure: make it run-able from outside source tree
` [kvm-unit-tests PATCH v2 5/9] Makefile: add explicit directories target

[kvm-unit-tests PATCH] s390x: Fix bad dependency on asm-offsets.h
 2017-06-08 13:47 UTC  (3+ messages)

[kvm-unit-tests PATCH] lib/s390x: Add gitignore file
 2017-06-08 13:40 UTC  (3+ messages)

[PATCH v2 1/2] KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulation
 2017-06-08 13:38 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: async_pf: rcu irq exit if not triggered from idle task

[PATCH RFC 0/2] KVM: s390: avoid having to enable vm.alloc_pgste
 2017-06-08 13:17 UTC  (13+ messages)

[PULL v2 0/6] KVM/ARM Fixes for v4.12-rc5 - Take 2
 2017-06-08 13:04 UTC  (2+ messages)

[PATCH kvm-unit-tests v2 0/9] Extend and apply the errata framework
 2017-06-08 10:56 UTC  (11+ messages)
` [PATCH kvm-unit-tests v2 1/9] arch-run: introduce initrd_create
` [PATCH kvm-unit-tests v2 2/9] arch-run: provide errata from run env
` [PATCH kvm-unit-tests v2 3/9] x86/run: source config.mak
` [PATCH kvm-unit-tests v2 4/9] arch-run: generate errata when no environ is provided
` [PATCH kvm-unit-tests v2 6/9] errata: add ERRATA_FORCE

KVM guests fail to start
 2017-06-08 10:17 UTC  (4+ messages)

[PATCH 00/10] ARM/ARM64 Direct EOI setup for VFIO wired interrupts
 2017-06-08 10:14 UTC  (11+ messages)
` [PATCH 08/10] KVM: arm/arm64: vgic: Handle unshared mapped interrupts

[kvmtool PATCH v10 00/15] kvmtool: arm: ITS emulation and GSI routing support
 2017-06-08  9:36 UTC  (3+ messages)

monitor Kernel Samepage Merging
 2017-06-08  8:41 UTC 

[PATCH] KVM: async_pf: Fix rcu_irq_enter/exit() usage
 2017-06-08  8:00 UTC  (5+ messages)

[PATCH] KVM: PPC: Book3S HV: Context-switch EBB registers properly
 2017-06-08  5:41 UTC  (2+ messages)

Investment Interest & Offer
 2017-06-02 23:01 UTC 

[PATCH v6 19/34] x86/mm: Add support to access boot related data in the clear
 2017-06-08  4:24 UTC  (2+ messages)

iothreads question
 2017-06-08  1:10 UTC  (2+ messages)

[PATCH] include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH
 2017-06-08  0:06 UTC  (2+ messages)
` [PATCH v2] "


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