messages from 2025-06-17 21:50:07 to 2025-06-19 11:48:36 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-06-19 11:48 UTC (13+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-06-19 11:31 UTC (14+ messages)
` [PATCH v3 12/62] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH v3 13/62] KVM: SVM: Drop redundant check in AVIC code on ID during "
` [PATCH v3 15/62] KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
` [PATCH v3 17/62] KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-19 11:13 UTC (10+ messages)
` [RFC PATCH v8 1/7] security: Export anon_inode_make_secure_inode for KVM guest_memfd
` [RFC PATCH v8 2/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [RFC PATCH v8 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [RFC PATCH v8 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support
[PATCH V4 0/1] KVM: TDX: Decrease TDX VM shutdown time
2025-06-19 11:12 UTC (9+ messages)
` [PATCH V4 1/1] KVM: TDX: Add sub-ioctl KVM_TDX_TERMINATE_VM
[PATCH 00/15] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
2025-06-19 10:05 UTC (9+ messages)
` [PATCH 11/15] KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-19 9:49 UTC (7+ messages)
[PATCH v3 0/9] LoongArch: KVM: INTC: Enhancement about eiointc emulation
2025-06-19 9:47 UTC (6+ messages)
` [PATCH v3 4/9] LoongArch: KVM: INTC: Check validation of num_cpu from user space
` [PATCH v3 9/9] LoongArch: KVM: INTC: Add address alignment check
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-06-19 9:26 UTC (5+ messages)
` [RFC PATCH 02/21] x86/virt/tdx: Enhance tdh_mem_page_aug() to support huge pages
[PATCH v2] PCI: Explicitly put devices into D0 when initializing - Bug report
2025-06-19 9:11 UTC (6+ messages)
[PATCH v4 2/3] gup: introduce unpin_user_folio_dirty_locked()
2025-06-19 9:05 UTC (12+ messages)
[RFC PATCH 08/21] KVM: TDX: Increase/decrease folio ref for huge pages
2025-06-19 8:11 UTC (28+ messages)
[kvm-unit-tests v3 0/2] riscv: Add double trap testing
2025-06-19 7:59 UTC (3+ messages)
` [kvm-unit-tests v3 2/2] riscv: Add ISA double trap extension testing
[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-06-19 7:43 UTC (9+ messages)
` [PATCH v7 01/10] x86/fred: Provide separate IRQ vs. NMI wrappers for entry from KVM
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point "
` [PATCH v7 03/10] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v7 07/10] x86/nmi: Prepare for the new NMI-source vector encoding
[PATCH v2] LoongArch: KVM: INTC: Add IOCSR MISC register emulation
2025-06-19 7:14 UTC
[PATCH] RISC-V: KVM: Avoid re-acquiring memslot in kvm_riscv_gstage_map()
2025-06-19 7:04 UTC (8+ messages)
[PATCH v2 0/6] PCI/VGA: Look at all PCI display devices in VGA arbiter
2025-06-19 6:50 UTC (16+ messages)
` [PATCH v2 5/6] ALSA: hda: Use pci_is_display()
` [PATCH v2 6/6] vgaarb: Look at all PCI display devices in VGA arbiter
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-19 5:36 UTC (9+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
[PATCH v2 0/2] x86/traps: Fix DR6/DR7 initialization
2025-06-19 5:16 UTC (19+ messages)
` [PATCH v2 1/2] x86/traps: Initialize DR6 by writing its architectural reset value
` [PATCH v2 2/2] x86/traps: Initialize DR7 "
[PATCH v7 0/5] Enable shared device assignment
2025-06-19 3:09 UTC (6+ messages)
` [PATCH v7 3/5] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-19 1:50 UTC (23+ messages)
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
[PATCH v3 00/15] KVM: Introduce KVM Userfault
2025-06-19 1:27 UTC (29+ messages)
` [PATCH v3 01/15] KVM: x86/mmu: Move "struct kvm_page_fault" definition to asm/kvm_host.h
` [PATCH v3 02/15] KVM: arm64: Add "struct kvm_page_fault" to gather common fault variables
` [PATCH v3 03/15] KVM: arm64: x86: Require "struct kvm_page_fault" for memory fault exits
` [PATCH v3 04/15] KVM: Add common infrastructure for KVM Userfaults
` [PATCH v3 05/15] KVM: x86: Add support for KVM userfault exits
` [PATCH v3 06/15] KVM: arm64: "
` [PATCH v3 07/15] KVM: Enable and advertise "
` [PATCH v3 08/15] KVM: selftests: Fix vm_mem_region_set_flags docstring
` [PATCH v3 09/15] KVM: selftests: Fix prefault_mem logic
` [PATCH v3 10/15] KVM: selftests: Add va_start/end into uffd_desc
` [PATCH v3 11/15] KVM: selftests: Add KVM Userfault mode to demand_paging_test
` [PATCH v3 12/15] KVM: selftests: Inform set_memory_region_test of KVM_MEM_USERFAULT
` [PATCH v3 13/15] KVM: selftests: Add KVM_MEM_USERFAULT + guest_memfd toggle tests
` [PATCH v3 14/15] KVM: Documentation: Fix section number for KVM_CAP_ARM_WRITABLE_IMP_ID_REGS
` [PATCH v3 15/15] KVM: Documentation: Add KVM_CAP_USERFAULT and KVM_MEM_USERFAULT details
[PATCH 0/2] Fixes for recovery for machine check in TDX/SEAM non-root mode
2025-06-18 23:57 UTC (13+ messages)
` [PATCH 1/2] x86/mce: Fix missing address mask in recovery for errors "
` [PATCH 2/2] KVM: TDX: Do not clear poisoned pages
[Bug 220200] New: Kernel crash with WARNING: CPU: 17 PID: 4510 at lib/refcount.c:28 refcount_warn_saturate+0xd8/0xe0
2025-06-18 20:29 UTC (2+ messages)
` [Bug 220200] "
[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-06-18 19:15 UTC (15+ messages)
` [PATCH 5/5] vfio-pci: Best-effort "
[PATCH v3 0/2] x86/traps: Fix DR6/DR7 initialization
2025-06-18 17:27 UTC (3+ messages)
` [PATCH v3 1/2] x86/traps: Initialize DR6 by writing its architectural reset value
` [PATCH v3 2/2] x86/traps: Initialize DR7 "
[kvm-unit-tests PATCH v6] riscv: sbi: Add SBI Debug Triggers Extension tests
2025-06-18 15:44 UTC
[PATCH] x86/paravirt: add backoff mechanism to virt_spin_lock
2025-06-18 14:04 UTC
[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
2025-06-18 12:33 UTC (3+ messages)
` [PATCH v9 15/43] arm64: RME: Allow VMM to set RIPAS
[PATCH] vhost: Fix typos in comments and clarity on alignof usage
2025-06-18 12:31 UTC (4+ messages)
` "
[PATCH v3 00/12] MMU related improvements for KVM RISC-V
2025-06-18 11:35 UTC (13+ messages)
` [PATCH v3 01/12] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH v3 02/12] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH v3 03/12] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [PATCH v3 04/12] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH v3 05/12] RISC-V: KVM: Don't flush TLB when PTE is unchanged
` [PATCH v3 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v3 07/12] RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()
` [PATCH v3 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v3 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH v3 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v3 11/12] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH v3 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs
[RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
2025-06-18 11:32 UTC (14+ messages)
[PATCH v4 3/3] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
2025-06-18 9:39 UTC (5+ messages)
[PATCH v2 00/18] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
2025-06-18 9:02 UTC (3+ messages)
` [PATCH v2 04/18] KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper
[PATCH v2 00/12] MMU related improvements for KVM RISC-V
2025-06-18 7:36 UTC (10+ messages)
` [PATCH v2 08/12] RISC-V: KVM: Factor-out MMU related declarations into separate headers
` [PATCH v2 09/12] RISC-V: KVM: Introduce struct kvm_gstage_mapping
` [PATCH v2 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2025-06-18 4:54 UTC (8+ messages)
` [RFC PATCH 19/30] vfio/pci: Add TSM TDI bind/unbind IOCTLs for TEE-IO support
[PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
2025-06-17 23:26 UTC (10+ 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).