messages from 2022-09-20 19:19:25 to 2022-09-21 15:29:13 UTC [more...]
[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-09-21 15:24 UTC (34+ messages)
` [PATCH v10 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v10 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v10 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v10 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v10 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v10 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v10 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v10 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v10 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v10 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v10 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v10 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v10 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v10 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v10 17/39] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v10 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v10 19/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v10 21/39] KVM: nSVM: "
` [PATCH v10 22/39] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v10 23/39] KVM: selftests: Better XMM read/write helpers
` [PATCH v10 24/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v10 25/39] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v10 26/39] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v10 27/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v10 28/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v10 29/39] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v10 30/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v10 31/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v10 32/39] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v10 34/39] KVM: selftests: Split off load_evmcs() from load_vmcs()
[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-09-21 15:15 UTC (4+ messages)
[PATCH v4 0/5] MSR filtering and MSR exiting flag clean up
2022-09-21 15:15 UTC (6+ messages)
` [PATCH v4 1/5] KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernel
` [PATCH v4 2/5] KVM: x86: Add a VALID_MASK for the MSR exit reason flags
` [PATCH v4 3/5] KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filter
` [PATCH v4 4/5] KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range
` [PATCH v4 5/5] selftests: kvm/x86: Test the flags in MSR filtering and MSR exiting
[PATCH v2 0/3] KVM: EFER.LMSLE cleanup
2022-09-21 15:11 UTC (11+ messages)
` [PATCH v2 1/3] Revert "KVM: SVM: Allow EFER.LMSLE to be set with nested svm"
` [PATCH v2 2/3] x86/cpufeatures: Introduce X86_FEATURE_NO_LMSLE
` [PATCH v2 3/3] KVM: SVM: Unconditionally enumerate EferLmsleUnsupported
[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
2022-09-21 15:00 UTC (5+ messages)
[PATCH -next] rcu: remove unused 'cpu' in rcu_virt_note_context_switch
2022-09-21 14:50 UTC (3+ messages)
[GIT PULL] KVM: x86: First batch of updates for 6.1, i.e. kvm/queue
2022-09-21 14:46 UTC (2+ messages)
[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
2022-09-21 14:43 UTC (4+ messages)
` [PATCH v4 1/9] KVM: x86/mmu: Bug the VM if KVM attempts to double count an NX huge page
[PATCH v3 0/6] KVM: x86: Hyper-V invariant TSC control feature
2022-09-21 14:32 UTC (8+ messages)
` [PATCH v3 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v3 3/6] KVM: x86: Hyper-V invariant TSC control
[PATCH] KVM: x86/pmu: Add PEBS support for Intel Sapphire Rapids
2022-09-21 14:10 UTC (2+ messages)
[PATCH] KVM: s390: pci: register pci hooks without interpretation
2022-09-21 12:38 UTC (2+ messages)
[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
2022-09-21 9:47 UTC (20+ messages)
` [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState
` [PATCH 2/9] exec/hwaddr.h: Add missing include
` [PATCH 8/9] softmmu/physmem: Let SysBusState absorb memory region and address space singletons
` [PATCH 9/9] exec/address-spaces: Inline legacy functions
[PATCH v4 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-09-21 9:17 UTC (11+ messages)
` [PATCH v4 1/8] mm: Do not enable PG_arch_2 for all 64-bit architectures
` [PATCH v4 2/8] arm64: mte: Fix/clarify the PG_mte_tagged semantics
` [PATCH v4 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v4 4/8] mm: Add PG_arch_3 page flag
` [PATCH v4 5/8] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v4 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v4 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v4 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE
[PATCH v2 0/8] vfio: Split the container code into a clean layer and dedicated file
2022-09-21 8:07 UTC (12+ messages)
` [PATCH v2 1/8] vfio: Add header guards and includes to drivers/vfio/vfio.h
` [PATCH v2 2/8] vfio: Rename __vfio_group_unset_container()
` [PATCH v2 3/8] vfio: Split the container logic into vfio_container_attach_group()
` [PATCH v2 4/8] vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMU
` [PATCH v2 5/8] vfio: Split out container code from the init/cleanup functions
` [PATCH v2 6/8] vfio: Rename vfio_ioctl_check_extension()
` [PATCH v2 7/8] vfio: Split the register_device ops call into functions
` [PATCH v2 8/8] vfio: Move container code into drivers/vfio/container.c
[PATCH 0/4] Conditionally read fields in dev cfg space
2022-09-21 7:53 UTC (15+ messages)
` [PATCH 1/4] vDPA: allow userspace to query features of a vDPA device
` [PATCH 2/4] vDPA: only report driver features if FEATURES_OK is set
[PATCH kernel v3] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
2022-09-21 4:49 UTC
[PATCH kernel] KVM: SVM: Fix function name in comment
2022-09-21 4:43 UTC (6+ messages)
[PATCH v3 3/7] mm: Add PG_arch_3 page flag
2022-09-21 3:53 UTC (9+ messages)
[PATCH RFC v2 00/13] IOMMUFD Generic interface
2022-09-21 3:48 UTC (8+ messages)
[PATCH v4 00/15] Tidy up vfio_device life cycle
2022-09-21 10:44 UTC (16+ messages)
` [PATCH v4 01/15] vfio: Add helpers for unifying "
` [PATCH v4 02/15] vfio/pci: Use the new device life cycle helpers
` [PATCH v4 03/15] vfio/mlx5: "
` [PATCH v4 04/15] vfio/hisi_acc: "
` [PATCH v4 05/15] vfio/mdpy: "
` [PATCH v4 06/15] vfio/mtty: "
` [PATCH v4 07/15] vfio/mbochs: "
` [PATCH v4 08/15] drm/i915/gvt: "
` [PATCH v4 09/15] vfio/ap: "
` [PATCH v4 10/15] vfio/fsl-mc: "
` [PATCH v4 11/15] vfio/platform: "
` [PATCH v4 12/15] vfio/amba: "
` [PATCH v4 13/15] vfio/ccw: "
` [PATCH v4 14/15] vfio: Rename vfio_device_put() and vfio_device_try_get()
` [PATCH v4 15/15] vfio: Add struct device to vfio_device
[PATCH v6 0/2] Enable notify VM exit
2022-09-21 3:07 UTC (8+ messages)
` [PATCH v6 2/2] i386: Add notify VM exit support
[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
2022-09-21 2:01 UTC (10+ messages)
` [PATCH 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
` [PATCH 1/8] KVM: x86: Add initializer for gfn_to_pfn_cache
` [PATCH 2/8] KVM: x86: Shorten gfn_to_pfn_cache function names
` [PATCH 3/8] KVM: x86: Remove unused argument in gpc_unmap_khva()
` [PATCH 4/8] KVM: x86: Store immutable gfn_to_pfn_cache properties
` [PATCH 5/8] KVM: x86: Clean up kvm_gpc_check()
` [PATCH 6/8] KVM: x86: Clean up hva_to_pfn_retry()
` [PATCH 7/8] KVM: x86: Clean up kvm_gpc_refresh(), kvm_gpc_unmap()
` [PATCH 8/8] KVM: x86: Fix NULL pointer dereference in kvm_xen_set_evtchn_fast()
[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
2022-09-21 0:32 UTC (13+ messages)
` [PATCH v4 01/12] KVM: x86: make vendor code check for all nested events
` [PATCH v4 02/12] KVM: nVMX: Make an event request when pending an MTF nested VM-Exit
` [PATCH v4 03/12] KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
` [PATCH v4 04/12] KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
` [PATCH v4 05/12] KVM: x86: lapic does not have to process INIT if it is blocked
` [PATCH v4 06/12] KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
` [PATCH v4 07/12] KVM: nVMX: Make an event request if INIT or SIPI is pending on VM-Enter
` [PATCH v4 08/12] KVM: nVMX: Make event request on VMXOFF iff INIT/SIPI is pending
` [PATCH v4 09/12] KVM: x86: Don't snapshot pending INIT/SIPI prior to checking nested events
` [PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT
[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
2022-09-21 0:06 UTC (5+ messages)
` [PATCH v2 2/3] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v2 3/3] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022
[PATCH v3 00/28] KVM: x86: AVIC and local APIC fixes+cleanups
2022-09-20 23:31 UTC (29+ messages)
` [PATCH v3 01/28] KVM: x86: Blindly get current x2APIC reg value on "nodecode write" traps
` [PATCH v3 02/28] KVM: x86: Purge "highest ISR" cache when updating APICv state
` [PATCH v3 03/28] KVM: SVM: Flush the "current" TLB when activating AVIC
` [PATCH v3 04/28] KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
` [PATCH v3 05/28] KVM: x86: Don't inhibit APICv/AVIC if xAPIC ID mismatch is due to 32-bit ID
` [PATCH v3 06/28] KVM: x86: Move APIC access page helper to common x86 code
` [PATCH v3 07/28] KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
` [PATCH v3 08/28] KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
` [PATCH v3 09/28] KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
` [PATCH v3 10/28] KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick
` [PATCH v3 11/28] KVM: SVM: Fix x2APIC Logical ID calculation for avic_kick_target_vcpus_fast
` [PATCH v3 12/28] Revert "KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible"
` [PATCH v3 13/28] KVM: SVM: Document that vCPU ID == APIC ID in AVIC kick fastpatch
` [PATCH v3 14/28] KVM: SVM: Add helper to perform final AVIC "kick" of single vCPU
` [PATCH v3 15/28] KVM: x86: Explicitly skip optimized logical map setup if vCPU's LDR==0
` [PATCH v3 16/28] KVM: x86: Explicitly track all possibilities for APIC map's logical modes
` [PATCH v3 17/28] KVM: x86: Skip redundant x2APIC logical mode optimized cluster setup
` [PATCH v3 18/28] KVM: x86: Disable APIC logical map if logical ID covers multiple MDAs
` [PATCH v3 19/28] KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode
` [PATCH v3 20/28] KVM: x86: Honor architectural behavior for aliased 8-bit APIC IDs
` [PATCH v3 21/28] KVM: x86: Inhibit APICv/AVIC if the optimized physical map is disabled
` [PATCH v3 22/28] KVM: SVM: Inhibit AVIC if vCPUs are aliased in logical mode
` [PATCH v3 23/28] KVM: SVM: Always update local APIC on writes to logical dest register
` [PATCH v3 24/28] KVM: SVM: Update svm->ldr_reg cache even if LDR is "bad"
` [PATCH v3 25/28] KVM: SVM: Require logical ID to be power-of-2 for AVIC entry
` [PATCH v3 26/28] KVM: SVM: Handle multiple logical targets in AVIC kick fastpath
` [PATCH v3 27/28] KVM: SVM: Ignore writes to Remote Read Data on AVIC write traps
` [PATCH v3 28/28] Revert "KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu"
[PATCH v3 00/15] Tidy up vfio_device life cycle
2022-09-20 22:55 UTC (7+ messages)
` [PATCH v3 06/15] vfio/mtty: Use the new device life cycle helpers
` [PATCH v3 15/15] vfio: Add struct device to vfio_device
[PATCH] KVM: x86/mmu: fix repeated words in comments
2022-09-20 22:16 UTC (2+ messages)
[PATCH v2 0/2] Add missing trace points in emulator path
2022-09-20 22:12 UTC (2+ messages)
[PATCH kernel v2] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
2022-09-20 21:46 UTC (3+ messages)
[PATCH] KVM: x86: Handle MXCSR in kvm_arch_vcpu_ioctl_{get,set}_fpu
2022-09-20 21:33 UTC (2+ messages)
[PATCH v2 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
2022-09-20 21:17 UTC (11+ messages)
` [PATCH v2 01/10] KVM: x86/mmu: Change tdp_mmu to a read-only parameter
` [PATCH v2 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling
[PATCH] selftests/kvm: Use num_vcpus when testing ICR in the xapic_state_test
2022-09-20 19:51 UTC (2+ messages)
[PATCH 1/4] vfio: Simplify vfio_create_group()
2022-09-20 19:45 UTC (2+ messages)
[RFC] KVM: s390: pci: register pci hooks without interpretation
2022-09-20 19:28 UTC (2+ messages)
[PATCH 3/4] vfio: Follow a strict lifetime for struct iommu_group *
2022-09-20 19:32 UTC (2+ messages)
[PATCH linux-next] KVM: selftests: remove redundant variable tsc_val
2022-09-20 19:30 UTC (3+ messages)
[PATCH 0/3] KVM: x86: Fix XSAVE related bugs
2022-09-20 19:19 UTC (3+ 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