kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-25 12:28:45 to 2020-04-28 01:04:26 UTC [more...]

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-28  0:54 UTC  (13+ messages)

[PATCH v3 0/5] KVM: VMX: Tscdeadline timer emulation fastpath
 2020-04-28  1:03 UTC  (17+ messages)
` [PATCH v3 1/5] KVM: VMX: Introduce generic fastpath handler
` [PATCH v3 2/5] KVM: X86: Introduce need_cancel_enter_guest helper
` [PATCH v3 3/5] KVM: VMX: Optimize posted-interrupt delivery for timer fastpath
` [PATCH v3 4/5] KVM: X86: TSCDEADLINE MSR emulation fastpath
` [PATCH v3 5/5] KVM: VMX: Handle preemption timer fastpath

[PATCH 0/3] KVM: x86/mmu: Use kernel's PG_LEVEL_* enums
 2020-04-28  0:54 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrum
` [PATCH 2/3] KVM: x86/mmu: Move max hugepage level to a separate #define
` [PATCH 3/3] KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums

[PATCH] KVM: x86: handle wrap around 32-bit address space
 2020-04-28  0:33 UTC  (3+ messages)

[PATCH] selftests: fix kvm relocatable native/cross builds and installs
 2020-04-28  0:11 UTC 

[PATCH v2] KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly
 2020-04-27 22:30 UTC  (4+ messages)

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-27 22:24 UTC  (16+ messages)
` [PATCH v7 01/15] s390/vfio-ap: store queue struct in hash table for quick access
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-27 21:56 UTC  (37+ messages)
` [PATCH RFC 01/15] drivers/base: Introduce platform_msi_ops
` [PATCH RFC 02/15] drivers/base: Introduce a new platform-msi list
` [PATCH RFC 03/15] drivers/base: Allocate/free platform-msi interrupts by group
` [PATCH RFC 04/15] drivers/base: Add support for a new IMS irq domain
` [PATCH RFC 05/15] ims-msi: Add mask/unmask routines
` [PATCH RFC 06/15] ims-msi: Enable IMS interrupts

[RFC PATCH 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-04-27 21:53 UTC  (9+ messages)
` [RFC PATCH 1/5] refcount, kref: add dec-and-test wrappers for rw_semaphores
` [RFC PATCH 2/5] statsfs API: create, add and remove statsfs sources and values
` [RFC PATCH 3/5] kunit: tests for statsfs API
` [RFC PATCH 4/5] statsfs fs: virtual fs to show stats to the end-user
` [RFC PATCH 5/5] kvm_main: replace debugfs with statsfs

[PATCH v2] KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction
 2020-04-27 20:50 UTC 

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-27 19:40 UTC  (11+ messages)
` [PATCH v5 "

[PATCH] KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction
 2020-04-27 19:14 UTC  (2+ messages)

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-04-27 19:11 UTC  (2+ messages)
` [Bug 206579] "

[PATCH] [RFC] kvm: x86: emulate APERF/MPERF registers
 2020-04-27 19:10 UTC  (10+ messages)
        ` 答复: "

[PATCH] KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception
 2020-04-27 19:09 UTC  (5+ messages)

[PATCH v1 00/15] Add support for Nitro Enclaves
 2020-04-27 19:05 UTC  (32+ messages)
` [PATCH v1 04/15] nitro_enclaves: Init PCI device driver
` [PATCH v1 05/15] nitro_enclaves: Handle PCI device command requests

[PATCH 55/70] x86/sev-es: Handle RDTSCP Events
 2020-04-27 18:47 UTC  (16+ messages)
` [PATCH] Allow RDTSC and RDTSCP from userspace
                    ` Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)

[PATCH v8 00/14] KVM: Dirty ring interface
 2020-04-27 18:10 UTC  (12+ messages)
` [PATCH v8 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]

[PATCH v11 0/9] Introduce support for guest CET feature
 2020-04-27 17:56 UTC  (20+ messages)
` [PATCH v11 2/9] KVM: VMX: Set guest CET MSRs per KVM and host configuration
` [PATCH v11 3/9] KVM: VMX: Set host/guest CET states for vmexit/vmentry
` [PATCH v11 5/9] KVM: X86: Refresh CPUID once guest XSS MSR changes
` [PATCH v11 7/9] KVM: X86: Add userspace access interface for CET MSRs

KVM Kernel 5.6+, BUG: stack guard page was hit at
 2020-04-27 17:44 UTC  (6+ messages)

[PATCH][kvmtool] kvm: Request VM specific limits instead of system-wide ones
 2020-04-27 17:33 UTC  (6+ messages)

[PATCH net v2 0/2] vsock/virtio: fixes about packet delivery to monitoring devices
 2020-04-27 17:18 UTC  (2+ messages)

[Bug 207173] New: kvm compiling problem 5.6.x kvm_main.c:2236:42: error: ‘nr_pages_avail’ may be used uninitialized in this function
 2020-04-27 16:45 UTC  (3+ messages)
` [Bug 207173] "

[RFC PATCH 0/3] kvm: x86: Cleanup and optimazation of switch_db_regs
 2020-04-27 16:06 UTC  (10+ messages)
` [RFC PATCH 1/3] kvm: x86: Rename KVM_DEBUGREG_RELOAD to KVM_DEBUGREG_NEED_RELOAD

[PATCH] vfio/mdev: Add vfio-mdev device request interface
 2020-04-27 15:52 UTC  (2+ messages)

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-04-27 15:55 UTC  (3+ messages)
` [PATCH 04/26] arm64: Detect the ARMv8.4 TTL feature

[PATCH v2] docs/virt/kvm: Document running nested guests
 2020-04-27 15:22 UTC  (5+ messages)

[PATCH net-next 0/3] vsock: support network namespace
 2020-04-27 15:21 UTC  (4+ messages)

[PATCH -next] samples: vfio-mdev: fix error return code in mdpy_fb_probe()
 2020-04-27 14:21 UTC 

[PATCH] KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC version
 2020-04-27 14:15 UTC 

[kvm-unit-tests PATCH v6 00/10] s390x: Testing the Channel Subsystem I/O
 2020-04-27 13:14 UTC  (14+ messages)
` [kvm-unit-tests PATCH v6 01/10] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v6 02/10] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v6 06/10] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v6 07/10] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v6 08/10] s390x: define wfi: wait for interrupt
` [kvm-unit-tests PATCH v6 10/10] s390x: css: ping pong

[RFC PATCH v11 0/9] Enable ptp_kvm for arm64
 2020-04-27  9:54 UTC  (6+ messages)
` [RFC PATCH v11 5/9] psci: Add hypercall service for ptp_kvm

[PATCH v4] vhost: disable for OABI
 2020-04-27  9:20 UTC  (3+ messages)

[PATCH] KVM: arm64: Save/restore sp_el0 as part of __guest_enter
 2020-04-27  7:28 UTC  (2+ messages)

[RESEND PATCH] KVM: x86/pmu: Support full width counting
 2020-04-27  7:19 UTC 

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-04-27  5:40 UTC  (10+ messages)
` [PATCH v4 1/7] KVM: s390: "
` [PATCH v4 2/7] KVM: arm64: "
` [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v4 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v4 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH v3 0/7] clean up redundant 'kvm_run' parameters
 2020-04-27  4:13 UTC  (10+ messages)
` [PATCH v3 1/7] KVM: s390: "
` [PATCH v3 2/7] KVM: arm64: "
` [PATCH v3 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v3 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v3 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v3 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v3 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH V2 01/14] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
 2020-04-27  3:42 UTC  (3+ messages)

[PATCH V4 0/3] vdpa: Support config interrupt in vhost_vdpa
 2020-04-27  3:31 UTC  (5+ messages)
` [PATCH V4 1/3] "
` [PATCH V4 2/3] vhost: replace -1 with VHOST_FILE_UNBIND in iotcls
` [PATCH V4 3/3] vdpa: implement config interrupt in IFCVF

[PATCH v10 00/11] Guest Last Branch Recording Enabling
 2020-04-27  3:16 UTC  (4+ messages)
` [PATCH v10 08/11] KVM: x86/pmu: Add LBR feature emulation via guest LBR event

[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
 2020-04-26 12:59 UTC  (10+ messages)
` [PATCH v2 1/7] KVM: s390: "

[PATCH V3 0/2] Config interrupt support in VDPA and IFCVF
 2020-04-26  9:41 UTC  (5+ messages)
` [PATCH V3 1/2] vdpa: Support config interrupt in vhost_vdpa
` [PATCH V3 2/2] vdpa: implement config interrupt in IFCVF

[PATCH v2 5/5] KVM: VMX: Handle preemption timer fastpath
 2020-04-26  7:38 UTC  (2+ messages)

[PATCH V2 0/2] Config interrupt support in VDPA and IFCVF
 2020-04-26  7:38 UTC  (6+ messages)
` [PATCH V2 1/2] vdpa: Support config interrupt in vhost_vdpa
` [PATCH V2 2/2] vdpa: implement config interrupt in IFCVF

[PATCH 0/2] Config interrupt support in VDPA and IFCVF
 2020-04-26  3:25 UTC  (5+ messages)
` [PATCH 1/2] vdpa: Support config interrupt in vhost_vdpa
` [PATCH 2/2] vdpa: implement config interrupt in IFCVF

[PATCH v4 0/5] kvm: Use rcuwait for vcpu blocking
 2020-04-25 22:30 UTC  (4+ messages)
` [PATCH 5/5] kvm: Replace vcpu->swait with rcuwait

[PATCH kvmtool v4 0/5] Add CFI flash emulation
 2020-04-25 15:16 UTC  (4+ 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).