kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 11:04:14 to 2020-08-02 11:25:35 UTC [more...]

[PATCH 1/2] mm: make mm->locked_vm an atomic64 counter
 2020-08-02 11:23 UTC  (6+ messages)
` [PATCH 2/2] mm, util: account_locked_vm() does not hold mmap_lock

linux-next: Fixes tags need some work in the kvm-fixes tree
 2020-08-02 11:11 UTC 

[Bug 208767] New: kernel stack overflow due to Lazy update IOAPIC on an x86_64 *host*, when gpu is passthrough to macos guest vm
 2020-08-02 10:36 UTC  (4+ messages)
` [Bug 208767] "

[GIT PULL] Final KVM changes for Linux 5.8
 2020-08-02 10:12 UTC 

[kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-08-01 17:40 UTC  (16+ messages)
` [kvm-unit-tests PATCH v3 01/10] arm64: microbench: get correct ipi received num
` [kvm-unit-tests PATCH v3 02/10] arm64: microbench: Generalize ipi test names
` [kvm-unit-tests PATCH v3 03/10] arm64: microbench: gic: Add ipi latency test for gicv4.1 support kvm
` [kvm-unit-tests PATCH v3 04/10] arm64: its: Handle its command queue wrapping
` [kvm-unit-tests PATCH v3 05/10] arm64: microbench: its: Add LPI latency test
` [kvm-unit-tests PATCH v3 06/10] arm64: microbench: Allow each test to specify its running times
` [kvm-unit-tests PATCH v3 07/10] arm64: microbench: Add time limit for each individual test
` [kvm-unit-tests PATCH v3 08/10] arm64: microbench: Add vtimer latency test
` [kvm-unit-tests PATCH v3 09/10] arm64: microbench: Add test->post() to further process test results
` [kvm-unit-tests PATCH v3 10/10] arm64: microbench: Add timer_post() to get actual PPI latency

New repo for kvm-unit-tests
 2020-08-01 11:25 UTC  (3+ messages)

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

[PATCH kvmtool] virtio: Fix ordering of virt_queue__should_signal()
 2020-07-31 22:05 UTC  (3+ messages)

[RFC PATCH 0/8] KVM: x86/mmu: Introduce pinned SPTEs framework
 2020-07-31 21:23 UTC  (9+ messages)
` [RFC PATCH 1/8] KVM: x86/mmu: Return old SPTE from mmu_spte_clear_track_bits()
` [RFC PATCH 2/8] KVM: x86/mmu: Use bits 2:0 to check for present SPTEs
` [RFC PATCH 3/8] KVM: x86/mmu: Refactor handling of not-present SPTEs in mmu_set_spte()
` [RFC PATCH 4/8] KVM: x86/mmu: Add infrastructure for pinning PFNs on demand
` [RFC PATCH 5/8] KVM: SVM: Use the KVM MMU SPTE pinning hooks to pin pages "
` [RFC PATCH 6/8] KVM: x86/mmu: Move 'pfn' variable to caller of direct_page_fault()
` [RFC PATCH 7/8] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [RFC PATCH 8/8] KVM: SVM: Pin SEV pages in MMU during sev_launch_update_data()

[RFC PATCH] KVM: SVM: Disallow SEV if NPT is disabled
 2020-07-31 20:51 UTC 

[Patch 0/4] Defer page pinning for SEV guests until guest pages touched
 2020-07-31 20:40 UTC  (5+ messages)
` [Patch 2/4] KVM:SVM: Introduce set_spte_notify support
` [Patch 3/4] KVM:SVM: Pin sev_launch_update_data() pages via sev_get_page()

[PATCH] KVM: SVM: Fix sev_pin_memory() error handling
 2020-07-31 20:18 UTC  (2+ messages)

[PATCH] KVM: x86: Use MMCONFIG for all PCI config space accesses
 2020-07-31 18:23 UTC  (5+ messages)

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-07-31 18:14 UTC  (26+ messages)
` [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 0/9] KVM: x86: TDP level cleanups and shadow NPT fix
 2020-07-31 16:14 UTC  (5+ messages)
` [PATCH 5/9] KVM: x86: Pull the PGD's level from the MMU instead of recalculating it

[PATCH kvm-unit-tests] fw_cfg: avoid index out of bounds
 2020-07-31 16:05 UTC  (3+ messages)

[PATCH v2 0/4] KVM: SVM: SEV-ES groundwork
 2020-07-31 15:18 UTC  (7+ 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][next] vhost: Use flex_array_size() helper in copy_from_user()
 2020-07-31 13:09 UTC 

[kvm-unit-tests GIT PULL 00/11] s390x patches
 2020-07-31 12:31 UTC  (16+ messages)
` [kvm-unit-tests GIT PULL 01/11] s390x/cpumodel: The missing DFP facility on TCG is expected
` [kvm-unit-tests GIT PULL 02/11] s390x: saving regs for interrupts
` [kvm-unit-tests GIT PULL 03/11] s390x: I/O interrupt registration
` [kvm-unit-tests GIT PULL 04/11] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests GIT PULL 05/11] s390x: clock and delays calculations
` [kvm-unit-tests GIT PULL 06/11] s390x: define function to wait for interrupt
` [kvm-unit-tests GIT PULL 07/11] s390x: Library resources for CSS tests
` [kvm-unit-tests GIT PULL 08/11] s390x: css: stsch, enumeration test
` [kvm-unit-tests GIT PULL 09/11] s390x: css: msch, enable test
` [kvm-unit-tests GIT PULL 10/11] s390x: css: ssch/tsch with sense and interrupt
` [kvm-unit-tests GIT PULL 11/11] s390x: fix inline asm on gcc10

[PATCH v2 0/3] Allow user space to restrict and augment MSR emulation
 2020-07-31 11:59 UTC  (10+ 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 1/5] PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
 2020-07-31 11:56 UTC  (7+ messages)
` [PATCH 2/5] dt-bindings: mips: Document Loongson kvm guest board

[GIT PULL] KVM/arm64 fixes for 5.8, take #4
 2020-07-31 11:25 UTC  (2+ messages)

[kvm-unit-tests PATCH] gitlab-ci.yml: Compile some jobs out-of-tree
 2020-07-31 11:24 UTC  (2+ messages)

[PATCH v3 1/3] KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
 2020-07-31  9:44 UTC  (6+ 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

[kvm-unit-tests PATCH v2 0/3] PV tests part 1
 2020-07-31  9:21 UTC  (10+ messages)
` [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

[kvm-unit-tests PATCH] gitlab-ci.yml: Test build on CentOS 7
 2020-07-31  9:15 UTC 

[PATCH v1] ioeventfd: introduce get_ioeventfd()
 2020-07-31  8:59 UTC 

[Question] the check of ioeventfd collision in kvm_*assign_ioeventfd_idx
 2020-07-31  8:21 UTC  (4+ messages)

[kvm-unit-tests PATCH] scripts/runtime: Replace "|&" with "2>&1 |"
 2020-07-31  8:07 UTC  (6+ messages)

[PATCH 0/6] Guest Architectural LBR Enabling
 2020-07-31  7:44 UTC  (7+ messages)
` [PATCH 1/6] KVM: vmx/pmu: Add VMCS field check before exposing LBR_FMT
` [PATCH 2/6] perf/x86/lbr: Unify LBR_INFO registers exposure check condition
` [PATCH 3/6] KVM: vmx/pmu: Add MSR_ARCH_LBR_DEPTH emulation for Arch LBR
` [PATCH 4/6] KVM: vmx/pmu: Add MSR_ARCH_LBR_CTL "
` [PATCH 5/6] KVM: vmx/pmu: Add Arch LBR emulation and its VMCS field
` [PATCH 6/6] KVM: x86: Expose Architectural LBR CPUID and its XSAVES bit

WARNING: suspicious RCU usage - while installing a VM on a CPU listed under nohz_full
 2020-07-31  7:42 UTC  (6+ messages)

[PATCH -next] emulate:Fix build error
 2020-07-31  7:36 UTC  (2+ messages)

[PATCH V5 0/6] IRQ offloading for vDPA
 2020-07-31  6:55 UTC  (7+ messages)
` [PATCH V5 1/6] vhost: introduce vhost_vring_call
` [PATCH V5 2/6] kvm: detect assigned device via irqbypass manager
` [PATCH V5 3/6] vDPA: add get_vq_irq() in vdpa_config_ops
` [PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa
` [PATCH V5 5/6] ifcvf: implement vdpa_config_ops.get_vq_irq()
` [PATCH V5 6/6] irqbypass: do not start cons/prod when failed connect

linux-next: manual merge of the kvm-arm tree with the kvm-fixes tree
 2020-07-31  6:41 UTC 

A new name for kvm-unit-tests ?
 2020-07-31  6:18 UTC  (13+ messages)

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-07-31  5:47 UTC  (3+ messages)

[PATCH V4 0/6] IRQ offloading for vDPA
 2020-07-31  3:18 UTC  (9+ 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

[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-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 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  (13+ messages)
` [PATCH v3 01/11] KVM: SVM: Introduce __set_intercept, __clr_intercept and __is_intercept
` [PATCH v3 03/11] KVM: SVM: Change intercept_dr to generic intercepts
` [PATCH v3 11/11] KVM:SVM: Enable INVPCID feature on AMD

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

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

[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  (7+ messages)
` [PATCH 1/4] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH 3/4] KVM: SVM: Add GHCB Accessor functions

[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


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