messages from 2022-10-20 13:38:53 to 2022-10-21 20:51:26 UTC [more...]
[PATCH v6 0/7] Introduce and test masked events
2022-10-21 20:50 UTC
[kvm-unit-tests PATCH v1] x86: efi: set up the IDT before accessing MSRs
2022-10-21 20:45 UTC (4+ messages)
QEMU Advent Calendar 2022 Call for Images
2022-10-21 20:13 UTC (2+ messages)
[RFC PATCH] Add Hyperv extended hypercall support in KVM
2022-10-21 20:13 UTC (2+ messages)
[PATCH RFC v2 00/13] IOMMUFD Generic interface
2022-10-21 19:56 UTC (11+ messages)
[PATCH v3 0/5] Simplify the module and kconfig structure in vfio
2022-10-21 19:46 UTC (7+ messages)
` [PATCH v3 3/5] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
` [PATCH v3 4/5] vfio: Remove CONFIG_VFIO_SPAPR_EEH
[PATCH v2 00/27] KVM: x86/mmu: Remove fast invalidate mechanism
2022-10-21 19:40 UTC (14+ messages)
` [PATCH v2 11/27] KVM: x86/mmu: Zap only the relevant pages when removing a memslot
[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
2022-10-21 19:22 UTC (4+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
2022-10-21 19:16 UTC (15+ messages)
` [kvm-unit-tests PATCH v3 03/13] x86/pmu: Reset the expected count of the fixed counter 0 when i386
` [kvm-unit-tests PATCH v3 10/13] x86/pmu: Update testcases to cover Intel Arch PMU Version 1
` [kvm-unit-tests PATCH v3 12/13] x86/pmu: Add assignment framework for Intel-specific HW resources
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-10-21 19:06 UTC (3+ messages)
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
[PATCH V2] virt: Prevent IV reuse in SNP guest driver
2022-10-21 19:01 UTC (2+ messages)
[kvm-unit-tests PATCH v2] x86: Add tests for Guest Processor Event Based Sampling (PEBS)
2022-10-21 18:51 UTC (4+ messages)
[PATCH] KVM: x86: Fix the initial value of mcg_cap
2022-10-21 18:35 UTC (6+ messages)
[PATCH v5 0/7] Introduce and test masked events
2022-10-21 17:50 UTC (13+ messages)
` [PATCH v5 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v5 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-10-21 16:53 UTC (14+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
2022-10-21 16:19 UTC (3+ messages)
` [PATCH v2 2/5] x86/cpuid: refactor setup_clear_cpu_cap()/clear_cpu_cap()
[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-10-21 16:14 UTC (14+ messages)
` [PATCH v11 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v11 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
[PATCH v6 0/8] KVM: arm64: Enable ring-based dirty memory tracking
2022-10-21 16:05 UTC (13+ messages)
` [PATCH v6 1/8] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v6 3/8] KVM: Add support for using dirty ring in conjunction with bitmap
[PATCH v12 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-10-21 15:35 UTC (47+ messages)
` [PATCH v12 01/46] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH v12 02/46] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
` [PATCH v12 03/46] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
` [PATCH v12 04/46] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
` [PATCH v12 05/46] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v12 06/46] KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
` [PATCH v12 07/46] KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
` [PATCH v12 08/46] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v12 09/46] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v12 10/46] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v12 11/46] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v12 12/46] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v12 13/46] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v12 14/46] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v12 15/46] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v12 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v12 17/46] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v12 18/46] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v12 19/46] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v12 20/46] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v12 21/46] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v12 22/46] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v12 23/46] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v12 24/46] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v12 25/46] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v12 26/46] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v12 27/46] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
` [PATCH v12 28/46] KVM: nSVM: hyper-v: Enable L2 TLB flush
` [PATCH v12 29/46] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v12 30/46] KVM: selftests: Better XMM read/write helpers
` [PATCH v12 31/46] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v12 32/46] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v12 33/46] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v12 34/46] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v12 35/46] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v12 36/46] KVM: selftests: Drop helpers to read/write page table entries
` [PATCH v12 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v12 38/46] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v12 39/46] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v12 40/46] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v12 41/46] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v12 42/46] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v12 43/46] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v12 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v12 45/46] KVM: selftests: hyperv_svm_test: "
` [PATCH v12 46/46] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
[PATCH] KVM: x86/mmu: Release the pfn in handle_abnormal_pfn() error path
2022-10-21 15:11 UTC (2+ messages)
[PATCH v3 0/2] KVM: x86/ioapic: Fix oneshot interrupts forwarding
2022-10-21 13:31 UTC (2+ messages)
[PATCH] x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()
2022-10-21 11:32 UTC (2+ messages)
[kvm-unit-tests PATCH v3 0/6] s390x: PV fixups
2022-10-21 9:40 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 1/6] s390x: snippets: asm: Add a macro to write an exception PSW
` [kvm-unit-tests PATCH v3 2/6] s390x: MAKEFILE: Use $< instead of pathsubst
` [kvm-unit-tests PATCH v3 3/6] lib: s390x: sie: Improve validity handling and make it vm specific
` [kvm-unit-tests PATCH v3 4/6] lib: s390x: Use a new asce for each PV guest
` [kvm-unit-tests PATCH v3 5/6] lib: s390x: Enable reusability of VMs that were in PV mode
` [kvm-unit-tests PATCH v3 6/6] lib: s390x: sie: Properly populate SCA
[GIT PULL] KVM/riscv fixes for 6.1, take #1
2022-10-21 7:56 UTC
[PATCH] RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc
2022-10-21 6:47 UTC (3+ messages)
[PATCH v6 0/8] KVM: x86: Apply NX mitigation more precisely
2022-10-21 5:46 UTC (9+ messages)
` [PATCH v6 4/8] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH v6 5/8] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
` [PATCH v6 7/8] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()
` [PATCH v6 8/8] KVM: x86/mmu: WARN if TDP MMU SP disallows hugepage after being zapped
[PATCH v2 0/9] KVM: arm64: selftests: Test linked {break,watch}points
2022-10-21 3:08 UTC (8+ messages)
` [PATCH v2 1/9] KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields
` [PATCH v2 3/9] KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
` [PATCH v2 5/9] KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptions
[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
2022-10-21 2:39 UTC (9+ messages)
` [PATCH 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
` [PATCH 8/8] KVM: x86: Fix NULL pointer dereference in kvm_xen_set_evtchn_fast()
[PATCH 00/15] Introduce Architectural LBR for vPMU
2022-10-21 2:14 UTC (4+ messages)
[PATCH] kvm: vmenter: Use tabs instead of spaces for indentation
2022-10-21 0:57 UTC
[V3 PATCH 0/4] Minor improvements to the selftest setup logic
2022-10-21 0:03 UTC (3+ messages)
` [V3 PATCH 4/4] KVM: selftests: x86: Precompute the cpu type
[PATCH v2 0/2] KVM: Split huge pages mapped by the TDP MMU on fault
2022-10-20 22:03 UTC (3+ messages)
` [PATCH v2 2/2] KVM: x86/mmu: "
[PATCH v5 0/5] dirty_log_perf_test vCPU pinning
2022-10-20 21:46 UTC (5+ messages)
` [PATCH v5 5/5] KVM: selftests: Run dirty_log_perf_test on specific CPUs
[kvm-unit-tests PATCH 00/16] kvm-unit-tests: set of fixes and new tests
2022-10-20 20:23 UTC (28+ messages)
` [kvm-unit-tests PATCH 01/16] x86: make irq_enable avoid the interrupt shadow
` [kvm-unit-tests PATCH 02/16] x86: add few helper functions for apic local timer
` [kvm-unit-tests PATCH 03/16] svm: use irq_enable instead of sti/nop
` [kvm-unit-tests PATCH 04/16] svm: make svm_intr_intercept_mix_if/gif test a bit more robust
` [kvm-unit-tests PATCH 05/16] svm: use apic_start_timer/apic_stop_timer instead of open coding it
` [kvm-unit-tests PATCH 06/16] x86: Add test for #SMI during interrupt window
` [kvm-unit-tests PATCH 07/16] x86: Add a simple test for SYSENTER instruction
` [kvm-unit-tests PATCH 08/16] svm: add nested shutdown test
` [kvm-unit-tests PATCH 09/16] svm: move svm spec definitions to lib/x86/svm.h
` [kvm-unit-tests PATCH 10/16] svm: move some svm support functions into lib/x86/svm_lib.h
` [kvm-unit-tests PATCH 11/16] svm: add svm_suported
` [kvm-unit-tests PATCH 12/16] svm: move setup_svm to svm_lib.c
` [kvm-unit-tests PATCH 13/16] svm: move vmcb_ident "
` [kvm-unit-tests PATCH 14/16] svm: rewerite vm entry macros
` [kvm-unit-tests PATCH 15/16] svm: introduce svm_vcpu
` [kvm-unit-tests PATCH 16/16] add IPI loss stress test
[PATCH linux-next] KVM: x86: Replace IS_ERR() with IS_ERR_VALUE()
2022-10-20 17:37 UTC (2+ messages)
[PATCH kvmtool v2] pci: Disable writes to Status register
2022-10-20 17:34 UTC
[PATCH 0/4] nSVM: fix L0 crash if L2 has shutdown condtion which L1 doesn't intercept
2022-10-20 15:33 UTC (3+ messages)
` [PATCH 4/4] KVM: x86: forcibly leave nested mode on vCPU reset
[PATCH] virt: Prevent AES-GCM IV reuse in SNP guest driver
2022-10-20 14:46 UTC (11+ messages)
[v1 0/5] KVM: s390: Fix virtual-real address confusions
2022-10-20 14:31 UTC (6+ messages)
` [v1 1/5] s390/mm: gmap: sort out physical vs virtual pointers usage
` [v1 2/5] s390/entry: sort out physical vs virtual pointers usage in sie64a
` [v1 3/5] KVM: s390: sort out physical vs virtual pointers usage
` [v1 4/5] KVM: s390: sida: "
` [v1 5/5] KVM: s390: pv: "
[PATCH v10 0/9] s390x: CPU Topology
2022-10-20 14:32 UTC (6+ messages)
` [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property
[kvm-unit-tests PATCH v2 0/2] s390x misc fixes
2022-10-20 13:47 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] lib: s390x: terminate if PGM interrupt in interrupt handler
[PATCH v5 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
2022-10-20 13:38 UTC (24+ messages)
` [PATCH v5 03/25] KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
` [PATCH v5 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
` [PATCH v5 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v5 06/25] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH v5 07/25] KVM: arm64: Prevent the donation of no-map pages
` [PATCH v5 08/25] KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
` [PATCH v5 09/25] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH v5 10/25] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH v5 11/25] KVM: arm64: Rename 'host_kvm' to 'host_mmu'
` [PATCH v5 12/25] KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
` [PATCH v5 13/25] KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
` [PATCH v5 14/25] KVM: arm64: Add per-cpu fixmap infrastructure at EL2
` [PATCH v5 15/25] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
` [PATCH v5 16/25] KVM: arm64: Provide I-cache invalidation by virtual address at EL2
` [PATCH v5 17/25] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH v5 18/25] KVM: arm64: Consolidate stage-2 initialisation into a single function
` [PATCH v5 19/25] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH v5 20/25] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH v5 21/25] KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
` [PATCH v5 22/25] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH v5 23/25] KVM: arm64: Explicitly map 'kvm_vgic_global_state' "
` [PATCH v5 24/25] KVM: arm64: Don't unnecessarily map host kernel sections "
` [RFC PATCH v5 25/25] KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).