messages from 2025-06-02 19:29:12 to 2025-06-04 13:24:07 UTC [more...]
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-06-04 13:24 UTC (16+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
` [RFC PATCH 17/30] iommufd/device: Add TSM Bind/Unbind for TIO support
` [RFC PATCH 20/30] vfio/pci: Do TSM Unbind before zapping bars
` [RFC PATCH 27/30] PCI/TSM: Add PCI driver callbacks to handle TSM requirements
[PATCH v10 00/16] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-04 13:17 UTC (25+ messages)
` [PATCH v10 07/16] KVM: Fix comment that refers to kvm uapi header path
` [PATCH v10 08/16] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v10 09/16] KVM: guest_memfd: Track shared memory support in memslot
` [PATCH v10 11/16] KVM: x86: Compute max_mapping_level with input from guest_memfd
` [PATCH v10 12/16] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v10 13/16] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v10 14/16] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v10 16/16] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[RFC PATCH 00/20] TD-Preserving updates
2025-06-04 13:14 UTC (16+ messages)
` [RFC PATCH 01/20] x86/virt/tdx: Print SEAMCALL leaf numbers in decimal
` [RFC PATCH 02/20] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [RFC PATCH 03/20] x86/virt/seamldr: Introduce a wrapper for "
` [RFC PATCH 04/20] x86/virt/tdx: Introduce a "tdx" subsystem and "tsm" device
` [RFC PATCH 05/20] x86/virt/tdx: Export tdx module attributes via sysfs
` [RFC PATCH 11/20] x86/virt/seamldr: Abort updates if errors occurred midway
` [RFC PATCH 12/20] x86/virt/seamldr: Shut down the current TDX module
[PATCH] s390/mm: Fix in_atomic() handling in do_secure_storage_access()
2025-06-04 12:16 UTC (2+ messages)
[PATCH v6 0/5] Enable shared device assignment
2025-06-04 11:29 UTC (16+ messages)
` [PATCH v6 4/5] ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with guest_memfd
` [PATCH v6 5/5] physmem: Support coordinated discarding of RAM "
[PATCH 0/2] KVM: SVM: Fix a NULL VMSA deref with MOVE_ENC_CONTEXT
2025-06-04 11:15 UTC (7+ messages)
` [PATCH 1/2] KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight
` [PATCH 2/2] KVM: SVM: Initialize vmsa_pa in VMCB to INVALID_PAGE if VMSA page is NULL
[PATCH net-next v12 00/10] tun: Introduce virtio-net hashing feature
2025-06-04 8:42 UTC (14+ messages)
` [PATCH net-next v12 01/10] virtio_net: Add functions for hashing
` [PATCH net-next v12 02/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH net-next v12 03/10] tun: Allow steering eBPF program to fall back
` [PATCH net-next v12 04/10] tun: Add common virtio-net hash feature code
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-04 8:02 UTC (9+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
` [PATCH 2/2] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
[PATCH] vhost: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
2025-06-04 6:55 UTC
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-06-04 6:28 UTC (6+ messages)
[PATCH 00/28] KVM: x86: Clean up MSR interception code
2025-06-04 5:43 UTC (22+ messages)
` [PATCH 01/28] KVM: SVM: Don't BUG if setting up the MSR intercept bitmaps fails
` [PATCH 02/28] KVM: SVM: Tag MSR bitmap initialization helpers with __init
` [PATCH 03/28] KVM: SVM: Use ARRAY_SIZE() to iterate over direct_access_msrs
` [PATCH 04/28] KVM: SVM: Kill the VM instead of the host if MSR interception is buggy
` [PATCH 05/28] KVM: x86: Use non-atomic bit ops to manipulate "shadow" MSR intercepts
` [PATCH 06/28] KVM: SVM: Massage name and param of helper that merges vmcb01 and vmcb12 MSRPMs
` [PATCH 08/28] KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
` [PATCH 16/28] KVM: VMX: Manually recalc all MSR intercepts on userspace MSR filter change
` [PATCH 28/28] KVM: selftests: Verify KVM disable interception (for userspace) on "
[PATCH v2 0/6] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-06-04 5:09 UTC (7+ messages)
` [PATCH v2 1/6] KVM: arm64: VM exit to userspace to handle SEA
` [PATCH v2 2/6] KVM: arm64: Set FnV for VCPU when FAR_EL2 is invalid
` [PATCH v2 3/6] KVM: arm64: Allow userspace to inject external instruction aborts
` [PATCH v2 4/6] KVM: selftests: Test for KVM_EXIT_ARM_SEA and KVM_CAP_ARM_SEA_TO_USER
` [PATCH v2 5/6] KVM: selftests: Test for KVM_CAP_INJECT_EXT_IABT
` [PATCH v2 6/6] Documentation: kvm: new uAPI for handling SEA
[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
2025-06-04 2:41 UTC (28+ messages)
` [PATCH v6 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM
` [PATCH v6 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v6 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v6 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v6 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message
[kvm-unit-tests PATCH] nVMX: Fix testing failure for canonical checks when forced emulation is not available
2025-06-04 2:15 UTC (3+ messages)
[PATCH v8 0/6] Introduce CET supervisor state support
2025-06-04 0:56 UTC (8+ messages)
[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
2025-06-04 0:29 UTC (15+ messages)
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[RFC PATCH 00/29] KVM: VM planes
2025-06-04 0:10 UTC (3+ messages)
` [PATCH 02/29] KVM: API definitions for plane userspace exit
[kvm-unit-tests PATCH] x86: Delete split IRQ chip variants of apic and ioapic tests
2025-06-04 0:08 UTC
[kvm-unit-tests PATCH] x86: Disable PIT re-injection for all tests to play nice with (x2)AVIC
2025-06-03 23:54 UTC
[RFC kvm-unit-tests PATCH 0/4] x86/apic: SVM AVIC tests and some cleanups
2025-06-03 23:53 UTC (3+ messages)
` [RFC kvm-unit-tests PATCH 2/4] x86/apic: Disable PIT for x2apic test to allow SVM AVIC to be tested
[PATCH 00/17] ARM64 PMU Partitioning
2025-06-03 22:43 UTC (21+ messages)
` [PATCH 01/17] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 04/17] KVM: arm64: Cleanup PMU includes
` [PATCH 06/17] KVM: arm64: Introduce method to partition the PMU
` [PATCH 10/17] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH 13/17] KVM: arm64: Context switch Partitioned PMU guest registers
` [PATCH 14/17] perf: pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 15/17] KVM: arm64: Inject recorded guest interrupts
` [PATCH 16/17] KVM: arm64: Add ioctl to partition the PMU when supported
` [PATCH 17/17] KVM: arm64: selftests: Add test case for partitioned PMU
[PATCH v2] riscv: sbi: Add SBI Debug Triggers Extension tests
2025-06-03 19:59 UTC
[RFC PATCH 00/33] vfio: Introduce selftests for VFIO
2025-06-03 17:28 UTC (20+ messages)
` [RFC PATCH 02/33] vfio: selftests: Add a helper library for VFIO selftests
` [RFC PATCH 04/33] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [RFC PATCH 08/33] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [RFC PATCH 29/33] vfio: selftests: Make iommufd the default iommu_mode
` [RFC PATCH 30/33] vfio: selftests: Add a script to help with running VFIO selftests
[PATCH] KVM: S390: Remove sca_lock
2025-06-03 16:56 UTC
[PATCH v5] KVM: s390: Use ESCA instead of BSCA at VM init
2025-06-03 16:35 UTC
[PATCH v2 00/13] objtool: Detect and warn about indirect calls in __nocfi functions
2025-06-03 16:29 UTC (12+ messages)
[PATCH v4 0/5] Add SEV-SNP CipherTextHiding feature support
2025-06-03 16:26 UTC (13+ messages)
` [PATCH v4 1/5] crypto: ccp: New bit-field definitions for SNP_PLATFORM_STATUS command
` [PATCH v4 2/5] crypto: ccp: Add support for SNP_FEATURE_INFO command
` [PATCH v4 3/5] crypto: ccp: Add support to enable CipherTextHiding on SNP_INIT_EX
` [PATCH v4 4/5] KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
` [PATCH v4 5/5] KVM: SEV: Add SEV-SNP CipherTextHiding support
[kvm-unit-tests v2 0/2] riscv: Add double trap testing
2025-06-03 16:25 UTC (4+ messages)
` [kvm-unit-tests v2 1/2] lib/riscv: export FWFT functions
` [kvm-unit-tests v2 2/2] riscv: Add ISA double trap extension testing
[PATCH] i386/kvm: Prefault memory on page state change
2025-06-03 16:12 UTC (7+ messages)
[PATCH v4] KVM: s390: Use ESCA instead of BSCA at VM init
2025-06-03 15:15 UTC (3+ messages)
[PATCH v2 0/7] LoongArch: KVM: Enhancement about eiointc emulation
2025-06-03 9:46 UTC (8+ messages)
` [PATCH v2 1/7] LoongArch: KVM: Fix interrupt route update with eiointc
` [PATCH v2 2/7] LoongArch: KVM: Check interrupt route from physical cpu "
` [PATCH v2 3/7] LoongArch: KVM: Disable update property num_cpu and feature "
` [PATCH v2 4/7] LoongArch: KVM: Check validation of num_cpu from user space
` [PATCH v2 5/7] LoongArch: KVM: Use standard bitops API with eiointc
` [PATCH v2 6/7] LoongArch: KVM: Remove unused parameter len
` [PATCH v2 7/7] LoongArch: KVM: Add stat information with kernel irqchip
[PATCH 0/3] riscv: Add double trap testing
2025-06-03 9:39 UTC (11+ messages)
` [PATCH 1/3] lib/riscv: export FWFT functions
` [PATCH 2/3] lib/riscv: clear SDT when entering exception handling
` [PATCH 3/3] riscv: Add ISA double trap extension testing
[kvm-unit-tests PATCH] riscv: sbi: Add SBI Debug Triggers Extension tests
2025-06-03 7:46 UTC (3+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-03 7:43 UTC (7+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator
[kvm-unit-tests PATCH 1/2] x86: nSVM: Use PT_* macro for NPT tests
2025-06-03 4:47 UTC (2+ messages)
` [kvm-unit-tests PATCH 2/2] x86: nSVM: Use PFERR_* "
[PATCH 0/5] KVM: VMX: Fix MMIO Stale Data Mitigation
2025-06-03 1:29 UTC (10+ messages)
` [PATCH 3/5] KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest
[PATCH] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
2025-06-02 23:51 UTC
[PATCH] KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
2025-06-02 23:48 UTC
[PATCH v2 0/8] irqbypass: Cleanups and a perf improvement
2025-06-02 23:30 UTC (3+ messages)
[RFC PATCH] vfio/pci: add PCIe TPH to device feature ioctl
2025-06-02 23:06 UTC (3+ messages)
` [RFC PATCH v2 0/1] VFIO ioctl for TLP Processing Hints
` [RFC PATCH v2 1/1] vfio/pci: add PCIe TPH device ioctl
[PATCH v2 00/59] KVM: iommu: Overhaul device posted IRQs support
2025-06-02 22:26 UTC (7+ messages)
` [PATCH v2 38/59] iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destination
` [PATCH v2 41/59] iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhibited
[GIT PULL] Second batch of KVM changes for Linux 6.16 merge window
2025-06-02 20:15 UTC (2+ messages)
[PATCH] KVM: guest_memfd: Remove redundant kvm_gmem_getattr implementation
2025-06-02 19:57 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;
as well as URLs for NNTP newsgroup(s).