messages from 2022-04-06 17:58:13 to 2022-04-07 20:15:47 UTC [more...]
[PATCH v2 0/4] KVM: arm64: vgic-v3: MMIO-based LPI invalidation and co
2022-04-07 20:13 UTC (3+ messages)
` [PATCH v2 1/4] irqchip/gic-v3: Exposes bit values for GICR_CTLR.{IR,CES}
[PATCH v2 0/4] Make the iommu driver no-snoop block feature consistent
2022-04-07 19:27 UTC (10+ messages)
` [PATCH v2 1/4] iommu: Introduce the domain op enforce_cache_coherency()
` [PATCH v2 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
` [PATCH v2 3/4] iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHE
` [PATCH v2 4/4] vfio: Require that devices support DMA cache coherence
[PATCH] KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
2022-04-07 19:10 UTC (3+ messages)
[PATCH v2 00/31] KVM: x86: hyper-v: Fine-grained TLB flush + Direct TLB flush feature
2022-04-07 18:50 UTC (42+ messages)
` [PATCH v2 01/31] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v2 02/31] KVM: x86: hyper-v: Introduce TLB flush ring
` [PATCH v2 03/31] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v2 04/31] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v2 05/31] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v2 06/31] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v2 07/31] KVM: x86: hyper-v: Create a separate ring for Direct TLB flush
` [PATCH v2 08/31] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v2 09/31] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v2 10/31] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v2 11/31] KVM: x86: Introduce .post_hv_direct_flush() nested hook
` [PATCH v2 12/31] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v2 13/31] KVM: x86: hyper-v: Direct TLB flush
` [PATCH v2 14/31] KVM: x86: hyper-v: Introduce fast kvm_hv_direct_tlb_flush_exposed() check
` [PATCH v2 15/31] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v2 16/31] KVM: nVMX: hyper-v: Direct TLB flush
` [PATCH v2 17/31] KVM: x86: KVM_REQ_TLB_FLUSH_CURRENT is a superset of KVM_REQ_HV_TLB_FLUSH too
` [PATCH v2 18/31] KVM: nSVM: hyper-v: Direct TLB flush
` [PATCH v2 19/31] KVM: x86: Expose Hyper-V Direct TLB flush feature
` [PATCH v2 20/31] KVM: selftests: add hyperv_svm_test to .gitignore
` [PATCH v2 21/31] KVM: selftests: Better XMM read/write helpers
` [PATCH v2 22/31] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v2 23/31] KVM: selftests: Make it possible to replace PTEs with __virt_pg_map()
` [PATCH v2 24/31] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v2 25/31] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v2 26/31] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v2 27/31] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v2 28/31] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v2 29/31] KVM: selftests: evmcs_test: Direct TLB flush test
` [PATCH v2 30/31] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v2 31/31] KVM: selftests: hyperv_svm_test: Add Direct TLB flush test
[PATCH v3 00/11] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-04-07 18:39 UTC (14+ messages)
` [PATCH v3 02/11] KVM: selftests: Dump VM stats in binary stats test
` [PATCH v3 03/11] KVM: selftests: Test reading a single stat
` [PATCH v3 06/11] KVM: selftests: Add NX huge pages test
` [PATCH v3 11/11] selftests: KVM: Test disabling NX hugepages on a VM
[RFC PATCH v5 000/104] KVM TDX basic feature support
2022-04-07 18:11 UTC (67+ messages)
` [RFC PATCH v5 023/104] x86/cpu: Add helper functions to allocate/free MKTME keyid
` [RFC PATCH v5 026/104] KVM: TDX: x86: Add vm ioctl to get TDX systemwide parameters
` [RFC PATCH v5 027/104] KVM: TDX: initialize VM with TDX specific parameters
` [RFC PATCH v5 042/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [RFC PATCH v5 045/104] KVM: x86/tdp_mmu: make REMOVED_SPTE include shadow_initial value
` [RFC PATCH v5 047/104] KVM: x86/mmu: add a private pointer to struct kvm_mmu_page
` [RFC PATCH v5 048/104] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [RFC PATCH v5 051/104] KVM: TDX: TDP MMU TDX support
` [RFC PATCH v5 054/104] KVM: x86/tdp_mmu: Keep PRIVATE_PROHIBIT bit when zapping
` [RFC PATCH v5 058/104] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [RFC PATCH v5 060/104] KVM: TDX: Create initial guest memory
` [RFC PATCH v5 074/104] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [RFC PATCH v5 083/104] KVM: x86: Split core of hypercall emulation to helper function
` [RFC PATCH v5 086/104] KVM: TDX: handle ept violation/misconfig exit
` [RFC PATCH v5 088/104] KVM: TDX: Add TDG.VP.VMCALL accessors to access guest vcpu registers
` [RFC PATCH v5 089/104] KVM: TDX: Add a placeholder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [RFC PATCH v5 091/104] KVM: TDX: Handle TDX PV CPUID hypercall
` [RFC PATCH v5 092/104] KVM: TDX: Handle TDX PV HLT hypercall
` [RFC PATCH v5 101/104] KVM: TDX: Silently ignore INIT/SIPI
[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
2022-04-07 17:24 UTC (13+ messages)
` [PATCH v5 01/10] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v5 02/10] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v5 03/10] KVM: arm64: Add standard hypervisor firmware register
` [PATCH v5 04/10] KVM: arm64: Add vendor "
` [PATCH v5 05/10] Docs: KVM: Rename psci.rst to hypercalls.rst
` [PATCH v5 06/10] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v5 07/10] tools: Import ARM SMCCC definitions
` [PATCH v5 08/10] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v5 09/10] selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-list
` [PATCH v5 10/10] selftests: KVM: aarch64: Add KVM_REG_ARM_FW_REG(3) "
[PATCH] KVM: SVM: Do not activate AVIC for SEV-enabled guest
2022-04-07 17:55 UTC
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-07 17:09 UTC (4+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
[PATCH 0/8] KVM: SVM: Fix soft int/ex re-injection
2022-04-07 15:32 UTC (15+ messages)
` [PATCH 5/8] KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
[PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
2022-04-07 15:31 UTC (14+ messages)
[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2022-04-07 14:57 UTC (5+ messages)
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data
[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
2022-04-07 14:56 UTC (8+ messages)
` [PATCH 2/5] vfio: Require that devices support DMA cache coherence
WARNING: at arch/x86/kvm/../../../virt/kvm/kvm_main.c:3156 mark_page_dirty_in_slot
2022-04-07 14:01 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/9] s390x: Cleanup and maintenance 4
2022-04-07 13:11 UTC (15+ messages)
` [kvm-unit-tests PATCH v2 1/9] lib: s390x: hardware: Add host_is_qemu() function
` [kvm-unit-tests PATCH v2 2/9] s390x: css: Skip if we're not run by qemu
` [kvm-unit-tests PATCH v2 3/9] s390x: diag308: Only test subcode 2 under QEMU
` [kvm-unit-tests PATCH v3] "
` [kvm-unit-tests PATCH v2 4/9] s390x: pfmf: Initialize pfmf_r1 union on declaration
` [kvm-unit-tests PATCH v2 5/9] s390x: snippets: asm: Add license and copyright headers
` [kvm-unit-tests PATCH v2 6/9] s390x: pv-diags: Cleanup includes
` [kvm-unit-tests PATCH v2 7/9] s390x: css: "
` [kvm-unit-tests PATCH v2 8/9] s390x: iep: "
` [kvm-unit-tests PATCH v2 9/9] s390x: mvpg: "
[PATCH v2] Documentation: kvm: Add missing line break in api.rst
2022-04-07 12:33 UTC
[PATCH v3 12/35] x86/msi: Provide msi message shadow structs
2022-04-07 11:06 UTC (6+ messages)
` [PATCH] x86/msi: Fix msi message data shadow struct
[PATCH v3 0/3] KVM: Fix use-after-free in debugfs
2022-04-07 9:47 UTC (5+ messages)
` [PATCH v3 1/3] KVM: Don't create VM debugfs files outside of the VM directory
` [PATCH v3 2/3] selftests: KVM: Don't leak GIC FD across dirty log test iterations
` [PATCH v3 3/3] selftests: KVM: Free the GIC FD when cleaning up in arch_timer
[PATCH 0/3] KVM: x86: Nested fixes (mostly #DF/#TF)
2022-04-07 8:42 UTC (6+ messages)
` [PATCH 1/3] KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2
` [PATCH 2/3] KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry
` [PATCH 3/3] KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple fault
[syzbot] upstream build error (17)
2022-04-07 7:18 UTC (4+ messages)
[PATCH] KVM: x86: Deplete Paolo's brown paper bag supply by one
2022-04-07 7:07 UTC (2+ messages)
[PATCH v5 0/3] Introduce Notify VM exit
2022-04-07 6:12 UTC (11+ messages)
` [PATCH v5 1/3] KVM: X86: Save&restore the triple fault request
` [PATCH v5 2/3] KVM: VMX: Enable Notify VM exit
[kvm-unit-tests PATCH] x86: cet: Fix #DF exception triggered by the application
2022-04-06 13:24 UTC
[PATCH RESEND v1] trace: Split address space and slot id in trace_kvm_set_user_memory()
2022-04-07 2:46 UTC (2+ messages)
[PATCH 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
2022-04-07 2:44 UTC (3+ messages)
` [PATCH 07/12] KVM: SVM: Adding support for configuring x2APIC MSRs interception
[PATCH] KVM: x86/mmu: remove unnecessary kvm_shadow_root_allocated() check
2022-04-07 1:40 UTC
[PATCH AUTOSEL 5.15 16/27] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:12 UTC
[PATCH AUTOSEL 5.16 19/30] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:11 UTC
[PATCH AUTOSEL 5.10 15/25] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:14 UTC
[PATCH AUTOSEL 5.17 19/31] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:10 UTC
[PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
2022-04-07 0:34 UTC (14+ messages)
[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
2022-04-07 0:28 UTC (5+ messages)
` [PATCH v4 2/8] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL ctrl bits across MSR write
` [PATCH v4 5/8] KVM: nVMX: Add a quirk for KVM tweaks to VMX control MSRs
[Bug 199727] CPU freezes in KVM guests during high IO load on host
2022-04-06 23:52 UTC (2+ messages)
linux-next: Fixes tag needs some work in the kvm-fixes tree
2022-04-06 21:48 UTC
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-06 18:42 UTC (12+ messages)
[PATCH] KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
2022-04-06 17:19 UTC
[PATCH] KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
2022-04-06 18:34 UTC (6+ messages)
[PATCH v2] KVM: SEV: Mark nested locking of vcpu->mutex
2022-04-06 18:05 UTC (2+ messages)
[PATCH v2 0/3] KVM: Fix use-after-free in debugfs
2022-04-06 17:59 UTC (4+ messages)
` [PATCH v2 1/3] KVM: Don't create VM debugfs files outside of the VM directory
[RFC PATCH 000/105] KVM: selftests: Overhaul APIs, purge VCPU_ID
2022-04-06 16:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox