messages from 2022-07-13 15:06:21 to 2022-07-14 15:43:17 UTC [more...]
[PATCH] KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
2022-07-14 15:43 UTC (2+ messages)
[PATCH] KVM: selftests: Double check on the current CPU in rseq_test
2022-07-14 15:42 UTC (5+ messages)
[PATCH] KVM: arm64: selftests: Add support for GICv2 on v3
2022-07-14 15:41 UTC
[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
2022-07-14 15:38 UTC (7+ messages)
[PATCH v2 00/20] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
2022-07-14 15:20 UTC (21+ messages)
` [PATCH v2 01/20] KVM: arm64: Add get_reg_by_id() as a sys_reg_desc retrieving helper
` [PATCH v2 02/20] KVM: arm64: Reorder handling of invariant sysregs from userspace
` [PATCH v2 03/20] KVM: arm64: Introduce generic get_user/set_user helpers for system registers
` [PATCH v2 04/20] KVM: arm64: Rely on index_to_param() for size checks on userspace access
` [PATCH v2 05/20] KVM: arm64: Consolidate sysreg userspace accesses
` [PATCH v2 06/20] KVM: arm64: Get rid of reg_from/to_user()
` [PATCH v2 07/20] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
` [PATCH v2 08/20] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
` [PATCH v2 09/20] KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API
` [PATCH v2 10/20] KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP
` [PATCH v2 11/20] KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace
` [PATCH v2 12/20] KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers
` [PATCH v2 13/20] KVM: arm64: vgic-v2: "
` [PATCH v2 14/20] KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_user
` [PATCH v2 15/20] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
` [PATCH v2 16/20] KVM: arm64: vgic: Consolidate userspace access for "
` [PATCH v2 17/20] KVM: arm64: vgic: Tidy-up calls to vgic_{get,set}_common_attr()
` [PATCH v2 18/20] KVM: arm64: Get rid of find_reg_by_id()
` [PATCH v2 19/20] KVM: arm64: Descope kvm_arm_sys_reg_{get,set}_reg()
` [PATCH v2 20/20] KVM: arm64: Get rid or outdated comments
[PATCH v3 0/3] KVM: x86/mmu: Cleanups from eager page splitting
2022-07-14 15:32 UTC (2+ messages)
[PATCH] KVM: SVM: fix task switch emulation on INTn instruction
2022-07-14 15:32 UTC (4+ messages)
[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
2022-07-14 15:27 UTC (10+ messages)
` [PATCH v2 9/9] KVM: x86/mmu: Promote pages in-place when "
[PATCH 0/3] KVM: x86: Hyper-V invariant TSC control feature
2022-07-14 15:05 UTC (12+ messages)
` [PATCH 1/3] KVM: x86: Hyper-V invariant TSC control
` [PATCH 2/3] KVM: selftests: Fix wrmsr_safe()
` [PATCH 3/3] KVM: selftests: Test Hyper-V invariant TSC control
[PATCH v8 00/12] s390x: CPU Topology
2022-07-14 14:57 UTC (9+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures
` [PATCH v8 08/12] s390x/cpu_topology: implementing numa for the s390x topology
[PATCH 5.15 00/78] 5.15.55-rc1 review
2022-07-14 14:46 UTC (10+ messages)
[PATCH v13 0/2] s390x: KVM: CPU Topology
2022-07-14 14:12 UTC (4+ messages)
` [PATCH v13 1/2] KVM: s390: guest support for topology function
` [PATCH v13 2/2] KVM: s390: resetting the Topology-Change-Report
[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-07-14 13:49 UTC (40+ messages)
` [PATCH v8 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v8 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v8 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v8 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v8 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v8 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v8 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v8 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v8 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v8 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v8 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v8 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v8 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v8 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v8 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v8 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v8 17/39] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v8 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v8 19/39] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v8 20/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v8 21/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v8 22/39] KVM: nSVM: "
` [PATCH v8 23/39] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v8 24/39] KVM: selftests: Better XMM read/write helpers
` [PATCH v8 25/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v8 26/39] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v8 27/39] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v8 28/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v8 29/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v8 30/39] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v8 31/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v8 32/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
` [PATCH v8 34/39] KVM: selftests: nSVM: Allocate Hyper-V partition assist and VP assist pages
` [PATCH v8 35/39] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
` [PATCH v8 36/39] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v8 37/39] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v8 38/39] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
` [PATCH v8 39/39] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
2022-07-14 13:45 UTC (3+ messages)
[PATCH v7 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-07-14 13:31 UTC (3+ messages)
[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
2022-07-14 13:30 UTC (11+ messages)
[PATCH] Documentation: kvm: clarify histogram units
2022-07-14 12:03 UTC
[PATCH] kvm: stats: tell userspace which values are boolean
2022-07-14 12:03 UTC
[PATCH] x86/kvm: fix FASTOP_SIZE when return thunks are enabled
2022-07-14 11:54 UTC (5+ messages)
[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
2022-07-14 11:06 UTC (2+ messages)
[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-07-14 10:07 UTC (31+ messages)
` [PATCH v4 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v4 02/25] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v4 03/25] x86/hyperv: Update "
` [PATCH v4 04/25] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v4 05/25] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v4 06/25] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v4 07/25] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v4 08/25] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v4 10/25] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v4 11/25] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v4 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v4 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v4 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v4 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v4 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v4 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v4 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v4 19/25] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v4 20/25] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v4 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v4 22/25] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v4 23/25] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v4 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v4 25/25] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
[PATCH v12 00/18] KVM: s390: pv: implement lazy destroy for reboot
2022-07-14 9:17 UTC (3+ messages)
[PATCH v12 0/3] s390x: KVM: CPU Topology
2022-07-14 8:37 UTC (8+ messages)
` [PATCH v12 3/3] KVM: s390: resetting the Topology-Change-Report
[PATCH kernel 0/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
2022-07-14 8:18 UTC (4+ messages)
` [PATCH kernel 1/3] powerpc/iommu: Add "borrowing" iommu_table_group_ops
` [PATCH kernel 2/3] powerpc/pci_64: Init pcibios subsys a bit later
` [PATCH kernel 3/3] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
2022-07-14 8:12 UTC (12+ messages)
` [PATCH V2 vfio 01/11] net/mlx5: Introduce ifc bits for page tracker
` [PATCH V2 vfio 02/11] net/mlx5: Query ADV_VIRTUALIZATION capabilities
` [PATCH V2 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V2 vfio 04/11] vfio: Move vfio.c to vfio_main.c
` [PATCH V2 vfio 05/11] vfio: Add an IOVA bitmap support
` [PATCH V2 vfio 06/11] vfio: Introduce the DMA logging feature support
` [PATCH V2 vfio 07/11] vfio/mlx5: Init QP based resources for dirty tracking
` [PATCH V2 vfio 08/11] vfio/mlx5: Create and destroy page tracker object
` [PATCH V2 vfio 09/11] vfio/mlx5: Report dirty pages from tracker
` [PATCH V2 vfio 10/11] vfio/mlx5: Manage error scenarios on tracker
` [PATCH V2 vfio 11/11] vfio/mlx5: Set the driver DMA logging callbacks
[PATCH kernel] vfio/spapr_tce: Fix the comment
2022-07-14 8:09 UTC
5.10.131-rc1 crash with int3: RIP 0010:xaddw_ax_dx+0x9/0x10 [kvm]
2022-07-14 7:16 UTC (6+ messages)
[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
2022-07-14 7:09 UTC (11+ messages)
` [PATCH 12/19] KVM: arm64: vgic-v3: Consolidate userspace access for MMIO registers
` [PATCH 13/19] KVM: arm64: vgic-v2: "
` [PATCH 14/19] KVM: arm64: vgic: Use {get,put}_user() instead of copy_{from.to}_user
` [PATCH 14/19] KVM: arm64: vgic: Use {get, put}_user() "
` [PATCH 15/19] KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address setting
[kvm-unit-tests PATCH v4 0/3] better smp interrupt checks
2022-07-14 6:37 UTC (5+ messages)
` [kvm-unit-tests PATCH v4 1/3] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests PATCH v4 2/3] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v4 3/3] lib: s390x: better smp interrupt checks
[kvm-unit-tests PATCH] x86: amd: pmu: test performance counter on AMD
2022-07-14 5:41 UTC (2+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-07-14 5:13 UTC (15+ messages)
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
[PATCH v7 000/102] KVM TDX basic feature support
2022-07-14 4:09 UTC (8+ messages)
` [PATCH v7 033/102] KVM: x86/mmu: Add address conversion functions for TDX shared bits
[PATCH v2] KVM: selftests: Use "a" and "d" to set EAX/EDX for wrmsr_safe()
2022-07-14 1:11 UTC
Regarding TSC scaling in a KVM environment
2022-07-14 0:05 UTC (2+ messages)
[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
2022-07-13 23:57 UTC (5+ messages)
[PATCH 5.18 00/61] 5.18.12-rc1 review
2022-07-13 16:54 UTC (4+ messages)
[PATCH v3 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-07-13 15:45 UTC (4+ messages)
` [PATCH v3 06/25] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
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 NNTP newsgroup(s).