messages from 2026-08-03 13:46:19 to 2026-08-06 23:36:55 UTC [more...]
[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-08-06 23:35 UTC (25+ messages)
` [PATCH v6 01/51] x86/apic: Provide helpers to set local APIC timer frequency in hz and khz
` [PATCH v6 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for APIC timer frequency APIs
` [PATCH v6 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v6 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v6 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v6 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v6 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v6 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v6 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v6 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v6 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v6 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v6 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v6 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v6 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v6 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v6 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v6 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v6 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v6 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v6 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v6 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v6 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-06 23:11 UTC (43+ messages)
` [PATCH v16 11/45] KVM: arm64: CCA: Check for RMI support at KVM init
` [PATCH v16 17/45] KVM: arm64: CCA: Tear down RTTs
` [PATCH v16 21/45] KVM: arm64: CCA: Handle realm enter/exit
` [PATCH v16 22/45] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v16 24/45] KVM: arm64: Expose support for private memory
` [PATCH v16 26/45] KVM: arm64: CCA: Activate realms on first vCPU run
` [PATCH v16 27/45] KVM: arm64: CCA: Allow populating initial contents
` [PATCH v16 28/45] KVM: arm64: CCA: Set RIPAS of initial memslots
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory
` [PATCH v16 30/45] KVM: arm64: CCA: Handle realm vCPU load
` [PATCH v16 31/45] KVM: arm64: CCA: Validate register access for Realm VMs
` [PATCH v16 32/45] KVM: arm64: CCA: Handle Realm PSCI requests
` [PATCH v16 33/45] KVM: arm64: WARN on injected undef exceptions
` [PATCH v16 34/45] KVM: arm64: CCA: Allow userspace to inject aborts
` [PATCH v16 35/45] KVM: arm64: CCA: Support RSI_HOST_CALL
` [PATCH v16 36/45] KVM: arm64: CCA: Allow checking SVE on VM instance
` [PATCH v16 37/45] KVM: arm64: CCA: Prevent Device mappings for realms
` [PATCH v16 38/45] KVM: arm64: CCA: Propagate breakpoint and watchpoint counts to userspace
` [PATCH v16 39/45] KVM: arm64: CCA: Set breakpoint parameters through SET_ONE_REG
` [PATCH v16 40/45] KVM: arm64: CCA: Propagate max SVE vector length from the RMM
` [PATCH v16 41/45] KVM: arm64: CCA: Configure max SVE vector length for a Realm
` [PATCH v16 42/45] KVM: arm64: CCA: Provide register list for unfinalized RECs
` [PATCH v16 43/45] KVM: arm64: CCA: Provide an accurate register list
` [PATCH v16 44/45] KVM: arm64: CCA: Require ICH_HCR_EL2.TDIR for realms
` [PATCH v16 45/45] KVM: arm64: CCA: Enable realms to be created
[PATCH v9 00/11] Dynamic PAMT
2026-08-06 22:42 UTC (25+ messages)
` [PATCH v9 01/11] x86/virt/tdx: Simplify PAMT layout calculation
` [PATCH v9 02/11] x86/virt/tdx: Allocate page bitmap for Dynamic PAMT
` [PATCH v9 03/11] x86/virt/tdx: Add tdx_alloc/free_control_page() helpers
` [PATCH v9 04/11] x86/virt/tdx: Allocate refcounts for Dynamic PAMT memory
` [PATCH v9 05/11] x86/virt/tdx: Handle multiple callers in tdx_pamt_get/put()
` [PATCH v9 06/11] KVM: TDX: Allocate PAMT memory for TD and vCPU control structures
` [PATCH v9 07/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path
` [PATCH v9 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v9 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v9 10/11] Documentation/x86: Add documentation for TDX's "
` [PATCH v9 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
2026-08-06 22:18 UTC (4+ messages)
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
2026-08-06 20:12 UTC (15+ messages)
` [PATCH v4 01/10] x86/bugs: Only log missing retpoline when it's actually the missing mitigation
` [PATCH v4 02/10] cpu/bugs: Allow forcing Automatic IBRS with SNP active using spectre_v2=eibrs
` [PATCH v4 03/10] cpu/bugs: Fall back to AutoIBRS when retpoline unavailable on SNP CPUs
` [PATCH v4 04/10] cpu/bugs: Allow spectre_v2=ibrs on x86 vendors other than Intel
` [PATCH v4 05/10] KVM: SEV: Define SVM_SEV_FEAT_* flags using BIT_ULL()
` [PATCH v4 06/10] KVM: selftests: sev_init2: Use BIT_ULL for VMSA feature bit definition
` [PATCH v4 07/10] KVM: SEV: Disallow setting SNP-only features for non-SNP guests via a single mask
` [PATCH v4 08/10] KVM: SEV: Advertise SVM_SEV_FEAT_SNP_ACTIVE
` [PATCH v4 09/10] KVM: SEV: Add support for IBPB-on-Entry
` [PATCH v4 10/10] KVM: SEV: Add support for SNP BTB Isolation
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-08-06 13:19 UTC (47+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
` [PATCH v9 10/41] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
2026-08-06 11:53 UTC (3+ messages)
` [PATCH 2/6] firmware: arm_rmm: Add wrappers for direct RMI calls
[PATCH v11 0/6] Add RMPOPT support
2026-08-05 21:04 UTC (18+ messages)
` [PATCH v11 4/6] x86/sev: Add support to perform RMP optimizations asynchronously
[PATCH v1 0/8] TDX: Stop auto-generating the global metadata code
2026-08-05 17:48 UTC (19+ messages)
` [PATCH v1 1/8] x86/virt/tdx: Stop treating tdx_global_metadata.h as auto-generated
` [PATCH v1 2/8] x86/virt/tdx: Name the TDX module global metadata field IDs
` [PATCH v1 3/8] x86/virt/tdx: Add a table-driven TDX global metadata reader
` [PATCH v1 4/8] x86/virt/tdx: Convert version/tdmr/td_ctrl/handoff readers
` [PATCH v1 5/8] x86/virt/tdx: Convert td_conf reader
` [PATCH v1 6/8] x86/virt/tdx: Remove the auto-generated tdx_global_metadata.c
` [PATCH v1 7/8] x86/virt/tdx: Clean up error handling in get_tdx_sys_info()
` [PATCH v1 8/8] x86/virt/tdx: Verify the C member size against the metadata field ID
[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
2026-08-05 17:43 UTC (11+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
2026-08-05 16:55 UTC (9+ messages)
` [RFC PATCH 10/30] vfio/pci: Export vfio dma-buf specific info for importers
[Invitation] bi-weekly guest_memfd upstream call on 2026-08-06
2026-08-05 13:30 UTC (2+ messages)
[PATCH v9 0/7] Switch Arm SMCCC firmware services to an SMCCC bus
2026-08-05 13:05 UTC (13+ messages)
` [PATCH v9 1/7] firmware: smccc: Add an Arm "
` [PATCH v9 2/7] firmware: hwrng: arm_smccc_trng: Register as an SMCCC device
` [PATCH v9 3/7] firmware: arm_rmm: Move RSI support out of arch/arm64
` [PATCH v9 4/7] arm64: realm: Move Realm memory encryption ops to RSI code
` [PATCH v9 5/7] virt: coco: arm-cca-guest: Rename TSM report source file
` [PATCH v9 6/7] firmware: smccc: arm-cca-guest: Bind the TSM provider to an SMCCC device
` [PATCH v9 7/7] coco: guest: arm64: Replace dummy CCA device with sysfs ABI
[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-08-05 12:30 UTC (9+ messages)
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
2026-08-05 6:40 UTC (9+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH v3 4/9] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH v3 5/9] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH v3 6/9] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH v3 7/9] KVM: selftests: add get_numa_mem_nodes()
` [PATCH v3 8/9] KVM: selftests: use allowed NUMA nodes in guest_memfd_test
SVSM Development Call August 5th, 2026
2026-08-05 6:11 UTC
[PATCH v4] x86/virt/tdx: Formalize SEAMCALL version encoding support
2026-08-04 16:49 UTC (2+ messages)
[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
2026-08-04 13:19 UTC (17+ messages)
` [PATCH v15 15/37] KVM: arm64: CCA: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v15 16/37] KVM: arm64: CCA: Handle realm MMIO emulation
` [PATCH v15 19/37] KVM: arm64: CCA: Activate realms on first vCPU run
` [PATCH v15 20/37] KVM: arm64: CCA: Allow populating initial contents
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