kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-17 12:41:46 to 2020-04-21 10:33:31 UTC [more...]

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-04-21 10:32 UTC  (3+ messages)

[RFC PATCH v11 0/9] Enable ptp_kvm for arm64
 2020-04-21  9:57 UTC  (13+ messages)
` [RFC PATCH v11 1/9] psci: export psci conduit get helper
` [RFC PATCH v11 2/9] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v11 3/9] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v11 4/9] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v11 5/9] psci: Add hypercall service for ptp_kvm
` [RFC PATCH v11 6/9] ptp: arm64: Enable ptp_kvm for arm/arm64
` [RFC PATCH v11 7/9] ptp: extend input argument for getcrosstimestamp API
` [RFC PATCH v11 8/9] arm64: add mechanism to let user choose which counter to return
` [RFC PATCH v11 9/9] arm64: Add kvm capability check extension for ptp_kvm

[PATCH -tip 0/4] kvm: Use rcuwait for vcpu blocking
 2020-04-21  9:43 UTC  (9+ messages)
` [PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
  ` [PATCH v2] "

[PATCH v3 0/8] s390x/vfio-ccw: Channel Path Handling [KVM]
 2020-04-21  9:41 UTC  (5+ messages)
` [PATCH v3 4/8] vfio-ccw: Introduce a new schib region
` [PATCH v3 5/8] vfio-ccw: Introduce a new CRW region

[PATCH 0/4] Split hyperv-tlfs.h into generic and arch specific files
 2020-04-21  9:29 UTC  (6+ messages)
` [PATCH 1/4] KVM: x86: hyperv: Remove duplicate definitions of Reference TSC Page
` [PATCH 2/4] x86/hyperv: Remove HV_PROCESSOR_POWER_STATE #defines
` [PATCH 3/4] x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent files
` [PATCH 4/4] asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls

[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
 2020-04-21  9:25 UTC 

[PATCH v2 00/10] KVM: VMX: Unionize vcpu_vmx.exit_reason
 2020-04-21  8:11 UTC  (4+ messages)

[PATCH v3 0/2] KVM: VMX: Unionize vcpu_vmx.exit_reason
 2020-04-21  7:53 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: nVMX: Drop a redundant call to vmx_get_intr_info()
` [PATCH v3 2/2] KVM: VMX: Convert vcpu_vmx.exit_reason to a union

[PATCH kernel v2 0/7] powerpc/powenv/ioda: Allow huge DMA window at 4GB
 2020-04-21  6:35 UTC  (10+ messages)

[GIT PULL 0/2] KVM: s390: Fix for 5.7 and maintainer update
 2020-04-21  6:34 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: Fix PV check in deliverable_irqs()
` [GIT PULL 2/2] MAINTAINERS: add a reviewer for KVM/s390

[PATCH 1/2] kvm: nVMX: Pending debug exceptions trump expired VMX-preemption timer
 2020-04-21  4:41 UTC  (9+ messages)
` [PATCH 2/2] kvm: nVMX: Single-step traps "

[PATCH] vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()
 2020-04-21  3:34 UTC  (3+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-21  2:37 UTC  (7+ messages)

[PATCH v3] virtio: force spec specified alignment on types
 2020-04-21  2:39 UTC  (2+ messages)

[PATCH v4] vhost: disable for OABI
 2020-04-21  2:27 UTC  (2+ messages)

[PATCH v2 00/94] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-04-21  2:22 UTC  (11+ messages)

[PATCH 1/5] drivers/powerpc: Replace _ALIGN_UP() by ALIGN()
 2020-04-21  1:11 UTC  (10+ messages)
` [PATCH 2/5] powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
` [PATCH 3/5] powerpc: Replace _ALIGN_UP() by ALIGN()
` [PATCH 4/5] powerpc: Replace _ALIGN() "
` [PATCH 5/5] powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()

KASAN: out-of-bounds Write in nested_sync_vmcs12_to_shadow
 2020-04-21  0:15 UTC 

[GIT PULL] Please pull my kvm-ppc-fixes-5.7-1 tag
 2020-04-20 23:53 UTC 

[PATCH] kvm-unit-test: nSVM: Test CR0[63:32] on VMRUN of nested guests
 2020-04-20 22:58 UTC  (2+ messages)
` [PATCH] kvm-unit-tests: nSVM: Test that CR0[63:32] are not set "

linux-next: Signed-off-by missing for commit in the kvm tree
 2020-04-20 22:32 UTC 

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-20 21:43 UTC  (2+ messages)

[PATCH] kvm: add capability for halt polling
 2020-04-20 21:20 UTC  (6+ messages)

[PATCH] kvm: Disable objtool frame pointer checking for vmenter.S
 2020-04-20 21:10 UTC  (3+ messages)

[PATCH v2] virtio: force spec specified alignment on types
 2020-04-20 20:09 UTC 

[GIT PULL v2] vhost: cleanups and fixes
 2020-04-20 20:00 UTC 

experiment: KVM x86 pull requests
 2020-04-20 18:56 UTC 

[kvm-unit-tests PATCH v3] x86: nVMX: add new test for vmread/vmwrite flags preservation
 2020-04-20 17:58 UTC 

[PATCH 0/2 v2] kvm-unit-test: nVMX: Test Selector and Base Address fields of Guest Segment registers
 2020-04-20 15:12 UTC  (9+ messages)
` [PATCH 1/2 v2] KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vmcs02 if vmcs12 doesn't set it

[PATCH v3] vhost: disable for OABI
 2020-04-20 14:16 UTC  (3+ messages)

[PATCH] kvm/eventfd: remove unneeded conversion to bool
 2020-04-20 13:51 UTC  (2+ messages)

[PATCH 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
 2020-04-20 12:13 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2] docs/virt/kvm: Document running nested guests
 2020-04-20 11:17 UTC 

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-04-20 10:49 UTC  (17+ messages)
` [PATCH v3 01/19] target/arm: Rename KVM set_feature() as kvm_set_feature()
` [PATCH v3 03/19] target/arm: Restrict DC-CVAP instruction to TCG accel
` [PATCH v3 05/19] target/arm: Restrict Virtualization Host Extensions instructions to TCG

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

[PATCH v2 0/6] KVM: arm: vgic fixes for 5.7
 2020-04-20 10:03 UTC  (8+ messages)
` [PATCH v2 2/6] KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read
` [PATCH v2 4/6] KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits

[PATCH 0/3] KVM: x86: move nested-related kvm_x86_ops to a separate struct
 2020-04-20  8:54 UTC  (10+ messages)
` [PATCH 1/3] KVM: x86: check_nested_events is never NULL
` [PATCH 2/3] KVM: eVMCS: check if nesting is enabled
` [PATCH 3/3] KVM: x86: move nested-related kvm_x86_ops to a separate struct

[PATCH v1 1/1] MAINTAINERS: add a reviewer for KVM/s390
 2020-04-20  8:20 UTC  (5+ messages)

[PATCH] KVM: s390: remove unneeded semicolon in gisa_vcpu_kicker()
 2020-04-20  7:31 UTC  (4+ messages)

[PATCH] KVM: X86: Fix compile error in svm/sev.c
 2020-04-20  7:14 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the kvm tree
 2020-04-19 22:26 UTC 

[Bug 207357] New: Paravirtualized spinlocks causing very severe performance degradation with 3rd gen AMD Threadripper
 2020-04-19 17:12 UTC  (2+ messages)
` [Bug 207357] "

[Bug 207315] New: Out of bounds access in search_memslots() in include/linux/kvm_host.h
 2020-04-19 13:06 UTC  (2+ messages)
` [Bug 207315] "

[PATCH 0/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-04-19  9:58 UTC  (8+ messages)
` [PATCH 13/15] KVM: MIPS: Add CONFIG6 and DIAG registers emulation

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

[PATCH AUTOSEL 5.4 29/78] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:40 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 31/78] s390/cio: generate delayed uevent for vfio-ccw subchannels
` [PATCH AUTOSEL 5.4 55/78] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 4.19 18/47] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 35/47] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 4.14 14/28] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:43 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 27/28] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 4.9 12/23] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:44 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 23/23] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 5.5 31/75] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 14:08 UTC  (3+ messages)
` [PATCH AUTOSEL 5.5 33/75] s390/cio: generate delayed uevent for vfio-ccw subchannels
` [PATCH AUTOSEL 5.5 60/75] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH AUTOSEL 5.6 33/73] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-18 13:48 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 35/73] s390/cio: generate delayed uevent for vfio-ccw subchannels
` [PATCH AUTOSEL 5.6 64/73] KVM: s390: vsie: Fix delivery of addressing exceptions

[PATCH v3 0/8] tools/vhost: Reset virtqueue on tests
 2020-04-18 10:22 UTC  (9+ messages)
` [PATCH v3 1/8] vhost: Not cleaning batched descs in VHOST_SET_VRING_BASE ioctl
` [PATCH v3 2/8] tools/virtio: Add --batch option
` [PATCH v3 3/8] tools/virtio: Add --batch=random option
` [PATCH v3 4/8] tools/virtio: Add --reset
` [PATCH v3 5/8] tools/virtio: Use __vring_new_virtqueue in virtio_test.c
` [PATCH v3 6/8] tools/virtio: Extract virtqueue initialization in vq_reset
` [PATCH v3 7/8] tools/virtio: Reset index in virtio_test --reset
` [PATCH v3 8/8] tools/virtio: Use tools/include/list.h instead of stubs

[PATCH v2 0/1] x86/kvm/hyper-v: Add support to SYNIC exit on EOM
 2020-04-18  6:41 UTC  (5+ messages)

[PATCH v25 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-04-18  2:40 UTC  (5+ messages)
` [PATCH v25 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro

[PATCH] x86/hyperv: Suspend/resume the VP assist page for hibernation
 2020-04-17 23:07 UTC  (5+ messages)

[kvm PATCH 0/2] *** Enable VMX preemption timer migration ***
 2020-04-17 18:34 UTC  (3+ messages)
` [kvm PATCH 1/2] KVM: nVMX - enable VMX preemption timer migration
` [kvm PATCH 2/2] KVM: nVMX: Don't clobber preemption timer in the VMCS12 before L2 ran

[kvm-unit-tests PATCH] nVMX: Add testcase to cover VMWRITE to nonexistent CR3-target values
 2020-04-17 17:18 UTC  (4+ messages)

[PATCH 0/2] KVM: fix set_memory_region_test on AMD
 2020-04-17 16:38 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: avoid infinite loop on NPF from bad address
` [PATCH 2/2] selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts down

[PATCH] vfio-ccw: document possible errors
 2020-04-17 16:33 UTC  (2+ messages)

[PATCH -next] kvm/svm: disable KCSAN for svm_vcpu_run()
 2020-04-17 15:17 UTC  (4+ messages)

[PATCH] KVM: Remove CREATE_IRQCHIP/SET_PIT2 race
 2020-04-17 15:06 UTC  (2+ messages)

Slab-of-out-bounds in search_memslots() in kvm_host.h
 2020-04-17 14:48 UTC  (2+ messages)

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-17 13:54 UTC  (6+ messages)
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-04-17 13:39 UTC  (7+ messages)
` [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code

[PATCH v11 00/20] KVM RISC-V Support
 2020-04-17 12:45 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).