kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-05 10:06:24 to 2020-06-08 12:52:59 UTC [more...]

[PATCH RFC v6 00/11] vhost: ring format independence
 2020-06-08 12:52 UTC 

[PATCH] KVM: SVM: fix calls to is_intercept
 2020-06-08 12:51 UTC  (2+ messages)

[PATCH kvm-unit-tests 0/2] svm: INIT test and test_run on selected vcpu
 2020-06-08 12:47 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/2] svm: Add ability to execute test via test_run on a vcpu other than vcpu 0
` [PATCH kvm-unit-tests 2/2] svm: INIT intercept test

[PATCH] vhost/test: fix up after API change
 2020-06-08 12:42 UTC 

[PATCH kvm-unit-tests] remove unused file
 2020-06-08 12:42 UTC 

[PATCH][v7] KVM: X86: support APERF/MPERF registers
 2020-06-08 12:41 UTC  (2+ messages)

[PATCH 1/2] KVM: selftests: Add x86_64/debug_regs to .gitignore
 2020-06-08 11:57 UTC  (3+ messages)
` [PATCH 2/2] KVM: selftests: fix vmx_preemption_timer_test build with GCC10

[PATCH v3 0/5] Add a vhost RPMsg API
 2020-06-08 11:16 UTC  (9+ messages)

[PATCH v3 00/28] KVM: nSVM: event fixes and migration support
 2020-06-08 11:11 UTC  (4+ messages)
` [PATCH 19/30] KVM: nSVM: extract svm_set_gif

[PATCH RFC v5 00/13] vhost: ring format independence
 2020-06-08 10:17 UTC  (19+ messages)
` [PATCH RFC v5 01/13] vhost: option to fetch descriptors through an independent struct
` [PATCH RFC v5 02/13] vhost: use batched version by default
` [PATCH RFC v5 03/13] vhost: batching fetches
` [PATCH RFC v5 04/13] vhost: cleanup fetch_buf return code handling
` [PATCH RFC v5 05/13] vhost/net: pass net specific struct pointer
` [PATCH RFC v5 06/13] vhost: reorder functions
` [PATCH RFC v5 07/13] vhost: format-independent API for used buffers
` [PATCH RFC v5 08/13] vhost/net: convert to new API: heads->bufs
` [PATCH RFC v5 09/13] vhost/net: avoid iov length math
` [PATCH RFC v5 10/13] vhost/test: convert to the buf API
` [PATCH RFC v5 11/13] vhost/scsi: switch to buf APIs
` [PATCH RFC v5 12/13] vhost/vsock: switch to the buf API
` [PATCH RFC v5 13/13] vhost: drop head based APIs

[PATCH] x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeup
 2020-06-08 10:12 UTC  (2+ messages)

[PATCH 0/6] vDPA: doorbell mapping
 2020-06-08 10:07 UTC  (15+ messages)
` [PATCH 5/6] vdpa: introduce virtio pci driver

[kvm-unit-tests PATCH v8 00/12] s390x: Testing the Channel Subsystem I/O
 2020-06-08  9:05 UTC  (16+ messages)
` [kvm-unit-tests PATCH v8 01/12] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v8 02/12] s390x: Move control register bit definitions and add AFP to them
` [kvm-unit-tests PATCH v8 03/12] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v8 04/12] s390x: interrupt registration
` [kvm-unit-tests PATCH v8 05/12] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v8 06/12] s390x: clock and delays caluculations
` [kvm-unit-tests PATCH v8 07/12] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v8 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v8 09/12] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v8 10/12] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v8 11/12] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v8 12/12] s390x: css: ssch/tsch with sense and interrupt

[PATCH] KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptr
 2020-06-08  8:57 UTC 

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-08  8:57 UTC  (25+ messages)
` [PATCH 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH v2] KVM: arm64: Remove host_cpu_context member from vcpu structure
 2020-06-08  8:56 UTC 

[PATCH] KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories
 2020-06-08  8:22 UTC  (2+ messages)

[PATCH v2 1/2] KVM: nVMX: Properly handle kvm_read/write_guest_virt*() result
 2020-06-08  8:20 UTC  (6+ messages)
` [PATCH v2 2/2] Revert "KVM: x86: work around leak of uninitialized stack contents"

[PATCH RFC 00/13] vhost: format independence
 2020-06-08  6:01 UTC  (13+ messages)
` [PATCH RFC 01/13] vhost: option to fetch descriptors through an independent struct
` [PATCH RFC 03/13] vhost: batching fetches

[vhost:vhost 18/52] drivers/virtio/virtio_mem.c:1391:5: warning: Variable 'rc' is reassigned a value before the old one has been used
 2020-06-08  0:59 UTC 

[PATCH v2 17/18] kvm/eventfd: Use sequence counter with associated spinlock
 2020-06-08  0:57 UTC 

[Bug 208081] New: Memory leak in kvm_async_pf_task_wake
 2020-06-08  0:46 UTC  (3+ messages)
` [Bug 208081] "

[PATCH] x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelisted
 2020-06-07 17:06 UTC  (3+ messages)

What will happen to hugetlbfs backed guest memory when nx_huge_pages is enabled?
 2020-06-07  7:39 UTC  (2+ messages)

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-06-07  3:07 UTC  (19+ messages)
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests

[PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
 2020-06-06 19:34 UTC  (3+ messages)
` [PATCH v3 08/20] migration/colo: Use ram_block_discard_disable()

[Bug 208091] New: vcpu1, guest rIP offset ignored wrmsr or rdmsr
 2020-06-06 17:37 UTC  (4+ messages)
` [Bug 208091] "

[PATCH][v6] KVM: X86: support APERF/MPERF registers
 2020-06-06 11:53 UTC  (11+ messages)
  ` 答复: "
      ` 答复: "

[RFC PATCH] KVM: x86: Fix APIC page invalidation race
 2020-06-06  5:00 UTC  (2+ messages)

[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
 2020-06-06  4:31 UTC  (22+ messages)
` [PATCH v8 01/16] s390/ap: introduce new ap function ap_get_qdev()
` [PATCH v8 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v8 03/16] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v8 04/16] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v8 05/16] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v8 06/16] s390/vfio-ap: introduce shadow APCB
` [PATCH v8 07/16] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v8 08/16] s390/vfio-ap: filter matrix for unavailable queue devices
` [PATCH v8 09/16] s390/vfio_ap: add qlink from ap_matrix_mdev struct to vfio_ap_queue struct
` [PATCH v8 10/16] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v8 11/16] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest
` [PATCH v8 12/16] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v8 13/16] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v8 14/16] s390/vfio-ap: handle host AP config change notification
` [PATCH v8 15/16] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v8 16/16] s390/vfio-ap: handle probe/remove not due to host AP config changes

[GIT PULL] VFIO updates for v5.8-rc1
 2020-06-05 21:15 UTC  (2+ messages)

[PATCH 0/3 v2] kvm-unit-tests: nVMX: Test base and limit fields of guest GDTR and IDTR
 2020-06-05 19:58 UTC  (5+ messages)
` [PATCH 1/3 v2] kvm-unit-tests: nVMX: Test GUEST_BASE_GDTR and GUEST_BASE_IDTR on vmentry of nested guests
` [PATCH 2/3 v2] kvm-unit-tests: nVMX: Optimize test_guest_dr7() by factoring out the loops into a macro
` [PATCH 3/3 v2] kvm-unit-tests: nVMX: Test GUEST_LIMIT_GDTR and GUEST_LIMIT_IDTR on vmentry of nested guests

[kvm-unit-tests PATCH] x86: realmode: Relax smsw test
 2020-06-05 19:49 UTC 

[RFC PATCH v4 00/10] Introduce vendor ops in vfio-pci
 2020-06-05 17:54 UTC  (15+ messages)
` [RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION

[PATCH] KVM: selftests: delete some dead code
 2020-06-05 17:39 UTC  (6+ messages)

[PATCH v13 0/5] i386: Enable TOPOEXT to support hyperthreading on AMD CPU
 2020-06-05 16:21 UTC  (6+ messages)
` [PATCH v13 1/5] i386: Add support for CPUID_8000_001E for AMD

[PATCH] KVM: arm64: Remove host_cpu_context member from vcpu structure
 2020-06-05 16:18 UTC 

[PATCH v3 00/18] Add support for Nitro Enclaves
 2020-06-05 15:39 UTC  (7+ messages)
` [PATCH v3 01/18] nitro_enclaves: Add ioctl interface definition

[PATCH] KVM: selftests: Fix "make ARCH=x86_64" build with
 2020-06-05 15:15 UTC  (2+ messages)

[PATCH] KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories
 2020-06-05 15:15 UTC 

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-05 14:39 UTC  (13+ messages)

general protection fault in start_creating
 2020-06-05 13:52 UTC  (3+ messages)

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-06-05 12:18 UTC  (10+ messages)

[PATCH] s390/virtio: remove unused pm callbacks
 2020-06-05 10:52 UTC  (4+ messages)

[PATCH RESEND 0/5] vDPA:config interrupt support and IRQ improvements
 2020-06-05 10:27 UTC  (6+ messages)
` [PATCH RESEND 1/5] ifcvf: move IRQ request/free to status change handlers
` [PATCH RESEND 2/5] ifcvf: ignore continuous setting same staus value
` [PATCH RESEND 3/5] vhost_vdpa: Support config interrupt in vdpa
` [PATCH RESEND 4/5] vhost: replace -1 with VHOST_FILE_UNBIND in iotcls
` [PATCH RESEND 5/5] ifcvf: implement config interrupt in IFCVF

system time goes weird in kvm guest after host suspend/resume
 2020-06-05 10:21 UTC  (3+ 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).