kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 15:32:49 to 2020-05-21 15:55:42 UTC [more...]

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-05-21 15:55 UTC  (4+ messages)

[PATCH v2 0/7] exec/memory: Enforce checking MemTxResult values
 2020-05-21 15:45 UTC  (6+ messages)
` [RFC PATCH v2 6/7] accel/kvm: Let KVM_EXIT_MMIO return error

[PATCH v2] i386/kvm: fix a use-after-free when vcpu plug/unplug
 2020-05-21 15:30 UTC  (2+ messages)

[PATCH 0/8] KVM: x86: Interrupt-based mechanism for async_pf 'page present' notifications
 2020-05-21 14:59 UTC  (13+ messages)
` [PATCH 2/8] KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info

[PATCH v2 00/22] KVM: Event fixes and cleanup
 2020-05-21 14:08 UTC  (4+ messages)
` [PATCH v2 03/22] KVM: SVM: immediately inject INTR vmexit

[PATCH v4 03/13] mips: Add MIPS Release 5 support
 2020-05-21 14:07 UTC 

[PATCH V6 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-21 14:04 UTC  (8+ messages)
` [PATCH V6 15/15] MAINTAINERS: Update KVM/MIPS maintainers

[kvm-unit-tests PATCH 0/6] arm64: add IPI/LPI/vtimer latency
 2020-05-21 14:00 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/6] arm64: microbench: get correct ipi recieved num
` [kvm-unit-tests PATCH 6/6] arm64: microbench: Add vtimer latency test

[PATCH v3] kvm/x86 : Remove redundant function implement
 2020-05-21 13:36 UTC  (4+ messages)

[PATCH v2 0/2] Fix VMX preemption timer migration
 2020-05-21  9:06 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: nVMX: "
` [PATCH v2 2/2] KVM: selftests: VMX preemption timer migration test

[PATCH 0/2] Fix breakage from adding MSR_IA32_UMWAIT_CONTROL
 2020-05-21  8:40 UTC  (17+ 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 Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-21  7:32 UTC  (16+ messages)
` [PATCH Kernel v22 3/8] vfio iommu: Cache pgsize_bitmap in struct vfio_iommu
` [PATCH Kernel v22 7/8] vfio iommu: Add migration capability to report supported features

linux-next: build failure after merge of the kvm tree
 2020-05-21  6:28 UTC 

[PATCH v7 0/3] Use DIAG318 to set Control Program Name & Version Codes
 2020-05-21  6:15 UTC  (4+ messages)
` [PATCH v7 3/3] s390/kvm: diagnose 0x318 get/set handling

[RFC v2 00/18] Refactor configuration of guest memory protection
 2020-05-21  3:43 UTC  (19+ messages)
` [RFC v2 01/18] target/i386: sev: Remove unused QSevGuestInfoClass
` [RFC v2 02/18] target/i386: sev: Move local structure definitions into .c file
` [RFC v2 03/18] target/i386: sev: Rename QSevGuestInfo
` [RFC v2 04/18] target/i386: sev: Embed SEVState in SevGuestState
` [RFC v2 05/18] target/i386: sev: Partial cleanup to sev_state global
` [RFC v2 06/18] target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fields
` [RFC v2 07/18] target/i386: sev: Remove redundant policy field
` [RFC v2 08/18] target/i386: sev: Remove redundant handle field
` [RFC v2 09/18] target/i386: sev: Unify SEVState and SevGuestState
` [RFC v2 10/18] guest memory protection: Add guest memory protection interface
` [RFC v2 11/18] guest memory protection: Handle memory encrption via interface
` [RFC v2 12/18] guest memory protection: Perform KVM init "
` [RFC v2 13/18] guest memory protection: Move side effect out of machine_set_memory_encryption()
` [RFC v2 14/18] guest memory protection: Rework the "memory-encryption" property
` [RFC v2 15/18] guest memory protection: Decouple kvm_memcrypt_*() helpers from KVM
` [RFC v2 16/18] guest memory protection: Add Error ** to GuestMemoryProtection::kvm_init
` [RFC v2 17/18] spapr: Added PEF based guest memory protection
` [RFC v2 18/18] guest memory protection: Alter virtio default properties for protected guests

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

[PATCH v3 03/14] mips: Add MIPS Release 5 support
 2020-05-21  0:34 UTC 

[PATCH 0/2] Fix VMX preemption timer migration
 2020-05-20 23:18 UTC  (4+ messages)
` [PATCH 2/2] KVM: selftests: VMX preemption timer migration test

[PATCH 00/24] KVM: nSVM: event fixes and migration support
 2020-05-20 21:33 UTC  (37+ 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 v3 00/75] x86: SEV-ES Guest Support
 2020-05-20 19:22 UTC  (15+ messages)
` [PATCH v3 25/75] x86/sev-es: Add support for handling IOIO exceptions
` [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 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 1/3] selftests: kvm: add a SVM version of state-test
 2020-05-20 17:00 UTC  (3+ messages)

[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  (3+ messages)
` [PATCH v12 10/10] KVM: x86: Enable CET virtualization and advertise CET to userspace

[PATCH v11 00/11] Guest Last Branch Recording Enabling
 2020-05-20  2:01 UTC  (6+ messages)
` [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)


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