public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-24 14:30:46 to 2023-02-27 08:25:08 UTC [more...]

[PATCH v12 000/106] KVM TDX basic feature support
 2023-02-27  8:22 UTC  (22+ messages)
` [PATCH v12 001/106] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v12 002/106] KVM: TDX: Define "
` [PATCH v12 003/106] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v12 004/106] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v12 005/106] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v12 006/106] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v12 007/106] x86/cpu: Add helper functions to allocate/free TDX private host key id
` [PATCH v12 008/106] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v12 009/106] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v12 010/106] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v12 011/106] KVM: x86, tdx: Make KVM_CAP_MAX_VCPUS backend specific
` [PATCH v12 012/106] KVM: x86/vmx, tdx: Allow VMX, TDX to override KVM_ENABLE_CAP
` [PATCH v12 013/106] KVM: TDX: create/destroy VM structure
` [PATCH v12 014/106] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v12 015/106] KVM: TDX: Make pmu_intel.c ignore guest TD case
` [PATCH v12 016/106] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v12 017/106] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [PATCH v12 019/106] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v12 020/106] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v12 021/106] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v12 022/106] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA

[PATCH v16 00/11] s390x: CPU Topology
 2023-02-27  7:59 UTC  (4+ messages)
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command

[PATCH v12 00/11] Parallel CPU bringup for x86_64
 2023-02-27  6:25 UTC  (17+ messages)
` [PATCH v12 01/11] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v12 02/11] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v12 03/11] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v12 04/11] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v12 05/11] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v12 06/11] x86/smpboot: Remove initial_stack on 64-bit
` [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr "
` [PATCH v12 08/11] x86/smpboot: Remove initial_gs
` [PATCH v12 09/11] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v12 10/11] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v12 11/11] x86/smpboot: Serialize topology updates for secondary bringup
  ` [External] Re: [PATCH v12 00/11] Parallel CPU bringup for x86_64

Bug: Completion-Wait loop timed out with vfio
 2023-02-27  5:33 UTC  (2+ messages)

[PATCH v4 00/19] Add vfio_device cdev for iommufd support
 2023-02-27  4:46 UTC  (25+ messages)
` [PATCH v4 03/19] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
` [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCHv3 00/10] SVM: virtual NMI
 2023-02-27  4:47 UTC  (12+ messages)
` [PATCHv3 01/10] KVM: nSVM: Disable intercept of VINTR if saved RFLAG.IF is 0
` [PATCHv3 02/10] KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
` [PATCHv3 03/10] KVM: SVM: add wrappers to enable/disable IRET interception
` [PATCHv3 04/10] KVM: x86: Raise an event request when processing NMIs if an NMI is pending
` [PATCHv3 05/10] KVM: x86: Tweak the code and comment related to handling concurrent NMIs
` [PATCHv3 06/10] KVM: x86: Save/restore all NMIs when multiple NMIs are pending
` [PATCHv3 07/10] x86/cpu: Add CPUID feature bit for VNMI
` [PATCHv3 08/10] KVM: SVM: Add VNMI bit definition
` [PATCHv3 09/10] KVM: x86: add support for delayed virtual NMI injection interface
` [PATCHv3 10/10] KVM: nSVM: implement support for nested VNMI

[PATCH v2 0/6] Support writable CPU ID registers from userspace
 2023-02-27  3:04 UTC  (10+ messages)
` [PATCH v2 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v2 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v2 5/6] KVM: arm64: Introduce ID register specific descriptor

[PATCH v8 0/3] KVM: Dirty quota-based throttling
 2023-02-27  1:49 UTC  (6+ messages)
` [PATCH v8 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v8 2/3] KVM: x86: Dirty "
` [PATCH v8 3/3] KVM: arm64: "

[PATCH v2 00/29] Add KVM LoongArch support
 2023-02-27  1:39 UTC  (4+ messages)
` [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files

[PATCH] KVM: MIPS: Make kvm_mips_callbacks const
 2023-02-26 22:06 UTC  (2+ messages)

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-02-26 19:29 UTC  (18+ messages)
` [PATCH 01/14] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 04/14] iommufd: Use the iommufd_group to avoid duplicate reserved groups and msi setup
` [PATCH 05/14] iommufd: Make sw_msi_start a group global
` [PATCH 06/14] iommufd: Move putting a hwpt to a helper function
` [PATCH 07/14] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH 08/14] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH 09/14] iommufd: Add iommufd_device_replace()
` [PATCH 10/14] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH 11/14] iommufd/selftest: Test iommufd_device_replace()
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH 13/14] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH 14/14] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

[PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-02-26 18:44 UTC  (22+ messages)
` [PATCH v9 7/8] x86/cpu: "
          ` [PATCH] x86/CPU/AMD: Make sure EFER[AIBRSE] is set

[PATCH v2 0/5] bitmap: fix conversion from/to fix-sized arrays
 2023-02-26  0:42 UTC  (6+ messages)
` [PATCH 3/5] lib/bitmap: add test for bitmap_{from,to}_arr64

[GIT PULL] KVM changes for Linux 6.3 merge window
 2023-02-25 19:58 UTC  (2+ messages)

[GIT PULL] virtio,vhost,vdpa: features, fixes
 2023-02-25 19:58 UTC  (4+ messages)

[GIT PULL] VFIO updates for v6.3-rc1
 2023-02-25 19:58 UTC  (2+ messages)

[PATCH 13/16] KVM: arm64: nv: timers: Support hyp timer emulation
 2023-02-25 10:34 UTC  (3+ messages)

[PATCH 12/16] KVM: arm64: nv: timers: Add a per-timer, per-vcpu offset
 2023-02-25 10:32 UTC  (3+ messages)

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-02-25  8:28 UTC  (23+ messages)
` [PATCH -next v14 01/19] riscv: Rename __switch_to_aux -> fpu
` [PATCH -next v14 02/19] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension
` [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup
` [PATCH -next v14 05/19] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v14 09/19] riscv: Add task switch support for vector
` [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v14 11/19] riscv: Add ptrace vector support
` [PATCH -next v14 12/19] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v14 15/19] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v14 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v14 17/19] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v14 18/19] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v14 19/19] riscv: Enable Vector code to be built

[PATCH v3 0/5] Add IO page table replacement support for emulated pathway
 2023-02-25  1:51 UTC  (6+ messages)
` [PATCH v3 1/5] vfio: Do not allow !ops->dma_unmap in vfio_pin/unpin_pages()
` [PATCH v3 2/5] iommufd: Create access in vfio_iommufd_emulated_bind()
` [PATCH v3 3/5] iommufd/selftest: Add IOMMU_TEST_OP_ACCESS_SET_IOAS coverage
` [PATCH v3 4/5] iommufd: Add replace support in iommufd_access_set_ioas()
` [PATCH v3 5/5] iommufd/selftest: Add coverage for access->ioas replacement

Future of icount discussion for next KVM call?
 2023-02-25  1:46 UTC  (3+ messages)

[PATCH v3 00/13] Overhauling amx_test
 2023-02-25  1:39 UTC  (10+ messages)
` [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-02-25  0:50 UTC  (5+ messages)

[FYI] KVM x86 6.4 status/plan
 2023-02-24 22:47 UTC 

[PATCH v3 0/8] Clean up the supported xfeatures
 2023-02-24 22:36 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: x86: Add kvm_permitted_xcr0()
` [PATCH v3 2/8] KVM: x86: Clear all supported MPX xfeatures if they are not all set
` [PATCH v3 3/8] KVM: x86: Clear all supported AVX-512 "
` [PATCH v3 4/8] KVM: x86: Clear AVX-512 xfeatures if SSE or AVX is clear
` [PATCH v3 5/8] KVM: x86: Clear all supported AMX xfeatures if they are not all set
` [PATCH v3 6/8] KVM: selftests: Hoist XGETBV and XSETBV to make them more accessible
` [PATCH v3 7/8] KVM: selftests: Add XFEATURE masks to common code
` [PATCH v3 8/8] KVM: selftests: Add XCR0 Test

[PATCH] KVM: selftests: Provide generic way to read system counter
 2023-02-24 20:13 UTC  (3+ messages)

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-02-24 20:07 UTC  (2+ messages)

[PATCH v11 00/12] Parallel CPU bringup for x86_64
 2023-02-24 19:17 UTC  (7+ messages)
` [PATCH v11 07/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v11 09/12] x86/smpboot: Remove initial_stack on 64-bit
      ` [External] "

[PATCH v10 0/8] Parallel CPU bringup for x86_64
 2023-02-24 19:16 UTC  (5+ messages)
` [PATCH v10 6/8] x86/smpboot: Support parallel startup of secondary CPUs
      ` [External] "

[PATCH v2] KVM: arm64: timers: Convert per-vcpu virtual offset to a global value
 2023-02-24 19:16 UTC 

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-24 19:03 UTC  (5+ messages)
` [PATCH 08/18] KVM: arm64: nv: Handle HCR_EL2.NV system register traps

[PATCH] KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
 2023-02-24 18:18 UTC  (2+ messages)

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-02-24 16:48 UTC  (12+ messages)
` [PATCH v2 02/11] KVM: nSVM: clean up the copying of V_INTR bits from vmcb02 to vmcb12
` [PATCH v2 05/11] KVM: x86: emulator: stop using raw host flags
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface

[RFC PATCH v3 00/32] x86: enable FRED for x86-64
 2023-02-24 16:34 UTC  (4+ messages)
` [RFC PATCH v3 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs

"KVM: x86/mmu: Overhaul TDP MMU zapping and flushing" breaks SVM on Hyper-V
 2023-02-24 16:26 UTC  (10+ messages)

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-24 16:22 UTC  (6+ messages)
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-02-24 16:16 UTC  (9+ messages)
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"

[kvm-unit-tests PATCH v2] s390x: Add tests for execute-type instructions
 2023-02-24 15:20 UTC 


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