public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-06 07:42:05 to 2024-12-10 09:11:02 UTC [more...]

[PATCH 0/7] KVM: TDX: TDX hypercalls may exit to userspace
 2024-12-10  9:10 UTC  (18+ 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 v1 1/1] KVM: s390: VSIE: fix virtual/physical address in unpin_scb()
 2024-12-10  8:39 UTC 

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

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

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

[PATCH v15 00/13] Add Secure TSC support for SNP guests
 2024-12-10  6:38 UTC  (15+ 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

[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

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

[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  (13+ 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 "

[PATCH 00/18] KVM: TDX: TDX "the rest" part
 2024-12-10  0:49 UTC  (19+ 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 0/7] Move initializing SEV/SNP functionality to KVM
 2024-12-09 23:26 UTC  (8+ 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

[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  (7+ 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 v2 0/2] Extend 8-byte PCI load/store support to x86 arch
 2024-12-09 18:19 UTC  (3+ messages)
` [PATCH v2 2/2] vfio/pci: Remove #ifdef iowrite64 and #ifdef ioread64

[PATCH v1 0/6] selftests: kvm: s390: Reject invalid ioctls on ucontrol VMs
 2024-12-09 18:14 UTC  (13+ 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 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 

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

[PATCH 0/5] bugfix some driver issues
 2024-12-09 13:51 UTC  (8+ messages)
` [PATCH 1/5] hisi_acc_vfio_pci: fix XQE dma address error
` [PATCH 2/5] hisi_acc_vfio_pci: add eq and aeq interruption restore
` [PATCH 3/5] hisi_acc_vfio_pci: bugfix cache write-back issue
` [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

[PATCH 00/16] KVM: TDX: TDX interrupts
 2024-12-09  1:07 UTC  (17+ 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

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  (6+ messages)
` [PATCH 10/31] acpi/ghes: better name GHES memory error function

[PATCH 0/3] driver core: class: remove class_compat code
 2024-12-07 10:23 UTC  (13+ messages)
` [PATCH 2/3] vfio/mdev: inline needed class_compat functionality

[PATCH v6 00/16] Prepare GHES driver to support error injection
 2024-12-07  8:54 UTC  (2+ messages)
` [PATCH v6 10/16] acpi/ghes: better name GHES memory error function

[PATCH, RESEND] x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()
 2024-12-07  7:14 UTC  (2+ messages)

[PATCH v1 00/13] KVM: Introduce KVM Userfault
 2024-12-07  1:38 UTC  (3+ messages)
` [PATCH v1 13/13] KVM: Documentation: Add KVM_CAP_USERFAULT and KVM_MEM_USERFAULT details

[PATCH 6.6] KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_faultin_pfn()
 2024-12-07  0:17 UTC  (2+ messages)

[PATCH v2 00/25] TDX vCPU/VM creation
 2024-12-07  0:00 UTC  (9+ messages)
` [PATCH v2 03/25] x86/virt/tdx: Read essential global metadata for KVM
` [PATCH v2 16/25] KVM: TDX: Get system-wide info about TDX module on initialization

[PATCH v1 01/13] KVM: Add KVM_MEM_USERFAULT memslot flag and bitmap
 2024-12-06 22:46 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Make VMGEXIT GHCB exit codes more readable
 2024-12-06 22:12 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Convert plain error code numbers to defines
` [PATCH 2/2] KVM: SVM: Provide helpers to set the error code

[PATCH net v2 0/3] virtio/vsock: Fix memory leaks
 2024-12-06 18:39 UTC  (3+ messages)

[PATCH v2] Documentation: kvm: fix typo in api.rst
 2024-12-06 16:54 UTC  (2+ messages)

[RFC PATCH 00/22] KVM: x86: Virtualize IA32_APERF and IA32_MPERF MSRs
 2024-12-06 16:34 UTC  (6+ messages)

[PATCH 00/15] Unify MSR intercepts in x86
 2024-12-06 16:01 UTC  (8+ messages)
` [PATCH 12/15] KVM: x86: Track possible passthrough MSRs in kvm_x86_ops

[PATCH 00/11] x86: 32-bit cleanups
 2024-12-06 14:27 UTC  (7+ messages)
` [PATCH 08/11] x86: document X86_INTEL_MID as 64-bit-only
` [PATCH 09/11] x86: rework CONFIG_GENERIC_CPU compiler flags


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