messages from 2025-02-10 09:22:52 to 2025-02-11 15:57:55 UTC [more...]
[PATCH v3 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-02-11 15:57 UTC (13+ messages)
` [PATCH v3 01/11] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v3 02/11] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v3 03/11] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v3 04/11] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
` [PATCH v3 05/11] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v3 06/11] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v3 07/11] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v3 08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v3 09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type
` [PATCH v3 10/11] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v3 11/11] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH 0/3] KVM: x86: Address performance degradation due to APICv inhibits
2025-02-11 15:57 UTC (12+ messages)
` [PATCH 3/3] KVM: x86: Decouple APICv activation state from apicv_inhibit_reasons
[kvmtool PATCH] riscv: Fix no params with nodefault segfault
2025-02-11 15:16 UTC (2+ messages)
[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
2025-02-11 15:03 UTC (9+ messages)
` [kvm-unit-tests PATCH v2 03/18] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v2 15/18] Add kvmtool_params to test specification
[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
2025-02-11 15:02 UTC (8+ messages)
[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
2025-02-11 15:01 UTC (8+ messages)
` [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
[PATCH v2 0/4] Enable Secure TSC for SEV-SNP
2025-02-11 14:42 UTC (12+ messages)
` [PATCH v2 1/4] x86/cpufeatures: Add SNP Secure TSC
` [PATCH v2 2/4] KVM: SVM: Add GUEST_TSC_FREQ MSR for Secure TSC enabled guests
` [PATCH v2 3/4] KVM: SVM: Prevent writes to TSC MSR when Secure TSC is enabled
` [PATCH v2 4/4] KVM: SVM: Enable Secure TSC for SNP guests
[PATCH v2 0/3] LoongArch: KVM: Some tiny code cleanup
2025-02-11 14:39 UTC (5+ messages)
` [PATCH v2 1/3] LoongArch: KVM: Fix typo issue about GCFG feature detection
` [PATCH v2 2/3] LoongArch: KVM: Remove duplicated cache attribute setting
` [PATCH v2 3/3] LoongArch: KVM: Set host with kernel mode when switch to VM mode
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-02-11 14:22 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
[PATCH 00/18] KVM: arm64: Revamp Fine Grained Trap handling
2025-02-11 13:47 UTC (24+ messages)
` [PATCH 01/18] arm64: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH 02/18] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH 03/18] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH 04/18] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH 05/18] KVM: arm64: Don't treat HCRX_EL2 as a FGT register
` [PATCH 06/18] KVM: arm64: Plug FEAT_GCS handling
` [PATCH 07/18] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH 08/18] KVM: arm64: Add description of FGT bits leading to EC!=0x18
` [PATCH 09/18] KVM: arm64: Use computed masks as sanitisers for FGT registers
` [PATCH 10/18] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH 11/18] KVM: arm64: Propagate FGT masks to the nVHE hypervisor
` [PATCH 12/18] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH 13/18] KVM: arm64: Remove most hand-crafted masks for "
` [PATCH 14/18] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
` [PATCH 15/18] KVM: arm64: Handle PSB CSYNC traps
` [PATCH 16/18] KVM: arm64: Switch to table-driven FGU configuration
` [PATCH 17/18] KVM: arm64: Validate FGT register descriptions against RES0 masks
` [PATCH 18/18] KVM: arm64: Use FGT feature maps to drive RES0 bits
[syzbot] Monthly kvm report (Feb 2025)
2025-02-11 13:32 UTC
[PATCH] LoongArch: KVM: remove unnecessary header include path
2025-02-11 12:14 UTC (2+ messages)
[PATCH kvmtool 1/2] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly
2025-02-11 12:13 UTC (6+ messages)
` [PATCH kvmtool 2/2] cpu: vmexit: Handle KVM_EXIT_MEMORY_FAULT correctly
[kvmtool PATCH 0/6] Add RISC-V ISA extensions based on Linux-6.13
2025-02-11 11:58 UTC (5+ messages)
` [kvmtool PATCH 2/6] Add __KERNEL_DIV_ROUND_UP() macro
[PATCH kvmtool v1 0/2] Error handling fixes
2025-02-11 11:56 UTC (2+ messages)
[PATCH 1/2] drm/i915/gvt: Store ->kvm reference in intel_vgpu struct
2025-02-11 11:45 UTC (2+ messages)
` [PATCH 2/2] vfio: Release KVM pointer after the first device open
[PATCH kvmtool] riscv: Allow initrd to be above 256MB on 64 bit
2025-02-11 11:30 UTC (2+ messages)
[PATCH 0/3] KVM: extract lock_all_vcpus/unlock_all_vcpus
2025-02-11 10:40 UTC (6+ messages)
` [PATCH 1/3] KVM: x86: move sev_lock/unlock_vcpus_for_migration to kvm_main.c
` [PATCH 2/3] KVM: arm64: switch to using kvm_lock/unlock_all_vcpus
` [PATCH 3/3] RISC-V: KVM: switch to kvm_lock/unlock_all_vcpus
[PATCH v2 00/15] riscv: add SBI FWFT misaligned exception delegation support
2025-02-11 10:31 UTC (22+ messages)
` [PATCH v2 01/15] riscv: add Firmware Feature (FWFT) SBI extensions definitions
` [PATCH v2 02/15] riscv: misaligned: request misaligned exception from SBI
` [PATCH v2 03/15] riscv: misaligned: use on_each_cpu() for scalar misaligned access probing
` [PATCH v2 04/15] riscv: misaligned: use correct CONFIG_ ifdef for misaligned_access_speed
` [PATCH v2 05/15] riscv: misaligned: move emulated access uniformity check in a function
` [PATCH v2 06/15] riscv: misaligned: add a function to check misalign trap delegability
` [PATCH v2 07/15] riscv: misaligned: factorize trap handling
` [PATCH v2 08/15] riscv: misaligned: enable IRQs while handling misaligned accesses
` [PATCH v2 09/15] riscv: misaligned: use get_user() instead of __get_user()
` [PATCH v2 10/15] Documentation/sysctl: add riscv to unaligned-trap supported archs
` [PATCH v2 11/15] selftests: riscv: add misaligned access testing
` [PATCH v2 12/15] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v2 13/15] RISC-V: KVM: add SBI extension reset callback
` [PATCH v2 14/15] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v2 15/15] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v2 0/8] KVM: TDX: TDX hypercalls may exit to userspace
2025-02-11 10:23 UTC (16+ messages)
` [PATCH v2 1/8] KVM: x86: Have ____kvm_emulate_hypercall() read the GPRs
` [PATCH v2 2/8] KVM: TDX: Add a place holder to handle TDX VM exit
` [PATCH v2 3/8] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
` [PATCH v2 4/8] KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL
` [PATCH v2 5/8] KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>
` [PATCH v2 6/8] KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError>
` [PATCH v2 7/8] KVM: TDX: Handle TDX PV port I/O hypercall
` [PATCH v2 8/8] KVM: TDX: Handle TDX PV MMIO hypercall
[PATCH V4] KVM: SEV: fix wrong pinning of pages
2025-02-11 9:06 UTC (2+ messages)
[Patch net 0/2] vsock suspend/resume fix
2025-02-11 8:57 UTC (6+ messages)
` [Patch net 1/2] vsock/virtio: initialize rx_buf_nr and rx_buf_max_nr when resuming
` [Patch net 2/2] vsock/virtio: Don't reset the created SOCKET during suspend to ram
[PATCH 1/2] vsock/virtio: Move rx_buf_nr and rx_buf_max_nr initialization position
2025-02-11 8:35 UTC (7+ messages)
` [PATCH 2/2] vsock/virtio: Don't reset the created SOCKET during s2r
` "
[PATCH v2 00/17] KVM: TDX: TDX interrupts
2025-02-11 7:23 UTC (19+ messages)
` [PATCH v2 01/17] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v2 02/17] KVM: TDX: Disable PI wakeup for IPIv
` [PATCH v2 03/17] KVM: VMX: Move posted interrupt delivery code to common header
` [PATCH v2 04/17] KVM: TDX: Implement non-NMI interrupt injection
` [PATCH v2 05/17] KVM: x86: Assume timer IRQ was injected if APIC state is protected
` [PATCH v2 06/17] KVM: TDX: Wait lapic expire when timer IRQ was injected
` [PATCH v2 07/17] KVM: TDX: Implement methods to inject NMI
` [PATCH v2 08/17] KVM: TDX: Complete interrupts after TD exit
` [PATCH v2 09/17] KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM
` [PATCH v2 10/17] KVM: TDX: Always block INIT/SIPI
` [PATCH v2 11/17] KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests
` [PATCH v2 12/17] KVM: TDX: Force APICv active for TDX guest
` [PATCH v2 13/17] KVM: TDX: Add methods to ignore virtual apic related operation
` [PATCH v2 14/17] KVM: VMX: Move emulation_required to struct vcpu_vt
` [PATCH v2 15/17] KVM: VMX: Add a helper for NMI handling
` [PATCH v2 16/17] KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
` [PATCH v2 17/17] KVM: TDX: Handle EXIT_REASON_OTHER_SMI
[PATCH 0/4] Small changes related to prefetch and spurious faults
2025-02-11 6:48 UTC (15+ messages)
` [PATCH 2/4] KVM: x86/tdp_mmu: Merge the prefetch into the is_access_allowed() check
` [PATCH 3/4] KVM: x86/mmu: Make sure pfn is not changed for spurious fault
` [PATCH 4/4] KVM: x86/mmu: Free obsolete roots when pre-faulting SPTEs
[PATCH net-next v6 0/7] tun: Unify vnet implementation
2025-02-11 3:30 UTC (2+ messages)
[PATCH v2 0/6] Introduce CET supervisor state support
2025-02-11 2:09 UTC (4+ messages)
[PATCH] KVM: selftests: Wait mprotect_ro_done before write to RO in mmu_stress_test
2025-02-11 1:42 UTC (3+ messages)
[RFC PATCH 15/39] KVM: guest_memfd: hugetlb: allocate and truncate from hugetlb
2025-02-11 1:21 UTC (2+ messages)
[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
2025-02-11 1:16 UTC (2+ messages)
Question about lock_all_vcpus
2025-02-10 23:52 UTC (4+ messages)
[PATCH 0/5] KVM: selftests: Fix PMC checks in PMU counters test
2025-02-10 23:38 UTC (3+ messages)
[RFC] target/i386: sev: Add cmdline option to enable the Allowed SEV Features feature
2025-02-10 23:27 UTC (4+ messages)
[RFC PATCH v2 4/4] KVM: arm64: Make guests see only counters they can access
2025-02-10 23:08 UTC (2+ messages)
[RFC PATCH v2 2/4] perf: arm_pmuv3: Introduce module param to partition the PMU
2025-02-10 23:07 UTC (2+ messages)
[PATCH v4 0/3] Fix broken SNP support with KVM module built-in
2025-02-10 22:54 UTC (4+ messages)
` [PATCH v4 1/3] crypto: ccp: Add external API interface for PSP module initialization
` [PATCH v4 2/3] KVM: SVM: Ensure PSP module is initialized if KVM module is built-in
` [PATCH v4 3/3] x86/sev: Fix broken SNP support with KVM module built-in
[PATCH V3] KVM: SEV: fix wrong pinning of pages
2025-02-10 21:37 UTC (2+ messages)
[PATCH RFC net-next v1 0/5] Device memory TCP TX
2025-02-10 21:14 UTC (10+ messages)
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path
[PATCH net-next v3 0/6] Device memory TCP TX
2025-02-10 21:09 UTC (4+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path
[PATCH 0/9] vhost-scsi: log write descriptors for live migration (and two bugfix)
2025-02-10 20:11 UTC (3+ messages)
` [PATCH 3/9] vhost-scsi: cache log buffer in I/O queue vhost_scsi_cmd
[PATCH v3 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
2025-02-10 18:08 UTC (5+ messages)
` [PATCH v3 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature
` [PATCH v3 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field
[PATCH v7 0/6] Poisoned memory recovery on reboot
2025-02-10 16:48 UTC (7+ messages)
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page
[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
2025-02-10 16:04 UTC (3+ messages)
Call for GSoC internship project ideas
2025-02-10 15:54 UTC (4+ messages)
[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
2025-02-10 15:29 UTC (6+ messages)
[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
2025-02-10 11:58 UTC (4+ messages)
` [PATCH v6 32/43] arm64: rme: Enable PMU support with a realm guest
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