messages from 2026-07-05 08:38:21 to 2026-07-06 18:23:58 UTC [more...]
[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
2026-07-06 18:23 UTC (13+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
` [PATCH v8 2/7] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v8 3/7] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v8 4/7] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v8 5/7] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v8 6/7] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v8 7/7] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH v2] KVM: x86: Destroy the PIC and IOAPIC before destroying vCPUs
2026-07-06 18:20 UTC (3+ messages)
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-07-06 18:17 UTC (4+ messages)
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
[PATCH v3] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
2026-07-06 18:15 UTC
[PATCH v3 0/4] KVM: Miscellaneous SEV/SNP related fixes
2026-07-06 18:09 UTC (4+ messages)
` [PATCH v3 3/4] crypto: ccp: Fix possible deadlock in SEV init failure path
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-07-06 18:00 UTC (4+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
2026-07-06 17:57 UTC (11+ messages)
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation
[PATCH] KVM: x86/ioapic: Cancel eoi_inject work before destroying vCPUs
2026-07-06 17:50 UTC (3+ messages)
[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
2026-07-06 17:44 UTC (49+ messages)
` [PATCH v4 01/27] VFIO: take reference to the KVM module
` [PATCH v4 02/27] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v4 03/27] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v4 04/27] KVM: Make device name configurable
` [PATCH v4 05/27] KVM: Remove KVM_MMIO as config option
` [PATCH v4 06/27] arm64: Use proper include variant
` [PATCH v4 07/27] arm64: Prepare sharing arm64 headers with s390
` [PATCH v4 08/27] KVM: arm64: Prepare sharing arm64 code "
` [PATCH v4 09/27] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v4 10/27] KVM: arm64: Refactor core-reset into a separate function
` [PATCH v4 11/27] s390: Use arm64 headers
` [PATCH v4 12/27] KVM: s390: Use arm64 code
` [PATCH v4 13/27] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v4 14/27] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v4 15/27] KVM: S390: Prepare gmap for a second KVM implementation
` [PATCH v4 16/27] KVM: s390: gmap: Refactor storage key and CMMA code into separate files
` [PATCH v4 17/27] KVM: s390: Refactor prefix handling into a separate file
` [PATCH v4 18/27] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v4 19/27] s390: Introduce Start Arm Execution instruction
` [PATCH v4 20/27] KVM: s390: arm64: Introduce host definitions
` [PATCH v4 21/27] s390/hwcaps: Report SAE support as hwcap
` [PATCH v4 22/27] KVM: s390: Add basic arm64 kvm module
` [PATCH v4 23/27] KVM: s390: arm64: Implement required functions
` [PATCH v4 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v4 25/27] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v4 26/27] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v4 27/27] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild
[PATCH v3 0/5] KVM: x86: Expose Zhaoxin CPUID 0xC0000001 EDX cryptographic features
2026-07-06 17:00 UTC (6+ messages)
[PATCH] KVM: x86/tdx: Do not print error message on non-present feature
2026-07-06 16:54 UTC (2+ messages)
[PATCH] KVM: selftests: Use KVM's task pinning APIs in steal_time
2026-07-06 16:49 UTC (2+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-07-06 16:43 UTC (3+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
[PATCH v2] KVM: Move kvm_io_bus_get_dev() locking responsibilities to callers
2026-07-06 16:19 UTC (2+ messages)
[kvm-unit-tests PATCH] checkpatch: add support for Assisted-by tag
2026-07-06 15:33 UTC (9+ messages)
[PATCH 0/1] Introduce an instrumented profiler using BpfTrace
2026-07-06 15:27 UTC (3+ messages)
[PATCH 0/4] KVM: x86: Document and enforce APIC base memory hole
2026-07-06 15:21 UTC (8+ messages)
` [PATCH 1/4] KVM: x86: Document that KVM_CREATE_IRQCHIP must precede vcpu creation
` [PATCH 2/4] KVM: x86: Document APIC base address constraint for in-kernel irqchip
` [PATCH 3/4] KVM: x86: Reject KVM_CREATE_IRQCHIP if APIC base is already mapped
` [PATCH 4/4] KVM: x86: Reject user memory regions covering the APIC base
` [syzbot ci] Re: KVM: x86: Document and enforce APIC base memory hole
[PATCH v2] KVM: selftests: Add guest-side test for AMD HWCR.McStatusWrEn
2026-07-06 15:11 UTC (2+ messages)
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-07-06 14:01 UTC (7+ messages)
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS
[PATCH v2 00/13] KVM Dirty-bit cleaning hw accelerator (HACDBS)
2026-07-06 14:00 UTC (11+ messages)
` [PATCH v2 02/13] KVM: arm64: Enable eager hugepage splitting if HDBSS is available
[PATCH v9 00/15] userfaultfd: working set tracking for VM guest memory
2026-07-06 13:52 UTC (26+ messages)
` [PATCH v9 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v9 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v9 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v9 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v9 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v9 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v9 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v9 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v9 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v9 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v9 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v9 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v9 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v9 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v9.1 "
` [PATCH v9 15/15] Documentation/userfaultfd: document RWP working set tracking
` Addressing Sashiko AI review
[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
2026-07-06 13:45 UTC (4+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots
[PATCH v6 00/11] Dynamic PAMT
2026-07-06 13:22 UTC (5+ messages)
` [PATCH v6 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v6 04/11] x86/virt/tdx: Allocate ref counts for Dynamic PAMT memory
[PATCH 00/34] Add migration support to the MSHV accelerator
2026-07-06 13:05 UTC (4+ messages)
` [PATCH 26/34] accel/mshv: introduce SaveVMHandler
The VFIO/IOMMU/PCI MC at LPC 2026
2026-07-06 12:57 UTC
[PATCH 0/5] Various UI/security-related fixes
2026-07-06 12:53 UTC (6+ messages)
` [PATCH 1/5] i386/tdx: fix uninitialized variable warning in tdx_check_features
` [PATCH 2/5] ui/vnc: fix OOB write in vnc_refresh_lossy_rect
` [PATCH 3/5] ui/vnc: validate color shifts in SetPixelFormat
` [PATCH 4/5] ui/vnc: use RFB wire types for client message handlers
` [PATCH 5/5] ui/input-barrier: fix off-by-one in keycode bounds check
[PATCH kvmtool v1 0/5] Add guest_memfd support for arm64
2026-07-06 12:34 UTC (20+ messages)
` [PATCH kvmtool v1 1/5] Initialize the return value in kvm__for_each_mem_bank()
` [PATCH kvmtool v1 2/5] Remove newline from end of die() aborts
` [PATCH kvmtool v1 3/5] Use kvm_userspace_memory_region2 for all memory registration
` [PATCH kvmtool v1 4/5] Add guest_memfd support to kvm__register_mem()
` [PATCH kvmtool v1 5/5] arm64: Add --guest-memfd option to back guest RAM with guest_memfd
[syzbot] Monthly kvm-x86 report (Jul 2026)
2026-07-06 12:32 UTC
[PATCH] KVM: SEV: drop FOLL_LONGTERM for encrypted region registration
2026-07-06 12:03 UTC (3+ messages)
[PATCH v10 0/6] Add RMPOPT support
2026-07-06 12:02 UTC (5+ messages)
` [PATCH v10 3/6] x86/sev: Disable CPU hotplug while SNP is active
[syzbot] Monthly virt report (Jun 2026)
2026-07-06 11:54 UTC (4+ messages)
[kvm-unit-tests RFC PATCH 0/6] powerpc improvements
2026-07-06 10:36 UTC (5+ messages)
` [kvm-unit-tests RFC PATCH 2/6] configure: Make arch_libdir a first-class entity
[PATCH] KVM: Remove kvm_debugfs_dir on kvm_init() error paths
2026-07-06 9:59 UTC
[PATCH 0/2] tdx-guest: Make Quote buffer size dynamic
2026-07-06 9:18 UTC (6+ messages)
` [PATCH 1/2] x86/tdx: Add helper to query maximum TD Quote size
[PATCH v2 00/31] PCI/TSM: PCIe Link Encryption Establishment via TDX platform services
2026-07-06 9:16 UTC (4+ messages)
` [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE
[PATCH v2] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
2026-07-06 8:51 UTC (2+ messages)
[PATCH] KVM: x86/xen: Convert evtchn_ports from IDR to XArray
2026-07-06 8:13 UTC
[PATCH v2 0/2] Add support for cmpxchg16b emulation
2026-07-06 8:00 UTC (5+ messages)
` [PATCH v2 1/2] x86/uaccess: Extend CMPXCHG user helpers to 128-bit operands
` [PATCH v2 2/2] KVM: x86: Add support for cmpxchg16b emulation
[PATCH RFC v4] target/arm/kvm: Choose PMU backend
2026-07-06 7:53 UTC
[RESEND PATCH v2] KVM: SVM: Add Bus Lock Detect support
2026-07-06 7:27 UTC (3+ messages)
[kvm-unit-tests PATCH] x86/emulator64: Add CMPXCHG8B/CMPXCHG16B emulation tests
2026-07-06 6:21 UTC
[PATCH v1 0/9] target/i386: Fix Hygon vendor-specific CPU behavior
2026-07-06 5:55 UTC (10+ messages)
` [PATCH v1 1/9] target/i386: Sync AMD CPUID aliases for Hygon
` [PATCH v1 2/9] target/i386: Hide Intel cache CPUID leaves "
` [PATCH v1 3/9] target/i386: Hide ARCH_CAPABILITIES "
` [PATCH v1 4/9] target/i386/kvm: Use AMD MCE status encoding "
` [PATCH v1 5/9] target/i386/kvm: Use AMD PMU MSR paths "
` [PATCH v1 6/9] target/i386: Do not broadcast injected MCEs "
` [PATCH v1 7/9] hw/i386: Apply AMD IOMMU HT GPA hole to Hygon
` [PATCH v1 8/9] target/i386: Use AMD legacy cache fallback for Hygon
` [PATCH v1 9/9] target/i386: Use AMD ucode-rev default "
[PATCH] RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REG
2026-07-06 5:48 UTC (2+ messages)
[PATCH v5 0/8] RISC-V: KVM: Add Svadu/Zicfiss/Zicfilp FWFT support
2026-07-06 2:42 UTC (12+ messages)
` [PATCH v5 1/8] RISC-V: KVM: Add support for Svadu FWFT features
` [PATCH v5 2/8] KVM: riscv: selftests: add Svadu FWFT extension to get-reg-list test
` [PATCH v5 3/8] RISC-V: KVM: Allow Zicfiss/Zicfilp extensions for Guest/VM
` [PATCH v5 4/8] RISC-V: KVM: Add ssp context save/restore
` [PATCH v5 5/8] RISC-V: KVM: Handle software-check exits for VCPU
` [PATCH v5 6/8] RISC-V: KVM: Delegate SPELP bit to VS/VU mode if landing pad is enabled
` [PATCH v5 7/8] RISC-V: KVM: Add support for control-flow integrity FWFT features
` [PATCH v5 8/8] KVM: riscv: selftests: add Zicfiss/Zicfilp extension to get-reg-list test
[PATCH v2 0/3] RISC-V: KVM: Cleanup SBI extension status when disable
2026-07-06 2:11 UTC (4+ messages)
` [PATCH v2 1/3] RISC-V: KVM: Add SBI extension validate callback
` [PATCH v2 2/3] RISC-V: KVM: Add SBI FWFT validation support
` [PATCH v2 3/3] RISC-V: KVM: Reset the SBI extension when disable it
[PATCH] KVM: Use vma_lookup() in kvm_host_page_size()
2026-07-05 8:38 UTC
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