kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-18 12:07:46 to 2024-02-20 13:25:03 UTC [more...]

[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
 2024-02-20 13:24 UTC  (11+ messages)
` [PATCH 07/10] crypto: qat - add bank save and restore flows
  ` [EXTERNAL] "
` [PATCH 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-02-20 13:23 UTC  (21+ messages)
` [PATCH 01/13] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values
` [PATCH 02/13] KVM: arm64: Clarify ESR_ELx_ERET_ISS_ERET*
` [PATCH 03/13] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
` [PATCH 04/13] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH 05/13] KVM: arm64: nv: Add trap forwarding for ERET and SMC
` [PATCH 06/13] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH 07/13] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
` [PATCH 08/13] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independantly
` [PATCH 09/13] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
` [PATCH 10/13] KVM: arm64: nv: Add kvm_has_pauth() helper
` [PATCH 11/13] KVM: arm64: nv: Add emulation for ERETAx instructions
` [PATCH 12/13] KVM: arm64: nv: Handle ERETA[AB] instructions
` [PATCH 13/13] KVM: arm64: nv: Advertise support for PAuth

[PATCH v10 00/27] Enable CET Virtualization
 2024-02-20 13:23 UTC  (31+ messages)
` [PATCH v10 01/27] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v10 02/27] x86/fpu/xstate: Refine CET user xstate bit enabling
` [PATCH v10 03/27] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v10 04/27] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v10 05/27] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v10 06/27] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v10 07/27] x86/fpu/xstate: Warn if kernel dynamic xfeatures detected in normal fpstate
` [PATCH v10 08/27] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v10 09/27] KVM: x86: Rename kvm_{g,s}et_msr()* to menifest emulation operations
` [PATCH v10 10/27] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v10 11/27] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v10 12/27] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v10 13/27] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v10 14/27] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v10 15/27] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v10 16/27] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v10 17/27] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v10 18/27] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v10 19/27] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v10 20/27] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v10 21/27] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v10 22/27] KVM: VMX: Set up interception for CET MSRs
` [PATCH v10 23/27] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v10 24/27] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v10 25/27] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v10 26/27] KVM: nVMX: Enable CET support for nested guest
` [PATCH v10 27/27] KVM: x86: Don't emulate instructions guarded by CET

[PATCH v4] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-02-20 12:28 UTC  (2+ messages)

[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
 2024-02-20 12:22 UTC  (7+ messages)

[PATCH v8 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-20 12:21 UTC  (15+ messages)
` [PATCH v8 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v8 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v8 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v8 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[PATCH v19 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-20 11:50 UTC  (4+ messages)
` [PATCH v19 1/3] vfio/pci: rename and export do_io_rw()
` [PATCH v19 2/3] vfio/pci: rename and export range_intersect_range
` [PATCH v19 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper

[PATCH v2] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2024-02-20 11:07 UTC  (4+ messages)
` PING: "

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-20 10:53 UTC  (19+ messages)
` [PATCH v13 04/21] KVM: pfncache: add a mark-dirty helper
` [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v13 09/21] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v13 12/21] KVM: x86/xen: allow shared_info to be mapped by fixed HVA
` [PATCH v13 18/21] KVM: x86/xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()

[kvm-unit-tests PATCH] lib/arm/io: Fix calling getchar() multiple times
 2024-02-20 10:22 UTC  (10+ messages)

[PATCHv8 0/2] *** Detect interrupt storm in softlockup ***
 2024-02-20  9:49 UTC  (5+ messages)
` [PATCHv8 1/2] watchdog/softlockup: low-overhead detection of interrupt
` [PATCHv8 2/2] watchdog/softlockup: report the most frequent interrupts

[RFC PATCH v2 0/3] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
 2024-02-20  8:52 UTC  (6+ messages)
` [RFC PATCH v2 1/3] "

[PATCH v18 000/121] KVM TDX basic feature support
 2024-02-20  9:14 UTC  (13+ messages)
` [PATCH v18 029/121] KVM: TDX: create/free TDX vcpu structure
` [PATCH v18 061/121] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory
` [PATCH v18 067/121] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v18 069/121] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v18 071/121] KVM: TDX: restore user ret MSRs

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-20  9:25 UTC  (9+ messages)
` [RFC 1/8] hw/core: Rename CpuTopology to CPUTopology
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
` [RFC 3/8] hw/core: Define cache topology for machine
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 5/8] i386/cpu: Support thread and module level cache topology
` [RFC 6/8] i386/cpu: Update cache topology with machine's configuration
` [RFC 7/8] i386/pc: Support cache topology in -smp for PC machine
` [RFC 8/8] qemu-options: Add the cache topology description of -smp

[PATCH v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
 2024-02-20  6:54 UTC  (9+ messages)
` [PATCH v4 1/4] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
` [PATCH v4 3/4] KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()

[PATCH v1 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-02-20  4:24 UTC  (5+ messages)
` [PATCH v1 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()

[PATCH v2 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-02-20  3:20 UTC  (11+ messages)
` [PATCH v2 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH v2 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH v2 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH v2 04/10] crypto: qat - relocate CSR access code
` [PATCH v2 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH v2 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH v2 07/10] crypto: qat - add bank save and restore flows
` [PATCH v2 08/10] crypto: qat - add interface for live migration
` [PATCH v2 09/10] crypto: qat - implement "
` [PATCH v2 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH 0/4] KVM: Async #PF fixes and cleanups
 2024-02-20  3:02 UTC  (5+ messages)
` [PATCH 1/4] KVM: Always flush async #PF workqueue when vCPU is being destroyed

linux-next: manual merge of the kvm-x86 tree with the kvm tree
 2024-02-20  2:48 UTC 

[PATCH 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-19 22:33 UTC  (3+ messages)
` [PATCH 3/3] KVM: VMX: simplify MSR interception enable/disable

[RFC] cputime: Introduce option to force full dynticks accounting on NOHZ & NOHZ_IDLE CPUs
 2024-02-19 17:57 UTC 

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-02-19 14:41 UTC  (11+ messages)
` [PATCH v4 11/66] i386: Introduce tdx-guest object
` [PATCH v4 29/66] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v4 50/66] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v4 53/66] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[PATCH 0/6] hw: Remove sysbus_address_space()
 2024-02-19 14:31 UTC  (18+ messages)
` [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)

[dwmw2:pfncache] [KVM] cc69506d19: WARNING:bad_unlock_balance_detected
 2024-02-19 12:41 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-19 12:02 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest

[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-19  9:57 UTC  (21+ messages)
` [PATCH v4 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [PATCH v4 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v4 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v4 6/6] LoongArch: Add pv ipi support on LoongArch system

[PATCH v3 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-19  9:51 UTC  (3+ messages)
` [PATCH v3 1/2] KVM: s390: fix access register usage in ioctls

[PATCH v18 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-19  9:36 UTC  (9+ messages)
` [PATCH v18 2/3] vfio/pci: rename and export range_intersect_range
` [PATCH v18 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper

[PATCH 0/6] KVM: x86/xen updates
 2024-02-19  9:01 UTC  (7+ messages)
` [PATCH 3/6] KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery
` [PATCH 4/6] KVM: pfncache: simplify locking and make more self-contained
` [PATCH 5/6] KVM: x86/xen: fix recursive deadlock in timer injection

[PATCH v2 2/5] context_tracking: Make context_tracking_key __ro_after_init
 2024-02-19  6:10 UTC  (2+ messages)

[PATCH] iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
 2024-02-19  0:40 UTC  (4+ messages)

[PATCH v3 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-18 18:05 UTC  (5+ messages)
` [PATCH v3 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-18 12:50 UTC  (5+ messages)
` [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing


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