kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 18:33:52 to 2021-04-05 16:37:22 UTC [more...]

[PATCH 0/5] ccp: KVM: SVM: Use stack for SEV command buffers
 2021-04-05 16:37 UTC  (17+ messages)
` [PATCH 1/5] crypto: ccp: Detect and reject vmalloc addresses destined for PSP
` [PATCH 2/5] crypto: ccp: Reject SEV commands with mismatching command buffer
` [PATCH 3/5] crypto: ccp: Play nice with vmalloc'd memory for SEV command structs
` [PATCH 4/5] crypto: ccp: Use the stack for small SEV command buffers
` [PATCH 5/5] KVM: SVM: Allocate SEV command structures on local stack

[PATCH v5 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-05 16:30 UTC  (13+ messages)
` [PATCH v5 1/8] KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION read
` [PATCH v5 2/8] KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()
` [PATCH v5 3/8] KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()
` [PATCH v5 4/8] docs: kvm: devices/arm-vgic-v3: enhance KVM_DEV_ARM_VGIC_CTRL_INIT doc
` [PATCH v5 5/8] KVM: arm64: Simplify argument passing to vgic_uaccess_[read|write]
` [PATCH v5 6/8] kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()
` [PATCH v5 7/8] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace
` [PATCH v5 8/8] KVM: selftests: aarch64/vgic-v3 init sequence tests

[RFC PATCH 00/12] KVM: Support Intel KeyLocker
 2021-04-05 16:25 UTC  (12+ messages)
` [RFC PATCH 02/12] x86/cpufeature: Add CPUID.19H:{EBX,ECX} cpuid leaves
` [RFC PATCH 03/12] kvm/vmx: Introduce the new tertiary processor-based VM-execution controls
` [RFC PATCH 05/12] kvm/vmx: Add KVM support on KeyLocker operations
` [RFC PATCH 07/12] kvm/vmx/nested: Support new IA32_VMX_PROCBASED_CTLS3 vmx feature control MSR
` [RFC PATCH 08/12] kvm/vmx: Refactor vmx_compute_tertiary_exec_control()

[PATCH AUTOSEL 5.10 09/22] tools/kvm_stat: Add restart delay
 2021-04-05 16:04 UTC 

[PATCH AUTOSEL 5.11 09/22] tools/kvm_stat: Add restart delay
 2021-04-05 16:03 UTC 

[kvm:queue 120/120] arch/x86/kvm/svm/sev.c:1380:2-8: preceding lock on line 1375 (fwd)
 2021-04-05 15:35 UTC  (3+ messages)

Kenya Cutomized Business Plans for only Kes 499/=
 2021-04-05 15:21 UTC 

[PATCH v11 00/13] Add AMD SEV guest live migration support
 2021-04-05 15:17 UTC  (15+ messages)
` [PATCH v11 01/13] KVM: SVM: Add KVM_SEV SEND_START command
` [PATCH v11 02/13] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [PATCH v11 03/13] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [PATCH v11 04/13] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [PATCH v11 05/13] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [PATCH v11 06/13] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [PATCH v11 07/13] KVM: x86: Add AMD SEV specific Hypercall3
` [PATCH v11 08/13] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [PATCH v11 09/13] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v11 10/13] KVM: x86: Introduce new KVM_FEATURE_SEV_LIVE_MIGRATION feature & Custom MSR
` [PATCH v11 11/13] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH v11 12/13] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature
` [PATCH v11 13/13] x86/kvm: Add kexec support for SEV Live Migration

[PATCH v3 00/25] KVM SGX virtualization support
 2021-04-05  9:07 UTC  (24+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
` [PATCH v3 07/25] x86/sgx: Initialize virtual EPC driver even when SGX driver is disabled
` [PATCH v3 13/25] x86/sgx: Add helpers to expose ECREATE and EINIT to KVM

[PATCH] tools/kvm_stat: fix out of date aarch64 kvm_exit reason definations
 2021-04-05  8:14 UTC  (2+ messages)

[PATCH v4 0/3] cgroup: New misc cgroup controller
 2021-04-05  0:29 UTC  (3+ messages)

[PATCH 0/4] KVM statistics data fd-based binary interface
 2021-04-03 17:42 UTC  (8+ messages)
` [PATCH 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v2 0/9] KVM: arm64: Initial host support for the Apple M1
 2021-04-03 11:29 UTC  (10+ messages)
` [PATCH v2 1/9] irqchip/gic: Split vGIC probing information from the GIC code
` [PATCH v2 2/9] KVM: arm64: Handle physical FIQ as an IRQ while running a guest
` [PATCH v2 3/9] KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt
` [PATCH v2 4/9] KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivation
` [PATCH v2 5/9] KVM: arm64: vgic: move irq->get_input_level into an ops structure
` [PATCH v2 6/9] KVM: arm64: vgic: Implement SW-driven deactivation
` [PATCH v2 7/9] KVM: arm64: timer: Refactor IRQ configuration
` [PATCH v2 8/9] KVM: arm64: timer: Add support for SW-based deactivation
` [PATCH v2 9/9] irqchip/apple-aic: Advertise some level of vGICv3 compatibility

[PATCH 0/4] KVM: MIPS: cleanup TLB flushing callbacks
 2021-04-03 10:43 UTC  (9+ messages)
` [PATCH 1/4] KVM: constify kvm_arch_flush_remote_tlbs_memslot
` [PATCH 2/4] KVM: MIPS: rework flush_shadow_* callbacks into one that prepares the flush
` [PATCH 3/4] KVM: MIPS: let generic code call prepare_flush_shadow
` [PATCH 4/4] KVM: MIPS: defer flush to generic MMU notifier code

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-02 21:33 UTC  (8+ messages)
` [RFC Part1 PATCH 04/13] x86/sev-snp: define page state change VMGEXIT structure
` [RFC Part1 PATCH 05/13] X86/sev-es: move few helper functions in common file

[RFC v2] KVM: x86: Support KVM VMs sharing SEV context
 2021-04-02 18:17 UTC  (5+ messages)

[PATCH 0/5 v6] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-04-02 17:52 UTC  (10+ messages)
` [PATCH 1/5 v6] KVM: SVM: Define actual size of IOPM and MSRPM tables
` [PATCH 2/5 v6] nSVM: Check addresses of MSR and IO permission maps
` [PATCH 3/5 v6] KVM: nSVM: Cleanup in nested_svm_vmrun()
` [PATCH 4/5 v6] nSVM: Test addresses of MSR and IO permissions maps
` [PATCH 5/5 v6] SVM: Use ALIGN macro when aligning 'io_bitmap_area'

[PATCH v2 0/9] KVM: my debug patch queue
 2021-04-02 17:38 UTC  (4+ messages)
` [PATCH v2 6/9] KVM: x86: implement KVM_GUESTDBG_BLOCKEVENTS

[PATCH 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-04-02 17:27 UTC  (8+ messages)
` [PATCH 1/6] KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
` [PATCH 2/6] KVM: nSVM: call nested_svm_load_cr3 on nested state load
` [PATCH 3/6] KVM: x86: introduce kvm_register_clear_available

[PATCH v14 00/13] s390/vfio-ap: dynamic configuration support
 2021-04-02 16:19 UTC  (3+ messages)

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-02 15:26 UTC  (8+ messages)
` [RFCv1 1/7] x86/mm: Move force_dma_unencrypted() to common code
` [RFCv1 2/7] x86/kvm: Introduce KVM memory protection feature
` [RFCv1 3/7] x86/kvm: Make DMA pages shared
` [RFCv1 4/7] x86/kvm: Use bounce buffers for KVM memory protection
` [RFCv1 5/7] x86/kvmclock: Share hvclock memory with the host
` [RFCv1 6/7] x86/realmode: Share trampoline area if KVM memory protection enabled
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

[PATCH 0/4] KVM: nSVM/nVMX: fix nested virtualization treatment of nested exceptions
 2021-04-02 15:01 UTC  (8+ messages)
` [PATCH 2/4] KVM: x86: separate pending and injected exception
` [PATCH 3/4] KVM: x86: correctly merge "

[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
 2021-04-02 14:59 UTC  (17+ messages)
` [PATCH v2 01/10] KVM: Assert that notifier count is elevated in .change_pte()
` [PATCH v2 02/10] KVM: Move x86's MMU notifier memslot walkers to generic code
` [PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks
` [PATCH v2 04/10] KVM: MIPS/MMU: "
` [PATCH v2 05/10] KVM: PPC: "
` [PATCH v2 06/10] KVM: Kill off the old hva-based "
` [PATCH v2 07/10] KVM: Move MMU notifier's mmu_lock acquisition into common helper
` [PATCH v2 08/10] KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
` [PATCH v2 09/10] KVM: Don't take mmu_lock for range invalidation unless necessary
` [PATCH v2 10/10] KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible

[PATCH] KVM: MMU: protect TDP MMU pages only down to required level
 2021-04-02 12:17 UTC 

[PATCH v2 00/13] More parallel operations for the TDP MMU
 2021-04-02 11:43 UTC  (17+ messages)
` [PATCH v2 01/13] KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
` [PATCH v2 02/13] KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
` [PATCH v2 03/13] KVM: x86/mmu: use tdp_mmu_free_sp to free roots
` [PATCH v2 04/13] KVM: x86/mmu: Merge TDP MMU put and free root
` [PATCH v2 05/13] KVM: x86/mmu: Refactor yield safe root iterator
` [PATCH v2 06/13] KVM: x86/mmu: Make TDP MMU root refcount atomic
` [PATCH v2 07/13] KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root
` [PATCH v2 08/13] KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
` [PATCH v2 09/13] KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
` [PATCH v2 10/13] KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU "
` [PATCH v2 11/13] KVM: x86/mmu: Allow enabling / disabling dirty logging under "
` [PATCH v2 12/13] KVM: x86/mmu: Fast invalidation for TDP MMU
` [PATCH v2 13/13] KVM: x86/mmu: Tear down roots in fast invalidation thread

[PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl
 2021-04-02 11:09 UTC  (13+ messages)

[PATCH v4 0/8] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-04-02  9:32 UTC  (7+ messages)
` [PATCH v4 7/8] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[PATCH v2 0/3] Add KVM support for bus lock debug exception
 2021-04-02  9:01 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW

[PATCH] KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
 2021-04-02  1:44 UTC 

[syzbot] WARNING in bpf_test_run
 2021-04-02  0:40 UTC  (3+ messages)

[PATCH 0/5 v5] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-04-01 23:12 UTC  (7+ messages)
` [PATCH 1/5 v5] KVM: SVM: Define actual size of IOPM and MSRPM tables
` [PATCH 2/5 v5] nSVM: Check addresses of MSR and IO permission maps
` [PATCH 3/5 v5] KVM: nSVM: Cleanup in nested_svm_vmrun()
` [PATCH 4/5 v5] nSVM: Test addresses of MSR and IO permissions maps
` [PATCH 5/5 v5] SVM: Use ALIGN macro when aligning 'io_bitmap_area'

[PATCH 8/9] vfio/pci: export nvlink2 support into vendor vfio_pci drivers
 2021-04-01 21:49 UTC  (12+ messages)

[GIT PULL] KVM changes for Linux 5.12-rc6
 2021-04-01 19:48 UTC  (2+ messages)

[PATCH v2 00/28] Allow parallel MMU operations with TDP MMU
 2021-04-01 18:09 UTC  (6+ messages)
` [PATCH v2 20/28] KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map

[PATCH v2 0/2] KVM: x86: nSVM: fixes for SYSENTER emulation
 2021-04-01 15:31 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: nSVM: improve SYSENTER emulation on AMD

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-01 13:20 UTC  (9+ messages)
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v3
 2021-04-01 15:52 UTC  (2+ messages)
` [PATCH 14/20] iommu: remove DOMAIN_ATTR_PAGING


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