messages from 2025-06-13 00:09:34 to 2025-06-13 22:03:59 UTC [more...]
[RFC PATCH v2 22/51] mm: hugetlb: Refactor hugetlb allocation functions
2025-06-13 22:03 UTC (2+ messages)
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-06-13 21:53 UTC (22+ messages)
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
[PATCH v1 0/3] x86/traps: Fix DR6/DR7 inintialization
2025-06-13 21:38 UTC (16+ messages)
` [PATCH v1 1/3] x86/traps: Move DR7_RESET_VALUE to <uapi/asm/debugreg.h>
` [PATCH v1 2/3] x86/traps: Initialize DR7 by writing its architectural reset value
` [PATCH v1 3/3] x86/traps: Initialize DR6 "
[PATCH v3 0/4] KVM: arm64: Add attribute to control GICD_TYPER2.nASSGIcap
2025-06-13 21:25 UTC (7+ messages)
` [PATCH v3 1/4] KVM: arm64: Disambiguate support for vSGIs v. vLPIs
` [PATCH v3 2/4] KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handling
` [PATCH v3 3/4] KVM: arm64: Introduce attribute to control GICD_TYPER2.nASSGIcap
` [PATCH v3 4/4] KVM: arm64: selftests: Add test for nASSGIcap attribute
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-13 21:18 UTC (7+ messages)
` [PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
[PATCH 0/8] KVM: Remove include/kvm, standardize includes
2025-06-13 21:02 UTC (3+ messages)
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-06-13 20:50 UTC (17+ messages)
` [PATCH v3 01/62] KVM: arm64: Explicitly treat routing entry type changes as changes
` [PATCH v3 02/62] KVM: arm64: WARN if unmapping vLPI fails
` [PATCH v3 08/62] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH v3 09/62] KVM: SVM: Drop pointless masking of kernel page pa's with AVIC HPA masks
` [PATCH v3 10/62] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH v3 11/62] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH v3 33/62] KVM: Fold kvm_arch_irqfd_route_changed() into kvm_arch_update_irqfd_routing()
[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-06-13 20:34 UTC (37+ messages)
` [PATCH 1/5] mm: Deduplicate mm_get_unmapped_area()
` [PATCH 2/5] mm/hugetlb: Remove prepare_hugepage_range()
` [PATCH 3/5] mm: Rename __thp_get_unmapped_area to mm_get_unmapped_area_aligned
` [PATCH 4/5] vfio: Introduce vfio_device_ops.get_unmapped_area hook
` [PATCH 5/5] vfio-pci: Best-effort huge pfnmaps with !MAP_FIXED mappings
[PATCH v4 0/7] KVM: x86/mmu: Run TDP MMU NX huge page recovery under MMU read lock
2025-06-13 20:23 UTC (8+ messages)
` [PATCH v4 1/7] KVM: x86/mmu: Track TDP MMU NX huge pages separately
` [PATCH v4 2/7] KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate its purpose
` [PATCH v4 3/7] KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
` [PATCH v4 4/7] KVM: x86/mmu: Only grab RCU lock for nx hugepage recovery for TDP MMU
` [PATCH v4 5/7] KVM: selftests: Introduce a selftest to measure execution performance
` [PATCH v4 6/7] KVM: selftests: Provide extra mmap flags in vm_mem_add()
` [PATCH v4 7/7] KVM: selftests: Add an NX huge pages jitter test
[PATCH] KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
2025-06-13 20:16 UTC (3+ messages)
[PATCH v7 00/30] TDX KVM selftests
2025-06-13 19:13 UTC (31+ messages)
` [PATCH v7 01/30] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings
` [PATCH v7 02/30] KVM: selftests: Expose function that sets up sregs based on VM's mode
` [PATCH v7 03/30] KVM: selftests: Store initial stack address in struct kvm_vcpu
` [PATCH v7 04/30] KVM: selftests: Add vCPU descriptor table initialization utility
` [PATCH v7 05/30] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v7 06/30] KVM: selftests: Add helper functions to create TDX VMs
` [PATCH v7 07/30] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v7 08/30] KVM: selftests: TDX: Update load_td_memory_region() for VM memory backed by guest memfd
` [PATCH v7 09/30] KVM: selftests: TDX: Add TDX lifecycle test
` [PATCH v7 10/30] KVM: selftests: TDX: Add report_fatal_error test
` [PATCH v7 11/30] KVM: selftests: TDX: Adding test case for TDX port IO
` [PATCH v7 12/30] KVM: selftests: TDX: Add basic TDX CPUID test
` [PATCH v7 13/30] KVM: selftests: TDX: Add basic TDG.VP.VMCALL<GetTdVmCallInfo> test
` [PATCH v7 14/30] KVM: selftests: TDX: Add TDX IO writes test
` [PATCH v7 15/30] KVM: selftests: TDX: Add TDX IO reads test
` [PATCH v7 16/30] KVM: selftests: TDX: Add TDX MSR read/write tests
` [PATCH v7 17/30] KVM: selftests: TDX: Add TDX HLT exit test
` [PATCH v7 18/30] KVM: selftests: TDX: Add TDX MMIO reads test
` [PATCH v7 19/30] KVM: selftests: TDX: Add TDX MMIO writes test
` [PATCH v7 20/30] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test
` [PATCH v7 21/30] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory
` [PATCH v7 22/30] KVM: selftests: TDX: Add TDG.VP.INFO test
` [PATCH v7 23/30] KVM: selftests: Add functions to allow mapping as shared
` [PATCH v7 24/30] KVM: selftests: TDX: Add shared memory test
` [PATCH v7 25/30] KVM: selftests: KVM: selftests: Expose new vm_vaddr_alloc_private()
` [PATCH v7 26/30] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT
` [PATCH v7 27/30] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET
` [PATCH v7 28/30] KVM: selftests: TDX: Add TDX UPM selftest
` [PATCH v7 29/30] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion
` [PATCH v7 30/30] KVM: selftests: TDX: Test LOG_DIRTY_PAGES flag to a non-GUEST_MEMFD memslot
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-06-13 18:04 UTC (9+ messages)
[GIT PULL] KVM fixes for Linux 6.16-rc2
2025-06-13 18:04 UTC (2+ messages)
[RFC v2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
2025-06-13 17:38 UTC (6+ messages)
[RFC PATCH] KVM: x86: Dynamically allocate bitmap to fix -Wframe-larger-than error
2025-06-13 17:17 UTC (4+ messages)
[GIT PULL] KVM fixes for Linux 6.16-rc2
2025-06-13 16:45 UTC
[PATCH 02/12] linux-headers: replace FSF postal address with licenses URL
2025-06-13 16:38 UTC
[kvm-unit-tests PATCH v2] riscv: Allow SBI_CONSOLE with no uart in device tree
2025-06-13 16:27 UTC (2+ messages)
[kvm-unit-tests PATCH v5] riscv: sbi: Add SBI Debug Triggers Extension tests
2025-06-13 16:18 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Embed direct bits into gpa for KVM_PRE_FAULT_MEMORY
2025-06-13 16:12 UTC (14+ messages)
[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-06-13 15:21 UTC (6+ messages)
` [PATCH v7 02/10] x86/fred: Pass event data to the NMI entry point from KVM
[PATCH v2 00/18] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
2025-06-13 14:22 UTC (15+ messages)
` [PATCH v2 04/18] KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper
` [PATCH v2 05/18] KVM: x86: Move PIT ioctl helpers to i8254.c
` [PATCH v2 06/18] KVM: x86: Move KVM_{GET,SET}_IRQCHIP ioctl helpers to irq.c
` [PATCH v2 07/18] KVM: x86: Rename irqchip_kernel() to irqchip_full()
[kvm-unit-tests PATCH 1/2] riscv: Allow SBI_CONSOLE with no uart in device tree
2025-06-13 13:29 UTC (4+ messages)
[PATCH 0/2] RISC-V: KVM: Enable ring-based dirty memory tracking
2025-06-13 11:30 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: riscv: selftests: Add common supported test cases
[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
2025-06-13 10:41 UTC (9+ messages)
` [PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
` [PATCH v2 02/12] python: update pylint ignores
` [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env
` [PATCH v2 05/12] python: fix illegal escape sequences
[PATCH] RISC-V: perf/kvm: Add reporting of interrupt events
2025-06-13 8:45 UTC (2+ messages)
[PATCH RFC v1 0/5] KVM: guest_memfd: Support in-place conversion for CoCo VMs
2025-06-13 7:36 UTC (7+ messages)
` [PATCH RFC v1 1/5] KVM: guest_memfd: Remove preparation tracking
` [PATCH RFC v1 2/5] KVM: guest_memfd: Only access KVM memory attributes when appropriate
` [PATCH RFC v1 3/5] KVM: guest_memfd: Call arch invalidation hooks when converting to shared
` [PATCH RFC v1 4/5] KVM: guest_memfd: Don't prepare shared folios
` [PATCH RFC v1 5/5] KVM: SEV: Make SNP_LAUNCH_UPDATE ignore 'uaddr' if guest_memfd is shareable
[PATCH v2 00/12] MMU related improvements for KVM RISC-V
2025-06-13 6:57 UTC (13+ messages)
` [PATCH v2 01/12] RISC-V: KVM: Check kvm_riscv_vcpu_alloc_vector_context() return value
` [PATCH v2 02/12] RISC-V: KVM: Drop the return value of kvm_riscv_vcpu_aia_init()
` [PATCH v2 03/12] RISC-V: KVM: Rename and move kvm_riscv_local_tlb_sanitize()
` [PATCH v2 04/12] RISC-V: KVM: Replace KVM_REQ_HFENCE_GVMA_VMID_ALL with KVM_REQ_TLB_FLUSH
` [PATCH v2 05/12] RISC-V: KVM: Don't flush TLB when PTE is unchanged
` [PATCH v2 06/12] RISC-V: KVM: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v2 07/12] RISC-V: KVM: Use ncsr_xyz() in kvm_riscv_vcpu_trap_redirect()
` [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 10/12] RISC-V: KVM: Add vmid field to struct kvm_riscv_hfence
` [PATCH v2 11/12] RISC-V: KVM: Factor-out g-stage page table management
` [PATCH v2 12/12] RISC-V: KVM: Pass VMID as parameter to kvm_riscv_hfence_xyz() APIs
[kvm-unit-tests PATCH v2 00/14] x86: Add CPUID properties, clean up related code
2025-06-13 6:25 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 06/14] x86/pmu: Mark all arch events as available on AMD, and rename fields
` [kvm-unit-tests PATCH v2 08/14] x86/pmu: Use X86_PROPERTY_PMU_* macros to retrieve PMU information
[PATCH net-next v2 0/3] vsock: Introduce SIOCINQ ioctl support
2025-06-13 3:11 UTC (4+ messages)
` [PATCH net-next v2 1/3] vsock: Add support for SIOCINQ ioctl
` [PATCH net-next v2 2/3] vsock/virtio: Add SIOCINQ support for all virtio based transports
` [PATCH net-next v2 3/3] test/vsock: Add ioctl SIOCINQ tests
[PATCH V5 0/2] arm64/debug: Drop redundant DBG_MDSCR_* macros
2025-06-13 2:36 UTC (3+ messages)
` [PATCH V5 1/2] "
` [PATCH V5 2/2] KVM: selftests: Change MDSCR_EL1 register holding variables as uint64_t
[PATCH net-next 1/2] tun: remove unnecessary tun_xdp_hdr structure
2025-06-13 2:15 UTC (4+ messages)
` [PATCH net-next 2/2] vhost-net: reduce one userspace copy when building XDP buff
[PATCH 0/2] More cleanups to MSR interception code
2025-06-13 1:39 UTC (5+ messages)
` [PATCH 1/2] KVM: x86: Deduplicate MSR interception enabling and disabling
` [PATCH 2/2] KVM: SVM: Simplify MSR interception logic for IA32_XSS MSR
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).