kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-29 05:32:57 to 2019-07-31 11:27:29 UTC [more...]

[PATCH 1/3] KVM: Don't need to wakeup vCPU twice afer timer fire
 2019-07-31 11:27 UTC  (2+ messages)
` [PATCH 3/3] KVM: Fix leak vCPU's VMCS value into other pCPU

[PATCH 0/2] KVM: selftests: Enable ucall and dirty_log_test on s390x
 2019-07-31 11:16 UTC  (18+ messages)
` [PATCH 1/2] KVM: selftests: Implement ucall() for s390x
` [PATCH 2/2] KVM: selftests: Enable dirty_log_test on s390x

[Bug 204209] New: kernel 5.2.1: "floating point exception" in qemu with kvm enabled
 2019-07-31 11:15 UTC  (2+ messages)
` [Bug 204209] "

[PATCH] selftests: kvm: Adding config fragments
 2019-07-31 10:55 UTC 

[PATCH V2 0/9] Fixes for metadata accelreation
 2019-07-31 10:05 UTC  (13+ messages)
` [PATCH V2 1/9] vhost: don't set uaddr for invalid address
` [PATCH V2 2/9] vhost: validate MMU notifier registration
` [PATCH V2 3/9] vhost: fix vhost map leak
` [PATCH V2 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V2 5/9] vhost: mark dirty pages during map uninit
` [PATCH V2 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V2 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V2 9/9] vhost: do not return -EAGIAN for non blocking invalidation too early

[PATCH 0/3] Reduce the number of Valgrind reports in unit tests
 2019-07-31  9:05 UTC  (14+ messages)
` [PATCH 1/3] test-throttle: Fix uninitialized use of burst_length
` [PATCH 2/3] tests: Fix uninitialized byte in test_visitor_in_fuzz
` [PATCH 3/3] i386/kvm: initialize struct at full before ioctl call
  ` [Qemu-devel] "

[PATCH v5 12/29] compat_ioctl: move drivers to compat_ptr_ioctl
 2019-07-31  8:37 UTC  (3+ messages)

[PATCH] kvm: arm: Promote KVM_ARM_TARGET_CORTEX_A7 to generic V7 core
 2019-07-31  8:17 UTC  (2+ messages)

[RFC PATCH 00/16] KVM RISC-V Support
 2019-07-31  7:23 UTC  (66+ messages)
` [RFC PATCH 01/16] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [RFC PATCH 02/16] RISC-V: Add hypervisor extension related CSR defines
` [RFC PATCH 03/16] RISC-V: Add initial skeletal KVM support
` [RFC PATCH 04/16] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [RFC PATCH 05/16] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [RFC PATCH 06/16] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [RFC PATCH 07/16] RISC-V: KVM: Implement VCPU world-switch
` [RFC PATCH 08/16] RISC-V: KVM: Handle MMIO exits for VCPU
` [RFC PATCH 09/16] RISC-V: KVM: Handle WFI "
` [RFC PATCH 10/16] RISC-V: KVM: Implement VMID allocator
` [RFC PATCH 11/16] RISC-V: KVM: Implement stage2 page table programming
` [RFC PATCH 12/16] RISC-V: KVM: Implement MMU notifiers
` [RFC PATCH 13/16] RISC-V: KVM: Add timer functionality
` [RFC PATCH 14/16] RISC-V: KVM: FP lazy save/restore
` [RFC PATCH 15/16] RISC-V: KVM: Add SBI v0.1 support
` [RFC PATCH 16/16] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig

[PATCH v3 0/9] x86: Concurrent TLB flushes
 2019-07-31  0:13 UTC  (3+ messages)
` [PATCH v3 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently

[PATCH 0/2] kvm-unit-test: x86: Implement a generic wrapper for cpuid/cpuid_indexed calls
 2019-07-30 21:52 UTC  (3+ messages)
` [PATCH 1/2] kvm-unit-test: x86: Implement a generic wrapper for cpuid/cpuid_indexed functions
` [PATCH 2/2] kvm-unit-test: x86: Replace cpuid/cpuid_indexed calls with this_cpu_has()

[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
 2019-07-30 20:42 UTC  (20+ messages)
` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket

[PATCH v3 00/10] KVM: arm/arm64: vgic: ITS translation cache
 2019-07-30 17:04 UTC  (2+ messages)

[PATCH net-next v5 0/5] vsock/virtio: optimizations to increase the throughput
 2019-07-30 16:02 UTC  (9+ messages)
` [PATCH net-next v5 1/5] vsock/virtio: limit the memory used per-socket
` [PATCH net-next v5 2/5] vsock/virtio: reduce credit update messages
` [PATCH net-next v5 3/5] vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()
` [PATCH net-next v5 4/5] vhost/vsock: split packets to send using multiple buffers
` [PATCH net-next v5 5/5] vsock/virtio: change the maximum packet size allowed

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-30 15:57 UTC  (6+ messages)
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool

[PATCH RFC UNTESTED] vfio-ccw: indirect access to translated cps
 2019-07-30 15:49 UTC  (2+ messages)

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-30 14:08 UTC  (4+ messages)
` [PATCH 11/59] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2

[kvm-unit-tests PATCH] Force GCC version to 8.2 for compiling the ARM tests
 2019-07-30 12:10 UTC 

[PATCH] KVM: Disable wake-affine vCPU process to mitigate lock holder preemption
 2019-07-30 12:09 UTC  (3+ messages)

kvm-unit-tests for arm are broken with GCC 9.1 on Fedora 30
 2019-07-30 11:52 UTC 

[kvm-unit-tests PATCH] arm: timer: Fix potential deadlock when waiting for interrupt
 2019-07-30 11:05 UTC  (6+ messages)

[RFC PATCH 00/21] x86/sgx: KVM: Add SGX virtualization
 2019-07-30  3:08 UTC  (8+ messages)
` [RFC PATCH 04/21] x86/sgx: Add /dev/sgx/virt_epc device to allocate "raw" EPC for VMs
` [RFC PATCH 08/21] KVM: x86: Add kvm_x86_ops hook to short circuit emulation

[PATCH 0/3] KVM: X86: Some tracepoint enhancements
 2019-07-30  2:39 UTC  (13+ messages)
` [PATCH 1/3] KVM: X86: Trace vcpu_id for vmexit
` [PATCH 2/3] KVM: X86: Remove tailing newline for tracepoints
` [PATCH 3/3] KVM: X86: Tune PLE Window tracepoint

[PATCH RESEND] KVM: X86: Use IPI shorthands in kvm guest when support
 2019-07-30  2:17 UTC  (3+ messages)

[PATCH v2] KVM: X86: Use IPI shorthands in kvm guest when support
 2019-07-30  2:15 UTC 

[PATCH v2 0/5] mm / virtio: Provide support for page hinting
 2019-07-29 22:11 UTC  (12+ messages)
` [PATCH v2 QEMU] virtio-balloon: Provide a interface for "bubble hinting"

[Bug 203477] New: [AMD][KVM] Windows L1 guest becomes extremely slow and unusable after enabling Hyper-V
 2019-07-29 22:07 UTC  (2+ messages)
` [Bug 203477] "

[PULL] vhost,virtio: cleanups and fixes
 2019-07-29 18:40 UTC  (2+ messages)

[PATCH stable-4.19 0/2] KVM: nVMX: guest reset fixes
 2019-07-29 15:31 UTC  (7+ messages)
` [PATCH stable-4.19 1/2] KVM: nVMX: do not use dangling shadow VMCS after guest reset

[PATCH] Documentation: move Documentation/virtual to Documentation/virt
 2019-07-29 13:55 UTC  (5+ messages)

[PATCH v2 18/30] virtio_fs, dax: Set up virtio_fs dax_device
 2019-07-29 13:20 UTC  (11+ messages)

[PATCH v2 0/5] KVM: VMX: Optimize VMX instrs error/fault handling
 2019-07-29  9:20 UTC  (4+ messages)
` [PATCH v2 3/5] KVM: VMX: Add error handling to VMREAD helper


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