public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-07 10:44:11 to 2024-12-10 20:10:15 UTC [more...]

[PATCH v4 0/6] KVM: x86: Prep KVM hypercall handling for TDX
 2024-12-10 20:10 UTC  (7+ messages)
` [PATCH v4 6/6] KVM: x86: Refactor __kvm_emulate_hypercall() into a macro

[PATCH 00/18] KVM: TDX: TDX "the rest" part
 2024-12-10 18:25 UTC  (20+ messages)
` [PATCH 01/18] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH 02/18] KVM: TDX: Handle EPT violation/misconfig exit
` [PATCH 03/18] KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs
` [PATCH 04/18] KVM: TDX: Handle TDX PV CPUID hypercall
` [PATCH 05/18] KVM: TDX: Handle TDX PV HLT hypercall
` [PATCH 06/18] KVM: x86: Move KVM_MAX_MCE_BANKS to header file
` [PATCH 07/18] KVM: TDX: Implement callbacks for MSR operations
` [PATCH 08/18] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
` [PATCH 09/18] KVM: TDX: Enable guest access to LMCE related MSRs
` [PATCH 10/18] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
` [PATCH 11/18] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH 12/18] KVM: TDX: Add method to ignore guest instruction emulation
` [PATCH 13/18] KVM: TDX: Add methods to ignore VMX preemption timer
` [PATCH 14/18] KVM: TDX: Add methods to ignore accesses to TSC
` [PATCH 15/18] KVM: TDX: Ignore setting up mce
` [PATCH 16/18] KVM: TDX: Add a method to ignore hypercall patching
` [PATCH 17/18] KVM: TDX: Make TDX VM type supported
` [PATCH 18/18] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX)

[PATCH 00/16] KVM: TDX: TDX interrupts
 2024-12-10 18:24 UTC  (18+ messages)
` [PATCH 01/16] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH 02/16] KVM: VMX: Remove use of struct vcpu_vmx from posted_intr.c
` [PATCH 03/16] KVM: TDX: Disable PI wakeup for IPIv
` [PATCH 04/16] KVM: VMX: Move posted interrupt delivery code to common header
` [PATCH 05/16] KVM: TDX: Implement non-NMI interrupt injection
` [PATCH 06/16] KVM: x86: Assume timer IRQ was injected if APIC state is protected
` [PATCH 07/16] KVM: TDX: Wait lapic expire when timer IRQ was injected
` [PATCH 08/16] KVM: TDX: Implement methods to inject NMI
` [PATCH 09/16] KVM: TDX: Complete interrupts after TD exit
` [PATCH 10/16] KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM
` [PATCH 11/16] KVM: TDX: Always block INIT/SIPI
` [PATCH 12/16] KVM: TDX: Inhibit APICv for TDX guest
` [PATCH 13/16] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH 14/16] KVM: VMX: Move NMI/exception handler to common helper
` [PATCH 15/16] KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH 16/16] KVM: TDX: Handle EXIT_REASON_OTHER_SMI

[PATCH 0/7] KVM: TDX: TDX hypercalls may exit to userspace
 2024-12-10 18:24 UTC  (22+ messages)
` [PATCH 1/7] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH 2/7] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH 3/7] KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL
` [PATCH 4/7] KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>
` [PATCH 5/7] KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError>
` [PATCH 6/7] KVM: TDX: Handle TDX PV port I/O hypercall

[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
 2024-12-10 18:23 UTC  (2+ messages)

[PATCH v2 00/25] TDX vCPU/VM creation
 2024-12-10 18:22 UTC  (5+ messages)
` [PATCH v2 16/25] KVM: TDX: Get system-wide info about TDX module on initialization

[PATCH v2 00/24] TDX MMU Part 2
 2024-12-10 18:21 UTC  (2+ messages)

(Proposal) New TDX Global Metadata To Report FIXED0 and FIXED1 CPUID Bits
 2024-12-10 17:45 UTC  (5+ messages)

[PATCH v15 00/13] Add Secure TSC support for SNP guests
 2024-12-10 17:22 UTC  (26+ messages)
` [PATCH v15 01/13] x86/sev: Carve out and export SNP guest messaging init routines
` [PATCH v15 04/13] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [PATCH v15 05/13] x86/sev: Prevent RDTSC/RDTSCP interception "
` [PATCH v15 06/13] x86/sev: Prevent GUEST_TSC_FREQ MSR "

[REGRESSION] from 74a0e79df68a8042fb84fd7207e57b70722cf825: VFIO PCI passthrough no longer works
 2024-12-10 16:15 UTC  (3+ messages)

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-12-10 16:08 UTC  (8+ messages)
` [PATCH v2 1/1] KVM: arm64: Allow cacheable stage 2 mapping using VMA flags

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

[PATCH v2 0/4] x86/bugs: Adjust SRSO mitigation to new features
 2024-12-10 15:37 UTC  (4+ messages)
` [PATCH v2 1/4] x86/bugs: Add SRSO_USER_KERNEL_NO support

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-12-10 14:42 UTC  (15+ messages)
` [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI

[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
 2024-12-10 14:25 UTC  (3+ messages)
` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-05
  ` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-12

[PATCH v3 0/2] Extend 8-byte PCI load/store support to x86 arch
 2024-12-10 13:58 UTC  (5+ messages)
` [PATCH v3 1/2] vfio/pci: Enable iowrite64 and ioread64 for vfio pci
` [PATCH v3 2/2] vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64

[GIT PULL] KVM/arm64 fixes for 6.13, part #2
 2024-12-10 13:55 UTC  (2+ messages)

[PATCH v9 00/15] arm64: support poll_idle()
 2024-12-10 13:50 UTC  (3+ messages)
` [PATCH v9 05/15] arm64: barrier: add support for smp_cond_relaxed_timeout()

[PATCH v2 0/2] Extend 8-byte PCI load/store support to x86 arch
 2024-12-10 13:22 UTC  (4+ messages)
` [PATCH v2 2/2] vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64

[PATCH v1 1/1] KVM: s390: VSIE: fix virtual/physical address in unpin_scb()
 2024-12-10 12:38 UTC  (3+ messages)

[PATCH v2 0/2] MANA: Fix few memory leaks in mana_gd_setup_irqs
 2024-12-10 10:24 UTC  (10+ messages)
` [PATCH v2 1/2] net: mana: Fix memory leak "
` [PATCH v2 2/2] net: mana: Fix irq_contexts "

[kvm-unit-tests PATCH v4 0/6] s390x: STFLE nested interpretation
 2024-12-10 10:20 UTC  (3+ messages)
` [kvm-unit-tests PATCH v4 4/6] s390x: Add library functions for exiting from snippet

[syzbot] [kvm?] WARNING in vcpu_run
 2024-12-10  9:38 UTC  (2+ messages)

[PATCH v1 0/6] selftests: kvm: s390: Reject invalid ioctls on ucontrol VMs
 2024-12-10  9:34 UTC  (14+ messages)
` [PATCH v1 1/6] kvm: s390: Reject setting flic pfault attributes "
` [PATCH v1 2/6] selftests: kvm: s390: Add ucontrol flic attr selftests
` [PATCH v1 3/6] kvm: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs
` [PATCH v1 4/6] selftests: kvm: s390: Add ucontrol gis routing test
` [PATCH v1 5/6] selftests: kvm: s390: Streamline uc_skey test to issue iske after sske
` [PATCH v1 6/6] selftests: kvm: s390: Add has device attr check to uc_attr_mem_limit selftest

[PATCH v2] KVM: x86: Drop the kvm_has_noapic_vcpu optimization
 2024-12-10  8:16 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/3] riscv: Improved bare metal support
 2024-12-10  4:44 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] riscv: Add Image header to flat binaries
` [kvm-unit-tests PATCH 2/3] riscv: Rate limit UART output to avoid FIFO overflows
` [kvm-unit-tests PATCH 3/3] riscv: Support UARTs with different I/O widths

[PATCH v5 00/12] iommufd support pasid attach/replace
 2024-12-10  3:15 UTC  (7+ messages)
` [PATCH v5 08/12] iommufd: Enforce pasid compatible domain for PASID-capable device

[PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
 2024-12-10  2:45 UTC  (19+ messages)

[PATCH v2 3/3] x86/sev: Add SEV-SNP CipherTextHiding support
 2024-12-10  1:30 UTC  (11+ messages)

[PATCH 0/8] Add SBI v3.0 PMU enhancements
 2024-12-10  1:16 UTC  (12+ messages)
` [PATCH 3/8] drivers/perf: riscv: Add raw event v2 support
` [PATCH 5/8] drivers/perf: riscv: Implement PMU event info function
` [PATCH 7/8] RISC-V: KVM: Implement get "

[RFC RESEND 0/6] hugetlbfs largepage RAS project
 2024-12-09 21:25 UTC  (10+ messages)
` [PATCH v3 0/7] hugetlbfs memory HW error fixes

Hitting AUTOIBRS WARN_ON_ONCE() in init_amd() booting 32-bit kernel under KVM
 2024-12-09 20:59 UTC  (5+ messages)

[PATCH v2 0/2] x86/bugs: RSB tweaks
 2024-12-09 20:46 UTC  (5+ messages)
` [PATCH v2 2/2] x86/bugs: Don't fill RSB on context switch with eIBRS

[PATCH v3 0/2] x86: KVM: Add missing AMD features
 2024-12-09 19:22 UTC  (5+ messages)
` [PATCH v3 1/2] x86: KVM: Advertise FSRS and FSRC on AMD to userspace

[PATCH v3 0/5] Introduce new headers for Hyper-V
 2024-12-09 19:19 UTC  (5+ messages)
` [PATCH v3 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h

[PATCH 00/11] KVM: arm64: Add NV timer support
 2024-12-09 15:15 UTC  (3+ messages)

[linus:master] [KVM] d96c77bd4e: stress-ng.kvm.ops_per_sec 11.1% improvement
 2024-12-09 14:55 UTC 

[PATCH 0/5] bugfix some driver issues
 2024-12-09 13:51 UTC  (5+ messages)
` [PATCH 4/5] hisi_acc_vfio_pci: bugfix the problem of uninstalling driver
` [PATCH 5/5] hisi_acc_vfio_pci: bugfix live migration function without VF device driver

[PATCH v3 00/11] Remove implicit devres from pci_intx()
 2024-12-09 13:06 UTC  (12+ messages)
` [PATCH v3 01/11] PCI: Prepare removing "
` [PATCH v3 02/11] drivers/xen: Use never-managed version of pci_intx()
` [PATCH v3 03/11] net/ethernet: "
` [PATCH v3 04/11] net/ntb: "
` [PATCH v3 05/11] misc: "
` [PATCH v3 06/11] vfio/pci: "
` [PATCH v3 07/11] PCI: MSI: "
` [PATCH v3 08/11] ata: Use always-managed "
` [PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH v3 10/11] HID: amd_sfh: Use "
` [PATCH v3 11/11] Remove devres from pci_intx()

[kvm-unit-tests PATCH] s390x: Support newer version of genprotimg
 2024-12-09 10:05 UTC  (6+ messages)

[PATCH RFC v3 0/3] riscv: add Svukte extension
 2024-12-09  8:09 UTC  (4+ messages)
` [PATCH RFC v3 3/3] riscv: KVM: Add Svukte extension support for Guest/VM

i want to learn some recent development process about kvm, not robot
 2024-12-08  9:14 UTC 

i want to learn some recent development process about kvm, not robot
 2024-12-08  9:12 UTC 

i want to learn some recent development process about kvm, not robot
 2024-12-08  8:55 UTC 

[PATCH v2 6.1] KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_faultin_pfn()
 2024-12-08  8:37 UTC 

[PATCH v2 6.6 6.12] KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_faultin_pfn()
 2024-12-08  8:38 UTC 

[PATCH 00/31] Prepare GHES driver to support error injection
 2024-12-07 15:16 UTC  (5+ messages)


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