public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-13 15:47:49 to 2024-03-15 23:05:52 UTC [more...]

[PATCH 0/4] KVM: x86/mmu: Fix TDP MMU dirty logging bug L2 running with EPT disabled
 2024-03-15 23:05 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86/mmu: Check kvm_mmu_page_ad_need_write_protect() when clearing TDP MMU dirty bits
` [PATCH 2/4] KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()
` [PATCH 3/4] KVM: x86/mmu: Fix and clarify comments about clearing D-bit vs. write-protecting
` [PATCH 4/4] KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_test

[GIT PULL] KVM changes for Linux 6.9 merge window
 2024-03-15 22:28 UTC  (3+ messages)

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-15 21:36 UTC  (75+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 011/130] KVM: Add new members to struct kvm_gfn_range to operate on
` [PATCH v19 019/130] KVM: x86: Add is_vm_type_supported callback
` [PATCH v19 021/130] KVM: x86/vmx: initialize loaded_vmcss_on_cpu in vmx_init()
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 024/130] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v19 025/130] KVM: TDX: Make TDX VM type supported
` [PATCH v19 027/130] KVM: TDX: Define TDX architectural definitions
` [PATCH v19 028/130] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v19 029/130] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v19 032/130] KVM: TDX: Add helper functions to allocate/free TDX private host key id
` [PATCH v19 033/130] KVM: TDX: Add helper function to read TDX metadata in array
` [PATCH v19 034/130] KVM: TDX: Get system-wide info about TDX module on initialization
` [PATCH v19 058/130] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v19 078/130] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v19 098/130] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v19 120/130] KVM: TDX: Add a method to ignore dirty logging

[GIT PULL] VFIO updates for v6.9-rc1
 2024-03-15 20:37 UTC  (2+ messages)

[sean-jc:x86/disable_adaptive_pebs] [KVM] ade86174dc: kvm-unit-tests.pmu_pebs.fail
 2024-03-15 19:55 UTC  (2+ messages)

[syzbot] [kvm?] WARNING in clear_dirty_gfn_range
 2024-03-15 19:06 UTC  (4+ messages)

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-03-15 17:59 UTC  (16+ messages)

[PATCH v6 0/9] x86/cpu: KVM: Clean up PAT and VMX macros
 2024-03-15 17:54 UTC  (14+ messages)
` [PATCH v6 4/9] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h
` [PATCH v6 5/9] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value
` [PATCH v6 6/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic()
` [PATCH v6 7/9] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h
` [PATCH v6 8/9] KVM: VMX: Open code VMX preemption timer rate mask in its accessor
` [PATCH v6 9/9] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc()

[PATCH v2] vfio/pci: migration: Skip config space check for vendor specific capability during restore/load
 2024-03-15 17:52 UTC  (3+ messages)

[PATCH] KVM: selftests: Create memslot 0 at GPA 0x100000000 on x86_64
 2024-03-15 17:25 UTC  (9+ messages)

[PATCH v2 0/7] vfio: Interrupt eventfd hardening
 2024-03-15 16:36 UTC  (3+ messages)
` [PATCH v2 6/7] vfio/platform: Create persistent IRQ handlers

[PATCH v3 00/15] KVM: SEV: allow customizing VMSA features
 2024-03-15 14:56 UTC  (7+ messages)
` [PATCH v3 10/15] KVM: x86: add fields to struct kvm_arch for CoCo features

[PATCH] KVM: selftests: fix max_guest_memory_test with more that 256 vCPUs
 2024-03-15 14:35 UTC 

[PATCH] KVM: use vfree for memory allocated by vcalloc/__vcalloc
 2024-03-15 11:55 UTC  (2+ messages)

[PATCH] selftests: kvm: remove meaningless assignments in Makefiles
 2024-03-15 10:55 UTC 

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-03-15 10:31 UTC  (10+ messages)
                `  "

[GIT PULL 0/3] KVM: s390: Changes for 6.9
 2024-03-15 10:28 UTC  (2+ messages)

[PATCH 00/10] KVM: arm64: Add support for hypervisor kCFI
 2024-03-15 10:22 UTC  (13+ messages)
` [PATCH 01/10] KVM: arm64: Fix clobbered ELR in sync abort
` [PATCH 02/10] KVM: arm64: Fix __pkvm_init_switch_pgd C signature
` [PATCH 03/10] KVM: arm64: Pass pointer to __pkvm_init_switch_pgd
` [PATCH 04/10] KVM: arm64: nVHE: Simplify __guest_exit_panic path
` [PATCH 05/10] KVM: arm64: nVHE: Add EL2 sync exception handler
` [PATCH 06/10] KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32
` [PATCH 07/10] KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
` [PATCH 08/10] arm64: Move esr_comment() to <asm/esr.h>
` [PATCH 09/10] KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
` [PATCH 10/10] KVM: arm64: Improve CONFIG_CFI_CLANG error message

[PATCH][next] KVM: selftests: Remove second semicolon
 2024-03-15  9:36 UTC 

[PATCH][next] RISC-V: KVM: Remove second semicolon
 2024-03-15  9:29 UTC 

[PATCH v2] KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes
 2024-03-15  9:14 UTC  (3+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-15  8:41 UTC  (6+ messages)
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH v7 0/7] LoongArch: Add pv ipi support on LoongArch VM
 2024-03-15  8:11 UTC  (8+ messages)
` [PATCH v7 1/7] LoongArch/smp: Refine some ipi functions on LoongArch platform
` [PATCH v7 2/7] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v7 3/7] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v7 4/7] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v7 5/7] LoongArch: KVM: Add pv ipi support on kvm side
` [PATCH v7 6/7] LoongArch: Add pv ipi support on guest kernel side
` [PATCH v7 7/7] Documentation: KVM: Add hypercall for LoongArch

[PATCH] vhost: correct misleading printing information
 2024-03-15  7:53 UTC  (2+ messages)

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-15  7:20 UTC  (6+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters

[PATCH] KVM: selftests: Use TAP in the steal_time test
 2024-03-15  7:03 UTC  (4+ messages)

[PATCH 0/5] TDX host: Provide TDX module metadata reading APIs
 2024-03-15  2:10 UTC  (5+ messages)
` [PATCH 5/5] x86/virt/tdx: Export global metadata read infrastructure

[PATCH 00/18] KVM: selftests: Clean up x86's DT initialization
 2024-03-14 23:26 UTC  (19+ messages)
` [PATCH 01/18] Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
` [PATCH 02/18] KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
` [PATCH 03/18] KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
` [PATCH 04/18] KVM: selftests: Fix off-by-one initialization of GDT limit
` [PATCH 05/18] KVM: selftests: Move platform_info_test's main assert into guest code
` [PATCH 06/18] KVM: selftests: Rework platform_info_test to actually verify #GP
` [PATCH 07/18] KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
` [PATCH 08/18] KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
` [PATCH 09/18] KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
` [PATCH 10/18] KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
` [PATCH 11/18] KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
` [PATCH 12/18] KVM: selftests: Allocate x86's GDT during VM creation
` [PATCH 13/18] KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
` [PATCH 14/18] KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
` [PATCH 15/18] KVM: selftests: Allocate x86's TSS at VM creation
` [PATCH 16/18] KVM: selftests: Add macro for TSS selector, rename up code/data macros
` [PATCH 17/18] KVM: selftests: Init x86's segments during VM creation
` [PATCH 18/18] KVM: selftests: Drop @selector from segment helpers

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-14 21:46 UTC  (3+ messages)
` [RFC PATCH v5 27/29] KVM: selftests: Propagate KVM_EXIT_MEMORY_FAULT to userspace

Unmapping KVM Guest Memory from Host Kernel
 2024-03-14 21:45 UTC  (3+ messages)

[PATCH 0/5] KVM: selftests: Introduce vcpu_arch_put_guest()
 2024-03-14 18:54 UTC  (6+ messages)
` [PATCH 1/5] KVM: selftests: Provide a global pseudo-RNG instance for all tests
` [PATCH 2/5] KVM: selftests: Provide an API for getting a random bool from an RNG
` [PATCH 3/5] KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
` [PATCH 4/5] KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
` [PATCH 5/5] KVM: selftests: Randomly force emulation on x86 "

[GIT PULL] KVM: x86 pull requests for 6.9
 2024-03-14 18:43 UTC  (9+ messages)
` [GIT PULL] KVM: x86: MMU changes "
` [GIT PULL] KVM: x86: Selftests "

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[PATCH v1 0/5] Add support for the Idle HLT intercept feature
 2024-03-14 15:06 UTC  (5+ messages)
` [PATCH v1 5/5] selftests: KVM: SVM: Add Idle HLT intercept test

[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
 2024-03-14 14:47 UTC  (17+ messages)
` [PATCH 1/5] KVM: x86: Remove VMX support for virtualizing guest MTRR memtypes
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop

[RFC PATCH 0/2] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-03-14 11:27 UTC  (12+ messages)
` [RFC PATCH 1/2] KVM: arm64: Add PSCI SYSTEM_OFF2 function "
` [RFC PATCH 2/2] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate

[PATCH v18 000/121] KVM TDX basic feature support
 2024-03-14 10:39 UTC  (3+ messages)
` [PATCH v18 023/121] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific

[PATCH v3] KVM:SVM: Flush cache only on CPUs running SEV guest
 2024-03-14  5:58 UTC 

[PATCH v7 0/4] KVM: selftests: Add LoongArch support
 2024-03-14  3:03 UTC  (2+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-13 21:44 UTC  (11+ messages)

[PATCH] KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributes
 2024-03-13 21:27 UTC  (8+ messages)

[PATCH] KVM: x86/pmu: Return correct value of IA32_PERF_CAPABILITIES for userspace after vCPU has run
 2024-03-13 18:18 UTC  (6+ messages)

[PATCH v3 0/4] jump_label: Fix __ro_after_init keys for modules & annotate some keys
 2024-03-13 18:01 UTC  (5+ messages)
` [PATCH v3 1/4] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [PATCH v3 2/4] context_tracking: Make context_tracking_key __ro_after_init
` [PATCH v3 3/4] x86/kvm: Make kvm_async_pf_enabled __ro_after_init
` [PATCH v3 4/4] x86/tsc: Make __use_tsc __ro_after_init

[PATCH RFC gmem v1 0/8] KVM: gmem hooks/changes needed for x86 (other archs?)
 2024-03-13 17:11 UTC  (9+ messages)
` [PATCH RFC gmem v1 4/8] KVM: x86: Add gmem hook for invalidating memory

[PATCH v10 00/27] Enable CET Virtualization
 2024-03-13 16:00 UTC  (5+ messages)
` [PATCH v10 20/27] KVM: VMX: Emulate read and write to CET MSRs


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox