public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-26 20:40:37 to 2025-01-29 09:59:51 UTC [more...]

[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
 2025-01-29  9:58 UTC  (3+ messages)
` [PATCH V2 01/12] x86/virt/tdx: Make tdh_vp_enter() noinstr
` [PATCH V2 02/12] KVM: x86: Allow the use of kvm_load_host_xsave_state() with guest_state_protected

[PATCH V2 00/12] KVM: TDX: TD vcpu enter/exit
 2025-01-29  9:56 UTC 

[PATCH v2] KVM: PPC: Enable CAP_SPAPR_TCE_VFIO on pSeries KVM guests
 2025-01-29  9:40 UTC 

[PATCH 0/4] Fix broken SNP support with KVM module built-in
 2025-01-29  9:24 UTC  (9+ messages)
` [PATCH 1/4] iommu/amd: Check SNP support before enabling IOMMU

[PATCH v2 00/13] Change ghes to use HEST-based offsets and add support for error inject
 2025-01-29  8:04 UTC  (2+ messages)
` [PATCH v2 08/13] acpi/ghes: Cleanup the code which gets ghes ged state

[PATCH v6 0/3] Add support for the Idle HLT intercept feature
 2025-01-29  5:26 UTC  (5+ messages)
` [PATCH v6 1/3] x86/cpufeatures: Add CPUID feature bit for Idle HLT intercept
` [PATCH v6 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v6 3/3] KVM: selftests: Add self IPI HLT test

[PATCH v5] target/arm: Always add pmu property for Armv7-A/R+
 2025-01-29  5:18 UTC  (3+ messages)

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2025-01-29  4:50 UTC  (13+ messages)
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 07/43] arm64: RME: Define the user ABI
` [PATCH v6 08/43] arm64: RME: ioctls to create and configure realms
` [PATCH v6 10/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs

[PATCH v6 0/4] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-29  2:18 UTC  (5+ messages)

[RFC PATCH 0/4] PMU partitioning driver support
 2025-01-28 23:08 UTC  (12+ messages)
` [RFC PATCH 1/4] perf: arm_pmuv3: Introduce module param to partition the PMU
` [RFC PATCH 2/4] KVM: arm64: Make guests see only counters they can access
` [RFC PATCH 3/4] perf: arm_pmuv3: Generalize counter bitmasks
` [RFC PATCH 4/4] perf: arm_pmuv3: Keep out of guest counter partition

[GIT PULL] VFIO updates for v6.14-rc1
 2025-01-28 22:39 UTC  (2+ messages)

[RFC PATCH 0/9] accel: Only include qdev-realized vCPUs in global &cpus_queue
 2025-01-28 20:58 UTC  (20+ messages)
` [RFC PATCH 1/9] accel/tcg: Simplify use of &first_cpu in rr_cpu_thread_fn()
` [RFC PATCH 2/9] accel/tcg: Invalidate TB jump cache with global vCPU queue locked
` [RFC PATCH 3/9] cpus: Remove cpu from global queue after UNREALIZE completed
` [RFC PATCH 4/9] hw/qdev: Introduce DeviceClass::[un]wire() handlers
` [PATCH 5/9] cpus: Add DeviceClass::[un]wire() stubs
` [PATCH 6/9] cpus: Call hotplug handlers in DeviceWire()
` [RFC PATCH 7/9] cpus: Only expose REALIZED vCPUs to global &cpus_queue
` [PATCH 8/9] accel/kvm: Assert vCPU is created when calling kvm_dirty_ring_reap*()
` [PATCH 9/9] accel/kvm: Remove unreachable assertion in kvm_dirty_ring_reap*()

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2025-01-28 18:45 UTC  (24+ messages)
` [PATCH v4 0/7] Poisoned memory recovery on reboot
  ` [PATCH v4 2/7] system/physmem: poisoned memory discard "
` [PATCH v5 0/6] Poisoned memory recovery "
  ` [PATCH v5 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
  ` [PATCH v5 2/6] system/physmem: poisoned memory discard on reboot
  ` [PATCH v5 3/6] accel/kvm: Report the loss of a large memory page
  ` [PATCH v5 6/6] hostmem: Handle remapping of RAM

[PATCH v2] KVM: x86: Update Xen TSC leaves during CPUID emulation
 2025-01-28 18:34 UTC  (2+ messages)

[PATCH v3 00/21] Add Counter delegation ISA extension support
 2025-01-28 18:16 UTC  (27+ messages)
` [PATCH v3 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v3 02/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v3 03/21] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v3 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v3 05/21] RISC-V: Define indirect CSR access helpers
` [PATCH v3 06/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v3 07/21] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH v3 08/21] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v3 09/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v3 10/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v3 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v3 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v3 13/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v3 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v3 15/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v3 16/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v3 17/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v3 18/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v3 19/21] tools/perf: Support event code for arch standard events
` [PATCH v3 20/21] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH v3 21/21] Sync empty-pmu-events.c with autogenerated one

[PATCH v5 0/9] Basic SEV-SNP Selftests
 2025-01-28 17:35 UTC  (4+ messages)
` [PATCH v5 3/9] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2

Call for GSoC internship project ideas
 2025-01-28 16:16 UTC 

[PATCH] KVM: x86/mmu: Ensure NX huge page recovery thread is alive before waking
 2025-01-28 15:44 UTC  (8+ messages)

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-01-28 14:49 UTC  (15+ messages)
` [PATCH RFC net-next v1 1/5] net: add devmem TCP TX documentation
` [PATCH RFC net-next v1 3/5] net: add get_netmem/put_netmem support
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[kvm-unit-tests PATCH v3 0/2] Add support for SBI FWFT extension testing
 2025-01-28 14:15 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/2] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v3 2/2] riscv: Add tests for SBI FWFT extension

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2025-01-28 13:56 UTC  (7+ messages)
` [PATCH v2 02/12] KVM: arm64: nv: Sync nested timer state with FEAT_NV2

[PATCH] KVM: s390: selftests: Streamline uc_skey test to issue iske after sske
 2025-01-28 13:18 UTC 

[PATCH v5 0/3] Add support for the Idle HLT intercept feature
 2025-01-28 12:49 UTC  (8+ messages)
` [PATCH v5 2/3] KVM: SVM: Add Idle HLT intercept support
` [PATCH v5 3/3] KVM: selftests: Add self IPI HLT test

[PATCH v3 0/6] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
 2025-01-28 11:57 UTC  (5+ messages)
` [PATCH v3 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU

[PATCH] Update memory enc kvm.c
 2025-01-28 10:45 UTC 

[RFC kvm-unit-tests PATCH v1] Makefile: Use 'vpath' for out-of-source builds and not 'VPATH'
 2025-01-28 10:41 UTC 

[kvm-unit-tests PATCH v1 0/2] s390x: Improve out-of-source builds
 2025-01-28 10:14 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x/Makefile: Make sure the linker script is generated in the build directory
` [kvm-unit-tests PATCH v1 2/2] s390x/Makefile: Add auxinfo.o to cflatobjs

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-01-28  9:42 UTC  (2+ messages)

[PATCH] x86/kvm: Override default caching mode for SEV-SNP and TDX
 2025-01-28  9:40 UTC  (3+ messages)

[PATCH v16 12/13] x86/tsc: Switch to native sched clock
 2025-01-28  5:41 UTC  (12+ messages)

[PATCH v7 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-01-28  1:53 UTC  (4+ messages)
` [PATCH v7 1/3] KVM: x86: Add a wbinvd helper
` [PATCH v7 2/3] KVM: SVM: Remove wbinvd in sev_vm_destroy()
` [PATCH v7 3/3] KVM: SVM: Flush cache only on CPUs running SEV guest

[GIT PULL] virtio: features, fixes, cleanups
 2025-01-28  1:07 UTC  (2+ messages)

[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
 2025-01-27 21:52 UTC  (25+ messages)
` [PATCH v8 01/11] KVM: Remove kvm_handle_hva_range helper functions
` [PATCH v8 02/11] KVM: Add lockless memslot walk to KVM
` [PATCH v8 03/11] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v8 04/11] KVM: x86/mmu: Relax locking for kvm_test_age_gfn and kvm_age_gfn
` [PATCH v8 05/11] KVM: x86/mmu: Rearrange kvm_{test_,}age_gfn
` [PATCH v8 06/11] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v8 08/11] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock

[PATCH v6 0/6] Poisoned memory recovery on reboot
 2025-01-27 21:31 UTC  (7+ messages)
` [PATCH v6 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
` [PATCH v6 2/6] system/physmem: poisoned memory discard on reboot
` [PATCH v6 3/6] accel/kvm: Report the loss of a large memory page
` [PATCH v6 4/6] numa: Introduce and use ram_block_notify_remap()
` [PATCH v6 5/6] hostmem: Factor out applying settings
` [PATCH v6 6/6] hostmem: Handle remapping of RAM

[PATCH v6 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest
 2025-01-27 20:03 UTC  (3+ messages)
` [PATCH v6 3/3] "

[Bug 218267] New: [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang
 2025-01-27 18:32 UTC  (2+ messages)
` [Bug 218267] "

[RFC PATCH 0/2] KVM: x86: Strengthen locking rules for kvm_lock
 2025-01-27 18:17 UTC  (11+ messages)
` [PATCH 1/2] KVM: x86: fix usage of kvm_lock in set_nx_huge_pages()

vmx_pmu_caps_test fails on Skylake based CPUS due to read only LBRs
 2025-01-27 17:58 UTC  (9+ messages)

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2025-01-27 17:09 UTC  (9+ messages)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD
            ` PKEY syscall number for selftest? (was: [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD)

[PATCH 0/7] KVM: TDX SEPT SEAMCALL retry
 2025-01-27 17:04 UTC  (7+ messages)
` [PATCH 3/7] KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-01-27 15:51 UTC  (16+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[GIT PULL] KVM changes for Linux 6.14
 2025-01-27 15:25 UTC  (13+ messages)

[kvmtool PATCH 0/6] Add RISC-V ISA extensions based on Linux-6.13
 2025-01-27 13:24 UTC  (7+ messages)
` [kvmtool PATCH 1/6] Sync-up headers with Linux-6.13 kernel
` [kvmtool PATCH 2/6] Add __KERNEL_DIV_ROUND_UP() macro
` [kvmtool PATCH 3/6] riscv: Add Svade extension support
` [kvmtool PATCH 4/6] riscv: Add Svadu "
` [kvmtool PATCH 5/6] riscv: Add Smnpm "
` [kvmtool PATCH 6/6] riscv: Add Ssnpm "

[PATCH] sched: Don't define sched_clock_irqtime as static key
 2025-01-27 13:13 UTC  (2+ messages)

[PATCH v4 00/15] KVM: s390: Stop using page->index and other things
 2025-01-27  9:36 UTC  (15+ messages)
` [PATCH v4 05/15] KVM: s390: move pv gmap functions into kvm
` [PATCH v4 09/15] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [PATCH v4 10/15] KVM: s390: stop using page->index for non-shadow gmaps
` [PATCH v4 12/15] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [PATCH v4 13/15] KVM: s390: remove useless page->index usage
` [PATCH v4 14/15] KVM: s390: move PGSTE softbits
` [PATCH v4 15/15] KVM: s390: remove the last user of page->index

[PATCH v2] KVM: x86/cpuid: add type suffix to decimal const 48 fix building warning
 2025-01-27  1:38 UTC 

[PATCH 00/20] accel: Simplify cpu-target.c (omnibus)
 2025-01-26 21:37 UTC  (19+ messages)
` [PATCH 12/20] accel/accel-cpu-target.h: Include missing 'cpu.h' header
` [PATCH 13/20] accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'
` [PATCH 14/20] accel/tcg: Move cpu_memory_rw_debug() user implementation to user-exec.c
` [PATCH 15/20] cpus: Fix style in cpu-target.c
` [PATCH 16/20] cpus: Restrict cpu_common_post_load() code to TCG
` [PATCH 17/20] cpus: Have cpu_class_init_props() per user / system emulation
` [PATCH 18/20] cpus: Have cpu_exec_initfn() "
` [PATCH 19/20] cpus: Register VMState "
` [PATCH 20/20] cpus: Build cpu_exec_[un]realizefn() methods once


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