kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-01 17:45:51 to 2021-04-02 17:27:40 UTC [more...]

[PATCH 0/6] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-04-02 17:27 UTC  (12+ 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 4/6] KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
` [PATCH 5/6] KVM: nSVM: avoid loading PDPTRs after migration when possible
` [PATCH 6/6] KVM: nVMX: "

[PATCH v2 0/9] KVM: my debug patch queue
 2021-04-02 17:07 UTC  (11+ messages)
` [PATCH v2 1/9] scripts/gdb: rework lx-symbols gdb script
` [PATCH v2 2/9] KVM: introduce KVM_CAP_SET_GUEST_DEBUG2
` [PATCH v2 3/9] KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
` [PATCH v2 4/9] KVM: aarch64: "
` [PATCH v2 5/9] KVM: s390x: "
` [PATCH v2 6/9] KVM: x86: implement KVM_GUESTDBG_BLOCKEVENTS
` [PATCH v2 7/9] KVM: SVM: split svm_handle_invalid_exit
` [PATCH v2 8/9] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v2 9/9] KVM: SVM: implement force_intercept_exceptions_mask

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

[PATCH 0/4] KVM: MIPS: cleanup TLB flushing callbacks
 2021-04-02 15:58 UTC  (5+ 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 15:44 UTC  (5+ messages)
` [RFC Part1 PATCH 04/13] x86/sev-snp: define page state change VMGEXIT structure

[PATCH v3 00/25] KVM SGX virtualization support
 2021-04-02 15:42 UTC  (17+ 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

[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  (11+ messages)
` [PATCH 1/4] KVM: x86: pending exceptions must not be blocked by an injected event
` [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

[RFC v2] KVM: x86: Support KVM VMs sharing SEV context
 2021-04-02 14:25 UTC  (4+ messages)

[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  (10+ messages)
` [PATCH v4 1/8] KVM: arm64: vgic-v3: Fix some error codes when setting RDIST base
` [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 

[PATCH 0/5 v6] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-04-02  0:43 UTC  (6+ 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'

[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  (15+ 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:57 UTC  (8+ messages)
` [PATCH v2 1/2] KVM: x86: add guest_cpuid_is_intel
` [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  (11+ messages)
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [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  (10+ messages)
` [PATCH 06/20] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 07/20] iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct call
` [PATCH 08/20] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 10/20] iommu/fsl_pamu: enable the liodn when attaching a device
` [PATCH 11/20] iommu/fsl_pamu: remove the snoop_id field
` [PATCH 13/20] iommu/fsl_pamu: hardcode the window address and size in pamu_config_ppaace
` [PATCH 14/20] iommu: remove DOMAIN_ATTR_PAGING
` [PATCH 16/20] iommu: remove DOMAIN_ATTR_NESTING
` [PATCH 20/20] iommu: remove iommu_domain_{get,set}_attr

[PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
 2021-04-01 13:26 UTC  (11+ messages)

[PATCH 00/13] More parallel operations for the TDP MMU
 2021-04-01 17:02 UTC  (18+ messages)
` [PATCH 07/13] KVM: x86/mmu: Make TDP MMU root refcount atomic
` [PATCH 08/13] KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
` [PATCH 09/13] KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
` [PATCH 12/13] KVM: x86/mmu: Fast invalidation for TDP MMU

[PATCH 0/2] kvm: use KVM_{GET|SET}_SREGS2 when available
 2021-04-01 17:10 UTC  (5+ messages)
` [PATCH 1/2] kvm: update kernel headers for KVM_{GET|SET}_SREGS2
` [PATCH 2/2] KVM: use KVM_{GET|SET}_SREGS2 when supported by kvm

[PATCH 0/2] KVM: x86: fix lockdep splat due to Xen runstate update
 2021-04-01 15:27 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: disable interrupts while pvclock_gtod_sync_lock is taken
  ` [EXTERNAL] "

[PATCH v7 0/8] KVMTOOL RISC-V Support
 2021-04-01 13:40 UTC  (9+ messages)
` [PATCH v7 1/8] update_headers: Sync-up ABI headers with Linux-5.12-rc5
` [PATCH v7 2/8] riscv: Initial skeletal support
` [PATCH v7 3/8] riscv: Implement Guest/VM arch functions
` [PATCH v7 4/8] riscv: Implement Guest/VM VCPU "
` [PATCH v7 5/8] riscv: Add PLIC device emulation
` [PATCH v7 6/8] riscv: Generate FDT at runtime for Guest/VM
` [PATCH v7 7/8] riscv: Handle SBI calls forwarded to user space
` [PATCH v7 8/8] riscv: Generate PCI host DT node

[PATCH v17 00/17] KVM RISC-V Support
 2021-04-01 13:34 UTC  (18+ messages)
` [PATCH v17 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v17 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v17 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v17 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v17 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v17 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v17 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v17 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v17 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v17 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v17 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v17 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v17 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v17 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v17 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v17 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v17 17/17] RISC-V: KVM: Add MAINTAINERS entry

[PATCH -next] KVM: selftests: remove redundant semi-colon
 2021-04-01 14:45 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: msr: test vendor-specific behavior for MSR_IA32_SYSENTER_ESP and MSR_IA32_SYSENTER_EIP
 2021-04-01 13:55 UTC 

[PATCH v5 0/5] KVM: x86: dump_vmcs: don't assume GUEST_IA32_EFER, show MSR autoloads/autosaves
 2021-04-01 12:54 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: nSVM: fixes for SYSENTER emulation
 2021-04-01 11:20 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: add guest_cpuid_is_intel
` [PATCH 2/2] KVM: nSVM: improve SYSENTER emulation on AMD

[PATCH] KVM: x86: Fix potential memory access error
 2021-04-01 16:22 UTC  (4+ messages)

[PATCH 0/2] gdbstub: implement support for blocking interrupts on single stepping
 2021-04-01 14:41 UTC  (3+ messages)
` [PATCH 1/2] kvm: update kernel headers for KVM_GUESTDBG_BLOCKEVENTS
` [PATCH 2/2] gdbstub: implement NOIRQ support for single step on KVM, when kvm's KVM_GUESTDBG_BLOCKIRQ debug flag is supported

[PATCH v16 00/17] KVM RISC-V Support
 2021-04-01 13:24 UTC  (5+ 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).