public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-16 15:35:52 to 2024-02-19 12:02:43 UTC [more...]

[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 0/6] hw: Remove sysbus_address_space()
 2024-02-19 12:00 UTC  (19+ messages)
` [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)
` [PATCH 2/6] hw/display/pl110: Pass frame buffer memory region as link property
` [PATCH 3/6] hw/arm/exynos4210: Inline sysbus_create_varargs(EXYNOS4210_FIMD)
` [PATCH 4/6] hw/display/exynos4210_fimd: Pass frame buffer memory region as link
` [PATCH 5/6] hw/i386/kvmvapic: Inline sysbus_address_space()
` [PATCH 6/6] hw/sysbus: Remove now unused sysbus_address_space()

[kvm-unit-tests PATCH] lib/arm/io: Fix calling getchar() multiple times
 2024-02-19 11:58 UTC  (5+ messages)

[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-02-19  9:57 UTC  (24+ 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  (4+ messages)
` [PATCH v3 1/2] KVM: s390: fix access register usage in ioctls
` [PATCH v3 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH v18 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-19  9:36 UTC  (12+ messages)
` [PATCH v18 1/3] vfio/pci: rename and export do_io_rw()
` [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 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-02-19  9:20 UTC  (14+ 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 v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
 2024-02-19  9:12 UTC  (6+ 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 0/6] KVM: x86/xen updates
 2024-02-19  9:01 UTC  (10+ messages)
` [PATCH 1/6] KVM: x86/xen: improve accuracy of Xen timers
` [PATCH 2/6] KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled
` [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 6/6] KVM: pfncache: clean up rwlock abuse

[PATCH v18 000/121] KVM TDX basic feature support
 2024-02-19  8:54 UTC  (5+ messages)
` [PATCH v18 061/121] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory

[dwmw2:pfncache] [KVM] cc69506d19: WARNING:bad_unlock_balance_detected
 2024-02-19  8:10 UTC 

[PATCH v2] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2024-02-19  7:54 UTC  (2+ messages)
` PING: "

[PATCH v10 00/27] Enable CET Virtualization
 2024-02-19  7:47 UTC  (28+ 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 v2 2/5] context_tracking: Make context_tracking_key __ro_after_init
 2024-02-19  6:10 UTC  (2+ messages)

[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
 2024-02-19  3:41 UTC  (10+ 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] 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  (14+ messages)
` [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v3 02/10] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v3 03/10] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v3 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v3 05/10] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v3 06/10] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v3 07/10] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v3 08/10] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v3 09/10] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v3 10/10] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-18 12:50 UTC  (26+ messages)
` [PATCH RFC 01/20] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH RFC 02/20] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH RFC 03/20] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH RFC 04/20] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH RFC 05/20] RISC-V: Define indirect CSR access helpers
` [PATCH RFC 06/20] RISC-V: Add Sscfg extension CSR definition
` [PATCH RFC 07/20] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH RFC 08/20] dt-bindings: riscv: add Ssccfg ISA extension description
` [PATCH RFC 09/20] RISC-V: Add Smcntrpmf extension parsing
` [PATCH RFC 10/20] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH RFC 11/20] RISC-V: perf: Restructure the SBI PMU code
` [PATCH RFC 12/20] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH RFC 13/20] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH RFC 14/20] RISC-V: perf: Use config2 for event to counter mapping
` [PATCH RFC 15/20] tools/perf: Add arch hooks to override perf standard events
` [PATCH RFC 16/20] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH RFC 17/20] perf: Add json file for virt machine supported events
` [PATCH RFC 18/20] tools arch uapi: Sync the uinstd.h header file for RISC-V
` [PATCH RFC 19/20] RISC-V: Add hwprobe support for Counter delegation extensions
` [PATCH RFC 20/20] tools/perf: Detect if platform supports counter delegation

[PATCH] hw/sysbus: Inline and remove sysbus_add_io()
 2024-02-18 10:55 UTC  (2+ messages)

[PATCH v2] KVM: x86/intr: Explicitly check NMI from guest to eliminate false positives
 2024-02-18  9:51 UTC  (4+ messages)

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-18  6:41 UTC  (3+ messages)

[PATCH v3] LoongArch: KVM: Add software breakpoint support
 2024-02-18  6:33 UTC 

[Patch v2] KVM: selftests: Test top-down slots event
 2024-02-18  4:30 UTC 

[PATCH] KVM: selftests: Test top-down slots event
 2024-02-18  3:16 UTC  (5+ messages)

[PATCH] arch/x86/entry_fred: don't set up KVM IRQs if KVM is disabled
 2024-02-17 22:25 UTC  (12+ messages)

[kvm-unit-tests RFC PATCH] Workaround (possible) QEMU migration bug
 2024-02-17 16:21 UTC 

[PATCH v4] KVM: x86/xen: Inject vCPU upcall vector when local APIC is enabled
 2024-02-17 11:25 UTC  (3+ messages)

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-17 10:52 UTC  (6+ messages)
` [PATCH v13 21/21] KVM: pfncache: rework __kvm_gpc_refresh() to fix locking issues

[PATCH v2] LoongArch: KVM: Add software breakpoint support
 2024-02-17  9:42 UTC 

[PATCH v2 0/3] add debugfs to hisilicon migration driver
 2024-02-17  6:51 UTC  (4+ messages)
` [PATCH v2 2/3] hisi_acc_vfio_pci: register debugfs for "

[PATCH 1/2] kbuild: change tool coverage variables to take the path relative to $(obj)
 2024-02-17  5:55 UTC 

[PATCH for-6.8 v3 0/3] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-17  3:03 UTC  (3+ messages)
` [PATCH for-6.8 v3 1/3] LoongArch: KVM: Fix input validation of _kvm_get_cpucfg and kvm_check_cpucfg

[PATCH 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-17  1:45 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: fix comment to add LBR to passthrough MSRs
` [PATCH 2/3] KVM: VMX: return early if msr_bitmap is not supported
` [PATCH 3/3] KVM: VMX: simplify MSR interception enable/disable

[PATCH 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-17  1:41 UTC 

[PATCH 00/10] KVM: SEV: allow customizing VMSA features
 2024-02-17  1:40 UTC  (6+ messages)

[PATCH] KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()
 2024-02-17  1:34 UTC 

[PATCH 0/2] KVM: x86: Fix dirty logging of emulated atomics
 2024-02-17  1:02 UTC  (16+ messages)
` [PATCH 1/2] KVM: x86: Mark target gfn of emulated atomic instruction as dirty
` [PATCH 2/2] KVM: selftests: Test forced instruction emulation in dirty log test (x86 only)

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-02-16 23:40 UTC  (4+ messages)

[PATCH v2 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
 2024-02-16 21:18 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: s390: load guest access registers "

[kvm-unit-tests PATCH] s390x/snippets/c/sie-dat: Fix compiler warning with GCC 11.2
 2024-02-16 19:08 UTC  (2+ messages)

[GIT PULL] KVM fixes and cleanups for 6.8-rc5
 2024-02-16 18:51 UTC  (2+ messages)

[PATCH] KVM: Get rid of return value from kvm_arch_create_vm_debugfs()
 2024-02-16 17:13 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.8, take #2
 2024-02-16 17:02 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2024-02-16 15:47 UTC  (2+ messages)


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