kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-24 00:57:53 to 2023-02-26 08:59:13 UTC [more...]

[PATCH v4 00/19] Add vfio_device cdev for iommufd support
 2023-02-26  8:59 UTC  (21+ messages)
` [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset
` [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-02-26  3:13 UTC  (17+ 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 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

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

[PATCH v8 0/3] KVM: Dirty quota-based throttling
 2023-02-25 20:48 UTC  (4+ 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: "

[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

Bug: Completion-Wait loop timed out with vfio
 2023-02-25  6:25 UTC 

[PATCH v2 0/6] Support writable CPU ID registers from userspace
 2023-02-25  4:00 UTC  (8+ 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 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  (4+ messages)

[PATCH] KVM: MIPS: Make kvm_mips_callbacks const
 2023-02-24 19:28 UTC 

[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 v16 00/11] s390x: CPU Topology
 2023-02-24 17:15 UTC  (3+ messages)
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command

[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  (37+ messages)
` [RFC PATCH v3 01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [RFC PATCH v3 02/32] x86/traps: add a system interrupt table for system interrupt dispatch
` [RFC PATCH v3 03/32] x86/traps: add install_system_interrupt_handler()
` [RFC PATCH v3 04/32] x86/traps: add external_interrupt() to dispatch external interrupts
` [RFC PATCH v3 05/32] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [RFC PATCH v3 06/32] x86/cpufeature: add the cpu feature bit for FRED
` [RFC PATCH v3 07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [RFC PATCH v3 08/32] x86/objtool: teach objtool about ERETU and ERETS
` [RFC PATCH v3 09/32] x86/cpu: add X86_CR4_FRED macro
` [RFC PATCH v3 10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [RFC PATCH v3 11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [RFC PATCH v3 12/32] x86/cpu: add MSR numbers for FRED configuration
` [RFC PATCH v3 13/32] x86/fred: header file for event types
` [RFC PATCH v3 14/32] x86/fred: header file with FRED definitions
` [RFC PATCH v3 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [RFC PATCH v3 16/32] x86/fred: reserve space for the FRED stack frame
` [RFC PATCH v3 17/32] x86/fred: add a page fault entry stub for FRED
` [RFC PATCH v3 18/32] x86/fred: add a debug "
` [RFC PATCH v3 19/32] x86/fred: add a NMI "
` [RFC PATCH v3 20/32] x86/fred: add a machine check "
` [RFC PATCH v3 21/32] x86/fred: FRED entry/exit and dispatch code
` [RFC PATCH v3 22/32] x86/fred: FRED initialization code
` [RFC PATCH v3 23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [RFC PATCH v3 24/32] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [RFC PATCH v3 25/32] x86/fred: disallow the swapgs instruction "
` [RFC PATCH v3 26/32] x86/fred: no ESPFIX needed "
` [RFC PATCH v3 27/32] x86/fred: allow single-step trap and NMI when starting a new thread
` [RFC PATCH v3 28/32] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [RFC PATCH v3 29/32] x86/ia32: do not modify the DPL bits for a null selector
` [RFC PATCH v3 30/32] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [RFC PATCH v3 31/32] x86/fred: allow dynamic stack frame size
` [RFC PATCH v3 32/32] x86/fred: disable FRED by default in its early stage

"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  (12+ messages)
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation "

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-02-24 16:16 UTC  (13+ messages)
` [PATCH 05/12] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [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 

[PATCH v2 0/1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
 2023-02-24 14:09 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets
 2023-02-24 11:24 UTC  (3+ messages)

[PATCH 07/16] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
 2023-02-24 10:54 UTC  (3+ messages)

[PATCH v1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA
 2023-02-24 10:31 UTC  (2+ messages)

[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-02-24  9:44 UTC  (5+ messages)
` [PATCH 2/2] "

[RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
 2023-02-24  9:36 UTC  (3+ messages)

[PATCH 06/16] KVM: arm64: timers: Use CNTPOFF_EL2 to offset the physical timer
 2023-02-24  8:59 UTC  (3+ messages)

[PATCH v2 00/10] Add IO page table replacement support
 2023-02-24  8:07 UTC  (7+ messages)
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API

Fortnightly KVM call for 2023-02-07
 2023-02-24  6:28 UTC  (3+ messages)

[PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
 2023-02-24  6:28 UTC  (12+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-24  5:42 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
 2023-02-24  5:09 UTC  (11+ messages)

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


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