messages from 2025-06-12 12:43:29 to 2025-06-13 17:37:36 UTC [more...]
[PATCH v1 0/3] x86/traps: Fix DR6/DR7 inintialization
2025-06-13 17:36 UTC (13+ 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 "
[RFC PATCH] KVM: x86: Dynamically allocate bitmap to fix -Wframe-larger-than error
2025-06-13 17:17 UTC (4+ messages)
[PATCH 0/5] mm/vfio: huge pfnmaps with !MAP_FIXED mappings
2025-06-13 17:00 UTC (24+ 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
[GIT PULL] KVM fixes for Linux 6.16-rc2
2025-06-13 16:46 UTC
[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)
[RFC v2] vfio/type1: optimize vfio_unpin_pages_remote() for large folio
2025-06-13 16:08 UTC (6+ messages)
[PATCH v3 0/4] KVM: arm64: Add attribute to control GICD_TYPER2.nASSGIcap
2025-06-13 15:52 UTC (5+ 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 v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-06-13 15:21 UTC (15+ 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 04/10] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors
` [PATCH v7 06/10] x86/nmi: Add support to handle NMIs with source information
` [PATCH v7 07/10] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
` [PATCH v7 09/10] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v7 10/10] x86/nmi: Print source information with the unknown NMI console message
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-06-13 15:19 UTC (9+ messages)
[PATCH v3 00/62] KVM: iommu: Overhaul device posted IRQs support
2025-06-13 14:44 UTC (12+ messages)
` [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 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()
[PATCH v12 04/18] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
2025-06-13 13:57 UTC (2+ messages)
[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 (17+ messages)
` [PATCH v2 01/12] python: convert packages to PEP517/pyproject.toml
` [PATCH v2 02/12] python: update pylint ignores
` [PATCH v2 03/12] python: sync changes from external qemu.qmp package
` [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env
` [PATCH v2 05/12] python: fix illegal escape sequences
` [PATCH v2 06/12] python: upgrade to python3.9+ syntax
` [PATCH v2 07/12] fixup
` [PATCH v2 08/12] python: further 3.9+ syntax upgrades
` [PATCH v2 09/12] python: update mkvenv to type-check under different python versions
` [PATCH v2 10/12] python: remove version restriction for mypy
` [PATCH v2 11/12] scripts/codeconverter: remove unused code
` [PATCH v2 12/12] scripts/codeconverter: remove * imports
[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
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-06-13 6:08 UTC (21+ messages)
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
[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] KVM: x86/mmu: Reject direct bits in gpa passed to KVM_PRE_FAULT_MEMORY
2025-06-13 3:00 UTC (2+ messages)
[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
[PATCH] x86: Fix build warnings about export.h
2025-06-12 19:03 UTC (2+ messages)
[PATCH v12 00/18] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-06-12 17:38 UTC (10+ messages)
` [PATCH v12 08/18] KVM: guest_memfd: Allow host to map guest_memfd pages
` [PATCH v12 14/18] KVM: arm64: Handle guest_memfd-backed guest page faults
` [PATCH v12 17/18] KVM: selftests: Don't use hardcoded page sizes in guest_memfd test
` [PATCH v12 18/18] KVM: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
2025-06-12 15:32 UTC (4+ messages)
` [PATCH v9 41/43] KVM: arm64: Expose support for private memory
[RFC PATCH 0/4] TDX attestation support and GHCI fixup
2025-06-12 15:26 UTC (12+ messages)
` [RFC PATCH 3/4] KVM: TDX: Exit to userspace for GetTdVmCallInfo
[PATCH v10 (RESEND) 00/20] Change ghes to use HEST-based offsets and add support for error inject
2025-06-12 15:17 UTC (21+ messages)
` [PATCH v10 (RESEND) 01/20] tests/acpi: virt: add an empty HEST file
` [PATCH v10 (RESEND) 02/20] tests/qtest/bios-tables-test: extend to also check HEST table
` [PATCH v10 (RESEND) 03/20] tests/acpi: virt: update HEST file with its current data
` [PATCH v10 (RESEND) 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"
` [PATCH v10 (RESEND) 05/20] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v10 (RESEND) 06/20] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v10 (RESEND) 07/20] acpi/ghes: add a firmware file with HEST address
` [PATCH v10 (RESEND) 08/20] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v10 (RESEND) 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v10 (RESEND) 10/20] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v10 (RESEND) 11/20] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v10 (RESEND) 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v10 (RESEND) 13/20] acpi/generic_event_device: add an APEI error device
` [PATCH v10 (RESEND) 14/20] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v10 (RESEND) 15/20] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v10 (RESEND) 16/20] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v10 (RESEND) 17/20] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v10 (RESEND) 18/20] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v10 (RESEND) 19/20] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v10 (RESEND) 20/20] scripts/ghes_inject: add a script to generate GHES error inject
[kvm-unit-tests PATCH] x86/emulator64: Extend non-canonical memory access tests with CR2 coverage
2025-06-12 14:16 UTC
[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
2025-06-12 13:26 UTC (9+ messages)
` [PATCH v8 11/14] RISC-V: KVM: add SBI extension init()/deinit() functions
` [PATCH v8 12/14] RISC-V: KVM: add SBI extension reset callback
` [PATCH v8 13/14] RISC-V: KVM: add support for FWFT SBI extension
` [PATCH v8 14/14] RISC-V: KVM: add support for SBI_FWFT_MISALIGNED_DELEG
[PATCHv2 08/12] KVM: TDX: Handle PAMT allocation in fault path
2025-06-12 13:05 UTC (2+ messages)
` [PATCHv2.1 "
[PATCH 0/8] KVM: Remove include/kvm, standardize includes
2025-06-12 13:01 UTC (3+ messages)
` [PATCH 7/8] KVM: s390: Stop adding virt/kvm to the arch include path
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).