messages from 2026-01-23 08:58:51 to 2026-01-26 16:47:59 UTC [more...]
[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
2026-01-26 16:47 UTC (5+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 03/15] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
[PATCH v3 00/24] KVM: TDX huge page support for private memory
2026-01-26 16:08 UTC (5+ messages)
` [PATCH v3 06/24] KVM: x86/mmu: Disallow page merging (huge page adjustment) for mirror root
[PATCH] Add query-tdx-capabilities
2026-01-26 15:20 UTC (10+ messages)
[PATCH 0/3] KVM: x86: CET vs. nVMX fix and hardening
2026-01-26 14:57 UTC (5+ messages)
` [PATCH 1/3] KVM: x86: Finalize kvm_cpu_caps setup from {svm,vmx}_set_cpu_caps()
` [PATCH 2/3] KVM: x86: Harden against unexpected adjustments to kvm_cpu_caps
` [PATCH 3/3] KVM: VMX: Print out "bad" offsets+value on VMCS config mismatch
[PATCH v5] irqchip/riscv-imsic: Adjust the number of available guest irq files
2026-01-26 13:37 UTC (4+ messages)
` [External] "
[PATCH 00/20] KVM: arm64: Generalise RESx handling
2026-01-26 12:16 UTC (21+ messages)
` [PATCH 01/20] arm64: Convert SCTLR_EL2 to sysreg infrastructure
` [PATCH 02/20] KVM: arm64: Remove duplicate configuration for SCTLR_EL1.{EE,E0E}
` [PATCH 03/20] KVM: arm64: Introduce standalone FGU computing primitive
` [PATCH 04/20] KVM: arm64: Introduce data structure tracking both RES0 and RES1 bits
` [PATCH 05/20] KVM: arm64: Extend unified RESx handling to runtime sanitisation
` [PATCH 06/20] KVM: arm64: Inherit RESx bits from FGT register descriptors
` [PATCH 07/20] KVM: arm64: Allow RES1 bits to be inferred from configuration
` [PATCH 08/20] KVM: arm64: Correctly handle SCTLR_EL1 RES1 bits for unsupported features
` [PATCH 09/20] KVM: arm64: Convert HCR_EL2.RW to AS_RES1
` [PATCH 10/20] KVM: arm64: Simplify FIXED_VALUE handling
` [PATCH 11/20] KVM: arm64: Add REQUIRES_E2H1 constraint as configuration flags
` [PATCH 12/20] KVM: arm64: Add RESx_WHEN_E2Hx constraints "
` [PATCH 13/20] KVM: arm64: Move RESx into individual register descriptors
` [PATCH 14/20] KVM: arm64: Simplify handling of HCR_EL2.E2H RESx
` [PATCH 15/20] KVM: arm64: Get rid of FIXED_VALUE altogether
` [PATCH 16/20] KVM: arm64: Simplify handling of full register invalid constraint
` [PATCH 17/20] KVM: arm64: Remove all traces of FEAT_TME
` [PATCH 18/20] KVM: arm64: Remove all traces of HCR_EL2.MIOCNCE
` [PATCH 19/20] KVM: arm64: Add sanitisation to SCTLR_EL2
` [PATCH 20/20] KVM: arm64: Add debugfs file dumping computed RESx values
[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-01-26 11:50 UTC (7+ messages)
` [PATCH v2 1/5] arm64/sysreg: Add HDBSS related register information
[PATCH v3 00/26] Runtime TDX Module update support
2026-01-26 11:28 UTC (53+ messages)
` [PATCH v3 01/26] x86/virt/tdx: Print SEAMCALL leaf numbers in decimal
` [PATCH v3 02/26] x86/virt/tdx: Use %# prefix for hex values in SEAMCALL error messages
` [PATCH v3 03/26] x86/virt/tdx: Move low level SEAMCALL helpers out of <asm/tdx.h>
` [PATCH v3 04/26] coco/tdx-host: Introduce a "tdx_host" device
` [PATCH v3 05/26] coco/tdx-host: Expose TDX Module version
` [PATCH v3 06/26] x86/virt/tdx: Prepare to support P-SEAMLDR SEAMCALLs
` [PATCH v3 07/26] x86/virt/seamldr: Introduce a wrapper for "
` [PATCH v3 08/26] x86/virt/seamldr: Retrieve P-SEAMLDR information
` [PATCH v3 09/26] coco/tdx-host: Expose P-SEAMLDR information via sysfs
` [PATCH v3 10/26] coco/tdx-host: Implement FW_UPLOAD sysfs ABI for TDX Module updates
` [PATCH v3 11/26] x86/virt/seamldr: Block TDX Module updates if any CPU is offline
` [PATCH v3 12/26] x86/virt/seamldr: Verify availability of slots for TDX Module updates
` [PATCH v3 13/26] x86/virt/seamldr: Allocate and populate a module update request
` [PATCH v3 14/26] x86/virt/seamldr: Introduce skeleton for TDX Module updates
` [PATCH v3 15/26] x86/virt/seamldr: Abort updates if errors occurred midway
` [PATCH v3 16/26] x86/virt/seamldr: Shut down the current TDX module
` [PATCH v3 17/26] x86/virt/tdx: Reset software states after TDX module shutdown
` [PATCH v3 18/26] x86/virt/seamldr: Log TDX Module update failures
` [PATCH v3 19/26] x86/virt/seamldr: Install a new TDX Module
` [PATCH v3 20/26] x86/virt/seamldr: Do TDX per-CPU initialization after updates
` [PATCH v3 21/26] x86/virt/tdx: Establish contexts for the new TDX Module
` [PATCH v3 22/26] x86/virt/tdx: Update tdx_sysinfo and check features post-update
` [PATCH v3 23/26] x86/virt/tdx: Enable TDX Module runtime updates
` [PATCH v3 24/26] x86/virt/seamldr: Extend sigstruct to 16KB
` [PATCH v3 25/26] x86/virt/tdx: Avoid updates during update-sensitive operations
` [PATCH v3 26/26] coco/tdx-host: Set and document TDX Module update expectations
[PATCH v4] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()
2026-01-26 11:01 UTC (3+ messages)
[PATCH 1/1] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
2026-01-26 10:03 UTC (9+ messages)
[PATCH v2] KVM: Add KVM_GET_REG_LIST ioctl for LoongArch
2026-01-26 9:55 UTC
[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
2026-01-26 9:50 UTC (7+ messages)
` [PATCH v12 06/46] arm64: RMI: Define the user ABI
` [PATCH v12 22/46] arm64: RMI: Create the realm descriptor
[PATCH v4 0/3] vdpa/mlx5: Fix MAC address update via vdpa-tool
2026-01-26 9:45 UTC (4+ messages)
` [PATCH v4 1/3] vdpa/mlx5: update mlx_features with driver state check
` [PATCH v4 2/3] vdpa/mlx5: reuse common function for MAC address updates
` [PATCH v4 3/3] vdpa/mlx5: update MAC address handling in mlx5_vdpa_set_attr()
[PATCH] kvm: hyper-v: Delay firing of expired stimers
2026-01-26 9:41 UTC (5+ messages)
[PATCH v3 0/3] vdpa/mlx5: Fix MAC address update via vdpa-tool
2026-01-26 8:03 UTC (4+ messages)
` [PATCH v3 2/3] vdpa/mlx5: reuse common function for MAC address updates
[PATCH v3] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
2026-01-26 4:28 UTC
[PATCH v2] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg
2026-01-26 4:22 UTC
[PATCH v2] LoongArch: KVM: Add more CPUCFG mask bit
2026-01-26 2:48 UTC
[PATCH v3 0/2] Support runtime configuration for per-VM's HGATP mode
2026-01-26 1:25 UTC (4+ messages)
` [PATCH v3 1/2] RISC-V: KVM: "
` [PATCH v3 2/2] RISC-V: KVM: add KVM_CAP_RISCV_SET_HGATP_MODE
Project Investment Funding
2026-01-25 18:28 UTC
[PATCH v3] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr()
2026-01-25 11:57 UTC
[PATCH v2] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr
2026-01-25 11:46 UTC (3+ messages)
[PATCH v5 0/1] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
2026-01-25 11:06 UTC (2+ messages)
` [PATCH v5] "
[PATCH 0/7] target/i386: Misc PMU, PEBS, and MSR fixes and improvements
2026-01-25 8:38 UTC (5+ messages)
` [PATCH 6/7] target/i386: Make some PEBS features user-visible
[PATCH 0/4] KVM: x86: Advertise new instruction CPUIDs for Intel Diamond Rapids
2026-01-25 7:54 UTC (10+ messages)
` [PATCH 1/4] KVM: x86: Advertise MOVRS CPUID to userspace
` [PATCH 2/4] KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 "
[PATCH] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_aia_imsic_has_attr
2026-01-25 6:09 UTC (2+ messages)
[PATCH v3] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
2026-01-24 20:29 UTC (5+ messages)
[PATCH v6 0/9] VMSCAPE optimization for BHI variant
2026-01-24 19:34 UTC (3+ messages)
` [PATCH v6 2/9] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
[PATCH v5 0/8] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-01-24 19:14 UTC (9+ messages)
` [PATCH v5 1/8] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v5 2/8] dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
` [PATCH v5 3/8] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v5 4/8] vfio: Wait for dma-buf invalidation to complete
` [PATCH v5 5/8] dma-buf: Make .invalidate_mapping() truly optional
` [PATCH v5 6/8] dma-buf: Add dma_buf_attach_revocable()
` [PATCH v5 7/8] vfio: Permit VFIO to work with pinned importers
` [PATCH v5 8/8] iommufd: Add dma_buf_pin()
[GIT PULL] KVM fixes for Linux 6.19-rc7
2026-01-24 18:00 UTC (2+ messages)
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2026-01-24 7:49 UTC (9+ messages)
` [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU
` possible deadlock due to irq_set_thread_affinity() calling into the scheduler (was Re: [PATCH v3 38/62] KVM: SVM: Take and hold ir_list_lock across IRTE updates in IOMMU)
KVM/arm64 fixes for 6.19
2026-01-24 7:46 UTC (2+ messages)
[PATCH] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg
2026-01-24 2:20 UTC
[PATCH 0/3] KVM: x86: Mitigate kvm-clock drift caused by masterclock update
2026-01-24 1:31 UTC (5+ messages)
[PATCH 0/6] KVM: x86/pmu: Add support for AMD HG_ONLY bits
2026-01-24 1:09 UTC (4+ messages)
` [PATCH 3/6] KVM: x86/pmu: Track enabled AMD PMCs with Host-Only xor Guest-Only bits set
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2026-01-24 0:07 UTC (2+ messages)
[PATCH] KVM: x86: Add SRCU protection for KVM_GET_SREGS2
2026-01-23 22:46 UTC (3+ messages)
[PATCH v2 0/4] KVM: SVM: Fix IRQ window inhibit handling
2026-01-23 22:45 UTC (5+ messages)
` [PATCH v2 1/4] KVM: SVM: Fix clearing IRQ window inhibit with nested guests
` [PATCH v2 2/4] KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs
` [PATCH v2 3/4] KVM: SVM: Optimize IRQ window inhibit handling
` [PATCH v2 4/4] KVM: Isolate apicv_update_lock and apicv_nr_irq_window_req in a cacheline
[PATCH v2] KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()
2026-01-23 22:28 UTC
[RFC PATCH 0/3] KVM: SVM: Fix IRQ window inhibit handling
2026-01-23 19:55 UTC (5+ messages)
` [RFC PATCH 2/3] KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs
[PATCH v2] KVM: TDX: Allow userspace to return errors to guest for MAPGPA
2026-01-23 17:42 UTC (2+ messages)
[PATCH vfio-rc] vfio: Prevent from pinned DMABUF importers to attach to VFIO DMABUF
2026-01-23 17:34 UTC (2+ messages)
[PATCH v7 0/2] SEV-SNP: Add KVM support for SNP certificate fetching
2026-01-23 17:17 UTC (3+ messages)
` [PATCH v7 1/2] KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
2026-01-23 16:31 UTC (11+ messages)
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete
[PATCH] KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpredictable test failures
2026-01-23 16:28 UTC (4+ messages)
[PATCH kvmtool v5 0/7] arm64: Nested virtualization support
2026-01-23 16:03 UTC (9+ messages)
` [PATCH kvmtool v5 1/7] Sync kernel UAPI headers with v6.19-rc6
` [PATCH kvmtool v5 2/7] arm64: Initial nested virt support
` [PATCH kvmtool v5 3/7] arm64: nested: Add support for setting maintenance IRQ
` [PATCH kvmtool v5 4/7] arm64: Add counter offset control
` [PATCH kvmtool v5 5/7] arm64: Add FEAT_E2H0 support
` [PATCH kvmtool v5 6/7] arm64: Generate HYP timer interrupt specifiers
` [PATCH kvmtool v5 7/7] arm64: Handle virtio endianness reset when running nested
Call for GSoC internship project ideas
2026-01-23 15:56 UTC (12+ messages)
[PATCH v4 0/1] KVM: SEV: Add KVM_SEV_SNP_HV_REPORT_REQ command
2026-01-23 14:58 UTC (3+ messages)
` [PATCH v4 1/1] "
[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
2026-01-23 14:19 UTC (11+ messages)
[PATCH] KVM: x86/mmu: move reused pages to the top of active_mmu_pages
2026-01-23 13:57 UTC (3+ messages)
[PATCH v2 0/4] x86, fpu/kvm: fix crash with AMX
2026-01-23 13:23 UTC (6+ messages)
[PATCH v5 0/3] KVM: x86: Add userspace control for Suppress EOI Broadcast
2026-01-23 13:04 UTC (9+ messages)
` [PATCH v5 1/3] KVM: x86: Refactor suppress EOI broadcast logic
[PATCH v6] KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
2026-01-23 12:56 UTC
[PATCH net-next v7 0/9] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
2026-01-23 9:54 UTC (9+ messages)
` [PATCH net-next v7 3/9] tun/tap: add ptr_ring consume helper with netdev queue wakeup
[PATCH 1/2] KVM: x86/mmu: Don't check old SPTE permissions when trying to unsync
2026-01-23 9:03 UTC (2+ messages)
` [PATCH 2/2] KVM: x86/mmu: KVM: x86/mmu: Skip unsync when large pages are allowed
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