kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-02 19:45:09 to 2025-01-07 19:08:45 UTC [more...]

[PATCH v3 0/7] Move initializing SEV/SNP functionality to KVM
 2025-01-07 19:08 UTC  (20+ messages)
` [PATCH v3 1/7] crypto: ccp: Move dev_info/err messages for SEV/SNP initialization
` [PATCH v3 2/7] crypto: ccp: Fix implicit SEV/SNP init and shutdown in ioctls
` [PATCH v3 3/7] crypto: ccp: Reset TMR size at SNP Shutdown
` [PATCH v3 4/7] crypto: ccp: Register SNP panic notifier only if SNP is enabled
` [PATCH v3 5/7] crypto: ccp: Add new SEV/SNP platform shutdown API
` [PATCH v3 6/7] KVM: SVM: Add support to initialize SEV/SNP functionality in KVM
` [PATCH v3 7/7] crypto: ccp: Move SEV/SNP Platform initialization to KVM

[PATCH v16 00/13] Add Secure TSC support for SNP guests
 2025-01-07 18:53 UTC  (22+ messages)
` [PATCH v16 01/13] virt: sev-guest: Remove is_vmpck_empty() helper
` [PATCH v16 02/13] virt: sev-guest: Replace GFP_KERNEL_ACCOUNT with GFP_KERNEL
` [PATCH v16 03/13] x86/sev: Carve out and export SNP guest messaging init routines
` [PATCH v16 04/13] x86/sev: Relocate SNP guest messaging routines to common code
` [PATCH v16 05/13] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v16 06/13] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v16 07/13] x86/sev: Prevent GUEST_TSC_FREQ MSR interception "
` [PATCH v16 08/13] x86/sev: Prevent RDTSC/RDTSCP "
` [PATCH v16 09/13] x86/sev: Mark Secure TSC as reliable clocksource
` [PATCH v16 10/13] x86/tsc: Switch Secure TSC guests away from kvm-clock
` [PATCH v16 11/13] x86/tsc: Upgrade TSC clocksource rating for guests
` [PATCH v16 12/13] x86/tsc: Switch to native sched clock
` [PATCH v16 13/13] x86/sev: Allow Secure TSC feature for SNP guests

[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
 2025-01-07 18:36 UTC 

[kvm-unit-tests PATCH v4 0/5] riscv: add SBI SSE extension tests
 2025-01-07 17:33 UTC  (8+ messages)
` [kvm-unit-tests PATCH v4 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v4 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values

[PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
 2025-01-07 17:09 UTC  (11+ messages)

[PATCH v3 0/3] KVM: x86: Include host suspended time in steal time
 2025-01-07 16:43 UTC  (8+ messages)
` [PATCH v3 1/3] kvm: Introduce kvm_total_suspend_ns()
` [PATCH v3 2/3] KVM: x86: Include host suspended time in steal time
` [PATCH v3 3/3] KVM: x86: Document host suspend being included "

[PATCH v1 0/4] KVM: s390: vsie: vsie page handling fixes + rework
 2025-01-07 15:43 UTC  (5+ messages)
` [PATCH v1 1/4] KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
` [PATCH v1 2/4] KVM: s390: vsie: stop using page->index
` [PATCH v1 3/4] KVM: s390: vsie: stop messing with page refcount
` [PATCH v1 4/4] KVM: s390: vsie: stop using "struct page" for vsie page

linux-next: Fixes tag needs some work in the kvms390-fixes tree
 2025-01-07 15:40 UTC  (3+ messages)

[PATCH v4 0/8] Basic SEV-SNP Selftests
 2025-01-07 15:32 UTC  (2+ messages)

[syzbot] [kvm?] possible deadlock in kvm_arch_pm_notifier
 2025-01-07 15:18 UTC  (2+ messages)

[PATCH v2 00/24] TDX MMU Part 2
 2025-01-07 14:02 UTC  (5+ messages)
` [PATCH v2 22/24] KVM: TDX: Finalize VM initialization

[PATCH] KVM: x86/mmu: Only zap valid non-mirror roots in kvm_zap_gfn_range()
 2025-01-07 14:01 UTC  (5+ messages)

[RFC PATCH 0/7] accel: Add per-accelerator vCPUs queue
 2025-01-07 13:09 UTC  (12+ messages)
` [RFC PATCH 1/7] cpus: Restrict CPU_FOREACH_SAFE() to user emulation
` [RFC PATCH 2/7] cpus: Introduce AccelOpsClass::get_cpus_queue()
` [RFC PATCH 3/7] accel/tcg: Implement tcg_get_cpus_queue()
` [RFC PATCH 4/7] accel/tcg: Use CPU_FOREACH_TCG()
` [RFC PATCH 5/7] accel/hw: Implement hw_accel_get_cpus_queue()
` [RFC PATCH 6/7] accel/hvf: Use CPU_FOREACH_HVF()
` [RFC PATCH 7/7] accel/kvm: Use CPU_FOREACH_KVM()

[PATCH v2 00/25] TDX vCPU/VM creation
 2025-01-07 12:41 UTC  (9+ messages)
` [PATCH v2 18/25] KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check

[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
 2025-01-07 12:11 UTC  (3+ messages)

Raptor Engineering dedicating resources to KVM on PowerNV + KVM CI/CD
 2025-01-07 11:45 UTC  (2+ messages)

[PATCH 00/16] KVM: TDX: TDX interrupts
 2025-01-07  8:09 UTC  (13+ messages)
` [PATCH 12/16] KVM: TDX: Inhibit APICv for TDX guest
` [PATCH 13/16] KVM: TDX: Add methods to ignore virtual apic related operation

[PATCH v2 00/13] x86/virt/tdx: Add SEAMCALL wrappers for KVM
 2025-01-07  7:01 UTC  (25+ messages)
` [PATCH 01/13] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
` [PATCH 02/13] x86/virt/tdx: Add SEAMCALL wrappers for TDX TD creation
` [PATCH 07/13] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_sept_add() to add SEPT pages
` [PATCH 08/13] x86/virt/tdx: Add SEAMCALL wrappers to add TD private pages
` [PATCH 09/13] x86/virt/tdx: Add SEAMCALL wrappers to manage TDX TLB tracking
` [PATCH 10/13] x86/virt/tdx: Add SEAMCALL wrappers to remove a TD private page
` [PATCH 11/13] x86/virt/tdx: Add SEAMCALL wrappers for TD measurement of initial contents
` [PATCH 12/13] x86/virt/tdx: Read essential global metadata for KVM

[PATCH v9 00/15] arm64: support poll_idle()
 2025-01-07  5:23 UTC  (2+ messages)

[PATCH 0/6] riscv: add SBI FWFT misaligned exception delegation support
 2025-01-07  3:34 UTC  (9+ messages)
` [PATCH 1/6] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH 2/6] riscv: request misaligned exception delegation from SBI
` [PATCH 3/6] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH 4/6] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH 5/6] riscv: export unaligned_ctl_available() as a GPL symbol
` [PATCH 6/6] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG

[PATCH v2 0/9] Move initializing SEV/SNP functionality to KVM
 2025-01-07  2:59 UTC  (5+ messages)
` [PATCH v2 3/9] crypto: ccp: Reset TMR size at SNP Shutdown

[PATCH v2 0/5] KVM: drop 32-bit host support on all architectures
 2025-01-07  0:53 UTC  (3+ messages)
` [PATCH v2 3/5] powerpc: kvm: drop 32-bit booke

[PATCH] pci: account for sysfs-disabled reset in pci_{slot,bus}_resettable
 2025-01-06 21:52 UTC 

[PATCH v2 11/25] KVM: TDX: Add placeholders for TDX VM/vCPU structures
 2025-01-06 19:00 UTC  (3+ messages)

[PATCH v2 09/25] x86/virt/tdx: Add SEAMCALL wrappers for TDX VM/vCPU field access
 2025-01-06 18:59 UTC  (3+ messages)

[PATCH] KVM: allow NULL writable argument to __kvm_faultin_pfn
 2025-01-06 18:57 UTC  (2+ messages)

[PATCH 11/12] x86/mm: enable AMD translation cache extensions
 2025-01-06 18:29 UTC  (2+ messages)

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2025-01-06 16:51 UTC  (4+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

[PATCH v2 0/2] Use setup ROM as fallback for ROM bar
 2025-01-06 16:28 UTC  (2+ messages)

[PATCH v3 0/2] Extend 8-byte PCI load/store support to x86 arch
 2025-01-06 16:28 UTC  (2+ messages)

[PATCH 0/4] cover-letter: Allow MMIO regions to be exported through dmabuf
 2025-01-06 16:27 UTC  (11+ messages)

[RFC] Para-virtualized TLB flush for PV-waiting vCPUs
 2025-01-06 15:56 UTC 

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

[GIT PULL] VFIO fixes for v6.13-rc7
 2025-01-06 14:59 UTC  (2+ messages)

[PATCH 0/6] kvm powerpc/book3s-hv: Expose Hostwide counters as perf-events
 2025-01-06 11:24 UTC  (10+ messages)
` [PATCH 1/6] [DOC] powerpc: Document APIv2 KVM hcall spec for Hostwide counters
` [PATCH 4/6] kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMU
` [PATCH 5/6] powerpc/book3s-hv-pmu: Implement GSB message-ops for hostwide counters

[PATCH v3 0/5] bugfix some driver issues
 2025-01-06 10:49 UTC  (4+ messages)
` [PATCH v3 1/5] hisi_acc_vfio_pci: fix XQE dma address error

[PATCH v15 03/13] x86/sev: Add Secure TSC support for SNP guests
 2025-01-06  4:34 UTC  (3+ messages)

[PATCH v15 01/13] x86/sev: Carve out and export SNP guest messaging init routines
 2025-01-06  4:14 UTC  (3+ messages)

[PATCH v2 00/12] KVM: arm64: Add NV timer support
 2025-01-06  2:33 UTC  (5+ messages)
` [PATCH v2 02/12] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v2 09/12] KVM: arm64: nv: Propagate CNTHCTL_EL2.EL1NV{P,V}CT bits

[RFC 0/5] LoongArch: KVM: Add separate vmid support
 2025-01-06  1:12 UTC  (3+ messages)

[kvm-unit-tests PATCH] Makefile: add portable mode
 2025-01-05 17:57 UTC 

[PATCH v2 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
 2025-01-05 17:36 UTC  (4+ messages)
` [PATCH v2 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v2 2/3] vfio/nvgrace-gpu: Expose the blackwell device PF BAR1 to the VM
` [PATCH v2 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status

[PATCH v2] vfio/pci: update igd matching conditions
 2025-01-04 16:09 UTC  (3+ messages)

[PATCH v2] LoongArch: KVM: Add hypercall service support for usermode VMM
 2025-01-04 14:07 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Clear LLBCTL if secondary mmu mapping is changed
 2025-01-04 14:04 UTC  (2+ messages)

[PATCH v15 00/13] Add Secure TSC support for SNP guests
 2025-01-04 10:28 UTC  (20+ messages)
` [PATCH v15 09/13] tsc: Use the GUEST_TSC_FREQ MSR for discovering TSC frequency
` [PATCH v15 10/13] tsc: Upgrade TSC clocksource rating

[PATCH v5] target/arm: Always add pmu property for Armv7-A/R+
 2025-01-04  7:10 UTC 

[PATCH v2] PCI: Remove redundant macro
 2025-01-03 20:34 UTC  (4+ messages)
  `  "

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2025-01-03 18:16 UTC  (8+ messages)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD

[PATCH 1/1] KVM: VMX: Fix comment of handle_vmx_instruction
 2025-01-03 15:38 UTC 

[PATCH v6 0/4] i386: Support SMP Cache Topology
 2025-01-03 15:50 UTC  (9+ messages)

[PATCH RFC/RFT] vfio/pci: Create feature to disable MSI virtualization
 2025-01-03 15:19 UTC  (7+ messages)

[PATCH] vfio/pci: Fallback huge faults for unaligned pfn
 2025-01-03 12:48 UTC  (3+ messages)

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

[PATCH v2 0/5] bugfix some driver issues
 2025-01-02 22:30 UTC  (4+ messages)
` [PATCH v2 1/5] hisi_acc_vfio_pci: fix XQE dma address error

[GIT PULL] Last KVM/arm64 fixes for 6.13
 2025-01-02 22:20 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).