KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-14 15:56:55 to 2023-11-16 19:02:56 UTC [more...]

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-11-16 18:58 UTC 

[PATCH 00/10] KVM: x86/pmu: Optimize triggering of emulated events
 2023-11-16 16:37 UTC  (4+ messages)

[PATCH v2] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT
 2023-11-16 13:36 UTC 

[GIT PULL] vhost,virtio,vdpa,firmware: bugfixes
 2023-11-16 13:06 UTC  (2+ messages)

[PATCH v2] vfio/cdx: add interrupt support
 2023-11-16 13:03 UTC 

[PATCH v1] KVM: selftests: Initalize sem_vcpu_[cont|stop] before each test in dirty_log_test
 2023-11-16  9:35 UTC 

[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-16  9:34 UTC  (3+ messages)

[PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-16  9:05 UTC  (3+ messages)

[PATCH v6 00/16] KVM TDX: TDP MMU: large page support
 2023-11-16  8:57 UTC  (9+ messages)
` [PATCH v6 01/16] KVM: TDP_MMU: Go to next level if smaller private mapping exists
` [PATCH v6 02/16] KVM: TDX: Pass page level to cache flush before TDX SEAMCALL
` [PATCH v6 03/16] KVM: TDX: Pass KVM page level to tdh_mem_page_add() and tdh_mem_page_aug()
` [PATCH v6 04/16] KVM: TDX: Pass size to tdx_measure_page()

[PATCH v1 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-11-16  7:19 UTC  (6+ messages)
` [PATCH v1 1/2] LoongArch: KVM: Add lsx support
` [PATCH v1 2/2] LoongArch: KVM: Add lasx support

[PATCH v17 000/116] KVM TDX basic feature support
 2023-11-16  6:35 UTC  (7+ messages)
` [PATCH v17 015/116] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v17 059/116] KVM: TDX: Create initial guest memory
` [PATCH v17 071/116] KVM: TDX: handle vcpu migration over logical processor

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-11-16  6:22 UTC  (94+ messages)
` [PATCH v3 01/70] *** HACK *** linux-headers: Update headers to pull in gmem APIs
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 05/70] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
` [PATCH v3 08/70] physmem: replace function name with __func__ "
` [PATCH v3 09/70] physmem: Introduce ram_block_convert_range() for page conversion
` [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 11/70] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v3 12/70] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v3 13/70] i386: Introduce tdx-guest object
` [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v3 15/70] target/i386: Parse TDX vm type
` [PATCH v3 16/70] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v3 17/70] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v3 19/70] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v3 20/70] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v3 21/70] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v3 22/70] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v3 23/70] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v3 24/70] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v3 25/70] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v3 28/70] i386/tdx: Make sept_ve_disable set by default
` [PATCH v3 29/70] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v3 30/70] i386/tdx: Validate TD attributes
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v3 32/70] i386/tdx: Implement user specified tsc frequency
` [PATCH v3 33/70] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v3 34/70] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [PATCH v3 35/70] i386/tdx: Make memory type private by default
` [PATCH v3 36/70] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v3 37/70] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v3 38/70] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v3 39/70] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v3 40/70] i386/tdx: Skip BIOS shadowing setup
` [PATCH v3 41/70] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v3 42/70] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v3 43/70] i386/tdx: Track RAM entries for TDX VM
` [PATCH v3 44/70] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v3 45/70] i386/tdx: Setup the TD HOB list
` [PATCH v3 46/70] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v3 47/70] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v3 48/70] i386/tdx: register TDVF as private memory
` [PATCH v3 49/70] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v3 50/70] i386/tdx: Finalize TDX VM
` [PATCH v3 51/70] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 53/70] i386/tdx: setup a timer for the qio channel
` [PATCH v3 54/70] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v3 55/70] i386/tdx: Limit the range size for MapGPA
` [PATCH v3 56/70] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v3 58/70] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v3 59/70] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v3 60/70] i386/tdx: Disable SMM for TDX VMs
` [PATCH v3 61/70] i386/tdx: Disable PIC "
` [PATCH v3 62/70] i386/tdx: Don't allow system reset "
` [PATCH v3 63/70] i386/tdx: LMCE is not supported for TDX
` [PATCH v3 64/70] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v3 65/70] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v3 66/70] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v3 67/70] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v3 68/70] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v3 69/70] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v3 70/70] docs: Add TDX documentation

[RFC 0/7] Add SIOV virtual device support
 2023-11-16  5:35 UTC  (3+ messages)
` [RFC 7/7] vfio: Add vfio_register_pasid_iommu_dev()

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-16  5:31 UTC  (11+ messages)
` [PATCH v10 08/50] x86/fault: Add helper for dumping RMP entries
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

[kvm-unit-tests 1/1] arm64: microbench: Move the read of the count register and the ISB operation out of the while loop
 2023-11-16  4:53 UTC  (2+ messages)
` [kvm-unit-tests PATCH 1/1] arm64: microbench: Improve measurement accuracy of tests

[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
 2023-11-16  3:26 UTC  (6+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] LoongArch: KVM: Allow to access HW timer CSR registers always
` [PATCH v4 3/3] LoongArch: KVM: Remove kvm_acquire_timer before entering guest

[PATCH v15 00/23] TDX host kernel support
 2023-11-16  3:19 UTC  (8+ messages)
` [PATCH v15 05/23] x86/virt/tdx: Handle SEAMCALL no entropy error in common code
` [PATCH v15 09/23] x86/virt/tdx: Get module global metadata for module initialization

[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
 2023-11-16  3:16 UTC  (9+ messages)
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH 6/9] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features

[PATCH v1 00/23] Enable FRED with KVM VMX
 2023-11-16  2:39 UTC  (32+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 09/23] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v1 14/23] KVM: VMX: Dump FRED context in dump_vmcs()

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2023-11-15 20:25 UTC  (7+ messages)
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler

[PATCH] LoongArch: KVM: Fix build due to API changes
 2023-11-15 19:47 UTC  (2+ messages)

[PATCH] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT
 2023-11-15 17:47 UTC 

[PATCH] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-15 15:31 UTC  (2+ messages)

[PATCH v3 0/3] s390/vfio-ap: a couple of corrections to the IRQ enablement function
 2023-11-15 14:29 UTC  (2+ messages)

[PATCH v6 00/25] Enable CET Virtualization
 2023-11-15 13:27 UTC  (17+ messages)
` [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v6 24/25] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v6 25/25] KVM: nVMX: Enable CET support for nested guest

[GIT PULL v1 0/2] KVM: s390: two small but important fixes
 2023-11-15 12:51 UTC  (3+ messages)
` [GIT PULL v1 1/2] KVM: s390: vsie: fix wrong VIR 37 when MSO is used
` [GIT PULL v1 2/2] KVM: s390/mm: Properly reset no-dat

[RFC PATCH v1 0/2] send credit update during setting SO_RCVLOWAT
 2023-11-15 11:11 UTC  (6+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: "
` [RFC PATCH v1 2/2] vsock/test: SO_RCVLOWAT + deferred credit update test

[kvm-unit-tests PATCH v1] s390x: cmm: test no-translate bit after reset
 2023-11-15 10:07 UTC  (2+ messages)

[PATCH v1 1/1] vfio/nvgrace-gpu: carve out non cached reserved region from device memory
 2023-11-15  8:07 UTC 

[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
 2023-11-15  3:02 UTC  (13+ messages)
` [PATCH v7 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v7 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v7 03/12] iommu: Remove unrecoverable fault data
` [PATCH v7 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v7 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v7 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v7 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v7 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v7 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v7 10/12] iommu: Separate SVA and IOPF
` [PATCH v7 11/12] iommu: Consolidate per-device fault data management
` [PATCH v7 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH V1] vfio: add attach_group_by_node to control behavior of attaching group to domain
 2023-11-15  2:02 UTC 

linux-next: Tree for Nov 14 (loongarch: KVM)
 2023-11-15  0:00 UTC 

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2023-11-14 21:18 UTC  (9+ messages)
` [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
` [PATCH-for-9.0 v2 18/19] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS

[PATCH vfio 0/5] pds-vfio-pci: Clean-ups and multi-region support
 2023-11-14 21:01 UTC  (6+ messages)
` [PATCH vfio 1/5] pds-vfio-pci: Only use a single SGL for both seq and ack
` [PATCH vfio 2/5] pds-vfio-pci: Move and rename region specific info
` [PATCH vfio 3/5] pds-vfio-pci: Pass region info to relevant functions
` [PATCH vfio 4/5] pds-vfio-pci: Move seq/ack bitmaps into region struct
` [PATCH vfio 5/5] pds-vfio-pci: Add multi-region support

[PATCH] KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
 2023-11-14 19:41 UTC  (5+ messages)

[PATCH v1 1/1] KVM: s390/mm: Properly reset no-dat
 2023-11-14 16:24 UTC  (2+ 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).