messages from 2025-07-07 23:21:55 to 2025-07-09 11:00:03 UTC [more...]
[PATCH v13 00/20] KVM: Enable host userspace mapping for guest_memfd-backed memory for non-CoCo VMs
2025-07-09 10:59 UTC (7+ messages)
` [PATCH v13 01/20] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v13 02/20] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v13 03/20] KVM: Introduce kvm_arch_supports_gmem()
` [PATCH v13 04/20] KVM: x86: Introduce kvm->arch.supports_gmem
` [PATCH v13 05/20] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v13 06/20] KVM: Fix comments that refer to slots_lock
[kvm-unit-tests PATCH v2 1/2] lib: Add STR_IS_Y and STR_IS_N for checking env vars
2025-07-09 10:14 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 2/2] riscv: lib: Add sbi-exit-code to configure and environment
[PATCH 0/2] KVM: s390: Fix latent guest entry/exit bugs
2025-07-09 9:22 UTC (4+ messages)
` [PATCH 1/2] entry: Add arch_in_rcu_eqs()
` [PATCH 2/2] KVM: s390: Rework guest entry logic
[mst-vhost:vhost 4/8] include/linux/pci.h:2738:14: warning: implicit declaration of function 'pci_device_is_present'; did you mean 'pci_dev_present'?
2025-07-09 9:20 UTC
[PATCH v2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation
2025-07-09 9:10 UTC (7+ messages)
[PATCH v7 net-next 0/9] virtio: introduce GSO over UDP tunnel
2025-07-09 9:02 UTC (18+ messages)
` [PATCH v7 net-next 1/9] scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
` [PATCH v7 net-next 2/9] virtio: introduce extended features
` [PATCH v7 net-next 3/9] virtio_pci_modern: allow configuring "
` [PATCH v7 net-next 4/9] vhost-net: "
` [PATCH v7 net-next 5/9] virtio_net: add supports for extended offloads
` [PATCH v7 net-next 6/9] net: implement virtio helpers to handle UDP GSO tunneling
` [PATCH v7 net-next 7/9] virtio_net: enable gso over UDP tunnel support
` [PATCH v7 net-next 8/9] tun: "
` [PATCH v7 net-next 9/9] vhost/net: "
[PATCH 0/2] Improve KVM_SET_TSC_KHZ handling for CoCo VMs
2025-07-09 8:51 UTC (8+ messages)
` [PATCH 1/2] KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protected guest
` [PATCH 2/2] KVM: x86: Reject KVM_SET_TSC_KHZ VM ioctl when vCPU has been created
[PATCH v4 00/20] KVM: arm64: Rework timer offsetting for fun and profit
2025-07-09 8:12 UTC (3+ messages)
` [PATCH v4 05/20] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2
[mst-vhost:vhost 4/8] include/linux/pci.h:2738:7: error: call to undeclared function 'pci_device_is_present'; ISO C99 and later do not support implicit function declarations
2025-07-09 8:06 UTC
[PATCH v6 0/8] LoongArch: KVM: Enhancement with eiointc emulation
2025-07-09 8:02 UTC (9+ messages)
` [PATCH v6 1/8] LoongArch: KVM: Use standard bitops API with eiointc
` [PATCH v6 2/8] LoongArch: KVM: Remove unused parameter len
` [PATCH v6 3/8] LoongArch: KVM: Add stat information with kernel irqchip
` [PATCH v6 4/8] LoongArch: KVM: Remove never called default case statement
` [PATCH v6 5/8] LoongArch: KVM: Use generic function loongarch_eiointc_read()
` [PATCH v6 6/8] LoongArch: KVM: Remove some unnecessary local variables
` [PATCH v6 7/8] LoongArch: KVM: Replace eiointc_enable_irq() with eiointc_update_irq()
` [PATCH v6 8/8] LoongArch: KVM: Add generic function loongarch_eiointc_write()
[PATCH v6 0/3] KVM: x86: Include host suspended time in steal time
2025-07-09 7:04 UTC (4+ messages)
` [PATCH v6 1/3] KVM: x86: Advance guest TSC after deep suspend
` [PATCH v6 2/3] KVM: x86: Include host suspended duration in steal time
` [PATCH v6 3/3] KVM: x86: Add "suspendsteal" cmdline to request host to add suspend "
[v2] KVM: x86: Question on lock protection in handle_ept_misconfig
2025-07-09 6:50 UTC
[Question Consultation] KVM: x86: No lock protection was applied in handle_ept_misconfig of kernel 5.10?
2025-07-09 6:32 UTC
[PATCH v8 0/2] Enable Secure TSC for SEV-SNP
2025-07-09 5:54 UTC (16+ messages)
` [PATCH v8 2/2] KVM: SVM: Enable Secure TSC for SNP guests
[PATCH 0/3] MAINTAINERS: Update TDX entry
2025-07-09 4:26 UTC (9+ messages)
` [PATCH 1/3] MAINTAINERS: Update the file list in the "
` [PATCH 2/3] MAINTAINERS: Add Rick Edgecombe as a TDX reviewer
` [PATCH 3/3] MAINTAINERS: Update Kirill Shutemov's email address
[RFC PATCH v8 00/35] AMD: Add Secure AVIC Guest Support
2025-07-09 3:32 UTC (36+ messages)
` [RFC PATCH v8 01/35] KVM: x86: Open code setting/clearing of bits in the ISR
` [RFC PATCH v8 02/35] KVM: x86: Remove redundant parentheses around 'bitmap'
` [RFC PATCH v8 03/35] x86/apic: KVM: Deduplicate APIC vector => register+bit math
` [RFC PATCH v8 04/35] KVM: x86: Rename VEC_POS/REG_POS macro usages
` [RFC PATCH v8 05/35] KVM: x86: Change lapic regs base address to void pointer
` [RFC PATCH v8 06/35] KVM: x86: Rename find_highest_vector()
` [RFC PATCH v8 07/35] KVM: x86: Rename lapic get/set_reg() helpers
` [RFC PATCH v8 08/35] KVM: x86: Rename lapic get/set_reg64() helpers
` [RFC PATCH v8 09/35] KVM: x86: Rename lapic set/clear vector helpers
` [RFC PATCH v8 10/35] x86/apic: KVM: Move apic_find_highest_vector() to a common header
` [RFC PATCH v8 11/35] x86/apic: KVM: Move lapic get/set helpers to common code
` [RFC PATCH v8 12/35] x86/apic: KVM: Move lapic set/clear_vector() "
` [RFC PATCH v8 13/35] x86/apic: KVM: Move apic_test)vector() "
` [RFC PATCH v8 14/35] x86/apic: Rename 'reg_off' to 'reg'
` [RFC PATCH v8 15/35] x86/apic: Unionize apic regs for 32bit/64bit access w/o type casting
` [RFC PATCH v8 16/35] x86/apic: Simplify bitwise operations on APIC bitmap
` [RFC PATCH v8 17/35] x86/apic: Move apic_update_irq_cfg() calls to apic_update_vector()
` [RFC PATCH v8 18/35] x86/apic: Add new driver for Secure AVIC
` [RFC PATCH v8 19/35] x86/apic: Initialize Secure AVIC APIC backing page
` [RFC PATCH v8 20/35] x86/apic: Populate .read()/.write() callbacks of Secure AVIC driver
` [RFC PATCH v8 21/35] x86/apic: Initialize APIC ID for Secure AVIC
` [RFC PATCH v8 22/35] x86/apic: Add update_vector() callback for apic drivers
` [RFC PATCH v8 23/35] x86/apic: Add update_vector() callback for Secure AVIC
` [RFC PATCH v8 24/35] x86/apic: Add support to send IPI "
` [RFC PATCH v8 25/35] x86/apic: Support LAPIC timer "
` [RFC PATCH v8 26/35] x86/sev: Initialize VGIF for secondary VCPUs "
` [RFC PATCH v8 27/35] x86/apic: Add support to send NMI IPI "
` [RFC PATCH v8 28/35] x86/apic: Allow NMI to be injected from hypervisor "
` [RFC PATCH v8 29/35] x86/sev: Enable NMI support "
` [RFC PATCH v8 30/35] x86/apic: Read and write LVT* APIC registers from HV for SAVIC guests
` [RFC PATCH v8 31/35] x86/apic: Handle EOI writes for Secure AVIC guests
` [RFC PATCH v8 32/35] x86/apic: Add kexec support for Secure AVIC
` [RFC PATCH v8 33/35] x86/apic: Enable Secure AVIC in Control MSR
` [RFC PATCH v8 34/35] x86/sev: Prevent SECURE_AVIC_CONTROL MSR interception for Secure AVIC guests
` [RFC PATCH v8 35/35] x86/sev: Indicate SEV-SNP guest supports Secure AVIC
[PATCH 0/2] TDX: Clean up the definitions of TDX ATTRIBUTES
2025-07-09 3:32 UTC (12+ messages)
` [PATCH 1/2] x86/tdx: Fix the typo of TDX_ATTR_MIGRTABLE
` [PATCH 2/2] KVM: TDX: Remove redundant definitions of TDX_TD_ATTR_*
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-07-09 2:23 UTC (10+ messages)
` [RFC PATCH 02/21] x86/virt/tdx: Enhance tdh_mem_page_aug() to support huge pages
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-07-08 22:54 UTC (28+ messages)
[PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
2025-07-08 22:41 UTC (3+ messages)
[PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks
2025-07-08 22:38 UTC (2+ messages)
[PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
2025-07-08 22:37 UTC (2+ messages)
[PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
2025-07-08 22:34 UTC (2+ messages)
[PATCH v2 0/5] KVM: arm64: Enable GICv3 guests on GICv5 hosts using FEAT_GCIE_LEGACY
2025-07-08 22:24 UTC (2+ messages)
[PATCHv3 0/2]
2025-07-08 22:17 UTC (9+ messages)
[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
2025-07-08 21:19 UTC (17+ messages)
KVM Unit Test Suite Regression on AMD EPYC Turin (Zen 5)
2025-07-08 20:57 UTC (2+ messages)
[PATCH 00/11] Fix incorrect iommu_groups with PCIe switches
2025-07-08 20:47 UTC (3+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2025-07-17
2025-07-08 20:32 UTC
[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-07-08 18:37 UTC (7+ messages)
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
[GIT PULL] KVM/arm64 fixes for 6.16, take #4
2025-07-08 18:06 UTC (3+ messages)
[PATCH kvm-unit-tests] x86/run: Specify "-display none" instead of "-vnc none"
2025-07-08 17:20 UTC (2+ messages)
[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new testcases
2025-07-08 15:04 UTC (2+ messages)
[GIT PULL] KVM: x86: Fixes for 6.16-rcN
2025-07-08 14:53 UTC (2+ messages)
[GIT PULL] KVM/arm64 fixes for 6.16, take #5
2025-07-08 14:48 UTC (2+ messages)
[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
2025-07-08 14:24 UTC (2+ messages)
[PATCH v12 10/18] KVM: x86/mmu: Handle guest page faults for guest_memfd with shared memory
2025-07-08 13:44 UTC (12+ messages)
[kvm-unit-tests PATCH 0/2] riscv: Add kvmtool support
2025-07-08 9:00 UTC (6+ messages)
` [kvm-unit-tests PATCH 1/2] arm/arm64: Ensure proper host arch with kvmtool
` [kvm-unit-tests PATCH 2/2] riscv: Add kvmtool support
[PATCH v5 0/3] update live migration configuration region
2025-07-08 8:28 UTC (7+ messages)
` [PATCH v5 1/3] migration: update BAR space size
` [PATCH v5 2/3] migration: qm updates BAR configuration
` [PATCH v5 3/3] migration: adapt to new migration configuration
[syzbot] Monthly kvm-x86 report (Jul 2025)
2025-07-08 8:12 UTC
[PATCH v6 net-next 0/9] virtio: introduce GSO over UDP tunnel
2025-07-08 7:12 UTC (2+ messages)
[PATCH net-next 0/2] in order support for vhost-net
2025-07-08 6:48 UTC (3+ messages)
` [PATCH net-next 1/2] vhost: basic in order support
` [PATCH net-next 2/2] vhost_net: basic in_order support
[PATCH v3 2/5] vfio/type1: optimize vfio_pin_pages_remote()
2025-07-08 3:00 UTC (2+ messages)
[PATCH] virtio_net: simplify tx queue wake condition check
2025-07-08 1:37 UTC (2+ messages)
[PATCH V2 0/2] x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is present
2025-07-07 23:31 UTC (5+ messages)
` [PATCH V2 2/2] "
[EARLY RFC] KVM: SVM: Enable AVIC by default from Zen 4
2025-07-07 23:21 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).