public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-14 05:19:18 to 2023-09-14 19:16:02 UTC [more...]

[PATCH vfio 0/3] pds/vfio: Fixes for locking bugs
 2023-09-14 19:15 UTC  (2+ messages)
` [PATCH vfio 1/3] pds/vfio: Fix spinlock bad magic BUG

[PATCH vfio] vfio/pci: remove msi domain on msi disable
 2023-09-14 19:14 UTC 

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-14 19:12 UTC  (5+ messages)

[PATCH v6 00/25] Enable CET Virtualization
 2023-09-14 17:40 UTC  (28+ messages)
` [PATCH v6 01/25] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit
` [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation
` [PATCH v6 03/25] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v6 04/25] x86/fpu/xstate: Introduce kernel dynamic xfeature set
` [PATCH v6 05/25] x86/fpu/xstate: Remove kernel dynamic xfeatures from kernel default_features
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
` [PATCH v6 07/25] x86/fpu/xstate: Tweak guest fpstate to support kernel dynamic xfeatures
` [PATCH v6 08/25] x86/fpu/xstate: WARN if normal fpstate contains "
` [PATCH v6 09/25] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v6 11/25] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v6 13/25] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v6 14/25] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v6 15/25] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v6 16/25] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v6 17/25] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v6 18/25] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v6 19/25] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v6 20/25] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v6 21/25] KVM: VMX: Set up interception for CET MSRs
` [PATCH v6 22/25] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v6 23/25] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v6 24/25] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v6 25/25] KVM: nVMX: Enable CET support for nested guest

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-14 17:23 UTC  (26+ messages)
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock
` [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 10/17] riscv: qspinlock: errata: Enable qspinlock for T-HEAD processors

[PATCH] vfio/pds: Use proper PF device access helper
 2023-09-14 17:31 UTC  (2+ messages)

[PATCH] x86/kvm: Account for fpstate->user_xfeatures changes
 2023-09-14 17:05 UTC  (4+ messages)

[kvmtool PATCH 0/6] RISC-V AIA irqchip and Svnapot support
 2023-09-14 16:56 UTC  (2+ messages)

[PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-09-14 15:43 UTC  (10+ messages)
` [PATCH net-next v8 2/4] vsock/virtio: support to send non-linear skb
` [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[GIT PULL] KVM/arm64 fixes for 6.6, take #1
 2023-09-14 15:06 UTC  (2+ messages)

[PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc
 2023-09-14 14:46 UTC  (2+ messages)

[PATCH 1/2] KVM: x86: Synthesize at most one PMI per VM-exit
 2023-09-14 14:27 UTC  (3+ messages)

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

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-14 14:19 UTC  (4+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH 0/8] KVM: xen: update shared_info and vcpu_info handling
 2023-09-14 13:58 UTC  (26+ messages)
` [PATCH 1/8] KVM: pfncache: add a map helper function
` [PATCH 2/8] KVM: pfncache: add a mark-dirty helper
` [PATCH 3/8] KVM: pfncache: add a helper to get the gpa
` [PATCH 4/8] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH 5/8] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH 6/8] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH 7/8] KVM: xen: prepare for using 'default' vcpu_info
` [PATCH 8/8] KVM: xen: automatically use the vcpu_info embedded in shared_info

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-09-14 13:37 UTC  (4+ messages)
` [PATCH v10 29/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-14 13:09 UTC  (2+ messages)

[PATCH v3 0/9] RISCV: Add kvm Sstc timer selftests
 2023-09-14 10:15 UTC  (16+ messages)
` [PATCH v3 2/9] KVM: selftests: Unify the makefile rule for split targets
` [PATCH v3 3/9] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v3 4/9] tools: riscv: Add header file csr.h
` [PATCH v3 5/9] KVM: riscv: selftests: Switch to use macro from csr.h
` [PATCH v3 8/9] KVM: riscv: selftests: Change vcpu_has_ext to a common function
` [PATCH v3 9/9] KVM: riscv: selftests: Add sstc timer test

[PATCH v2] KVM: selftests: Remove obsolete and incorrect test case metadata
 2023-09-14  9:48 UTC 

[RFC PATCH v2 0/8] KVM: arm64: Implement SW/HW combined dirty log
 2023-09-14  9:47 UTC  (3+ messages)

[PATCH v2] KVM:selftests: Add selftests for CET MSR access
 2023-09-14  6:42 UTC 

[PATCH] fix build error in function vfio_combine_iova_ranges
 2023-09-14  9:08 UTC  (2+ messages)
` [PATCH v2] vfio: Fix uninitialized symbol and potential dereferencing errors in vfio_combine_iova_ranges

[PATCH v5 00/12] iommu: Prepare to deliver page faults to user space
 2023-09-14  8:56 UTC  (13+ messages)
` [PATCH v5 01/12] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v5 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v5 03/12] iommu: Remove unrecoverable fault data
` [PATCH v5 04/12] iommu: Cleanup iopf data structure definitions
` [PATCH v5 05/12] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v5 06/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v5 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v5 08/12] iommu: Prepare for separating SVA and IOPF
` [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 V2] KVM: x86/pmu: Disable vPMU if EVENTSEL_GUESTONLY bit doesn't exist
 2023-09-14  8:23 UTC  (3+ messages)

[PATCH v5 05/17] KVM: Annotate -EFAULTs from kvm_vcpu_read/write_guest_page()
 2023-09-14  8:04 UTC  (2+ messages)

[PATCH] KVM: selftests: Assert that vasprintf() is successful
 2023-09-14  8:02 UTC  (2+ messages)

[PATCH v4 00/21] Support smp.clusters for x86 in QEMU
 2023-09-14  7:41 UTC  (26+ messages)
` [PATCH v4 01/21] i386: Fix comment style in topology.h
` [PATCH v4 02/21] tests: Rename test-x86-cpuid.c to test-x86-topo.c
` [PATCH v4 03/21] softmmu: Fix CPUSTATE.nr_cores' calculation
` [PATCH v4 04/21] hw/cpu: Update the comments of nr_cores and nr_dies
` [PATCH v4 05/21] i386/cpu: Fix i/d-cache topology to core level for Intel CPU
` [PATCH v4 06/21] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v4 07/21] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v4 08/21] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB]
` [PATCH v4 09/21] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v4 10/21] i386: Introduce module-level cpu topology to CPUX86State
` [PATCH v4 11/21] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v4 12/21] i386: Expose module level in CPUID[0x1F]
` [PATCH v4 13/21] i386: Support module_id in X86CPUTopoIDs
` [PATCH v4 14/21] i386/cpu: Introduce cluster-id to X86CPU
` [PATCH v4 15/21] tests: Add test case of APIC ID for module level parsing
` [PATCH v4 16/21] hw/i386/pc: Support smp.clusters for x86 PC machine
` [PATCH v4 17/21] i386: Add cache topology info in CPUCacheInfo
` [PATCH v4 18/21] i386: Use CPUCacheInfo.share_level to encode CPUID[4]
` [PATCH v4 19/21] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v4 20/21] i386: Use CPUCacheInfo.share_level to encode "
` [PATCH v4 21/21] i386: Add new property to control L2 cache topo in CPUID.04H

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

[PATCH net-next v2 0/2] vsock: handle writes to shutdowned socket
 2023-09-14  6:40 UTC  (2+ messages)

[RFC PATCH 0/8] Introduce CET supervisor xstate support
 2023-09-14  3:23 UTC  (9+ messages)
` [RFC PATCH 1/8] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit
` [RFC PATCH 2/8] x86/fpu/xstate: Fix guest fpstate allocation size calculation
` [RFC PATCH 3/8] x86/fpu/xstate: Add CET supervisor mode state support
` [RFC PATCH 4/8] x86/fpu/xstate: Introduce kernel dynamic xfeature set
` [RFC PATCH 5/8] x86/fpu/xstate: Remove kernel dynamic xfeatures from kernel default_features
` [RFC PATCH 6/8] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
` [RFC PATCH 7/8] x86/fpu/xstate: Tweak guest fpstate to support kernel dynamic xfeatures
` [RFC PATCH 8/8] x86/fpu/xstate: WARN if normal fpstate contains "

[PATCH v3] KVM: x86: Clear bit12 of ICR after APIC-write VM-exit
 2023-09-14  5:55 UTC 


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