public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-19 14:31:47 to 2024-02-21 10:22:20 UTC [more...]

[GIT PULL] KVM/arm64 fixes for 6.8, take #3
 2024-02-21 10:22 UTC  (2+ messages)

[PATCH net-next 1/2] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-02-21  9:52 UTC  (2+ messages)

[PATCH 00/10] crypto: qat - enable SRIOV VF live migration for
 2024-02-21  8:44 UTC  (11+ messages)
` [PATCH 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH v5 00/12] RISCV: Add kvm Sstc timer selftests
 2024-02-21  8:37 UTC  (5+ messages)
` [PATCH v5 11/12] KVM: riscv: selftests: Change vcpu_has_ext to a common function

[kvm-unit-tests PATCH v4 0/7] s390x: Add base AP support
 2024-02-21  7:57 UTC  (4+ messages)
` [kvm-unit-tests PATCH v4 2/7] s390x: Add guest 2 AP test

[PATCH v4 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-21  7:49 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: s390: fix access register usage in ioctls
` [PATCH v4 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH V1 vfio 0/5] Improve mlx5 driver to better handle some error cases
 2024-02-21  7:45 UTC  (5+ messages)

[kvm-unit-tests PATCH v5 0/8] Multi-migration support
 2024-02-21  7:43 UTC  (10+ messages)
` [kvm-unit-tests PATCH v5 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v5 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v5 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v5 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v5 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v5 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v5 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v5 8/8] migration: add a migration selftest

[kvm-unit-tests PATCH] lib/arm/io: Fix calling getchar() multiple times
 2024-02-21  7:42 UTC  (7+ messages)

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-02-21  7:35 UTC  (5+ messages)

[PATCH v10 0/8] KVM: allow mapping non-refcounted pages
 2024-02-21  7:25 UTC  (11+ messages)
` [PATCH v10 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v10 2/8] KVM: Relax BUG_ON argument validation
` [PATCH v10 3/8] KVM: mmu: Introduce kvm_follow_pfn()
` [PATCH v10 4/8] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v10 5/8] KVM: Migrate kvm_vcpu_map to __kvm_follow_pfn
` [PATCH v10 5/8] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v10 6/8] KVM: x86: Migrate to __kvm_follow_pfn
` [PATCH v10 6/8] KVM: x86: Migrate to kvm_follow_pfn()
` [PATCH v10 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages
` [PATCH v10 8/8] KVM: x86/mmu: Handle non-refcounted pages

[PATCH v18 000/121] KVM TDX basic feature support
 2024-02-21  6:59 UTC  (11+ messages)
` [PATCH v18 029/121] KVM: TDX: create/free TDX vcpu structure
` [PATCH v18 067/121] KVM: TDX: Implement TDX vcpu enter/exit path
` [PATCH v18 069/121] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v18 071/121] KVM: TDX: restore user ret MSRs
` [PATCH v18 072/121] KVM: TDX: Add TSX_CTRL msr into uret_msrs list

[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-21  6:34 UTC 

[PATCH v6] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-21  6:16 UTC  (3+ messages)

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2024-02-21  6:05 UTC  (8+ messages)

[PATCH v8 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-21  6:01 UTC  (17+ messages)
` [PATCH v8 1/4] kvm: arm64: introduce new flag for non-cacheable "
` [PATCH v8 2/4] mm: introduce new flag to indicate wc safe
` [PATCH v8 3/4] kvm: arm64: set io memory s2 pte as normalnc for vfio pci device
` [PATCH v8 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[PATCH v1 0/3] RISC-V: KVM: Guest Debug Support - Software Breakpoint Part
 2024-02-21  5:49 UTC  (8+ messages)
` [PATCH v1 1/3] RISC-V: KVM: Implement kvm_arch_vcpu_ioctl_set_guest_debug()

[PATCH v4 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-21  5:42 UTC  (11+ messages)
` [PATCH v4 01/10] KVM: arm64: vgic: Store LPIs in an xarray
` [PATCH v4 02/10] KVM: arm64: vgic: Use xarray to find LPI in vgic_get_lpi()
` [PATCH v4 03/10] KVM: arm64: vgic-v3: Iterate the xarray to find pending LPIs
` [PATCH v4 04/10] KVM: arm64: vgic-its: Walk the LPI xarray in vgic_copy_lpi_list()
` [PATCH v4 05/10] KVM: arm64: vgic: Get rid of the LPI linked-list
` [PATCH v4 06/10] KVM: arm64: vgic: Use atomics to count LPIs
` [PATCH v4 07/10] KVM: arm64: vgic: Free LPI vgic_irq structs in an RCU-safe manner
` [PATCH v4 08/10] KVM: arm64: vgic: Rely on RCU protection in vgic_get_lpi()
` [PATCH v4 09/10] KVM: arm64: vgic: Ensure the irq refcount is nonzero when taking a ref
` [PATCH v4 10/10] KVM: arm64: vgic: Don't acquire the lpi_list_lock in vgic_put_irq()

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-02-21  5:43 UTC  (9+ messages)
` [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [RFC PATCH v5 02/29] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [RFC PATCH v5 03/29] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization

[PATCH kvmtool] x86: Fix bios memory size in e820_setup
 2024-02-21  5:28 UTC 

[PATCH v3 00/10] KVM: arm64: Avoid serializing LPI get() / put()
 2024-02-21  5:13 UTC  (10+ messages)
` [PATCH v3 01/10] KVM: arm64: vgic: Store LPIs in an xarray

[syzbot] [kvm?] KMSAN: uninit-value in em_ret_near_imm
 2024-02-21  3:00 UTC 

[PATCH v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
 2024-02-21  2:10 UTC  (9+ 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()

[ANNOUNCE] PUCK Agenda - 2024.02.21 - No topic
 2024-02-21  2:06 UTC 

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-21  2:03 UTC  (6+ messages)
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters

[PATCH 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
 2024-02-20 21:50 UTC  (4+ messages)
` [PATCH 3/3] KVM: VMX: simplify MSR interception enable/disable

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-20 20:07 UTC  (10+ messages)
` [RFC 1/8] hw/core: Rename CpuTopology to CPUTopology
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
` [RFC 3/8] hw/core: Define cache topology for machine
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 5/8] i386/cpu: Support thread and module level cache topology
` [RFC 6/8] i386/cpu: Update cache topology with machine's configuration
` [RFC 7/8] i386/pc: Support cache topology in -smp for PC machine
` [RFC 8/8] qemu-options: Add the cache topology description of -smp

[RFC] cputime: Introduce option to force full dynticks accounting on NOHZ & NOHZ_IDLE CPUs
 2024-02-20 18:19 UTC  (3+ messages)

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-20 17:07 UTC  (24+ messages)
` [PATCH v13 04/21] KVM: pfncache: add a mark-dirty helper
` [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage
` [PATCH v13 09/21] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v13 12/21] KVM: x86/xen: allow shared_info to be mapped by fixed HVA
` [PATCH v13 18/21] KVM: x86/xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast()

[PATCH 0/9] SVM guest shadow stack support
 2024-02-20 16:33 UTC  (8+ messages)
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-02-20 16:14 UTC  (13+ messages)
` [PATCH v4 29/66] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v4 33/66] i386/tdx: Make memory type private by default
` [PATCH v4 50/66] i386/tdx: handle TDG.VP.VMCALL<GetQuote>

[PATCH v3 0/2] KVM: s390: Fix AR parameter in ioctl
 2024-02-20 15:48 UTC  (8+ 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 v2 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
 2024-02-20 15:44 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-02-20 15:41 UTC  (16+ 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

linux-next: manual merge of the kvm-x86 tree with the kvm tree
 2024-02-20 15:33 UTC  (2+ messages)

[PATCH] hw/sysbus: Inline and remove sysbus_add_io()
 2024-02-20 14:04 UTC  (2+ messages)

[PATCH v10 00/27] Enable CET Virtualization
 2024-02-20 13:23 UTC  (6+ messages)
` [PATCH v10 10/27] KVM: x86: Refine xsave-managed guest register/MSR reset handling
` [PATCH v10 13/27] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS

[PATCH v4] KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'
 2024-02-20 12:28 UTC  (2+ messages)

[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
 2024-02-20 12:22 UTC  (7+ messages)

[PATCH v19 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-20 11:50 UTC  (4+ messages)
` [PATCH v19 1/3] vfio/pci: rename and export do_io_rw()
` [PATCH v19 2/3] vfio/pci: rename and export range_intersect_range
` [PATCH v19 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper

[PATCH v2] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2024-02-20 11:07 UTC  (3+ messages)

[PATCHv8 0/2] *** Detect interrupt storm in softlockup ***
 2024-02-20  9:49 UTC  (5+ messages)
` [PATCHv8 1/2] watchdog/softlockup: low-overhead detection of interrupt
` [PATCHv8 2/2] watchdog/softlockup: report the most frequent interrupts

[RFC PATCH v2 0/3] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
 2024-02-20  8:52 UTC  (6+ messages)
` [RFC PATCH v2 1/3] "

[PATCH v2 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-02-20  3:20 UTC  (11+ messages)
` [PATCH v2 01/10] crypto: qat - adf_get_etr_base() helper
` [PATCH v2 02/10] crypto: qat - relocate and rename 4xxx PF2VM definitions
` [PATCH v2 03/10] crypto: qat - move PFVF compat checker to a function
` [PATCH v2 04/10] crypto: qat - relocate CSR access code
` [PATCH v2 05/10] crypto: qat - rename get_sla_arr_of_type()
` [PATCH v2 06/10] crypto: qat - expand CSR operations for QAT GEN4 devices
` [PATCH v2 07/10] crypto: qat - add bank save and restore flows
` [PATCH v2 08/10] crypto: qat - add interface for live migration
` [PATCH v2 09/10] crypto: qat - implement "
` [PATCH v2 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH 0/4] KVM: Async #PF fixes and cleanups
 2024-02-20  3:02 UTC  (5+ messages)
` [PATCH 1/4] KVM: Always flush async #PF workqueue when vCPU is being destroyed

[PATCH 0/6] hw: Remove sysbus_address_space()
 2024-02-19 14:31 UTC  (11+ messages)
` [PATCH 1/6] hw/arm: Inline sysbus_create_simple(PL110 / PL111)


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