messages from 2025-04-26 00:34:17 to 2025-04-28 18:09:41 UTC [more...]
[PATCH] KVM: Fix obsolete comment about locking for kvm_io_bus_read/write
2025-04-28 18:09 UTC (2+ messages)
[PATCH 0/5] KVM: RISC-V: VCPU reset fixes
2025-04-28 18:00 UTC (7+ messages)
` [PATCH 3/5] KVM: RISC-V: remove unnecessary SBI reset state
` [PATCH 4/5] KVM: RISC-V: reset VCPU state when becoming runnable
[PATCH v10 00/24] Provide a new two step DMA mapping API
2025-04-28 17:30 UTC (28+ messages)
` [PATCH v10 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v10 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v10 03/24] iommu: generalize the batched sync after map interface
` [PATCH v10 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v10 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v10 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v10 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v10 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v10 09/24] docs: core-api: document the IOVA-based API
` [PATCH v10 10/24] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v10 11/24] mm/hmm: provide generic DMA managing logic
` [PATCH v10 12/24] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v10 13/24] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v10 14/24] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v10 15/24] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v10 16/24] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v10 17/24] vfio/mlx5: Enable the DMA link API
` [PATCH v10 18/24] block: share more code for bio addition helper
` [PATCH v10 19/24] block: don't merge different kinds of P2P transfers in a single bio
` [PATCH v10 20/24] blk-mq: add scatterlist-less DMA mapping helpers
` [PATCH v10 21/24] nvme-pci: remove struct nvme_descriptor
` [PATCH v10 22/24] nvme-pci: use a better encoding for small prp pool allocations
` [PATCH v10 23/24] nvme-pci: convert to blk_rq_dma_map
` [PATCH v10 24/24] nvme-pci: store aborted state in flags variable
[PATCH 0/6] objtool: Detect and warn about indirect calls in __nocfi functions
2025-04-28 17:13 UTC (13+ messages)
` [PATCH 3/6] x86/kvm/emulate: Avoid RET for fastops
` [PATCH 5/6] x86_64,hyperv: Use direct call to hypercall-page
[PATCH 0/5] accel/kvm: Support KVM PMU filter
2025-04-28 16:24 UTC (24+ messages)
` [PATCH 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [PATCH 2/5] i386/kvm: Support basic KVM PMU filter
` [PATCH 3/5] i386/kvm: Support event with select & umask format in "
` [PATCH 5/5] i386/kvm: Support fixed counter "
[PATCH v5 0/8] hw/hyperv: remove duplication compilation units
2025-04-28 15:54 UTC (5+ messages)
` [PATCH v5 7/8] include/system: make functions accessible from common code
` [PATCH v5 8/8] hw/hyperv/hyperv: common compilation unit
[PATCH v5 0/7] Introduce CET supervisor state support
2025-04-28 15:42 UTC (13+ messages)
` [PATCH v5 3/7] x86/fpu/xstate: Differentiate default features for host and guest FPUs
[PATCH kvmtool v3 0/3] cpu: vmexit: KVM_RUN ioctl error handling fixes
2025-04-28 15:22 UTC (6+ messages)
` [PATCH kvmtool v3 1/3] cpu: vmexit: Handle KVM_EXIT_MEMORY_FAULT in KVM_RUN ioctl return
` [PATCH kvmtool v3 2/3] cpu: vmexit: Retry KVM_RUN ioctl on EINTR and EAGAIN
` [PATCH kvmtool v3 3/3] cpu: vmexit: Handle KVM_EXIT_UNKNOWN exit reason correctly
[Bug 220057] New: Kernel regression. Linux VMs crashing (I did not test Windows guest VMs)
2025-04-28 15:10 UTC (8+ messages)
` [Bug 220057] "
[RFC PATCH 0/2] vfio/pci: Block and audit accesses to unassigned config regions
2025-04-28 15:05 UTC (6+ messages)
` [RFC PATCH 1/2] block accesses to unassigned PCI "
` [RFC PATCH 2/2] audit "
[PATCH] KVM: x86/mmu: Prevent installing hugepages when mem attributes are changing
2025-04-28 14:50 UTC (3+ messages)
[PATCH net-next v2 0/3] vsock: SOCK_LINGER rework
2025-04-28 13:56 UTC (10+ messages)
` [PATCH net-next v2 1/3] vsock: Linger on unsent data
[PATCH] x86/cpufeatures: Define X86_FEATURE_PREFETCHI (AMD)
2025-04-28 13:54 UTC (3+ messages)
[PATCH v9 00/24] Provide a new two step DMA mapping API
2025-04-28 13:20 UTC (26+ messages)
` [PATCH v9 01/24] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v9 02/24] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v9 03/24] iommu: generalize the batched sync after map interface
` [PATCH v9 04/24] iommu: add kernel-doc for iommu_unmap_fast
` [PATCH v9 05/24] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v9 06/24] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v9 07/24] dma-mapping: Implement link/unlink ranges API
` [PATCH v9 08/24] dma-mapping: add a dma_need_unmap helper
` [PATCH v9 23/24] nvme-pci: convert to blk_rq_dma_map
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-04-28 8:58 UTC (3+ messages)
` [PATCH v8 06/43] arm64: RME: Define the user ABI
[PATCH] x86/sev: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
2025-04-28 6:30 UTC
[RFC PATCH 39/39] KVM: guest_memfd: Dynamically split/reconstruct HugeTLB page
2025-04-28 1:05 UTC (11+ messages)
[PATCH 0/3] Enable x86 mediated vPMU
2025-04-27 9:42 UTC (4+ messages)
` [PATCH 3/3] target/i386: Support VMX_VM_EXIT_SAVE_IA32_PERF_GLOBAL_CTRL
[PATCH v3 00/14] MSR code cleanup part one
2025-04-27 9:26 UTC (11+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
[PATCH v4 00/15] MSR code cleanup part one
2025-04-27 9:20 UTC (16+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
[PATCH v11 0/5] KVM: selftests: Add LoongArch support
2025-04-27 6:45 UTC (6+ messages)
` [PATCH v11 1/5] KVM: selftests: Add VM_MODE_P47V47_16K VM mode
` [PATCH v11 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
` [PATCH v11 3/5] KVM: selftests: Add core KVM selftests support "
` [PATCH v11 4/5] KVM: selftests: Add ucall test "
` [PATCH v11 5/5] KVM: selftests: Add test cases "
[kvm:queue 9/13] arch/x86/kvm/svm/avic.c:807: warning: Function parameter or struct member 'pi->prev_ga_tag' not described in 'if'
2025-04-27 6:15 UTC
[PATCH v10 0/5] KVM: selftests: Add LoongArch support
2025-04-27 3:42 UTC (4+ messages)
` [PATCH v10 2/5] KVM: selftests: Add KVM selftests header files for LoongArch
[PATCH] LoongArch: KVM: Fully clear some registers when VM reboot
2025-04-27 2:49 UTC (5+ messages)
[PATCH v2 0/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
2025-04-27 2:45 UTC (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Add parameter exception code with exception handler
` [PATCH v2 2/2] LoongArch: KVM: Do not flush tlb if HW PTW supported
[PATCH v4 00/13] Enable shared device assignment
2025-04-27 2:26 UTC (13+ messages)
` [PATCH v4 03/13] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v4 04/13] memory: Introduce generic state change parent class for RamDiscardManager
` [PATCH v4 05/13] memory: Introduce PrivateSharedManager Interface as child of GenericStateManager
` [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
[PATCH net-next v2] vhost/net: Defer TX queue re-enable until after sendmsg
2025-04-26 19:21 UTC (5+ messages)
[PATCH net-next v12 0/9] Device memory TCP TX
2025-04-26 15:12 UTC (5+ messages)
` [PATCH net-next v12 1/9] netmem: add niov->type attribute to distinguish different net_iov types
` [PATCH net-next v12 4/9] net: devmem: Implement TX path
[PATCH 0/5] Provide SEV-ES/SEV-SNP support for decrypting the VMSA
2025-04-26 14:53 UTC (3+ messages)
[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
2025-04-26 12:49 UTC (10+ messages)
[PATCH v3 00/42] KVM: arm64: Revamp Fine Grained Trap handling
2025-04-26 12:28 UTC (43+ messages)
` [PATCH v3 01/42] arm64: sysreg: Add ID_AA64ISAR1_EL1.LS64 encoding for FEAT_LS64WB
` [PATCH v3 02/42] arm64: sysreg: Update ID_AA64MMFR4_EL1 description
` [PATCH v3 03/42] arm64: sysreg: Add layout for HCR_EL2
` [PATCH v3 04/42] arm64: sysreg: Replace HGFxTR_EL2 with HFG{R,W}TR_EL2
` [PATCH v3 05/42] arm64: sysreg: Update ID_AA64PFR0_EL1 description
` [PATCH v3 06/42] arm64: sysreg: Update PMSIDR_EL1 description
` [PATCH v3 07/42] arm64: sysreg: Update TRBIDR_EL1 description
` [PATCH v3 08/42] arm64: sysreg: Add registers trapped by HFG{R,W}TR2_EL2
` [PATCH v3 09/42] arm64: sysreg: Add registers trapped by HDFG{R,W}TR2_EL2
` [PATCH v3 10/42] arm64: sysreg: Add system instructions trapped by HFGIRT2_EL2
` [PATCH v3 11/42] arm64: Remove duplicated sysreg encodings
` [PATCH v3 12/42] arm64: tools: Resync sysreg.h
` [PATCH v3 13/42] arm64: Add syndrome information for trapped LD64B/ST64B{,V,V0}
` [PATCH v3 14/42] arm64: Add FEAT_FGT2 capability
` [PATCH v3 15/42] KVM: arm64: Tighten handling of unknown FGT groups
` [PATCH v3 16/42] KVM: arm64: Simplify handling of negative FGT bits
` [PATCH v3 17/42] KVM: arm64: Handle trapping of FEAT_LS64* instructions
` [PATCH v3 18/42] KVM: arm64: Restrict ACCDATA_EL1 undef to FEAT_ST64_ACCDATA being disabled
` [PATCH v3 19/42] KVM: arm64: Don't treat HCRX_EL2 as a FGT register
` [PATCH v3 20/42] KVM: arm64: Plug FEAT_GCS handling
` [PATCH v3 21/42] KVM: arm64: Compute FGT masks from KVM's own FGT tables
` [PATCH v3 22/42] KVM: arm64: Add description of FGT bits leading to EC!=0x18
` [PATCH v3 23/42] KVM: arm64: Use computed masks as sanitisers for FGT registers
` [PATCH v3 24/42] KVM: arm64: Unconditionally configure fine-grain traps
` [PATCH v3 25/42] KVM: arm64: Propagate FGT masks to the nVHE hypervisor
` [PATCH v3 26/42] KVM: arm64: Use computed FGT masks to setup FGT registers
` [PATCH v3 27/42] KVM: arm64: Remove hand-crafted masks for "
` [PATCH v3 28/42] KVM: arm64: Use KVM-specific HCRX_EL2 RES0 mask
` [PATCH v3 29/42] KVM: arm64: Handle PSB CSYNC traps
` [PATCH v3 30/42] KVM: arm64: Switch to table-driven FGU configuration
` [PATCH v3 31/42] KVM: arm64: Validate FGT register descriptions against RES0 masks
` [PATCH v3 32/42] KVM: arm64: Use FGT feature maps to drive RES0 bits
` [PATCH v3 33/42] KVM: arm64: Allow kvm_has_feat() to take variable arguments
` [PATCH v3 34/42] KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bits
` [PATCH v3 35/42] KVM: arm64: Use HCR_EL2 "
` [PATCH v3 36/42] KVM: arm64: Add FEAT_FGT2 registers to the VNCR page
` [PATCH v3 37/42] KVM: arm64: Add sanitisation for FEAT_FGT2 registers
` [PATCH v3 38/42] KVM: arm64: Add trap routing "
` [PATCH v3 39/42] KVM: arm64: Add context-switch "
` [PATCH v3 40/42] KVM: arm64: Allow sysreg ranges for FGT descriptors
` [PATCH v3 41/42] KVM: arm64: Add FGT descriptors for FEAT_FGT2
` [PATCH v3 42/42] KVM: arm64: Handle TSB CSYNC traps
[kvm-unit-tests PATCH] scripts: Search the entire string for the correct accelerator
2025-04-26 12:00 UTC (2+ messages)
[kvmtool PATCH v3 00/10] Add SBI system suspend and cpu-type option
2025-04-26 11:03 UTC (11+ messages)
` [kvmtool PATCH v3 01/10] Sync-up headers with Linux-6.14 kernel
` [kvmtool PATCH v3 02/10] riscv: Add Svvptc extension support
` [kvmtool PATCH v3 03/10] riscv: Add Zabha "
` [kvmtool PATCH v3 04/10] riscv: Add Ziccrse "
` [kvmtool PATCH v3 05/10] riscv: Add SBI system suspend support
` [kvmtool PATCH v3 06/10] riscv: Make system suspend time configurable
` [kvmtool PATCH v3 07/10] riscv: Fix no params with nodefault segfault
` [kvmtool PATCH v3 08/10] riscv: Include single-letter extensions in isa_info_arr[]
` [kvmtool PATCH v3 09/10] riscv: Add cpu-type command-line option
` [kvmtool PATCH v3 10/10] riscv: Allow including extensions in the min CPU type using command-line
[PATCH] LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally
2025-04-26 10:19 UTC (2+ messages)
[PATCH] vhost: vringh: Use matching allocation type in resize_iovec()
2025-04-26 6:22 UTC
[kvmtool PATCH v2 00/10] Add SBI system suspend and cpu-type option
2025-04-26 6:20 UTC (4+ messages)
` [kvmtool PATCH v2 10/10] riscv: Allow including extensions in the min CPU type using command-line
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