kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-18 16:08:35 to 2020-05-20 19:22:42 UTC [more...]

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-20 19:22 UTC  (18+ messages)
` [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions
` [PATCH v3 35/75] x86/head/64: Build k/head64.c with -fno-stack-protector
` [PATCH v3 38/75] x86/sev-es: Add SEV-ES Feature Detection
` [PATCH v3 40/75] x86/sev-es: Compile early handler code into kernel image
` [PATCH v3 42/75] x86/sev-es: Setup GHCB based boot #VC handler
` [PATCH v3 51/75] x86/sev-es: Handle MMIO events
` [PATCH v3 59/75] x86/sev-es: Handle MONITOR/MONITORX Events
` [PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance

[PATCH v2 0/2] Fix VMX preemption timer migration
 2020-05-20 18:53 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: nVMX: "
` [PATCH v2 2/2] KVM: selftests: VMX preemption timer migration test

[PATCH 0/1] RFC: Make thunderbolt NHI driver work with kexec
 2020-05-20 18:45 UTC  (3+ messages)
` [PATCH 1/1] thunderbolt: add trivial .shutdown

[PATCH Kernel v23 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-20 18:08 UTC  (9+ messages)
` [PATCH Kernel v23 1/8] vfio: UAPI for migration interface for device state
` [PATCH Kernel v23 2/8] vfio iommu: Remove atomicity of ref_count of pinned pages
` [PATCH Kernel v23 3/8] vfio iommu: Cache pgsize_bitmap in struct vfio_iommu
` [PATCH Kernel v23 4/8] vfio iommu: Add ioctl definition for dirty pages tracking
` [PATCH Kernel v23 5/8] vfio iommu: Implementation of ioctl "
` [PATCH Kernel v23 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
` [PATCH Kernel v23 7/8] vfio iommu: Add migration capability to report supported features
` [PATCH Kernel v23 8/8] vfio: Selective dirty page tracking if IOMMU backed device pins pages

[PATCH 00/24] KVM: nSVM: event fixes and migration support
 2020-05-20 18:24 UTC  (27+ messages)
` [PATCH 01/24] KVM: nSVM: fix condition for filtering async PF
` [PATCH 02/24] KVM: nSVM: leave ASID aside in copy_vmcb_control_area
` [PATCH 03/24] KVM: nSVM: inject exceptions via svm_check_nested_events
` [PATCH 04/24] KVM: nSVM: remove exit_required
` [PATCH 05/24] KVM: nSVM: correctly inject INIT vmexits
` [PATCH 06/24] KVM: nSVM: move map argument out of enter_svm_guest_mode
` [PATCH 07/24] KVM: nSVM: extract load_nested_vmcb_control
` [PATCH 08/24] KVM: nSVM: extract preparation of VMCB for nested run
` [PATCH 09/24] KVM: nSVM: clean up tsc_offset update
` [PATCH 10/24] KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
` [PATCH 11/24] KVM: nSVM: remove trailing padding for struct vmcb_control_area
` [PATCH 12/24] KVM: nSVM: save all control fields in svm->nested
` [PATCH 13/24] KVM: nSVM: do not reload pause filter fields from VMCB
` [PATCH 14/24] KVM: nSVM: remove HF_VINTR_MASK
` [PATCH 15/24] KVM: nSVM: remove HF_HIF_MASK
` [PATCH 16/24] KVM: nSVM: split nested_vmcb_check_controls
` [PATCH 17/24] KVM: nSVM: do all MMU switch work in init/uninit functions
` [PATCH 18/24] KVM: nSVM: leave guest mode when clearing EFER.SVME
` [PATCH 19/24] KVM: nSVM: extract svm_set_gif
` [PATCH 20/24] KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
` [PATCH 21/24] KVM: x86: always update CR3 in VMCB
` [PATCH 22/24] uaccess: add memzero_user
` [PATCH 23/24] selftests: kvm: add a SVM version of state-test
` [PATCH 24/24] KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE

[PATCH 0/2] Fix breakage from adding MSR_IA32_UMWAIT_CONTROL
 2020-05-20 17:39 UTC  (8+ messages)
` [PATCH 1/2] kvm: cosmetic: remove wrong braces in kvm_init_msr_list switch
` [PATCH 2/2] kvm/x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally

[PATCH 1/3] selftests: kvm: add a SVM version of state-test
 2020-05-20 17:00 UTC  (3+ messages)

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-20 16:46 UTC  (15+ messages)
` [PATCH Kernel v22 3/8] vfio iommu: Cache pgsize_bitmap in struct vfio_iommu
` [PATCH Kernel v22 5/8] vfio iommu: Implementation of ioctl for dirty pages tracking
` [PATCH Kernel v22 7/8] vfio iommu: Add migration capability to report supported features

[PATCH] KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags
 2020-05-20 16:36 UTC  (3+ messages)

[PATCH v2 00/19] virtio-mem: Paravirtualized memory hot(un)plug
 2020-05-20 16:01 UTC  (24+ messages)
` [PATCH v2 01/19] exec: Introduce ram_block_discard_(disable|require)()
` [PATCH v2 02/19] vfio: Convert to ram_block_discard_disable()
` [PATCH v2 03/19] accel/kvm: "
` [PATCH v2 04/19] s390x/pv: "
` [PATCH v2 05/19] virtio-balloon: Rip out qemu_balloon_inhibit()
` [PATCH v2 06/19] target/i386: sev: Use ram_block_discard_disable()
` [PATCH v2 07/19] migration/rdma: "
` [PATCH v2 08/19] migration/colo: "
` [PATCH v2 09/19] linux-headers: update to contain virtio-mem
` [PATCH v2 10/19] virtio-mem: Paravirtualized memory hot(un)plug
` [PATCH v2 11/19] virtio-pci: Proxy for virtio-mem
` [PATCH v2 12/19] MAINTAINERS: Add myself as virtio-mem maintainer
` [PATCH v2 13/19] hmp: Handle virtio-mem when printing memory device info
` [PATCH v2 14/19] numa: Handle virtio-mem in NUMA stats
` [PATCH v2 15/19] pc: Support for virtio-mem-pci
` [PATCH v2 16/19] virtio-mem: Allow notifiers for size changes
` [PATCH v2 17/19] virtio-pci: Send qapi events when the virtio-mem "
` [PATCH v2 18/19] virtio-mem: Migration sanity checks
` [PATCH v2 19/19] virtio-mem: Add trace events

[PATCH Kernel v22 6/8] vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmap
 2020-05-20 15:16 UTC  (4+ messages)

[PATCH 1/5] drivers/powerpc: Replace _ALIGN_UP() by ALIGN()
 2020-05-20 10:59 UTC  (2+ messages)

[PATCH v4 00/15] virtio-mem: paravirtualized memory
 2020-05-20  7:56 UTC  (3+ messages)

[patch 0/7] x86/KVM: Async #PF and instrumentation protection
 2020-05-20  7:41 UTC  (9+ messages)
` [patch 1/7] x86/kvm: Move context tracking where it belongs
` [patch 2/7] x86/kvm/vmx: Add hardirq tracing to guest enter/exit
` [patch 3/7] x86/kvm/svm: Add hardirq tracing on "
` [patch 4/7] x86/kvm/vmx: Move guest enter/exit into .noinstr.text
` [patch 5/7] x86/kvm/svm: "
` [patch 6/7] x86/kvm/svm: Use uninstrumented wrmsrl() to restore GS
` [patch 7/7] x86/kvm/vmx: Use native read/write_cr2()

[PATCH v12 00/10] Introduce support for guest CET feature
 2020-05-20  5:18 UTC  (5+ messages)
` [PATCH v12 10/10] KVM: x86: Enable CET virtualization and advertise CET to userspace

[kvm-unit-tests PATCH 0/6] arm64: add IPI/LPI/vtimer latency
 2020-05-20  4:16 UTC  (4+ messages)
` [kvm-unit-tests PATCH 6/6] arm64: microbench: Add vtimer latency test

[PATCH 0/2] Fix VMX preemption timer migration
 2020-05-20  2:14 UTC  (7+ messages)
` [PATCH 1/2] KVM: nVMX: "
` [PATCH 2/2] KVM: selftests: VMX preemption timer migration test

[PATCH v11 00/11] Guest Last Branch Recording Enabling
 2020-05-20  2:01 UTC  (22+ messages)
` [PATCH v11 05/11] perf/x86: Keep LBR stack unchanged in host context for guest LBR event
` [PATCH v11 07/11] KVM: x86: Expose MSR_IA32_PERF_CAPABILITIES for LBR record format
` [PATCH v11 08/11] KVM: x86/pmu: Emulate LBR feature via guest LBR event
` [PATCH v11 10/11] KVM: x86/pmu: Check guest LBR availability in case host reclaims them

[PATCH 0/2] vfio/type1/pci: IOMMU PFNMAP invalidation
 2020-05-20  0:24 UTC  (11+ messages)
` [PATCH 1/2] vfio: Introduce bus driver to IOMMU invalidation interface
` [PATCH 2/2] vfio: Introduce strict PFNMAP mappings

[PATCH v1 24/25] kvm/eventfd: Use sequence counter with associated spinlock
 2020-05-19 21:45 UTC 

[PATCH kvmtool v2] net: uip: Fix GCC 10 warning about checksum calculation
 2020-05-19 16:46 UTC  (2+ messages)

[PATCH kvmtool] rtc: Generate fdt node for the real-time clock
 2020-05-19 16:46 UTC  (2+ messages)

[PATCH v4 kvmtool 00/12] Add reassignable BARs
 2020-05-19 16:46 UTC  (2+ messages)

[PATCH Kernel v20 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-19 16:00 UTC  (7+ messages)
` [PATCH Kernel v20 4/8] vfio iommu: Add ioctl definition for dirty pages tracking

[PATCH] KVM: x86: emulate reserved nops from 0f/18 to 0f/1f
 2020-05-19 15:32 UTC  (8+ messages)

[PATCH] KVM: x86: only do L1TF workaround on affected processors
 2020-05-19 14:35 UTC  (7+ messages)

[RFC PATCH v2 0/4] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2020-05-19 12:10 UTC  (13+ messages)

[PATCH V4 01/14] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
 2020-05-19 11:49 UTC  (2+ messages)

[PATCH V5 01/15] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
 2020-05-19 11:49 UTC  (2+ messages)

[PATCH V6 01/15] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
 2020-05-19 11:49 UTC  (2+ messages)

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-05-19 10:44 UTC  (3+ messages)
` [PATCH 26/26] KVM: arm64: Parametrize exception entry with a target EL

[PATCH v2] KVM: x86: respect singlestep when emulating instruction
 2020-05-19  8:11 UTC 

[PATCH] KVM: x86: respect singlestep when emulating instruction
 2020-05-19  7:32 UTC  (3+ messages)

[PATCH v2 0/7] exec/memory: Enforce checking MemTxResult values
 2020-05-19  7:58 UTC  (10+ messages)
` [PATCH v2 1/7] exec: Let address_space_read/write_cached() propagate MemTxResult
` [PATCH v2 4/7] hw/elf_ops: Do not ignore write failures when loading ELF
` [PATCH v2 5/7] hw/arm/boot: Abort if set_kernel_args() fails
` [RFC PATCH v2 7/7] hw/core/loader: Assert loading ROM regions succeeds at reset

[PATCH Kernel v22 8/8] vfio: Selective dirty page tracking if IOMMU backed device pins pages
 2020-05-19  6:54 UTC  (2+ messages)

[PATCH V2] ifcvf: move IRQ request/free to status change handlers
 2020-05-19  5:52 UTC  (5+ messages)

[PATCH Kernel v21 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-19  3:22 UTC  (4+ messages)

[PATCH v4 0/5] kvm: Use rcuwait for vcpu blocking
 2020-05-19  0:34 UTC  (5+ messages)
` [PATCH 4/5] rcuwait: Introduce rcuwait_active()

[PATCH 0/2] Expose KVM API to Linux Kernel
 2020-05-18 20:45 UTC  (3+ messages)

[PATCH 0/7] KVM: SVM: baby steps towards nested state migration
 2020-05-18 20:11 UTC  (3+ messages)

[kvm:queue 71/177] arch/x86/kvm/vmx/nested.c:5246:3: error: variable 'roots_to_free' is used uninitialized whenever 'if' condition is false
 2020-05-18 19:18 UTC  (3+ messages)

[PATCH v8 00/18] Add AMD SEV guest live migration support
 2020-05-18 19:07 UTC  (2+ messages)

KVM call for agenda for 2020-05-19
 2020-05-18 16:21 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).