kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-30 14:33:42 to 2023-12-01 16:46:09 UTC [more...]

[PATCH 0/2] KVM: xen: update shared_info when long_mode is set
 2023-12-01 16:46 UTC  (5+ messages)
` [PATCH 1/2] KVM: xen: separate initialization of shared_info cache and content
` [PATCH 2/2] KVM: xen: (re-)initialize shared_info if guest (32/64-bit) mode is set

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-12-01 16:32 UTC  (11+ messages)
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page
` [RFC 06/33] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs

[PATCH v7 00/26] Enable CET Virtualization
 2023-12-01 16:15 UTC  (49+ messages)
` [PATCH v7 01/26] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v7 02/26] x86/fpu/xstate: Refine CET user xstate bit enabling
` [PATCH v7 03/26] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v7 04/26] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v7 05/26] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v7 06/26] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v7 09/26] KVM: x86: Rename kvm_{g,s}et_msr() to menifest emulation operations
` [PATCH v7 10/26] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v7 11/26] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v7 13/26] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v7 15/26] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v7 17/26] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v7 19/26] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v7 20/26] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v7 21/26] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v7 22/26] KVM: VMX: Set up interception for CET MSRs
` [PATCH v7 24/26] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v7 26/26] KVM: nVMX: Enable CET support for nested guest

[PATCH] KVM: selftests: Drop newline from __TEST_REQUIRE
 2023-12-01 16:08 UTC  (4+ messages)

[PATCH] KVM: x86: Allow XSAVES on CPUs where host doesn't use it due to an errata
 2023-12-01 16:04 UTC  (6+ messages)

[PATCH 0/3] Use new wrappers to copy userspace arrays
 2023-12-01 16:02 UTC  (4+ messages)

[PATCH v2 0/4] KVM: x86/mmu: small locking cleanups
 2023-12-01 16:00 UTC  (3+ messages)

[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
 2023-12-01 15:59 UTC  (3+ messages)

arch/x86/kvm/vmx/hyperv.h:79:30: sparse: sparse: cast truncates bits from constant value (1b009b becomes 9b)
 2023-12-01 15:56 UTC  (4+ messages)

[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
 2023-12-01 15:42 UTC  (3+ messages)
` [PATCH v7 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting

[PATCH vhost 0/7] vdpa/mlx5: Add support for resumable vqs
 2023-12-01 15:26 UTC  (13+ messages)
` [PATCH mlx5-vhost 1/7] vdpa/mlx5: Expose resumable vq capability
` [PATCH vhost 2/7] vdpa/mlx5: Split function into locked and unlocked variants
` [PATCH vhost 3/7] vdpa/mlx5: Allow modifying multiple vq fields in one modify command
` [PATCH vhost 4/7] vdpa/mlx5: Introduce per vq and device resume
` [PATCH vhost 5/7] vdpa/mlx5: Mark vq addrs for modification in hw vq
` [PATCH vhost 6/7] vdpa/mlx5: Mark vq state "
` [PATCH vhost 7/7] vdpa/mlx5: Use vq suspend/resume during .set_map

[PATCH-for-9.0 0/2] target/arm/kvm: Use generic kvm_supports_guest_debug()
 2023-12-01 14:32 UTC  (3+ messages)
` [PATCH-for-9.0 1/2] accel/kvm: Expose kvm_supports_guest_debug() prototype
` [PATCH-for-9.0 2/2] target/arm/kvm: Use generic kvm_supports_guest_debug()

[PATCH 00/12] KVM: PPC: Nested APIv2 : Performance improvements
 2023-12-01 13:26 UTC  (13+ messages)
` [PATCH 01/12] KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guest
` [PATCH 02/12] KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offset
` [PATCH 03/12] KVM: PPC: Book3S HV nestedv2: Do not check msr on hcalls
` [PATCH 04/12] KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guest
` [PATCH 05/12] KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0
` [PATCH 06/12] KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EE
` [PATCH 07/12] KVM: PPC: Book3S HV nestedv2: Do not inject certain interrupts
` [PATCH 08/12] KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()
` [PATCH 09/12] KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUEST
` [PATCH 10/12] KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0
` [PATCH 11/12] KVM: PPC: Reduce reliance on analyse_instr() in mmio emulation
` [PATCH 12/12] KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exception

[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
 2023-12-01 12:55 UTC  (25+ messages)

[PATCH RFC 2/6] page_frag: unify gfp bit for order 3 page allocation
 2023-12-01 12:02 UTC  (3+ messages)
` [PATCH RFC 4/6] vhost/net: remove vhost_net_page_frag_refill()
` [PATCH RFC 5/6] net: introduce page_frag_cache_drain()

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-01 11:22 UTC  (27+ messages)
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 13/70] i386: Introduce tdx-guest object
` [PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for "
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[PATCH net-next v5 0/3] send credit update during setting SO_RCVLOWAT
 2023-12-01 10:40 UTC  (14+ messages)
` [PATCH net-next v5 2/3] virtio/vsock: "

[PATCH v4 0/3] a couple of corrections to the IRQ enablement function
 2023-12-01  9:58 UTC  (7+ messages)
` [PATCH v4 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v4 2/3] s390/vfio-ap: set status response code to 06 "
` [PATCH v4 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command

[PATCH v2 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-12-01  8:46 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Add LSX support
` [PATCH v2 2/2] LoongArch: KVM: Add LASX support

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2023-12-01  8:40 UTC  (3+ messages)

[PATCH iwl-next v4 00/12] Add E800 live migration driver
 2023-12-01  8:27 UTC  (4+ messages)
` [PATCH iwl-next v4 05/12] ice: Log virtual channel messages in PF

[PATCH 0/6] Make Big QEMU Lock naming consistent
 2023-12-01  7:10 UTC  (21+ messages)
` [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
` [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
` [PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
` [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
` [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs

[PATCH v2] Enable haltpoll for arm64
 2023-12-01  6:59 UTC  (6+ messages)
` [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-12-01  5:37 UTC  (3+ messages)

[GIT PULL] virtio: features
 2023-12-01  5:15 UTC  (7+ messages)

[PATCH 1/2] KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
 2023-12-01  4:18 UTC  (7+ messages)
` [PATCH 2/2] KVM: x86: Use a switch statement in __feature_translate()

[PATCH v19 0/3] add debugfs to migration driver
 2023-12-01  3:08 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabled
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH] KVM: SVM: Explicitly require FLUSHBYASID to enable SEV support
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH 0/2] KVM: nSVM: TLB_CONTROL / FLUSHBYASID "fixes"
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/pmu: Clean up emulated PMC event handling
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH] KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH] KVM: x86: Turn off KVM_WERROR by default for all configs
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH] KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
 2023-12-01  1:51 UTC  (4+ messages)
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-12-01  0:45 UTC  (7+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching

[PATCH V4 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-11-30 22:10 UTC  (7+ messages)
` [PATCH V4 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V4 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH] KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST
 2023-11-30 20:58 UTC  (2+ messages)

[PATCH] vfio: account iommu allocations
 2023-11-30 20:09 UTC 

[PATCH] vhost-vdpa: account iommu allocations
 2023-11-30 20:04 UTC 

[PATCH v5] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-30 19:41 UTC  (6+ messages)

[PATCH 00/14] KVM: x86: Make Hyper-V emulation optional
 2023-11-30 19:13 UTC  (7+ messages)
` [PATCH 10/14] "
` [PATCH 11/14] KVM: nVMX: hyper-v: Introduce nested_vmx_evmptr12() and nested_vmx_is_evmptr12_valid() helpers

[PATCH] vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wart
 2023-11-30 18:50 UTC  (2+ messages)

[PATCH v15 00/23] TDX host kernel support
 2023-11-30 18:01 UTC  (5+ messages)
` [PATCH v15 21/23] x86/virt/tdx: Handle TDX interaction with ACPI S3 and deeper states
` [PATCH v15 22/23] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
 2023-11-30 16:25 UTC  (7+ messages)

[PATCH v2 0/2] KVM: selftests: Detect if KVM bugged the VM
 2023-11-30 16:09 UTC  (8+ messages)
` [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed

[RFC 00/41] qom-topo: Abstract Everything about CPU Topology
 2023-11-30 14:42 UTC  (23+ messages)
` [RFC 20/41] hw/cpu/cluster: Descript cluster is not only used for TCG in comment
` [RFC 21/41] hw/cpu/cluster: Allow cpu-cluster to be created by -device
` [RFC 22/41] hw/cpu/cluster: Convert cpu-cluster from general device to topology device
` [RFC 23/41] hw/cpu/die: Abstract cpu-die level as "
` [RFC 24/41] hw/cpu/socket: Abstract cpu-socket "
` [RFC 25/41] hw/cpu/book: Abstract cpu-book "
` [RFC 26/41] hw/cpu/drawer: Abstract cpu-drawer "
` [RFC 27/41] hw/core/slot: Introduce CPU slot as the root of CPU topology
` [RFC 28/41] hw/core/slot: Maintain the core queue in CPU slot
` [RFC 29/41] hw/core/slot: Statistics topology information "
` [RFC 30/41] hw/core/slot: Check topology child to be added under "
` [RFC 31/41] hw/machine: Plug cpu-slot into machine to maintain topology tree
` [RFC 32/41] hw/machine: Build smp topology tree from -smp
` [RFC 33/41] hw/machine: Validate smp topology tree without -smp
` [RFC 34/41] hw/core/topo: Implement user-child to collect topology device from cli
` [RFC 35/41] hw/i386: Make x86_cpu_new() private in x86.c
` [RFC 36/41] hw/i386: Allow x86_cpu_new() to specify parent for new CPU
` [RFC 37/41] hw/i386: Allow i386 to create new CPUs from QOM topology
` [RFC 38/41] hw/i386: Wrap apic id and topology sub ids assigning as helpers
` [RFC 39/41] hw/i386: Add the interface to search parent for QOM topology
` [RFC 40/41] hw/i386: Support "
` [RFC 41/41] hw/i386: Cleanup non-QOM topology support


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