kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-31 09:46:34 to 2020-08-05 02:28:02 UTC [more...]

device compatibility interface for live migration with assigned devices
 2020-08-05  2:22 UTC  (16+ messages)

[PATCH V5 0/6] IRQ offloading for vDPA
 2020-08-05  2:20 UTC  (10+ messages)
` [PATCH V5 1/6] vhost: introduce vhost_vring_call
` [PATCH V5 4/6] vhost_vdpa: implement IRQ offloading in vhost_vdpa

Guest OS migration and lost IPIs
 2020-08-05  0:07 UTC 

[GIT PULL] Please pull my kvm-ppc-next-5.9-1 tag
 2020-08-05  0:02 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: svm: low CR3 bits are not MBZ
 2020-08-04 23:13 UTC  (10+ messages)

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

sparse warnings
 2020-08-04 21:36 UTC 

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-08-04 21:22 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] Add a new LSM-supporting anonymous inode interface
  ` [PATCH v5 3/3] Wire UFFD up to SELinux

[PATCH 1/2] KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw disabled
 2020-08-04 21:19 UTC  (4+ messages)
` [PATCH 2/2] KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when setting

[PATCH 1/1] kvm: mmu: zap pages when zapping only parent
 2020-08-04 21:14 UTC  (2+ messages)

[RFC PATCH 0/8] KVM: x86/mmu: Introduce pinned SPTEs framework
 2020-08-04 19:40 UTC  (14+ 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()

[PATCH v4 0/4] Add a vhost RPMsg API
 2020-08-04 19:30 UTC  (15+ messages)
` [PATCH v4 4/4] vhost: add an "

[PATCH] KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
 2020-08-04 19:09 UTC  (4+ messages)

[RFC PATCH v1 0/3] put arm64 kvm_config on a diet
 2020-08-04 17:16 UTC  (11+ messages)
` [PATCH v1 1/3] arm64: allow de-selection of ThunderX PCI controllers
` [PATCH v1 2/3] arm64: gate the whole of pci-xgene on CONFIG_PCI_XGENE
` [PATCH v1 3/3] kernel/configs: don't include PCI_QUIRKS in KVM guest configs

[PATCH v2 0/6] KVM: arm64: pvtime: Fixes and a new cap
 2020-08-04 17:06 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH v2 2/6] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH v2 3/6] KVM: arm64: Drop type input from kvm_put_guest
` [PATCH v2 4/6] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH v2 5/6] KVM: Documentation: Minor fixups
` [PATCH v2 6/6] arm64/x86: KVM: Introduce steal-time cap

[RFC PATCH] KVM: SVM: Disallow SEV if NPT is disabled
 2020-08-04 15:16 UTC  (2+ messages)

[PATCH v2 kvmtool] virtio: Fix ordering of virtio_queue__should_signal()
 2020-08-04 14:53 UTC 

[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
 2020-08-04 14:28 UTC  (2+ messages)

[PATCH v1] vfio: platform: use platform_get_resource()
 2020-08-04 13:56 UTC 

[PATCH kvmtool] virtio: Fix ordering of virt_queue__should_signal()
 2020-08-04 12:15 UTC  (5+ messages)

VFIO/IOMMU/PCI MC at LPC20 - Call for Topics
 2020-08-04 10:34 UTC 

[PATCH] vDPA: dont change vq irq after DRIVER_OK
 2020-08-04 10:21 UTC 

[PATCH] vDPA: dont change vq irq after DRIVER_OK
 2020-08-04 10:20 UTC 

[kvm-unit-tests PATCH RESEND v2] x86: tscdeadline timer testing when apic disabled
 2020-08-04  8:42 UTC  (2+ messages)

[PATCH 1/5] PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
 2020-08-04  7:47 UTC  (10+ messages)
` [PATCH 2/5] dt-bindings: mips: Document Loongson kvm guest board

[kvm-unit-tests PATCH] x86: tscdeadline timer testing when apic is hw disabled
 2020-08-04  7:08 UTC  (4+ messages)

[vhost:vhost 42/49] drivers/rpmsg/virtio_rpmsg_bus.c:28:10: fatal error: 'linux/virtio_rpmsg.h' file not found
 2020-08-04  4:28 UTC 

[PATCH 0/6] Allow userspace to manage MSRs
 2020-08-04  4:20 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86: Add ioctl for accepting a userspace provided MSR list
` [PATCH 2/6] KVM: x86: Add support for exiting to userspace on rdmsr or wrmsr
` [PATCH 3/6] KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
` [PATCH 4/6] KVM: x86: Ensure the MSR bitmap never clears "
` [PATCH 5/6] selftests: kvm: Fix the segment descriptor layout to match the actual layout
` [PATCH 6/6] selftests: kvm: Add test to exercise userspace MSR list

[PATCH v2] x86: tscdeadline timer testing when apic disabled
 2020-08-04  0:31 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-04  0:25 UTC  (9+ messages)
` [Bug 208767] "

[PATCH v3 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-03 21:23 UTC  (11+ 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 v4 0/3] Allow user space to restrict and augment MSR emulation
 2020-08-03 21:14 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v4 2/3] KVM: x86: Introduce allow list for MSR emulation
` [PATCH v4 3/3] KVM: selftests: Add test for user space MSR handling

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

[PATCH v4 0/4] KVM: SVM: SEV-ES groundwork
 2020-08-03 21:00 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: SVM: nested: Don't allocate VMCB structures on stack
` [PATCH v4 2/4] KVM: SVM: Add GHCB definitions
` [PATCH v4 3/4] KVM: SVM: Add GHCB Accessor functions
` [PATCH v4 4/4] KVM: SVM: Use __packed shorthand

[PATCH v2 20/24] vhost/vdpa: switch to new helpers
 2020-08-03 21:00 UTC 

[GIT PULL 0/2] KVM: s390: feature for 5.9
 2020-08-03 18:18 UTC  (2+ messages)

[PATCH 0/6] Add SBI v0.2 support for KVM
 2020-08-03 17:58 UTC  (7+ messages)
` [PATCH 1/6] RISC-V: Add a non-void return for sbi v02 functions
` [PATCH 2/6] RISC-V: Mark the existing SBI v0.1 implementation as legacy
` [PATCH 3/6] RISC-V: Reorganize SBI code by moving legacy SBI to its own file
` [PATCH 4/6] RISC-V: Add SBI v0.2 base extension
` [PATCH 5/6] RISC-V: Add v0.1 replacement SBI extensions defined in v02
` [PATCH 6/6] RISC-V: Add SBI HSM extension in KVM

[Patch 0/4] Defer page pinning for SEV guests until guest pages touched
 2020-08-03 16:27 UTC  (8+ 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-08-03 10:27 UTC  (3+ messages)

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-08-03  8:33 UTC  (9+ messages)
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

[PATCH] MIPS: KVM: Convert a fallthrough comment to fallthrough
 2020-08-03  3:11 UTC  (3+ messages)

[PATCH v3 0/4] iommu aux-domain APIs extensions
 2020-08-03  2:15 UTC  (17+ 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()

[kvm-unit-tests PATCH v3 00/10] arm/arm64: Add IPI/LPI/vtimer latency test
 2020-08-03  2:15 UTC  (10+ messages)
` [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

[GIT PULL] Final KVM changes for Linux 5.8
 2020-08-02 18:40 UTC  (2+ messages)

[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 

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

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

[PATCH 0/9] KVM: x86: TDP level cleanups and shadow NPT fix
 2020-07-31 16:14 UTC  (4+ 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  (3+ messages)
` [PATCH v2 3/4] KVM: SVM: Add GHCB Accessor functions

[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  (12+ messages)
` [kvm-unit-tests GIT PULL 01/11] s390x/cpumodel: The missing DFP facility on TCG is expected
` [kvm-unit-tests GIT PULL 03/11] s390x: I/O interrupt registration
` [kvm-unit-tests GIT PULL 05/11] s390x: clock and delays calculations
` [kvm-unit-tests GIT PULL 07/11] s390x: Library resources for CSS tests
` [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

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


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