public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-22 22:42:41 to 2023-09-26 00:03:40 UTC [more...]

[PATCH v2 0/4] KVM: x86: tracepoint updates
 2023-09-26  0:03 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: x86: refactor req_immediate_exit logic
` [PATCH v2 2/4] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH v2 3/4] KVM: x86: add more information to kvm_exit tracepoint
` [PATCH v2 4/4] KVM: x86: add new nested vmexit tracepoints

[PATCH] KVM: arm64: Always invalidate TLB for stage-2 permission faults
 2023-09-25 23:43 UTC  (4+ messages)

[PATCH V2] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
 2023-09-25 23:31 UTC  (4+ messages)

[PATCH] KVM: x86: Ignore MSR_AMD64_BU_CFG access
 2023-09-25 22:25 UTC  (5+ messages)

[PATCH v2 0/3] KVM: x86: Update HWCR virtualization
 2023-09-25 22:15 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86: Allow HWCR.McStatusWrEn to be cleared once set
` [PATCH v2 2/3] KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]
` [PATCH v2 3/3] KVM: selftests: Test behavior of HWCR

[PATCH 0/2] Fix the duplicate PMI injections in vPMU
 2023-09-25 21:28 UTC  (8+ messages)
` [PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit
` [PATCH 2/2] KVM: x86: Mask LVTPC when handling a PMI

[PATCH] x86/kvm: Account for fpstate->user_xfeatures changes
 2023-09-25 21:26 UTC  (8+ messages)

[PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit
 2023-09-25 19:54 UTC  (23+ messages)
` [PATCH 2/2] KVM: x86: Mask LVTPC when handling a PMI

[PATCH vfio 11/11] vfio/virtio: Introduce a vfio driver over virtio devices
 2023-09-25 19:52 UTC  (27+ messages)

[PATCH vfio 00/11] Introduce a vfio driver over virtio devices
 2023-09-25 19:44 UTC  (19+ messages)
` [PATCH vfio 11/11] vfio/virtio: "

[PATCH 09/12] kvm-all: introduce limits for name_size and num_desc
 2023-09-25 19:40 UTC 

[PATCH v11 00/37] x86: enable FRED for x86-64
 2023-09-25 18:55 UTC  (41+ messages)
` [PATCH v11 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v11 02/37] x86/opcode: Add the WRMSRNS instruction to the x86 opcode map
` [PATCH v11 03/37] x86/msr: Add the WRMSRNS instruction support
` [PATCH v11 04/37] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v11 05/37] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v11 06/37] Documentation/x86/64: Add a documentation for FRED
` [PATCH v11 07/37] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v11 08/37] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH v11 09/37] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v11 10/37] x86/fred: Disable FRED by default in its early stage
` [PATCH v11 11/37] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v11 12/37] x86/objtool: Teach objtool about ERET[US]
` [PATCH v11 13/37] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v11 14/37] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v11 15/37] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v11 16/37] x86/ptrace: Add FRED additional information to "
` [PATCH v11 17/37] x86/fred: Add a new header file for FRED definitions
` [PATCH v11 18/37] x86/fred: Reserve space for the FRED stack frame
` [PATCH v11 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v11 20/37] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v11 21/37] x86/fred: No ESPFIX needed "
` [PATCH v11 22/37] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v11 23/37] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v11 24/37] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v11 25/37] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v11 26/37] x86/fred: Add a NMI "
` [PATCH v11 27/37] x86/fred: Add a machine check "
` [PATCH v11 28/37] x86/fred: FRED entry/exit and dispatch code
` [PATCH v11 29/37] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v11 30/37] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v11 31/37] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v11 32/37] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v11 33/37] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v11 34/37] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v11 36/37] x86/fred: Add FRED initialization functions
` [PATCH v11 37/37] x86/fred: Invoke FRED initialization code to enable FRED

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-09-25 18:17 UTC  (14+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op

[PATCH v2 0/9] KVM RISC-V Conditional Operations
 2023-09-25 18:12 UTC  (18+ messages)
` [PATCH v2 1/9] dt-bindings: riscv: Add XVentanaCondOps extension entry
` [PATCH v2 2/9] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH v2 3/9] dt-bindings: riscv: Add Zicond extension entry
` [PATCH v2 4/9] RISC-V: Detect Zicond from ISA string
` [PATCH v2 5/9] RISC-V: KVM: Allow XVentanaCondOps extension for Guest/VM
` [PATCH v2 6/9] RISC-V: KVM: Allow Zicond "
` [PATCH v2 7/9] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH v2 8/9] KVM: riscv: selftests: Add smstateen registers "
` [PATCH v2 9/9] KVM: riscv: selftests: Add condops extensions "

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-25 17:37 UTC  (6+ messages)
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes

[kvm-unit-tests PATCH v1] s390x: run PV guests with confidential guest enabled
 2023-09-25 15:59 UTC  (3+ messages)

[RFC] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
 2023-09-25 15:24 UTC  (2+ messages)

[PATCH v2 0/2] KVM: irqbypass: XArray conversion and a deref fix
 2023-09-25 15:24 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: eventfd: Fix NULL deref irqbypass producer
` [PATCH v2 2/2] KVM: irqbypass: Convert producers/consumers single linked list to XArray

[PATCH v2 0/3] SEV-ES TSC_AUX virtualization fix and optimization
 2023-09-25 15:23 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86/apic: Gates test_pv_ipi on KVM cpuid, not test device
 2023-09-25 15:18 UTC  (2+ messages)

[PATCH 0/7] KVM RISC-V Conditional Operations
 2023-09-25 13:32 UTC  (12+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH 2/7] RISC-V: Detect Zicond "
` [PATCH 7/7] KVM: riscv: selftests: Add condops extensions to get-reg-list test

[PATCH v1 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-09-25 12:36 UTC  (4+ messages)
` [PATCH v1 1/4] mm: handle poisoning of pfn without struct pages

[kvm-unit-tests PATCH 0/3] migration: fixes and multiple migration
 2023-09-25 11:14 UTC  (5+ messages)
` [kvm-unit-tests PATCH 2/3] migration: Fix test harness hang if source does not reach migration point

[PATCH] vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()
 2023-09-25 10:30 UTC 

Question: In a certain scenario, enabling GICv4/v4.1 may cause Guest hang when restarting the Guest
 2023-09-25 10:26 UTC 

[PATCH v3 00/19] IOMMUFD Dirty Tracking
 2023-09-25  9:08 UTC  (23+ messages)
` [PATCH v3 01/19] vfio/iova_bitmap: Export more API symbols
` [PATCH v3 02/19] vfio: Move iova_bitmap into iommu core
` [PATCH v3 03/19] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v3 04/19] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v3 05/19] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v3 06/19] iommufd/selftest: Test IOMMU_HWPT_ALLOC_ENFORCE_DIRTY
` [PATCH v3 07/19] iommufd: Dirty tracking data support
` [PATCH v3 08/19] iommufd: Add IOMMU_HWPT_SET_DIRTY
` [PATCH v3 09/19] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY
` [PATCH v3 10/19] iommufd: Add IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH v3 11/19] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_IOVA
` [PATCH v3 12/19] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v3 13/19] iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
` [PATCH v3 14/19] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH v3 15/19] iommufd/selftest: Test IOMMU_GET_DIRTY_IOVA_NO_CLEAR flag
` [PATCH v3 16/19] iommu/amd: Add domain_alloc_user based domain allocation
` [PATCH v3 17/19] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v3 18/19] iommu/amd: Print access/dirty bits if supported
` [PATCH v3 19/19] iommu/intel: Access/Dirty bit support for SL domains

[PATCH v2 0/9] Upgrade intel vPMU version to 5
 2023-09-25  8:52 UTC  (5+ messages)
` [PATCH v2 2/9] KVM: x86/pmu: Don't release vLBR casued by vPMI
` [PATCH v2 3/9] KVM: x85/pmu: Add Streamlined FREEZE_LBR_ON_PMI for vPMU v4

[PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
 2023-09-25  8:31 UTC  (9+ messages)

[PATCH] iommu/vt-d: Introduce a rb_tree for looking up device
 2023-09-25  8:12 UTC  (2+ messages)

[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
 2023-09-25  8:04 UTC  (8+ messages)
` [RFC PATCH v2 3/8] KVM: arm64: Add some HW_DBM related pgtable interfaces
` [RFC PATCH v2 4/8] KVM: arm64: Set DBM for previously writeable pages

[PATCH 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-25  7:59 UTC  (2+ messages)

[PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2023-09-25  7:14 UTC 

[PATCH v5 00/12] iommu: Prepare to deliver page faults to user space
 2023-09-25  7:00 UTC  (11+ messages)
` [PATCH v5 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v5 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v5 10/12] iommu: Separate SVA and IOPF
` [PATCH v5 11/12] iommu: Consolidate per-device fault data management
` [PATCH v5 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH v5 00/11] Add Intel VT-d nested translation
 2023-09-25  6:56 UTC  (4+ messages)
` [PATCH v5 07/11] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation

[PATCH 0/6] iommufd support allocating nested parent domain
 2023-09-25  6:39 UTC  (12+ messages)
` [PATCH 4/6] iommufd/hw_pagetable: Support "
` [PATCH 6/6] iommu/vt-d: Add domain_alloc_user op

[RFC v2 0/4] Support reconnection in vduse
 2023-09-25  4:15 UTC  (9+ messages)
` [RFC v2 3/4] vduse: update the vq_info in ioctl
` [RFC v2 4/4] vduse: Add new ioctl VDUSE_GET_RECONNECT_INFO

[PATCH vfio 07/11] virtio-pci: Introduce admin commands
 2023-09-25  3:18 UTC  (3+ messages)

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2023-09-25  2:02 UTC  (6+ messages)
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

[PATCH v6 23/25] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
 2023-09-25  0:26 UTC  (3+ messages)

[PATCH v6 00/25] Enable CET Virtualization
 2023-09-25  0:31 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 6.6-rc3
 2023-09-24 21:24 UTC  (4+ messages)

[PATCH 2/2] KVM: x86: Clear X2APIC_ICR_UNUSED_12 after APIC-write VM-exit
 2023-09-24 13:58 UTC  (2+ messages)

[PATCH] KVM: Annotate struct kvm_irq_routing_table with __counted_by
 2023-09-23 16:32 UTC  (2+ messages)

[RFC] KVM: x86: Allow userspace exit on HLT and MWAIT, else yield on MWAIT
 2023-09-23 16:43 UTC  (5+ messages)

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-23  7:32 UTC  (3+ messages)
` [RFC PATCH v2 07/21] i386/pc: Drop pc_machine_kvm_type()

[PATCH v5 00/10] KVM: xen: update shared_info and vcpu_info handling
 2023-09-23  7:07 UTC  (3+ messages)
` [PATCH v5 06/10] KVM: xen: allow shared_info to be mapped by fixed HVA

[PATCH v10 00/38] x86: enable FRED for x86-64
 2023-09-22 23:21 UTC  (7+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support

[PATCH 00/13] KVM: guest_memfd fixes
 2023-09-22 22:42 UTC  (3+ messages)
` [PATCH 06/13] KVM: Disallow hugepages for incompatible gmem bindings, but let 'em succeed


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