messages from 2022-10-01 03:22:28 to 2022-10-04 15:40:32 UTC [more...]
[PATCH v2] vfio: Follow a strict lifetime for struct iommu_group
2022-10-04 15:40 UTC (5+ messages)
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-04 15:39 UTC (9+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 8/8] KVM: Enable and expose KVM_MEM_PRIVATE
[PATCH] KVM: SVM: Fix reserved fields of struct sev_es_save_area
2022-10-04 14:28 UTC (2+ messages)
[PATCH v14 0/6] KVM: s390: pv: implement lazy destroy for reboot
2022-10-04 13:48 UTC (13+ messages)
` [PATCH v14 1/6] KVM: s390: pv: asynchronous "
` [PATCH v14 2/6] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v14 3/6] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v14 4/6] KVM: s390: pv: avoid export before import if possible
` [PATCH v14 5/6] KVM: s390: pv: support for Destroy fast UVC
` [PATCH v14 6/6] KVM: s390: pv: module parameter to fence asynchronous destroy
[PATCH v4 0/6] KVM: arm64: Enable ring-based dirty memory tracking
2022-10-04 13:26 UTC (12+ messages)
` [PATCH v4 3/6] "
[PULL 43/54] gdbstub: move sstep flags probing into AccelClass
2022-10-04 13:01 UTC (4+ messages)
` [PULL 44/54] gdbstub: move breakpoint logic to accel ops
` [PULL 45/54] gdbstub: move guest debug support check to ops
` [PULL 46/54] accel/kvm: move kvm_update_guest_debug to inline stub
[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-10-04 12:39 UTC (47+ messages)
` [PATCH v11 01/46] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH v11 02/46] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
` [PATCH v11 03/46] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
` [PATCH v11 04/46] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
` [PATCH v11 05/46] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v11 06/46] KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
` [PATCH v11 07/46] KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
` [PATCH v11 08/46] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v11 09/46] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v11 10/46] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v11 11/46] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v11 12/46] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v11 13/46] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v11 14/46] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v11 15/46] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v11 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v11 17/46] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v11 18/46] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v11 19/46] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v11 20/46] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v11 21/46] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v11 22/46] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v11 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v11 24/46] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v11 25/46] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v11 26/46] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v11 27/46] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
` [PATCH v11 28/46] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v11 29/46] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v11 30/46] KVM: selftests: Better XMM read/write helpers
` [PATCH v11 31/46] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v11 32/46] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v11 34/46] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v11 35/46] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v11 36/46] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH v11 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v11 38/46] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v11 39/46] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v11 40/46] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v11 41/46] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v11 42/46] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v11 43/46] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v11 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v11 45/46] KVM: selftests: hyperv_svm_test: "
` [PATCH v11 46/46] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
[PATCH v2] mips/malta: pass RNG seed to to kernel via env var
2022-10-04 12:08 UTC (11+ messages)
[PATCH kvmtool v2] virtio-net: Fix vq->use_event_idx flag check
2022-10-04 11:54 UTC (3+ messages)
[PATCH v3 12/15] gdbstub: move sstep flags probing into AccelClass
2022-10-04 10:25 UTC (6+ messages)
` [PATCH v3 13/15] gdbstub: move breakpoint logic to accel ops
` [PATCH v3 14/15] gdbstub: move guest debug support check to ops
[RFC PATCH 0/3] Use TAP in some more KVM selftests
2022-10-04 9:31 UTC (4+ messages)
` [PATCH 1/3] KVM: selftests: Use TAP interface in the kvm_binary_stats_test
` [PATCH 2/3] KVM: selftests: x86: Use TAP interface in the sync_regs test
` [PATCH 3/3] KVM: selftests: x86: Use TAP interface in the tsc_msrs_test
[PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
2022-10-04 8:30 UTC (12+ messages)
[PATCH v1 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-10-04 8:21 UTC (11+ messages)
` [PATCH v1 2/9] "
` [PATCH v1 3/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v1 4/9] KVM: s390: selftest: memop: Pass mop_desc via pointer
` [PATCH v1 8/9] KVM: s390: selftest: memop: Fix typo
[RFC v2 00/15] vfio: Adopt iommufd
2022-10-04 6:47 UTC (3+ messages)
` [RFC v2 13/15] vfio/iommufd: Implement the iommufd backend
[PATCH v5 00/30] KVM: hardware enable/disable reorganize
2022-10-04 0:16 UTC (3+ messages)
` [PATCH v5 10/30] KVM: Add arch hooks when VM is added/deleted
[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
2022-10-04 0:02 UTC (6+ messages)
` [V2 PATCH 3/8] KVM: selftests: Add arch specific post vm load setup
[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
2022-10-03 23:57 UTC
[PATCH 0/4] KVM: selftests: Fix and clean up emulator_error_test
2022-10-03 23:31 UTC (2+ messages)
[PATCH v3 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
2022-10-03 21:56 UTC (23+ messages)
` [PATCH v3 01/10] KVM: x86/mmu: Change tdp_mmu to a read-only parameter
` [PATCH v3 02/10] KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
` [PATCH v3 03/10] KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()
` [PATCH v3 05/10] KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling
` [PATCH v3 07/10] KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUs
` [PATCH v3 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling
` [PATCH v3 09/10] KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faults
` [PATCH v3 10/10] KVM: x86/mmu: Rename __direct_map() to direct_map()
[PATCH 1/6] KVM: x86: Mask off reserved bits in CPUID.80000001H
2022-10-03 20:18 UTC (8+ messages)
` [PATCH 2/6] KVM: x86: Mask off reserved bits in CPUID.80000006H
[PATCH v9 000/105] KVM TDX basic feature support
2022-10-03 20:08 UTC (4+ messages)
[GIT PULL] KVM/arm64 updates for 6.1
2022-10-03 19:39 UTC (2+ messages)
[PATCH RFC 0/3] KVM: x86/pmu: Add Intel Guest Branch Trace Store Support
2022-10-03 19:39 UTC (3+ messages)
` [PATCH RFC 1/3] KVM + perf: Rename *_intel_pt_intr() for generic usage
[GIT PULL] KVM/riscv changes for 6.1
2022-10-03 19:34 UTC (2+ messages)
Guest IA32_SPEC_CTRL on AMD hosts without X86_FEATURE_V_SPEC_CTRL
2022-10-03 19:07 UTC (7+ messages)
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-10-03 18:53 UTC (13+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands
[PATCH v4 0/5] KVM: x86: Intel LBR related perf cleanups
2022-10-03 17:22 UTC (4+ messages)
[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-10-03 16:00 UTC (6+ messages)
` [PATCH v10 30/39] KVM: selftests: Hyper-V PV TLB flush selftest
[PATCH v2 0/4] Simplify the module and kconfig structure in vfio
2022-10-03 15:39 UTC (5+ messages)
` [PATCH v2 1/4] vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
` [PATCH v2 2/4] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
` [PATCH v2 3/4] vfio: Remove CONFIG_VFIO_SPAPR_EEH
` [PATCH v2 4/4] vfio: Fold vfio_virqfd.ko into vfio.ko
[PATCH 5.4 00/37] IBRS support // Retbleed mitigations
2022-10-03 13:10 UTC (38+ messages)
` [PATCH 5.4 01/37] Revert "x86/speculation: Add RSB VM Exit protections"
` [PATCH 5.4 02/37] Revert "x86/cpu: Add a steppings field to struct x86_cpu_id"
` [PATCH 5.4 03/37] x86/devicetable: Move x86 specific macro out of generic code
` [PATCH 5.4 04/37] x86/cpu: Add consistent CPU match macros
` [PATCH 5.4 05/37] x86/cpu: Add a steppings field to struct x86_cpu_id
` [PATCH 5.4 06/37] x86/kvm/vmx: Make noinstr clean
` [PATCH 5.4 07/37] x86/cpufeatures: Move RETPOLINE flags to word 11
` [PATCH 5.4 08/37] x86/bugs: Report AMD retbleed vulnerability
` [PATCH 5.4 09/37] x86/bugs: Add AMD retbleed= boot parameter
` [PATCH 5.4 10/37] x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
` [PATCH 5.4 11/37] x86/entry: Remove skip_r11rcx
` [PATCH 5.4 12/37] x86/entry: Add kernel IBRS implementation
` [PATCH 5.4 13/37] x86/bugs: Optimize SPEC_CTRL MSR writes
` [PATCH 5.4 14/37] x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRS
` [PATCH 5.4 15/37] x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mitigation()
` [PATCH 5.4 16/37] x86/bugs: Report Intel retbleed vulnerability
` [PATCH 5.4 17/37] intel_idle: Disable IBRS during long idle
` [PATCH 5.4 18/37] x86/speculation: Change FILL_RETURN_BUFFER to work with objtool
` [PATCH 5.4 19/37] x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
` [PATCH 5.4 20/37] x86/speculation: Fix firmware entry SPEC_CTRL handling
` [PATCH 5.4 21/37] x86/speculation: Fix SPEC_CTRL write on SMT state change
` [PATCH 5.4 22/37] x86/speculation: Use cached host SPEC_CTRL value for guest entry/exit
` [PATCH 5.4 23/37] x86/speculation: Remove x86_spec_ctrl_mask
` [PATCH 5.4 24/37] KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.S
` [PATCH 5.4 25/37] KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw
` [PATCH 5.4 26/37] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH 5.4 27/37] KVM: VMX: Convert launched argument to flags
` [PATCH 5.4 28/37] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH 5.4 29/37] KVM: VMX: Fix IBRS handling after vmexit
` [PATCH 5.4 30/37] x86/speculation: Fill RSB on vmexit for IBRS
` [PATCH 5.4 31/37] x86/common: Stamp out the stepping madness
` [PATCH 5.4 32/37] x86/cpu/amd: Enumerate BTC_NO
` [PATCH 5.4 33/37] x86/bugs: Add Cannon lake to RETBleed affected CPU list
` [PATCH 5.4 34/37] x86/speculation: Disable RRSBA behavior
` [PATCH 5.4 35/37] x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
` [PATCH 5.4 36/37] x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS parts
` [PATCH 5.4 37/37] x86/speculation: Add RSB VM Exit protections
[RFC v3 0/7] In order support for virtio_ring, vhost and vsock
2022-10-03 11:32 UTC (4+ messages)
` [RFC v3 6/7] virtio: in order support for virtio_ring
[RFC PATCH v3 00/19] RFC: nested AVIC
2022-10-03 7:27 UTC (11+ messages)
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally
` Nested AVIC design (was:Re: [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally)
[kvm-unit-tests PATCH v2 0/4] x86: nSVM: Add testing for routing L2 exceptions
2022-10-03 7:07 UTC (6+ messages)
Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
2022-10-03 7:06 UTC (9+ messages)
[PATCH] KVM: VMX: Resume guest immediately when injecting #GP on ECREATE
2022-10-03 1:01 UTC (2+ messages)
[PATCH AUTOSEL 5.19 22/29] KVM: s390: Pass initialized arg even if unused
2022-10-02 22:49 UTC
[PATCH v3 0/3] riscv: kvm: use generic entry for TIF_NOTIFY_RESUME and misc
2022-10-01 12:37 UTC (2+ messages)
[PATCH] selftests/kvm: Avoid for loop initialization using vcpu->id in xapic_state_test
2022-10-01 9:24 UTC
[PATCH] KVM: arm64: Advertise new kvmarm mailing list
2022-10-01 9:18 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