KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-14 17:19:13 to 2024-03-18 17:28:24 UTC [more...]

[kvm-unit-tests PATCH v2 00/13] Enable EFI support
 2024-03-18 17:28 UTC  (2+ messages)

[RFC PATCH v2 0/4] arm64: Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-03-18 17:26 UTC  (7+ messages)
` [RFC PATCH v2 1/4] firmware/psci: Add definitions for PSCI v1.3 specification (ALPHA)
` [RFC PATCH v2 2/4] KVM: arm64: Add PSCI SYSTEM_OFF2 function for hibernation
` [RFC PATCH v2 3/4] KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 call
` [RFC PATCH v2 4/4] arm64: Use SYSTEM_OFF2 PSCI call to power off for hibernate

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-18 17:12 UTC  (56+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 025/130] KVM: TDX: Make TDX VM type supported
` [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 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

folio_mmapped
 2024-03-18 17:06 UTC  (13+ messages)
` folio_mmapped

[syzbot] [bpf?] [net?] WARNING in sock_hash_delete_elem
 2024-03-18 16:58 UTC 

[PATCH 0/8] iommufd support pasid attach/replace
 2024-03-18 16:52 UTC  (9+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid

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

[kvm-unit-tests PATCH v3 00/18] arm64: EFI improvements
 2024-03-18 16:47 UTC  (2+ messages)

[syzbot] [kvm?] WARNING in __kvm_gpc_refresh
 2024-03-18 16:25 UTC 

[PATCH]virtio-pci: Check if is_avq is NULL
 2024-03-18 15:56 UTC  (2+ messages)

[PATCH v4 0/2] kvm: add support for guest physical bits
 2024-03-18 15:53 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] target/i386: add guest-phys-bits cpu property

[PATCH v3 0/3] kvm: add support for guest physical bits
 2024-03-18 15:50 UTC  (6+ messages)
` [PATCH v3 2/3] "

[PATCH v2] vfio/pci: migration: Skip config space check for vendor specific capability during restore/load
 2024-03-18 14:58 UTC  (4+ messages)

[RFC] Support for Arm CCA VMs on Linux
 2024-03-18 14:14 UTC  (17+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
  ` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 09/28] arm64: RME: RTT handling
  ` [RFC PATCH 12/28] KVM: arm64: Support timers in realm RECs

Unmapping KVM Guest Memory from Host Kernel
 2024-03-18 14:11 UTC  (7+ messages)

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-03-18 13:10 UTC  (12+ messages)

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-18  5:59 UTC  (8+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters

linux-next: manual merge of the kvm tree with the loongarch tree
 2024-03-17 23:10 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/mmu: Fix TDP MMU dirty logging bug L2 running with EPT disabled
 2024-03-17 16:59 UTC  (6+ 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-17 13:42 UTC  (12+ messages)
  ` [PATCH] Revert "KVM: arm64: Snapshot all non-zero RES0/RES1 sysreg fields for later checking"

[PATCH 00/10] KVM: arm64: Add support for hypervisor kCFI
 2024-03-17 13:09 UTC  (17+ 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

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-03-16  6:24 UTC  (7+ messages)
` [RFC PATCH v5 22/29] KVM: selftests: Add functions to allow mapping as shared
` [RFC PATCH v5 23/29] KVM: selftests: TDX: Add shared memory test
` [RFC PATCH v5 27/29] KVM: selftests: Propagate KVM_EXIT_MEMORY_FAULT to userspace

[PATCH 0/5] TDX host: Provide TDX module metadata reading APIs
 2024-03-16  0:49 UTC  (7+ messages)
` [PATCH 4/5] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH 5/5] x86/virt/tdx: Export global metadata read infrastructure

[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 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] 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] 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  (8+ messages)
            `  "

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

[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] KVM: selftests: Use TAP in the steal_time test
 2024-03-15  7:03 UTC  (4+ messages)

[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

[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)


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).