kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-18 20:03:08 to 2020-01-21 14:14:48 UTC [more...]

[RESEND PATCH v10 00/10] Enable Sub-Page Write Protection Support
 2020-01-21 14:14 UTC  (10+ messages)
` [RESEND PATCH v10 06/10] vmx: spp: Set up SPP paging table at vmentry/vmexit

[PATCH 0/5] vDPA support
 2020-01-21 14:12 UTC  (49+ messages)
` [PATCH 3/5] vDPA: introduce vDPA bus
` [PATCH 4/5] virtio: introduce a vDPA based transport
` [PATCH 5/5] vdpasim: vDPA device simulator

[PATCH v2 09/10] accel: Replace current_machine->accelerator by current_accel() wrapper
 2020-01-21 14:03 UTC  (2+ messages)

[PATCH net-next 0/3] vsock: support network namespace
 2020-01-21 13:59 UTC  (13+ messages)
` [PATCH net-next 1/3] vsock: add network namespace support

[PATCH 0/3] KVM: Clean up guest/host cache read/write code
 2020-01-21 13:51 UTC  (2+ messages)

[PATCH] KVM: async_pf: drop kvm_arch_async_page_present wrappers
 2020-01-21 13:48 UTC 

[PATCH] KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
 2020-01-21 13:48 UTC 

[PATCH] KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR
 2020-01-21 13:48 UTC 

[kvm-unit-tests PATCH v4 0/9] s390x: smp: Improve smp code and reset checks
 2020-01-21 13:42 UTC  (10+ messages)
` [kvm-unit-tests PATCH v4 1/9] s390x: smp: Cleanup smp.c
` [kvm-unit-tests PATCH v4 2/9] s390x: smp: Only use smp_cpu_setup once
` [kvm-unit-tests PATCH v4 3/9] s390x: Add cpu id to interrupt error prints
` [kvm-unit-tests PATCH v4 4/9] s390x: smp: Rework cpu start and active tracking
` [kvm-unit-tests PATCH v4 5/9] s390x: smp: Wait for cpu setup to finish
` [kvm-unit-tests PATCH v4 6/9] s390x: smp: Loop if secondary cpu returns into cpu setup again
` [kvm-unit-tests PATCH v4 7/9] s390x: smp: Remove unneeded cpu loops
` [kvm-unit-tests PATCH v4 8/9] s390x: smp: Test all CRs on initial reset
` [kvm-unit-tests PATCH v4 9/9] s390x: smp: Dirty fpc before initial reset test

[PULL kvm-unit-tests 0/3] arm/arm64: Add prefetch abort test
 2020-01-21 13:40 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/3] arm/arm64: Improve memory region management
` [PATCH kvm-unit-tests 2/3] arm/arm64: selftest: Allow test_exception clobber list to be extended
` [PATCH kvm-unit-tests 3/3] arm/arm64: selftest: Add prefetch abort test

[kvm-unit-tests PATCH v3 0/9] s390x: smp: Improve smp code and reset checks
 2020-01-21 13:07 UTC  (27+ messages)
` [kvm-unit-tests PATCH v3 1/9] s390x: smp: Cleanup smp.c
` [kvm-unit-tests PATCH v3 4/9] s390x: smp: Rework cpu start and active tracking
` [kvm-unit-tests PATCH v3 5/9] s390x: smp: Wait for cpu setup to finish
` [kvm-unit-tests PATCH v3 6/9] s390x: smp: Loop if secondary cpu returns into cpu setup again
` [kvm-unit-tests PATCH v3 7/9] s390x: smp: Remove unneeded cpu loops
` [kvm-unit-tests PATCH v3 8/9] s390x: smp: Test all CRs on initial reset

[PATCH] selftests: KVM: AMD Nested SVM test infrastructure
 2020-01-21 12:50 UTC  (6+ messages)

[PATCH kvm-unit-tests 0/3] arm/arm64: selftest for pabt
 2020-01-21 12:47 UTC  (3+ messages)

[kvm-unit-tests PATCH v8 0/6] s390x: SCLP Unit test
 2020-01-21 12:42 UTC  (12+ messages)
` [kvm-unit-tests PATCH v8 1/6] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v8 2/6] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v8 3/6] s390x: lib: fix stfl wrapper asm
` [kvm-unit-tests PATCH v8 4/6] s390x: lib: add SPX and STPX instruction wrapper
` [kvm-unit-tests PATCH v8 5/6] s390x: lib: fix program interrupt handler if sclp_busy was set
` [kvm-unit-tests PATCH v8 6/6] s390x: SCLP unit test

[kvm-unit-tests PATCH] x86: VMX: Check EPT AD bits when enabled in ept_access_paddr()
 2020-01-21 12:29 UTC  (2+ messages)

[PATCH] kvm/x86: export kvm_vector_hashing_enabled() is unnecessary
 2020-01-21 12:25 UTC  (2+ messages)

[kvm-unit-tests v2 0/2] README: Markdown fixes and improvements
 2020-01-21 12:20 UTC  (6+ messages)
` [kvm-unit-tests v2 1/2] README: Fix markdown formatting
` [kvm-unit-tests v2 2/2] README: Add intro about the configuration file

[PATCH] KVM: VMX: remove duplicated segment cache clear
 2020-01-21 15:15 UTC  (3+ messages)

[PATCH v2] KVM: Adding 'else' to reduce checking
 2020-01-21 12:15 UTC  (2+ messages)

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2020-01-21 11:12 UTC  (15+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create()

[PATCH v3 00/21] KVM: Dirty ring interface
 2020-01-21 10:25 UTC  (19+ messages)
` [PATCH v3 09/21] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v3 12/21] KVM: X86: Implement ring-based dirty memory tracking

[PATCH 00/15] Replace current_machine by qdev_get_machine()
 2020-01-21  8:59 UTC  (2+ messages)

[PATCH v4 00/12] vfio_pci: wrap pci device as a mediated device
 2020-01-21  8:43 UTC  (14+ messages)
` [PATCH v4 11/12] samples: add vfio-mdev-pci driver

[PATCH v2 0/2] use vfio_dma_rw to read/write IOVAs from CPU side
 2020-01-21  8:12 UTC  (8+ messages)
` [PATCH v2 2/2] drm/i915/gvt: subsitute kvm_read/write_guest with vfio_dma_rw

[virtio-dev] [PATCH v2 0/5] virtio-mmio enhancement
 2020-01-21 13:54 UTC  (6+ messages)
` [virtio-dev] [PATCH v2 1/5] virtio-mmio: Add feature bit for MMIO notification
` [virtio-dev] [PATCH v2 2/5] virtio-mmio: Enhance queue notification support
` [virtio-dev] [PATCH v2 3/5] virtio-mmio: Add feature bit for MMIO MSI
` [virtio-dev] [PATCH v2 4/5] virtio-mmio: Introduce MSI details
` [virtio-dev] [PATCH v2 5/5] virtio-mmio: MSI vector and event mapping

[GIT PULL] Please pull my kvm-ppc-next-5.6-1 tag
 2020-01-21  3:33 UTC 

[PATCH 2/2] kvm: Add ioctl for gathering debug counters
 2020-01-20 18:57 UTC  (7+ messages)

[RFC] Revert "kvm: nVMX: Restrict VMX capability MSR changes"
 2020-01-20 17:16 UTC  (5+ messages)

[PATCH v3 0/8] KVM: arm64: vCPU preempted check support
 2020-01-20 16:20 UTC  (3+ messages)
` [PATCH v3 1/8] KVM: arm64: Document PV-lock interface

[kvm-unit-tests] README: fix markdown formatting and general improvements
 2020-01-20 15:21 UTC  (3+ messages)

[PATCH] arm64: KVM: Add XXX UAPI notes for swapped registers
 2020-01-20 13:59 UTC  (4+ messages)

KVM call for agenda for 2020-01-28
 2020-01-20 13:16 UTC 

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-01-20 12:15 UTC  (11+ messages)
` [PATCH v22 8/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
` [PATCH v22 9/9] MAINTAINERS: Add ACPI/HEST/GHES entries

[PATCH] KVM: apic: short-circuit kvm_apic_accept_pic_intr() when pic intr is accepted
 2020-01-20 10:33 UTC  (2+ messages)

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-01-20  6:27 UTC  (10+ messages)

[PATCH v5 00/18] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2020-01-20  6:16 UTC  (3+ messages)

[PATCH] tools/kvm_stat: Fix kvm_exit filter name
 2020-01-19 22:30 UTC  (3+ messages)

kvmtool: processes inside vm hang in D state
 2020-01-19 16:50 UTC 

[PATCH 0/2 v3] KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests
 2020-01-19  9:13 UTC  (2+ messages)

[PATCH RFC 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-01-19  8:57 UTC  (13+ messages)
` [PATCH RFC 2/3] x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
` [PATCH RFC 3/3] x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guests

[PATCH v11 00/10] Enable Sub-Page Write Protection Support
 2020-01-19  4:05 UTC  (11+ messages)
` [PATCH v11 01/10] Documentation: Add EPT based Subpage Protection and related APIs
` [PATCH v11 02/10] mmu: spp: Implement SPPT setup functions
` [PATCH v11 03/10] mmu: spp: Implement functions to {get|set}_subpage permission
` [PATCH v11 04/10] x86: spp: Introduce user-space SPP IOCTLs
` [PATCH v11 05/10] vmx: spp: Handle SPP induced vmexit and EPT violation
` [PATCH v11 06/10] mmu: spp: Enable Lazy mode SPP protection
` [PATCH v11 07/10] mmu: spp: Re-enable SPP protection when EPT mapping changes
` [PATCH v11 08/10] x86: spp: Add SPP protection check in instruction emulation
` [PATCH v11 09/10] vmx: spp: Initialize SPP bitmap and SPP protection
` [PATCH v11 10/10] kvm: selftests: selftest for Sub-Page protection

[PATCH] KVM: x86: Perform non-canonical checks in 32-bit KVM
 2020-01-18 21:38 UTC  (4+ messages)

[kvm-unit-tests PATCH v2] x86: Add a kvm module parameter check for vmware_backdoors test
 2020-01-18 21:36 UTC  (2+ messages)

[PATCH] KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRL
 2020-01-18 21:35 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86: TIF_NEED_FPU_LOAD bug fixes
 2020-01-18 21:35 UTC  (3+ messages)
` [PATCH v2 4/4] KVM: x86: Remove unused ctxt param from emulator's FPU accessors

[PATCH] KVM: x86: avoid clearing pending exception event twice
 2020-01-18 21:26 UTC  (2+ messages)

[kvm-unit-tests PATCH] add .editorconfig definition
 2020-01-18 20:20 UTC  (2+ messages)

[PATCH] KVM: squelch uninitialized variable warning
 2020-01-18 20:19 UTC  (3+ messages)

[PATCH v2 00/13] KVM: x86: Extend Spectre-v1 mitigation
 2020-01-18 20:18 UTC  (4+ messages)
` [PATCH v2 10/13] KVM: x86: Protect memory accesses from Spectre-v1/L1TF attacks in x86.c

[PATCH v2] kvm/svm: PKU not currently supported
 2020-01-18 20:03 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;
as well as URLs for NNTP newsgroup(s).