public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-05 10:07:19 to 2025-02-06 18:58:15 UTC [more...]

[PATCH 0/5] KVM: x86/xen: Restrict hypercall MSR index
 2025-02-06 18:58 UTC  (20+ messages)
` [PATCH 1/5] KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range
` [PATCH 2/5] KVM: x86/xen: Add an #ifdef'd helper to detect writes to Xen MSR
` [PATCH 3/5] KVM: x86/xen: Consult kvm_xen_enabled when checking for Xen MSR writes
` [PATCH 4/5] KVM: x86/xen: Bury xen_hvm_config behind CONFIG_KVM_XEN=y
` [PATCH 5/5] KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xen

[RFC PATCH 3/3] drm/virtio: implement blob userptr resource object
 2025-02-06 18:21 UTC  (4+ messages)

[RFC PATCH 0/2] Add NV Selftest cases
 2025-02-06 17:30 UTC  (5+ messages)
` [RFC PATCH 1/2] KVM: arm64: nv: selftests: Add guest hypervisor test
` [RFC PATCH 2/2] KVM: arm64: nv: selftests: Access VNCR mapped registers

[kvm-unit-tests PATCH] lib: s390x: css: Name inline assembly arguments and clean them up
 2025-02-06 17:22 UTC  (7+ messages)

[kvm-unit-tests PATCH] lib: s390x: css: Cleanup chsc inline assembly
 2025-02-06 17:27 UTC  (2+ messages)

[PATCH net-next v5 0/7] tun: Unify vnet implementation
 2025-02-06 16:09 UTC  (14+ messages)
` [PATCH net-next v5 1/7] tun: Refactor CONFIG_TUN_VNET_CROSS_LE
` [PATCH net-next v5 5/7] tun: Extract the vnet handling code
` [PATCH net-next v5 6/7] tap: Keep hdr_len in tap_get_user()
` [PATCH net-next v5 7/7] tap: Use tun's vnet-related code

[PATCH v3 00/16] KVM: arm64: Add NV GICv3 support
 2025-02-06 15:49 UTC  (17+ messages)
` [PATCH v3 01/16] arm64: sysreg: Add layout for ICH_HCR_EL2
` [PATCH v3 02/16] arm64: sysreg: Add layout for ICH_VTR_EL2
` [PATCH v3 03/16] arm64: sysreg: Add layout for ICH_MISR_EL2
` [PATCH v3 04/16] KVM: arm64: nv: Load timer before the GIC
` [PATCH v3 05/16] KVM: arm64: nv: Add ICH_*_EL2 registers to vpcu_sysreg
` [PATCH v3 06/16] KVM: arm64: nv: Plumb handling of GICv3 EL2 accesses
` [PATCH v3 07/16] KVM: arm64: nv: Sanitise ICH_HCR_EL2 accesses
` [PATCH v3 08/16] KVM: arm64: nv: Nested GICv3 emulation
` [PATCH v3 09/16] KVM: arm64: nv: Handle L2->L1 transition on interrupt injection
` [PATCH v3 10/16] KVM: arm64: nv: Add Maintenance Interrupt emulation
` [PATCH v3 11/16] KVM: arm64: nv: Respect virtual HCR_EL2.TWx setting
` [PATCH v3 12/16] KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2
` [PATCH v3 13/16] KVM: arm64: nv: Propagate used_lrs between L1 and L0 contexts
` [PATCH v3 14/16] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v3 15/16] KVM: arm64: nv: Allow userland to set VGIC maintenance IRQ
` [PATCH v3 16/16] KVM: arm64: nv: Fail KVM init if asking for NV without GICv3

[PATCH] kvm: delete unused variables iommu_noncoherent in struct kvm_arch
 2025-02-06 15:16 UTC  (2+ messages)

Call for GSoC internship project ideas
 2025-02-06 15:10 UTC  (4+ messages)

[RFC v2 0/5] accel/kvm: Support KVM PMU filter
 2025-02-06 14:54 UTC  (15+ messages)
` [RFC v2 1/5] qapi/qom: Introduce kvm-pmu-filter object
` [RFC v2 3/5] i386/kvm: Support event with select & umask format in KVM PMU filter

[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
 2025-02-06 14:12 UTC  (6+ messages)

[RFC PATCH 00/39] 1G page support for guest_memfd
 2025-02-06 11:07 UTC  (2+ messages)

[PATCH v3 00/18] vDSO: Introduce generic data storage
 2025-02-06 10:59 UTC  (2+ messages)

[PATCH v4 00/21] Add Counter delegation ISA extension support
 2025-02-06 10:51 UTC  (24+ messages)
` [PATCH v4 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v4 02/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v4 03/21] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v4 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v4 05/21] RISC-V: Define indirect CSR access helpers
` [PATCH v4 06/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v4 07/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v4 08/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v4 09/21] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH v4 10/21] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v4 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v4 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v4 13/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v4 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v4 15/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v4 16/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v4 17/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v4 18/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v4 19/21] tools/perf: Support event code for arch standard events
` [PATCH v4 20/21] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH v4 21/21] Sync empty-pmu-events.c with autogenerated one

[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
 2025-02-06 10:41 UTC  (11+ messages)

[RFC PATCH v5 00/15] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-02-06  9:49 UTC  (10+ messages)
` [RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages

[RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
 2025-02-06  9:47 UTC  (4+ messages)

[RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
 2025-02-06  9:45 UTC  (3+ messages)

[PATCH v7 RESEND 0/5] i386: Support SMP Cache Topology
 2025-02-06  9:42 UTC  (6+ messages)
` [PATCH v7 RESEND 1/5] hw/core/machine: Reject thread level cache

[GIT PULL v2 00/20] KVM: s390: some non-trivial fixes and cleanups for 6.14
 2025-02-06  9:39 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.14, take #1
 2025-02-06  9:39 UTC  (2+ messages)

[PATCH v2 0/2] KVM: SVM: Add support for 4096 vcpus with x2AVIC
 2025-02-06  9:12 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_ids

[PATCH v2] KVM: arm64: Remove cyclical dependency in arm_pmuv3.h
 2025-02-06  8:27 UTC  (2+ messages)

[PATCH v3 0/3] Fix broken SNP support with KVM module built-in
 2025-02-06  5:41 UTC  (8+ messages)
` [PATCH v3 3/3] x86/sev: "

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2025-02-06  4:33 UTC  (4+ messages)
` [PATCH v6 20/43] arm64: RME: Runtime faulting of memory

[PATCH net-next v3 0/6] Device memory TCP TX
 2025-02-06  1:45 UTC  (15+ messages)
` [PATCH net-next v3 5/6] net: devmem: Implement TX path

[PATCH v3 0/3] KVM: x86: Include host suspended time in steal time
 2025-02-06  1:29 UTC  (10+ messages)
` [PATCH v3 1/3] kvm: Introduce kvm_total_suspend_ns()

[PATCH 0/5] vfio: Improve DMA mapping performance for huge pfnmaps
 2025-02-05 23:17 UTC  (6+ messages)
` [PATCH 1/5] vfio/type1: Catch zero from pin_user_pages_remote()
` [PATCH 2/5] vfio/type1: Convert all vaddr_get_pfns() callers to use vfio_batch
` [PATCH 3/5] vfio/type1: Use vfio_batch for vaddr_get_pfns()
` [PATCH 4/5] mm: Provide page mask in struct follow_pfnmap_args
` [PATCH 5/5] vfio/type1: Use mapping page mask for pfnmaps

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-05 22:56 UTC  (3+ messages)

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-02-05 22:22 UTC  (9+ messages)
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
 2025-02-05 22:13 UTC  (3+ messages)
` [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15

[RFC PATCH 00/13] Optimize nSVM TLB flushes
 2025-02-05 21:45 UTC  (15+ messages)
` [RFC PATCH 01/13] KVM: nSVM: Track the ASID per-VMCB
` [RFC PATCH 02/13] KVM: nSVM: Rework svm_flush_tlb_asid() to operate on a given VMCB
` [RFC PATCH 03/13] KVM: nSVM: Split nested_svm_transition_tlb_flush() into entry/exit fns
` [RFC PATCH 04/13] KVM: SVM: Introduce helpers for updating TLB_CONTROL
` [RFC PATCH 05/13] KVM: x86/mmu: rename __kvm_mmu_invalidate_addr()
` [RFC PATCH 06/13] KVM: x86/mmu: Allow skipping the gva flush in kvm_mmu_invalidate_addr()
` [RFC PATCH 07/13] KVM: nSVM: Handle INVLPGA interception correctly
` [RFC PATCH 08/13] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [RFC PATCH 09/13] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [RFC PATCH 10/13] KVM: nSVM: Flush the TLB if L1 changes L2's ASID
` [RFC PATCH 11/13] KVM: nSVM: Do not reset TLB_CONTROL in VMCB02 on nested entry
` [RFC PATCH 12/13] KVM: nSVM: Service local TLB flushes before nested transitions
` [RFC PATCH 13/13] KVM: nSVM: Stop bombing the TLB on "

[Invitation] bi-weekly guest_memfd upstream call on 2025-02-06
 2025-02-05 19:00 UTC 

[PATCH 2/2] perf: arm_pmuv3: Uninvert dependency between {asm,perf}/arm_pmuv3.h
 2025-02-05 18:57 UTC  (2+ messages)

[PATCH 1/2] perf: arm_pmuv3: Remove cyclical dependency with kvm_host.h
 2025-02-05 18:49 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Clean up MP_STATE transitions
 2025-02-05 18:45 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Clear pv_unhalted on all transitions to KVM_MP_STATE_RUNNABLE

[PATCH v7 0/6] Poisoned memory recovery on reboot
 2025-02-05 17:58 UTC  (15+ messages)
` [PATCH v7 2/6] system/physmem: poisoned memory discard "
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page
` [PATCH v7 6/6] hostmem: Handle remapping of RAM

[GIT PULL] KVM changes for Linux 6.14
 2025-02-05 16:12 UTC  (12+ messages)

[PATCH v2 0/4] Fix broken SNP support with KVM module built-in
 2025-02-05 15:15 UTC  (5+ messages)
` [PATCH v2 4/4] iommu/amd: Enable Host SNP support after enabling IOMMU SNP support

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-02-05 14:40 UTC  (18+ messages)
` [PATCH v7 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v7 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface
` [PATCH v7 04/17] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v7 05/17] dma-mapping: Provide an interface to allow allocate IOVA
` [PATCH v7 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v7 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v7 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v7 09/17] docs: core-api: document the IOVA-based API
` [PATCH v7 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v7 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v7 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v7 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v7 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v7 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v7 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v7 17/17] vfio/mlx5: Enable the DMA link API

[PATCH 0/3] KVM: x86: Address performance degradation due to APICv inhibits
 2025-02-05 11:36 UTC  (21+ messages)
` [PATCH 1/3] KVM: x86: hyper-v: Convert synic_auto_eoi_used to an atomic
` [PATCH 2/3] KVM: x86: Remove use of apicv_update_lock when toggling guest debug state
` [PATCH 3/3] KVM: x86: Decouple APICv activation state from apicv_inhibit_reasons

[PATCH v7 00/52] QEMU TDX support
 2025-02-05 10:31 UTC  (11+ messages)
` [PATCH v7 12/52] i386/tdx: Validate TD attributes
` [PATCH v7 28/52] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v7 48/52] i386/tdx: Fetch and validate CPUID of TD guest


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox