messages from 2022-07-10 16:08:30 to 2022-07-12 12:48:04 UTC [more...]
[PATCH v3] KVM: x86: Send EOI to SynIC vectors on accelerated EOI-induced VM-Exits
2022-07-12 12:32 UTC
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-07-12 12:45 UTC (9+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault
[PATCH v3 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-07-12 12:19 UTC (52+ messages)
` [PATCH v3 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v3 03/25] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
` [PATCH v3 04/25] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v3 05/25] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v3 06/25] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v3 07/25] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v3 08/25] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v3 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v3 10/25] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v3 11/25] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v3 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v3 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v3 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v3 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v3 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v3 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v3 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v3 19/25] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v3 20/25] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v3 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v3 22/25] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v3 23/25] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v3 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v3 25/25] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
[PATCH v12 0/3] s390x: KVM: CPU Topology
2022-07-12 11:17 UTC (12+ messages)
` [PATCH v12 1/3] KVM: s390: Cleanup ipte lock access and SIIF facility checks
` [PATCH v12 2/3] KVM: s390: guest support for topology function
` [PATCH v12 3/3] KVM: s390: resetting the Topology-Change-Report
[PATCH v7 000/102] KVM TDX basic feature support
2022-07-12 10:54 UTC (56+ messages)
` [PATCH v7 003/102] KVM: Refactor CPU compatibility check on module initialiization
` [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization
` [PATCH v7 008/102] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v7 010/102] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v7 011/102] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [PATCH v7 012/102] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v7 013/102] KVM: TDX: Make TDX VM type supported
` [PATCH v7 022/102] KVM: TDX: create/destroy VM structure
` [PATCH v7 025/102] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v7 029/102] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 043/102] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v7 046/102] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v7 049/102] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v7 053/102] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
2022-07-12 9:46 UTC (13+ messages)
` [PATCH v4 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva library function
` [PATCH v4 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH v4 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH v4 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH v4 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH v4 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
[PATCH next 0/3] miscellaneous documentation fixes for linux-next
2022-07-12 9:38 UTC (3+ messages)
` [PATCH next 3/3] Documentation: kvm: extend KVM_S390_ZPCI_OP subheading underline
[PATCH v5] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
2022-07-12 8:37 UTC (3+ messages)
[PATCH v6 0/4] Implement vdpasim suspend operation
2022-07-12 8:08 UTC (9+ messages)
` [PATCH v6 1/4] vdpa: Add "
` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device
[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
2022-07-12 7:25 UTC (11+ messages)
` [PATCH 05/19] KVM: arm64: Consolidate sysreg userspace accesses
` [PATCH 06/19] KVM: arm64: Get rid of reg_from/to_user()
` [PATCH 07/19] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
` [PATCH 08/19] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
2022-07-12 6:38 UTC (2+ messages)
[PATCH] vfio/mlx5: clean up overflow check
2022-07-12 6:00 UTC (2+ messages)
[PATCH kernel] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
2022-07-12 5:44 UTC (12+ messages)
[PATCH 00/12] Documentation: tdx: documentation fixes
2022-07-12 4:12 UTC (5+ messages)
` [PATCH 10/12] Documentation: x86: Enclose TDX initialization code inside code block
` [PATCH 11/12] Documentation: x86: Use literal code block for TDX dmesg output
[PATCH] KVM: VMX: Update PT MSR intercepts during filter change iff PT in host+guest
2022-07-12 3:23 UTC (2+ messages)
[PATCH] KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()
2022-07-12 3:08 UTC
[PATCH v3 0/3] KVM: x86/mmu: Cleanups from eager page splitting
2022-07-12 2:07 UTC (4+ messages)
` [PATCH v3 1/3] KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
` [PATCH v3 2/3] KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
` [PATCH v3 3/3] KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity
[PATCH 0/5] KVM: x86: Clean up rmap zap helpers
2022-07-12 1:55 UTC (6+ messages)
` [PATCH 1/5] KVM: x86/mmu: Return a u64 (the old SPTE) from mmu_spte_clear_track_bits()
` [PATCH 2/5] KVM: x86/mmu: Rename rmap zap helpers to better show relationships
` [PATCH 3/5] KVM: x86/mmu: Remove underscores from __pte_list_remove()
` [PATCH 4/5] KVM: x86/mmu: Use innermost rmap zap helper when recycling rmaps
` [PATCH 5/5] KVM: x86/mmu: Drop the "p is for pointer" from rmap helpers
[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
2022-07-12 1:37 UTC (3+ messages)
[PATCH 0/3] KVM: x86: Fix fault-related bugs in LTR/LLDT emulation
2022-07-12 1:07 UTC (5+ messages)
` [PATCH 1/3] KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
` [PATCH 2/3] KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
` [PATCH 3/3] KVM: x86: WARN only once if KVM leaves a dangling userspace I/O request
[PATCH v2 0/2] MSR Filtering documentation updates
2022-07-12 0:10 UTC (3+ messages)
` [PATCH v2 1/2] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
` [PATCH v2 2/2] KVM: x86: update documentation for MSR filtering
[PATCH 0/3] KVM: x86: Fix goofs with MONITOR/MWAIT quirk
2022-07-11 22:57 UTC (4+ messages)
` [PATCH 1/3] KVM: selftests: Test MONITOR and MWAIT, not just MONITOR for quirk
` [PATCH 2/3] KVM: selftests: Provide valid inputs for MONITOR/MWAIT regs
` [PATCH 3/3] KVM: x86: Tweak name of MONITOR/MWAIT #UD quirk to make it #UD specific
[GIT PULL] VFIO fix for v5.19-rc7
2022-07-11 17:34 UTC (2+ messages)
[PATCH v4 0/6] vfio/pci: power management changes
2022-07-11 17:30 UTC (19+ messages)
` [PATCH v4 1/6] vfio/pci: Mask INTx during runtime suspend
` [PATCH v4 2/6] vfio: Add a new device feature for the power management
` [PATCH v4 3/6] vfio: Increment the runtime PM usage count during IOCTL call
[PATCH RFC v2 0/2] arm: enable MTE for QEMU + kvm
2022-07-11 15:30 UTC (9+ messages)
[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
2022-07-11 15:22 UTC (6+ messages)
` [PATCH v2 17/21] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
2022-07-11 14:23 UTC (11+ messages)
` [kvm-unit-tests PATCH v3 15/27] arm/arm64: mmu_disable: Clean and invalidate before disabling
[PATCH 1/1] KVM: s390: Add facility 197 to the white list
2022-07-11 13:14 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/4] Add panic test support
2022-07-11 12:54 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 4/4] s390x: add pgm spec interrupt loop test
[PATCH 00/35] perf intel-pt: Add support for tracing virtual machine user space on the host
2022-07-11 9:32 UTC (36+ messages)
` [PATCH 01/35] perf tools: Fix dso_id inode generation comparison
` [PATCH 02/35] perf tools: Export dsos__for_each_with_build_id()
` [PATCH 03/35] perf ordered_events: Add ordered_events__last_flush_time()
` [PATCH 04/35] perf tools: Export perf_event__process_finished_round()
` [PATCH 05/35] perf tools: Factor out evsel__id_hdr_size()
` [PATCH 06/35] perf tools: Add perf_event__synthesize_id_sample()
` [PATCH 07/35] perf script: Add --dump-unsorted-raw-trace option
` [PATCH 08/35] perf buildid-cache: Add guestmount'd files to the build ID cache
` [PATCH 09/35] perf buildid-cache: Do not require purge files to also be in the file system
` [PATCH 10/35] perf tools: Add machine_pid and vcpu to id_index
` [PATCH 11/35] perf session: Create guest machines from id_index
` [PATCH 12/35] perf tools: Add guest_cpu to hypervisor threads
` [PATCH 13/35] perf tools: Add machine_pid and vcpu to perf_sample
` [PATCH 14/35] perf tools: Use sample->machine_pid to find guest machine
` [PATCH 15/35] perf script: Add machine_pid and vcpu
` [PATCH 16/35] perf dlfilter: "
` [PATCH 17/35] perf auxtrace: Add machine_pid and vcpu to auxtrace_error
` [PATCH 18/35] perf script python: Add machine_pid and vcpu
` [PATCH 19/35] perf script python: intel-pt-events: "
` [PATCH 20/35] perf tools: Remove also guest kcore_dir with host kcore_dir
` [PATCH 21/35] perf tools: Make has_kcore_dir() work also for guest kcore_dir
` [PATCH 22/35] perf tools: Automatically use guest kcore_dir if present
` [PATCH 23/35] perf tools: Add reallocarray_as_needed()
` [PATCH 24/35] perf inject: Add support for injecting guest sideband events
` [PATCH 25/35] perf machine: Use realloc_array_as_needed() in machine__set_current_tid()
` [PATCH 26/35] perf tools: Handle injected guest kernel mmap event
` [PATCH 27/35] perf tools: Add perf_event__is_guest()
` [PATCH 28/35] perf intel-pt: Remove guest_machine_pid
` [PATCH 29/35] perf intel-pt: Add some more logging to intel_pt_walk_next_insn()
` [PATCH 30/35] perf intel-pt: Track guest context switches
` [PATCH 31/35] perf intel-pt: Disable sync switch with guest sideband
` [PATCH 32/35] perf intel-pt: Determine guest thread from "
` [PATCH 33/35] perf intel-pt: Add machine_pid and vcpu to auxtrace_error
` [PATCH 34/35] perf intel-pt: Use guest pid/tid etc in guest samples
` [PATCH 35/35] perf intel-pt: Add documentation for tracing guest machine user space
[kvm-unit-tests PATCH v5 1/3] x86: Use report_skip to log messages when tests are skipped
2022-07-11 7:42 UTC (3+ messages)
[kvm-unit-tests PATCH 0/4] Fixup and cleanup to pmu test applications
2022-07-11 4:18 UTC (5+ messages)
` [kvm-unit-tests PATCH 1/4] x86: Use report_skip to print messages when tests are skipped
` [kvm-unit-tests PATCH 2/4] x86: Use helpers to fetch supported perf capabilities
` [kvm-unit-tests PATCH 3/4] x86: Skip perf related tests when platform cannot support
` [kvm-unit-tests PATCH 4/4] x86: Check platform pmu capabilities before run lbr tests
[PATCH 0/5] KVM RISC-V Svpbmt support
2022-07-11 4:17 UTC (3+ messages)
` [PATCH 2/5] riscv: Fix missing PAGE_PFN_MASK
[PATCH] RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests()
2022-07-11 4:16 UTC (5+ messages)
[Bug 216234] New: KVM guest memory is zeroed when nested guest's REP INS instruction encounters page fault
2022-07-11 0:31 UTC
[PATCH 0/7] Virtual NMI feature
2022-07-10 18:39 UTC (12+ messages)
` [PATCH 3/7] KVM: SVM: Add VNMI support in get/set_nmi_mask
` [PATCH 4/7] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI
[PATCHv2 0/7] Virtual NMI feature
2022-07-10 16:15 UTC (3+ messages)
` [PATCHv2 3/7] KVM: SVM: Add VNMI support in get/set_nmi_mask
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).