messages from 2025-04-23 17:29:04 to 2025-04-24 15:32:45 UTC [more...]
[kvmtool PATCH v2 00/10] Add SBI system suspend and cpu-type option
2025-04-24 15:31 UTC (9+ messages)
` [kvmtool PATCH v2 01/10] Sync-up headers with Linux-6.14 kernel
` [kvmtool PATCH v2 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH v2 03/10] riscv: Add Zabha "
` [kvmtool PATCH v2 04/10] riscv: Add Ziccrse "
` [kvmtool PATCH v2 05/10] riscv: Add SBI system suspend support
` [kvmtool PATCH v2 06/10] riscv: Make system suspend time configurable
` [kvmtool PATCH v2 07/10] riscv: Fix no params with nodefault segfault
` [kvmtool PATCH v2 08/10] riscv: Include single-letter extensions in isa_info_arr[]
[kvmtool PATCH 00/10] Add SBI system suspend and cpu-type option
2025-04-24 15:17 UTC (14+ messages)
` [kvmtool PATCH 08/10] riscv: Include single-letter extensions in isa_info_arr[]
` [kvmtool PATCH 09/10] riscv: Add cpu-type command-line option
` [kvmtool PATCH 10/10] riscv: Allow including extensions in the min CPU type using command-line
[PATCH 0/5] accel/kvm: Support KVM PMU filter
2025-04-24 15:35 UTC (13+ messages)
` [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [PATCH 5/5] i386/kvm: Support fixed counter in KVM PMU filter
[PATCH v3 0/4] Add SEV-SNP CipherTextHiding feature support
2025-04-24 14:38 UTC (8+ messages)
` [PATCH v3 2/4] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v3 3/4] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v3 4/4] KVM: SVM: Add SEV-SNP CipherTextHiding support
[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
2025-04-24 14:24 UTC (5+ messages)
[RFC PATCH 00/34] Running Qualcomm's Gunyah Guests via KVM in EL1
2025-04-24 14:13 UTC (35+ messages)
` [RFC PATCH 01/34] KVM: Allow arch-specific vCPU allocation and freeing
` [RFC PATCH 02/34] KVM: irqfd: Add architecture hooks for irqfd allocation and initialization
` [RFC PATCH 03/34] KVM: irqfd: Allow KVM backends to override IRQ injection via set_irq callback
` [RFC PATCH 04/34] KVM: Add weak stubs for irqchip-related functions for Gunyah builds
` [RFC PATCH 05/34] KVM: Add KVM_SET_DTB_ADDRESS ioctl to pass guest DTB address from userspace
` [RFC PATCH 06/34] KVM: gunyah: Add initial Gunyah backend support
` [RFC PATCH 07/34] KVM: gunyah: Pin guest memory
` [RFC PATCH 08/34] docs: gunyah: Introduce Gunyah Hypervisor
` [RFC PATCH 09/34] dt-bindings: Add binding for gunyah hypervisor
` [RFC PATCH 10/34] gunyah: Common types and error codes for Gunyah hypercalls
` [RFC PATCH 11/34] gunyah: Add hypercalls to identify Gunyah
` [RFC PATCH 12/34] gunyah: Add hypervisor driver
` [RFC PATCH 13/34] gunyah: Add hypercalls to send and receive messages
` [RFC PATCH 14/34] gunyah: Add resource manager RPC core
` [RFC PATCH 15/34] gunyah: Add VM lifecycle RPC
` [RFC PATCH 16/34] gunyah: Add basic VM lifecycle management
` [RFC PATCH 17/34] gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [RFC PATCH 18/34] gunyah: Add resource tickets
` [RFC PATCH 19/34] gunyah: Add hypercalls for running a vCPU
` [RFC PATCH 20/34] gunyah: add proxy-scheduled vCPUs
` [RFC PATCH 21/34] gunyah: Add hypercalls for demand paging
` [RFC PATCH 22/34] gunyah: Add memory parcel RPC
` [RFC PATCH 23/34] gunyah: Add interfaces to map memory into guest address space
` [RFC PATCH 24/34] gunyah: Add platform ops on mem_lend/mem_reclaim
` [RFC PATCH 25/34] gunyah: Add Qualcomm Gunyah platform ops
` [RFC PATCH 26/34] gunyah: Share memory parcels
` [RFC PATCH 27/34] gunyah: Share guest VM dtb configuration to Gunyah
` [RFC PATCH 28/34] gunyah: Add RPC to enable demand paging
` [RFC PATCH 29/34] gunyah: Enable "
` [RFC PATCH 30/34] gunyah: Add RPC to set VM boot context
` [RFC PATCH 31/34] gunyah: allow userspace to set boot cpu context
` [RFC PATCH 32/34] gunyah: Add hypercalls for sending doorbell
` [RFC PATCH 33/34] KVM: gunyah: Implement irqfd interface
` [RFC PATCH 34/34] KVM: gunyah: enable KVM for Gunyah
[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
2025-04-24 14:13 UTC (4+ messages)
` [PATCH 33/67] KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
[RFC PATCH 00/39] 1G page support for guest_memfd
2025-04-24 14:10 UTC (21+ messages)
` [RFC PATCH 13/39] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH 26/39] KVM: guest_memfd: Track faultability within a struct kvm_gmem_private
` [RFC PATCH 27/39] KVM: guest_memfd: Allow mmapping guest_memfd files
` [RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
kvm guests crash when running "perf kvm top"
2025-04-24 13:13 UTC (3+ messages)
[PATCH v5 00/13] riscv: add SBI FWFT misaligned exception delegation support
2025-04-24 13:04 UTC (15+ messages)
` [PATCH v5 03/13] riscv: sbi: add FWFT extension interface
` [PATCH v5 04/13] riscv: sbi: add SBI FWFT extension calls
` [PATCH v5 05/13] riscv: misaligned: request misaligned exception from SBI
` [PATCH v5 13/13] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCH v9 00/24] Provide a new two step DMA mapping API
2025-04-24 12:50 UTC (31+ messages)
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v9 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v9 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v9 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v9 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v9 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v9 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v9 17/24] vfio/mlx5: Enable the DMA link API
Drop "KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall"
2025-04-24 12:19 UTC (7+ messages)
[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
2025-04-24 11:24 UTC (9+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-04-24 10:39 UTC (33+ messages)
` [RFC PATCH 01/21] KVM: gmem: Allocate 2M huge page from guest_memfd backend
` [RFC PATCH 02/21] x86/virt/tdx: Enhance tdh_mem_page_aug() to support huge pages
` [RFC PATCH 03/21] x86/virt/tdx: Add SEAMCALL wrapper tdh_mem_page_demote()
` [RFC PATCH 04/21] KVM: TDX: Enforce 4KB mapping level during TD build Time
` [RFC PATCH 05/21] KVM: TDX: Enhance tdx_clear_page() to support huge pages
` [RFC PATCH 06/21] KVM: TDX: Assert the reclaimed pages were mapped as expected
` [RFC PATCH 07/21] KVM: TDX: Add a helper for WBINVD on huge pages with TD's keyID
` [RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
` [RFC PATCH 10/21] KVM: x86/mmu: Disallow page merging (huge page adjustment) for mirror root
` [RFC PATCH 11/21] KVM: x86: Add "vcpu" "gfn" parameters to x86 hook private_max_mapping_level
` [RFC PATCH 12/21] KVM: TDX: Determine max mapping level according to vCPU's ACCEPT level
` [RFC PATCH 13/21] KVM: x86/tdp_mmu: Alloc external_spt page for mirror page table splitting
` [RFC PATCH 14/21] KVM: x86/tdp_mmu: Invoke split_external_spt hook with exclusive mmu_lock
` [RFC PATCH 15/21] KVM: TDX: Support huge page splitting with exclusive kvm->mmu_lock
` [RFC PATCH 16/21] KVM: x86/mmu: Introduce kvm_split_boundary_leafs() to split boundary leafs
` [RFC PATCH 17/21] KVM: Change the return type of gfn_handler_t() from bool to int
` [RFC PATCH 18/21] KVM: x86: Split huge boundary leafs before private to shared conversion
` [RFC PATCH 19/21] KVM: gmem: Split huge boundary leafs for punch hole of private memory
` [RFC PATCH 20/21] KVM: x86: Force a prefetch fault's max mapping level to 4KB for TDX
` [RFC PATCH 21/21] KVM: x86: Ignore splitting huge pages in fault path "
[PATCH 0/3] Move duplicated instructions macros into asm/insn.h
2025-04-24 10:35 UTC (7+ messages)
` [PATCH 1/3] riscv: Fix typo EXRACT -> EXTRACT
` [PATCH 2/3] riscv: Strengthen duplicate and inconsistent definition of RV_X()
` [PATCH 3/3] riscv: Move all duplicate insn parsing macros into asm/insn.h
[PATCH net-next v10 0/9] Device memory TCP TX
2025-04-24 9:06 UTC (10+ messages)
` [PATCH net-next v10 3/9] net: devmem: TCP tx netlink api
` [PATCH net-next v10 4/9] net: devmem: Implement TX path
` [PATCH net-next v10 7/9] gve: add netmem TX support to GVE DQO-RDA mode
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-24 10:16 UTC (23+ messages)
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
[PATCH] LoongArch: KVM: Fully clear some registers when VM reboot
2025-04-24 7:05 UTC (3+ messages)
[PATCH 0/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
2025-04-24 6:46 UTC (3+ messages)
` [PATCH 1/2] LoongArch: KVM: Add parameter exception code with exception handler
` [PATCH 2/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
[RFC 00/10] i386/cpu: Cache CPUID fixup, Intel cache model & topo CPUID enhencement
2025-04-24 6:57 UTC (8+ messages)
` [RFC 01/10] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
` [RFC 05/10] i386/cpu: Introduce cache model for SapphireRapids
[bug report] Potential DEADLOCK due to vfio_pci_mmap_huge_fault()
2025-04-24 5:57 UTC (4+ messages)
[PATCH net-next v11 0/8] Device memory TCP TX
2025-04-24 4:03 UTC (9+ messages)
` [PATCH net-next v11 1/8] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v11 2/8] net: add get_netmem/put_netmem support
` [PATCH net-next v11 3/8] net: devmem: TCP tx netlink api
` [PATCH net-next v11 4/8] net: devmem: Implement TX path
` [PATCH net-next v11 5/8] net: add devmem TCP TX documentation
` [PATCH net-next v11 6/8] net: enable driver support for netmem TX
` [PATCH net-next v11 7/8] gve: add netmem TX support to GVE DQO-RDA mode
` [PATCH net-next v11 8/8] net: check for driver support in netmem TX
[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
2025-04-24 3:37 UTC (7+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
[PATCH] x86/pmu_pebs: Initalize and enable PMU interrupt (PMI_VECTOR)
2025-04-24 5:22 UTC
[PATCH] KVM: Use call_rcu() in kvm_io_bus_register_dev
2025-04-24 2:56 UTC (3+ messages)
` 答复: [????] "
[PATCH v2 0/3] KVM: x86: Dynamically allocate hashed page list
2025-04-23 21:46 UTC (8+ messages)
` [PATCH v2 2/3] KVM: x86: Allocate kvm_vmx/kvm_svm structures using kzalloc()
[PATCH] [v2] PCI: add CONFIG_MMU dependency
2025-04-23 20:43 UTC (2+ messages)
[PATCH RFC v1 0/5] KVM: gmem: 2MB THP support and preparedness tracking changes
2025-04-23 20:30 UTC (5+ messages)
` [PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
[PATCH v2 0/5] KVM: Improve VMware guest support
2025-04-23 20:01 UTC (12+ messages)
` [PATCH v2 4/5] KVM: x86: Add support for legacy VMware backdoors in nested setups
Untested fix for attributes vs. hugepage race
2025-04-23 18:17 UTC (5+ messages)
[GIT PULL] virtio, vhost: fixes
2025-04-23 17:29 UTC (2+ 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