kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 21:31:48 to 2020-07-31 03:18:59 UTC [more...]

[PATCH V4 0/6] IRQ offloading for vDPA
 2020-07-31  3:18 UTC  (10+ messages)
` [PATCH V4 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa

[PATCH v2 1/3] KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
 2020-07-31  3:18 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM

[PATCH v3 1/3] KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
 2020-07-31  3:12 UTC  (3+ messages)
` [PATCH v3 2/3] KVM: LAPIC: Set the TDCR settable bits
` [PATCH v3 3/3] KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM

[PATCH 1/5] PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
 2020-07-31  3:01 UTC  (8+ messages)
` [PATCH 2/5] dt-bindings: mips: Document Loongson kvm guest board
` [PATCH 3/5] MIPS: KVM: Add kvm guest support for Loongson-3
` [PATCH 4/5] MIPS: Update default config file "
` [PATCH 5/5] MAINTAINERS: Update KVM/MIPS maintainers

[RFC PATCH 0/9] Split kvm_update_cpuid_runtime()
 2020-07-31  2:42 UTC  (10+ messages)
` [RFC PATCH 1/9] KVM:x86: Abstract sub functions from kvm_update_cpuid_runtime() and kvm_vcpu_after_set_cpuid()
` [RFC PATCH 2/9] KVM:x86: Substitute kvm_update_cpuid_runtime() with kvm_apic_base_update_cpuid() in kvm_lapic_set_base()
` [RFC PATCH 3/9] KVM:x86: Substitute kvm_update_cpuid_runtime() with kvm_xcr0_update_cpuid() in __kvm_set_xcr()
` [RFC PATCH 4/9] KVM:x86: Substitute kvm_update_cpuid_runtime() with kvm_{osxsave,pke}_update_cpuid() in kvm_set_cr4()
` [RFC PATCH 5/9] KVM:x86: Substitute kvm_update_cpuid_runtime() with kvm_mwait_update_cpuid() in kvm_set_msr_common()
` [RFC PATCH 6/9] KVM:x86: Substitute kvm_update_cpuid_runtime() with kvm_{osxsave,pke}_update_cpuid() in enter_smm()
` [RFC PATCH 7/9] KVM:x86: Substitute kvm_update_cpuid_runtime() with kvm_{osxsave,pke}_update_cpuid() in __set_sregs()
` [RFC PATCH 8/9] KVM:x86: Substitute kvm_vcpu_after_set_cpuid() with abstracted functions
` [RFC PATCH 9/9] KVM:x86: Remove kvm_update_cpuid_runtime()

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-07-31  2:17 UTC  (25+ messages)
` [PATCH v3 1/4] iommu: Check IOMMU_DEV_FEAT_AUX feature in aux api's
` [PATCH v3 2/4] iommu: Add iommu_aux_at(de)tach_group()
` [PATCH v3 3/4] iommu: Add iommu_aux_get_domain_for_dev()
` [PATCH v3 4/4] vfio/type1: Use iommu_aux_at(de)tach_group() APIs

[PATCH-for-5.1? v2 0/2] util/pagesize: Make qemu_real_host_page_size of type size_t
 2020-07-31  0:10 UTC  (7+ messages)
` [PATCH-for-5.1? v2 1/2] qemu/osdep: Make QEMU_VMALLOC_ALIGN unsigned long
` [PATCH-for-5.1? v2 2/2] util/pagesize: Make qemu_real_host_page_size of type size_t

[PATCH v2 0/3] Allow user space to restrict and augment MSR emulation
 2020-07-30 23:53 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v2 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v2 3/3] KVM: selftests: Add test for user space MSR handling

[PATCH v5 00/75] x86: SEV-ES Guest Support
 2020-07-30 23:23 UTC  (4+ messages)

[GIT PULL] virtio, qemu_fw: bugfixes
 2020-07-30 23:20 UTC  (2+ messages)

[PATCH v3 00/11] SVM cleanup and INVPCID support for the AMD guests
 2020-07-30 22:49 UTC  (37+ messages)
` [PATCH v3 01/11] KVM: SVM: Introduce __set_intercept, __clr_intercept and __is_intercept
` [PATCH v3 02/11] KVM: SVM: Change intercept_cr to generic intercepts
` [PATCH v3 03/11] KVM: SVM: Change intercept_dr "
` [PATCH v3 04/11] KVM: SVM: Modify intercept_exceptions "
` [PATCH v3 05/11] KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
` [PATCH v3 06/11] KVM: SVM: Add new intercept vector in vmcb_control_area
` [PATCH v3 07/11] KVM: nSVM: Cleanup nested_state data structure
` [PATCH v3 08/11] KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
` [PATCH v3 09/11] KVM: SVM: Remove set_exception_intercept and clr_exception_intercept
` [PATCH v3 10/11] KVM: X86: Move handling of INVPCID types to x86
` [PATCH v3 11/11] KVM:SVM: Enable INVPCID feature on AMD

WARNING: suspicious RCU usage - while installing a VM on a CPU listed under nohz_full
 2020-07-30 22:45 UTC  (5+ messages)

[PATCH 0/9] KVM: x86: TDP level cleanups and shadow NPT fix
 2020-07-30 22:18 UTC  (2+ messages)

New repo for kvm-unit-tests
 2020-07-30 22:05 UTC 

[PATCH kvm-unit-tests] fw_cfg: avoid index out of bounds
 2020-07-30 21:58 UTC 

Guest identity in VMCS/VMCB
 2020-07-30 21:10 UTC 

[PATCH 1/2] mm: make mm->locked_vm an atomic64 counter
 2020-07-30 20:57 UTC  (4+ messages)
` [PATCH 2/2] mm, util: account_locked_vm() does not hold mmap_lock

[PATCH] KVM: x86: Use MMCONFIG for all PCI config space accesses
 2020-07-30 19:50 UTC  (2+ messages)

A new name for kvm-unit-tests ?
 2020-07-30 17:36 UTC  (11+ messages)

device compatibility interface for live migration with assigned devices
 2020-07-30 17:29 UTC  (16+ messages)

[PATCH v2 0/4] KVM: SVM: SEV-ES groundwork
 2020-07-30 16:22 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH v2 2/4] KVM: SVM: Add GHCB definitions
` [PATCH v2 3/4] KVM: SVM: Add GHCB Accessor functions
` [PATCH v2 4/4] KVM: SVM: Use __packed shorthand

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-07-30 16:08 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/3] PV tests part 1
 2020-07-30 15:58 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH v2 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH v2 3/3] s390x: Ultravisor guest API test

[Question] the check of ioeventfd collision in kvm_*assign_ioeventfd_idx
 2020-07-30 14:19 UTC 

[PATCH-for-5.1?] util/pagesize: Make qemu_real_host_page_size of type size_t
 2020-07-30 14:14 UTC  (3+ messages)

[PATCH] KVM: arm: Add trace name for ARM_NISV
 2020-07-30 13:57 UTC  (2+ messages)

[PATCH 0/4] KVM: SVM: SEV-ES groundwork
 2020-07-30 13:05 UTC  (9+ messages)
` [PATCH 1/4] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH 2/4] KVM: SVM: Add GHCB definitions
` [PATCH 3/4] KVM: SVM: Add GHCB Accessor functions
` [PATCH 4/4] KVM: SVM: Use __packed shorthand

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-30 11:31 UTC  (6+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[GIT PULL 0/2] KVM: s390: feature for 5.9
 2020-07-30  9:48 UTC  (3+ messages)
` [GIT PULL 1/2] s390/setup: diag 318: refactor struct
` [GIT PULL 2/2] s390/kvm: diagnose 0x318 sync and reset

[PATCH 4.4 15/54] x86/fpu: Disable bottom halves while loading FPU registers
 2020-07-30  8:04 UTC 

[patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-30  7:19 UTC  (6+ messages)
` [patch V5 05/15] entry: Provide infrastructure for work before transitioning to guest mode

[PATCH v4] kvm,x86: Exit to user space in case page fault error
 2020-07-30  5:01 UTC  (2+ messages)

[PATCH] KVM: x86: Deflect unknown MSR accesses to user space
 2020-07-29 20:49 UTC  (14+ messages)

[PATCH] perf/x86/svm: Convert 'perf kvm stat report' output lowercase to uppercase
 2020-07-29 20:16 UTC  (2+ messages)

[PATCH RFC v8 02/11] vhost: use batched get_vq_desc version
 2020-07-29 18:37 UTC  (14+ messages)

[Bug 202055] Failed to PCI passthrough SSD with SMI SM2262 controller
 2020-07-29 14:34 UTC 

[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-29 12:18 UTC  (4+ messages)
` [patch V4 04/15] entry: Provide generic interrupt entry/exit code

general protection fault in vsock_poll
 2020-07-29  9:40 UTC  (2+ messages)

linux-next: build failure after merge of the kvm tree
 2020-07-29  7:06 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2020-07-29  6:47 UTC 

[PATCH 0/9] arm64: Stolen time support
 2020-07-29  2:57 UTC  (4+ messages)

[PATCH v6 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-29  2:20 UTC  (4+ messages)
` [PATCH v6 01/15] vfio/type1: Refactor vfio_iommu_type1_ioctl()

[kvm-unit-tests PATCH] cstart64: do not assume CR4 should be zero
 2020-07-28 21:29 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: svm: low CR3 bits are not MBZ
 2020-07-28 21:27 UTC  (8+ messages)

[kvm-unit-tests PATCH 0/2] nVMX: Two PCIDE related fixes
 2020-07-28 21:26 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/2] Fix some compilation issues on 32bit
 2020-07-28 21:25 UTC  (2+ messages)

[PATCH kvm-unit-tests] arm64: Compile with -mno-outline-atomics
 2020-07-28 21:25 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).