messages from 2025-02-01 00:50:52 to 2025-02-04 09:20:01 UTC [more...]
[PATCH v2 00/11] KVM: x86: pvclock fixes and cleanups
2025-02-04 9:19 UTC (13+ messages)
` [PATCH v2 01/11] KVM: x86: Don't take kvm->lock when iterating over vCPUs in suspend notifier
` [PATCH v2 02/11] KVM: x86: Eliminate "handling" of impossible errors during SUSPEND
` [PATCH v2 03/11] KVM: x86: Drop local pvclock_flags variable in kvm_guest_time_update()
` [PATCH v2 04/11] KVM: x86: Process "guest stopped request" once per guest time update
` [PATCH v2 05/11] KVM: x86/xen: Use guest's copy of pvclock when starting timer
` [PATCH v2 06/11] KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
` [PATCH v2 07/11] KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not for Xen PV clock
` [PATCH v2 08/11] KVM: x86: Pass reference pvclock as a param to kvm_setup_guest_pvclock()
` [PATCH v2 09/11] KVM: x86: Remove per-vCPU "cache" of its reference pvclock
` [PATCH v2 10/11] KVM: x86: Setup Hyper-V TSC page before Xen PV clocks (during clock update)
` [PATCH v2 11/11] KVM: x86: Override TSC_STABLE flag for Xen PV clocks in kvm_guest_time_update()
[PATCH][next] KVM: selftests: Fix spelling mistake "initally" -> "initially"
2025-02-04 8:48 UTC
[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
2025-02-04 8:27 UTC (23+ messages)
` [PATCH 01/16] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15
` [PATCH 02/16] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH 03/16] x86/tsc: Add helper to register CPU and TSC freq calibration routines
` [PATCH 04/16] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH 05/16] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH 06/16] x86/tdx: Override PV calibration routines with CPUID-based calibration
` [PATCH 07/16] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH 08/16] x86/tsc: Pass KNOWN_FREQ and RELIABLE as params to registration
` [PATCH 09/16] x86/tsc: Rejects attempts to override TSC calibration with lesser routine
` [PATCH 10/16] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH 11/16] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH 12/16] x86/kvmclock: Mark TSC as reliable when it's constant and nonstop
` [PATCH 13/16] x86/kvmclock: Get CPU base frequency from CPUID when it's available
` [PATCH 14/16] x86/kvmclock: Get TSC frequency from CPUID when its available
` [PATCH 15/16] x86/kvmclock: Stuff local APIC bus period when core crystal freq comes from CPUID
` [PATCH 16/16] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
[PATCH v3 0/3] KVM: x86: Include host suspended time in steal time
2025-02-04 7:58 UTC (8+ messages)
` [PATCH v3 1/3] kvm: Introduce kvm_total_suspend_ns()
[kvm-unit-tests PATCH] arm: pmu: Actually use counter 0 in test_event_counter_config()
2025-02-04 7:44 UTC (2+ messages)
[PATCH v3 00/21] Add Counter delegation ISA extension support
2025-02-04 6:35 UTC (4+ messages)
` [PATCH v3 09/21] RISC-V: Add Smcntrpmf extension parsing
[PATCH 0/3] KVM: x86: Address performance degradation due to APICv inhibits
2025-02-04 2:00 UTC (10+ messages)
` [PATCH 1/3] KVM: x86: hyper-v: Convert synic_auto_eoi_used to an atomic
` [PATCH 2/3] KVM: x86: Remove use of apicv_update_lock when toggling guest debug state
` [PATCH 3/3] KVM: x86: Decouple APICv activation state from apicv_inhibit_reasons
[PATCH v9 00/11] KVM: x86/mmu: Age sptes locklessly
2025-02-04 0:40 UTC (12+ messages)
` [PATCH v9 01/11] KVM: Rename kvm_handle_hva_range()
` [PATCH v9 02/11] KVM: Add lockless memslot walk to KVM
` [PATCH v9 03/11] KVM: x86/mmu: Factor out spte atomic bit clearing routine
` [PATCH v9 04/11] KVM: x86/mmu: Relax locking for kvm_test_age_gfn() and kvm_age_gfn()
` [PATCH v9 05/11] KVM: x86/mmu: Rename spte_has_volatile_bits() to spte_needs_atomic_write()
` [PATCH v9 06/11] KVM: x86/mmu: Skip shadow MMU test_young if TDP MMU reports page as young
` [PATCH v9 07/11] KVM: x86/mmu: Only check gfn age in shadow MMU if indirect_shadow_pages > 0
` [PATCH v9 08/11] KVM: x86/mmu: Refactor low level rmap helpers to prep for walking w/o mmu_lock
` [PATCH v9 09/11] KVM: x86/mmu: Add infrastructure to allow walking rmaps outside of mmu_lock
` [PATCH v9 10/11] KVM: x86/mmu: Add support for lockless walks of rmap SPTEs
` [PATCH v9 11/11] KVM: x86/mmu: Support rmap walks without holding mmu_lock when aging gfns
[syzbot] [net?] general protection fault in add_wait_queue
2025-02-04 0:38 UTC (3+ messages)
[PATCH 0/2] x86/kvm: Force legacy PCI hole as WB under SNP/TDX
2025-02-04 0:27 UTC (8+ messages)
` [PATCH 1/2] x86/mtrr: Return success vs. "failure" from guest_force_mtrr_state()
` [PATCH 2/2] x86/kvm: Override low memory above TOLUD to WB when MTRRs are forced WB
[PATCH v8 00/11] KVM: x86/mmu: Age sptes locklessly
2025-02-03 22:46 UTC (4+ messages)
` [PATCH v8 11/11] KVM: selftests: Add multi-gen LRU aging to access_tracking_perf_test
[PATCH net-next v3 0/6] Device memory TCP TX
2025-02-03 22:39 UTC (7+ messages)
` [PATCH net-next v3 1/6] net: add devmem TCP TX documentation
` [PATCH net-next v3 2/6] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH net-next v3 3/6] net: add get_netmem/put_netmem support
` [PATCH net-next v3 4/6] net: devmem: TCP tx netlink api
` [PATCH net-next v3 5/6] net: devmem: Implement TX path
` [PATCH net-next v3 6/6] net: devmem: make dmabuf unbinding scheduled work
[PATCH v6 0/9] Basic SEV-SNP Selftests
2025-02-03 22:32 UTC (10+ messages)
` [PATCH v6 1/9] KVM: SEV: Disable SEV-SNP on FW validation failure
` [PATCH v6 2/9] KVM: SEV: Disable SEV on platform init failure
` [PATCH v6 3/9] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
` [PATCH v6 4/9] KVM: selftests: Add VMGEXIT helper
` [PATCH v6 5/9] KVM: selftests: Introduce SEV VM type check
` [PATCH v6 6/9] KVM: selftests: Add library support for interacting with SNP
` [PATCH v6 7/9] KVM: selftests: Force GUEST_MEMFD flag for SNP VM type
` [PATCH v6 8/9] KVM: selftests: Abstractions for SEV to decouple policy from type
` [PATCH v6 9/9] KVM: selftests: Add a basic SEV-SNP smoke test
[REGRESSION] Re: [PATCH v8 15/19] mm: don't allow huge faults for files with pre content watches
2025-02-03 22:04 UTC (11+ messages)
[PATCH v3 0/3] Fix broken SNP support with KVM module built-in
2025-02-03 21:56 UTC (4+ messages)
` [PATCH v3 1/3] crypto: ccp: Add external API interface for PSP module initialization
` [PATCH v3 2/3] KVM: SVM: Ensure PSP module is initialized if KVM module is built-in
` [PATCH v3 3/3] x86/sev: Fix broken SNP support with KVM module built-in
[RFC PATCH 1/4] perf: arm_pmuv3: Introduce module param to partition the PMU
2025-02-03 21:37 UTC (2+ messages)
[PATCH v2 0/2] KVM: SVM: Add support for 4096 vcpus with x2AVIC
2025-02-03 21:06 UTC (6+ messages)
` [PATCH v2 1/2] KVM: SVM: Increase X2AVIC limit to 4096 vcpus
` [PATCH v2 2/2] KVM: SVM: Limit AVIC physical max index based on configured max_vcpu_ids
[PATCH 2/3] KVM: x86: Add support for VMware guest specific hypercalls
2025-02-03 20:35 UTC (18+ messages)
[PATCH v2 0/3] Collect guest/host statistics during the redirected traps
2025-02-03 19:15 UTC (2+ messages)
[PATCH v2 0/4] RISC-V: KVM: Allow Svvptc/Zabha/Ziccrse exts for guests
2025-02-03 19:15 UTC (2+ messages)
[Invitation] Linux MM Alignment Session on ASI on Wednesday
2025-02-03 19:00 UTC
[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
2025-02-03 18:36 UTC (10+ messages)
` [PATCH RFCv2 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
[PATCH v7 00/52] QEMU TDX support
2025-02-03 18:15 UTC (5+ messages)
` [PATCH v7 51/52] i386/tdx: Validate phys_bits against host value
[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
2025-02-03 16:52 UTC (33+ messages)
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v6 17/43] arm64: RME: Handle realm enter/exit
` [PATCH v6 19/43] arm64: RME: Allow populating initial contents
` [PATCH v6 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v6 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v6 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v6 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v6 27/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v6 28/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v6 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v6 30/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v6 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v6 38/43] arm64: RME: Configure max SVE vector length for a Realm
[PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject
2025-02-03 15:22 UTC (5+ messages)
` [PATCH v3 08/14] acpi/ghes: Cleanup the code which gets ghes ged state
[PATCH 0/5] KVM: x86/xen: Restrict hypercall MSR index
2025-02-03 9:21 UTC (11+ messages)
` [PATCH 1/5] KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic range
` [PATCH 2/5] KVM: x86/xen: Add an #ifdef'd helper to detect writes to Xen MSR
` [PATCH 3/5] KVM: x86/xen: Consult kvm_xen_enabled when checking for Xen MSR writes
` [PATCH 4/5] KVM: x86/xen: Bury xen_hvm_config behind CONFIG_KVM_XEN=y
` [PATCH 5/5] KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xen
[kvm-unit-tests GIT PULL 00/18] s390x: new edat, diag258 and STFLE tests; fixes for genprotimg >= 2.36.0; cleanups for snippets and makefiles
2025-02-03 9:11 UTC (20+ messages)
` [kvm-unit-tests GIT PULL 01/18] s390x: Split and rework cpacf query functions
` [kvm-unit-tests GIT PULL 02/18] s390x: edat: test 2G large page spanning end of memory
` [kvm-unit-tests GIT PULL 03/18] s390x: edat: move LC_SIZE to arch_def.h
` [kvm-unit-tests GIT PULL 04/18] s390x: add test for diag258
` [kvm-unit-tests GIT PULL 05/18] s390x: lib: Remove double include
` [kvm-unit-tests GIT PULL 06/18] s390x: Add sie_is_pv
` [kvm-unit-tests GIT PULL 07/18] s390x: Add function for checking diagnose intercepts
` [kvm-unit-tests GIT PULL 08/18] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests GIT PULL 09/18] s390x: Use library functions for snippet exit
` [kvm-unit-tests GIT PULL 10/18] s390x: Add test for STFLE interpretive execution (format-0)
` [kvm-unit-tests GIT PULL 11/18] s390x/Makefile: snippets: Add separate target for the ELF snippets
` [kvm-unit-tests GIT PULL 12/18] s390x/Makefile: Split snippet makefile rules into new file
` [kvm-unit-tests GIT PULL 13/18] s390x/Makefile: Add more comments
` [kvm-unit-tests GIT PULL 14/18] s390x: Move SIE assembly into new file
` [kvm-unit-tests GIT PULL 15/18] lib: s390x: Split SIE fw structs from lib structs
` [kvm-unit-tests GIT PULL 16/18] s390x: Support newer version of genprotimg
` [kvm-unit-tests GIT PULL 17/18] s390x/Makefile: Make sure the linker script is generated in the build directory
` [kvm-unit-tests GIT PULL 18/18] s390x/Makefile: Add auxinfo.o to cflatobjs
[kvm-unit-tests PATCH v3 0/2] Add support for SBI FWFT extension testing
2025-02-03 8:47 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 2/2] riscv: Add tests for SBI FWFT extension
[RFC PATCH 00/39] 1G page support for guest_memfd
2025-02-03 8:35 UTC (2+ messages)
[PATCH v2 0/5] KVM: drop 32-bit host support on all architectures
2025-02-03 5:43 UTC (6+ messages)
` [PATCH v2 2/5] riscv: kvm: drop 32-bit host support
` [PATCH v2 4/5] powerpc: kvm: drop 32-bit book3s
Call for GSoC internship project ideas
2025-02-03 1:42 UTC (3+ messages)
[PATCH v7 0/6] Poisoned memory recovery on reboot
2025-02-01 9:57 UTC (7+ messages)
` [PATCH v7 1/6] system/physmem: handle hugetlb correctly in qemu_ram_remap()
` [PATCH v7 2/6] system/physmem: poisoned memory discard on reboot
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page
` [PATCH v7 4/6] numa: Introduce and use ram_block_notify_remap()
` [PATCH v7 5/6] hostmem: Factor out applying settings
` [PATCH v7 6/6] hostmem: Handle remapping of RAM
[PATCH v6 0/6] Poisoned memory recovery on reboot
2025-02-01 9:57 UTC (4+ messages)
` [PATCH v6 3/6] accel/kvm: Report the loss of a large memory page
[PATCH v2 00/11] KVM: x86: Fix emulation of (some) L2 instructions
2025-02-01 1:55 UTC (12+ messages)
` [PATCH v2 01/11] KVM: nVMX: Check PAUSE_EXITING, not BUS_LOCK_DETECTION, on PAUSE emulation
` [PATCH v2 02/11] KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit on emulation
` [PATCH v2 03/11] KVM: nVMX: Allow emulating RDPID on behalf of L2
` [PATCH v2 04/11] KVM: nVMX: Emulate HLT in L2 if it's not intercepted
` [PATCH v2 05/11] KVM: nVMX: Consolidate missing X86EMUL_INTERCEPTED logic in L2 emulation
` [PATCH v2 06/11] KVM: x86: Plumb the src/dst operand types through to .check_intercept()
` [PATCH v2 07/11] KVM: x86: Plumb the emulator's starting RIP into nested intercept checks
` [PATCH v2 08/11] KVM: x86: Add a #define for the architectural max instruction length
` [PATCH v2 09/11] KVM: nVMX: Allow the caller to provide instruction length on nested VM-Exit
` [PATCH v2 10/11] KVM: nVMX: Synthesize nested VM-Exit for supported emulation intercepts
` [PATCH v2 11/11] KVM: selftests: Add a nested (forced) emulation intercept test for x86
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).