kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 22:14:06 to 2020-02-13 15:38:36 UTC [more...]

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-02-13 15:28 UTC  (4+ messages)
` [PATCH v22 5/9] ACPI: Record the Generic Error Status Block address

[RFC v3 00/25] intel_iommu: expose Shared Virtual Addressing to VMs
 2020-02-13 15:14 UTC  (42+ messages)
` [RFC v3 02/25] hw/iommu: introduce DualStageIOMMUObject
` [RFC v3 03/25] hw/iommu: introduce IOMMUContext
` [RFC v3 09/25] vfio: check VFIO_TYPE1_NESTING_IOMMU support
` [RFC v3 11/25] vfio: get stage-1 pasid formats from Kernel
` [RFC v3 12/25] vfio/common: add pasid_alloc/free support
` [RFC v3 13/25] intel_iommu: modify x-scalable-mode to be string option
` [RFC v3 14/25] intel_iommu: add virtual command capability support
` [RFC v3 15/25] intel_iommu: process pasid cache invalidation
` [RFC v3 16/25] intel_iommu: add PASID cache management infrastructure

[PATCH kvm-unit-tests] s390x: unittests: Use smp parameter
 2020-02-13 15:08 UTC  (3+ messages)

[PATCH V2 0/5] vDPA support
 2020-02-13 15:05 UTC  (12+ messages)
` [PATCH V2 3/5] vDPA: introduce vDPA bus
` [PATCH V2 5/5] vdpasim: vDPA device simulator

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-13 14:48 UTC  (18+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH 05/35] s390/mm: provide memory management functions for protected KVM guests
` [PATCH 20/35] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH 35/35] DOCUMENTATION: Protected virtual machine introduction and IPL

[PATCH kvm-unit-tests 0/2] runtime: Allow additional VMM parameters to be provided
 2020-02-13 14:33 UTC  (3+ messages)
` [PATCH kvm-unit-tests 1/2] arch-run: Allow $QEMU to include parameters
` [PATCH kvm-unit-tests 2/2] runtime: Introduce VMM_PARAMS

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-13 14:26 UTC  (9+ messages)
` [PATCH 20/61] KVM: x86: Calculate the supported xcr0 mask at load time
` [PATCH 21/61] KVM: x86: Use supported_xcr0 to detect MPX support
` [PATCH 22/61] KVM: x86: Make kvm_mpx_supported() an inline function
` [PATCH 30/61] KVM: x86: Handle MPX CPUID adjustment in VMX code

"KVM: x86: enable -Werror" breaks W=1 compilation
 2020-02-13 13:50 UTC 

vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
 2020-02-13 13:09 UTC  (19+ messages)

[PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-13 12:41 UTC  (12+ messages)
` [PATCH 1/7] vfio: Include optional device match in vfio_device_ops callbacks
` [PATCH 2/7] vfio/pci: Implement match ops
` [PATCH 3/7] vfio/pci: Introduce VF token
` [PATCH 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [PATCH 5/7] vfio/pci: Add sriov_configure support
` [PATCH 6/7] vfio/pci: Remove dev_fmt definition
` [PATCH 7/7] vfio/pci: Cleanup .probe() exit paths

[PATCH] KVM: x86: enable -Werror
 2020-02-13  9:54 UTC  (3+ messages)

[PATCH kvm-unit-tests v3] arm64: timer: Speed up gic-timer-state check
 2020-02-13  9:32 UTC 

[PATCH kvm-unit-tests v2] arm64: timer: Speed up gic-timer-state check
 2020-02-13  9:31 UTC  (5+ messages)

[PATCH 08/35] KVM: s390: protvirt: Add initial lifecycle handling
 2020-02-13  8:43 UTC  (7+ messages)
` [PATCH/RFC] KVM: s390: protvirt: pass-through rc and rrc

[GIT PULL] KVM changes for Linux 5.6-rc2
 2020-02-13  7:14 UTC  (8+ messages)

[RFC PATCH 00/62] Linux as SEV-ES Guest Support
 2020-02-13  6:51 UTC  (46+ messages)
` [PATCH 03/62] x86/cpufeatures: Add SEV-ES CPU feature
` [PATCH 07/62] x86/boot/compressed/64: Disable red-zone usage
` [PATCH 08/62] x86/boot/compressed/64: Add IDT Infrastructure
` [PATCH 14/62] x86/boot/compressed/64: Add stage1 #VC handler
` [PATCH 18/62] x86/boot/compressed/64: Setup GHCB Based VC Exception handler
` [PATCH 19/62] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH 23/62] x86/idt: Move IDT to data segment
` [PATCH 25/62] x86/head/64: Install boot GDT
` [PATCH 30/62] x86/head/64: Move early exception dispatch to C code
` [PATCH 35/62] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
` [PATCH 38/62] x86/sev-es: Handle instruction fetches from user-space
` [PATCH 39/62] x86/sev-es: Harden runtime #VC handler for exceptions "
` [PATCH 62/62] x86/sev-es: Add NMI state tracking

[PATCH 00/12] SEV Live Migration Patchset
 2020-02-13  5:43 UTC  (15+ messages)
` [PATCH 01/12] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH 02/12] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH 03/12] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH 04/12] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [PATCH 05/12] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH 06/12] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [PATCH 07/12] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH 08/12] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH 09/12] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl
` [PATCH 10/12] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH 11/12] KVM: x86: Introduce KVM_SET_PAGE_ENC_BITMAP ioctl
` [PATCH 12/12] KVM: x86: Introduce KVM_PAGE_ENC_BITMAP_RESET ioctl

[PATCH] KVM: x86: eliminate some unreachable code
 2020-02-13  2:53 UTC 

[PATCH] KVM: apic: remove unused function apic_lvt_vector()
 2020-02-13  2:37 UTC 

[PATCH] KVM: VMX: Add 'else' to split mutually exclusive case
 2020-02-13  2:35 UTC 

[PATCH v12 Kernel 0/7] KABIs to support migration for VFIO devices
 2020-02-12 23:13 UTC  (8+ messages)
` [PATCH v12 Kernel 1/7] vfio: KABI for migration interface for device state
` [PATCH v12 Kernel 4/7] vfio iommu: Implementation of ioctl to for dirty pages tracking

[PATCH kvm-unit-tests] x86: vmx: Expect multiple error codes on HOST_EFER corruption
 2020-02-12 19:57 UTC 

[PATCH] KVM: x86: enable -Werror
 2020-02-12 19:20 UTC 

[PATCH RFC 0/4] KVM: MIPS: Provide arch-specific kvm_flush_remote_tlbs()
 2020-02-12 19:02 UTC  (7+ messages)
` [PATCH RFC 1/4] KVM: Provide kvm_flush_remote_tlbs_common()

[PATCH v2 0/7] KVM: x86/mmu: nVMX: 5-level paging fixes and enabling
 2020-02-12 16:42 UTC  (6+ messages)
` [PATCH v2 6/7] KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_cr3_or_eptp()

[PATCH] KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
 2020-02-12 16:22 UTC  (5+ messages)

[PATCH 46/62] x86/sev-es: Handle INVD Events
 2020-02-12 15:36 UTC  (3+ messages)

4K video rendering speed in Windows 10 virtual machine with GPU passthrough (QEMU/KVM)
 2020-02-12 15:03 UTC 

[PATCH 00/28] docs: virt: manually convert text documents to ReST format
 2020-02-12 13:57 UTC  (2+ messages)

[PATCH 50/62] x86/sev-es: Handle VMMCALL Events
 2020-02-12 13:22 UTC  (3+ messages)

[PATCH 02/35] KVM: s390/interrupt: do not pin adapter interrupt pages
 2020-02-12 13:07 UTC  (9+ messages)
` [PATCH v2 RFC] "

[PATCH] KVM: x86: fix WARN_ON check of an unsigned less than zero
 2020-02-12 12:47 UTC 

[PATCH kvm-unit-tests] vmx: tweak XFAILS for #DB test
 2020-02-12 12:45 UTC 

[PATCH] KVM: x86: remove duplicated KVM_REQ_EVENT request
 2020-02-12 12:40 UTC 

[PATCH][next] KVM: x86: remove redundant WARN_ON check of an unsigned less than zero
 2020-02-12 12:32 UTC  (3+ messages)

[PATCH] KVM: x86: fix WARN_ON check of an unsigned less than zero
 2020-02-12 12:28 UTC 

[PATCH v5 0/4] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-12 12:25 UTC  (3+ messages)

[PATCH] KVM: x86: Fix perfctr WRMSR for running counters
 2020-02-12 12:03 UTC  (6+ messages)

[PATCH v2] KVM: apic: reuse smp_wmb() in kvm_make_request()
 2020-02-12 11:55 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: Fix some comment typos and coding style
 2020-02-12 11:55 UTC  (2+ messages)

[PATCH] KVM: x86: remove duplicated KVM_REQ_EVENT request
 2020-02-12 11:49 UTC  (3+ messages)

[PATCH v2] KVM: x86: remove duplicated KVM_REQ_EVENT request
 2020-02-12 11:45 UTC  (2+ messages)

[PATCH v4 0/3] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-12 11:45 UTC  (10+ messages)
` [PATCH v4 2/3] selftests: KVM: AMD Nested "
` [PATCH v4 3/3] selftests: KVM: SVM: Add vmcall test

[PATCH v3 0/5] Handle monitor trap flag during instruction emulation
 2020-02-12 11:34 UTC  (2+ messages)

[PATCH] KVM: Disable preemption in kvm_get_running_vcpu()
 2020-02-12 11:19 UTC  (2+ messages)

CPU vulnerabilities in public clouds
 2020-02-12 11:01 UTC  (2+ messages)

[RFC] eventfd: add EFD_AUTORESET flag
 2020-02-12 10:54 UTC  (6+ messages)

[PATCH] KVM: x86: do not reset microcode version on INIT or RESET
 2020-02-12  7:44 UTC  (3+ messages)

[PATCH] KVM: x86: do not reset microcode version on INIT or RESET
 2020-02-12  1:53 UTC 

[PATCH v17 0/9] mm / virtio: Provide support for free page reporting
 2020-02-12  1:19 UTC  (18+ messages)
` [PATCH v17 1/9] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v17 2/9] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v17 3/9] mm: Add function __putback_isolated_page
` [PATCH v17 4/9] mm: Introduce Reported pages
` [PATCH v17 5/9] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v17 6/9] virtio-balloon: Add support for providing free page reports to host
` [PATCH v17 7/9] mm/page_reporting: Rotate reported pages to the tail of the list
` [PATCH v17 8/9] mm/page_reporting: Add budget limit on how many pages can be reported per pass
` [PATCH v17 9/9] mm/page_reporting: Add free page reporting documentation
` [PATCH v17 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v17 QEMU 2/3] virtio-balloon: Add support for providing free page reports to host
` [PATCH v17 QEMU 3/3] virtio-balloon: Provide a interface for free page reporting
` [PATCH v17 QEMU 4/3 RFC] memory: Add support for MADV_FREE as mechanism to lazy discard pages

[PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting
 2020-02-11 22:57 UTC  (5+ messages)
  ` Should I repost? (was: Re: [PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting)


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