messages from 2023-11-09 04:27:03 to 2023-11-10 14:57:00 UTC [more...]
[PATCH 00/10] KVM: x86/pmu: Optimize triggering of emulated events
2023-11-10 14:56 UTC (13+ messages)
` [PATCH 01/10] KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled
` [PATCH 02/10] KVM: x86/pmu: Add common define to capture fixed counters offset
` [PATCH 03/10] KVM: x86/pmu: Move pmc_idx => pmc translation helper to common code
` [PATCH 04/10] KVM: x86/pmu: Snapshot and clear reprogramming bitmap before reprogramming
` [PATCH 05/10] KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmap
` [PATCH 06/10] KVM: x86/pmu: Process only enabled PMCs when emulating events in software
` [PATCH 07/10] KVM: x86/pmu: Snapshot event selectors that KVM emulates "
` [PATCH 08/10] KVM: x86/pmu: Expand the comment about what bits are check emulating events
` [PATCH 09/10] KVM: x86/pmu: Check eventsel first when emulating (branch) insns retired
` [PATCH 10/10] KVM: x86/pmu: Avoid CPL lookup if PMC enabline for USER and KERNEL is the same
[PATCH v8 00/26] KVM: x86/pmu: selftests: Fixes and new tests
2023-11-10 14:51 UTC (32+ messages)
` [PATCH v8 01/26] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v8 02/26] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v8 03/26] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v8 04/26] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v8 05/26] KVM: x86/pmu: Get eventsel for fixed counters from perf
` [PATCH v8 06/26] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
` [PATCH v8 07/26] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
` [PATCH v8 08/26] KVM: x86/pmu: Disallow "fast" RDPMC for architectural "
` [PATCH v8 09/26] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v8 10/26] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v8 11/26] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v8 12/26] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v8 13/26] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v8 14/26] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v8 15/26] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v8 16/26] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v8 17/26] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v8 18/26] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v8 19/26] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v8 20/26] KVM: selftests: Add helpers to read integer module params
` [PATCH v8 21/26] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v8 22/26] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v8 23/26] KVM: selftests: Test PMC virtualization with forced emulation
` [PATCH v8 24/26] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
` [PATCH v8 25/26] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
` [PATCH v8 26/26] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR
[PATCH 2/2] KVM: X86: Add a capability to configure bus frequency for APIC timer
2023-11-10 14:42 UTC (3+ messages)
[kvm-unit-tests GIT PULL 00/26] s390x: multiline unittests.cfg, sclp enhancements, topology fixes and improvements, sie without MSO/MSL, 2G guest alignment, bug fixes
2023-11-10 13:52 UTC (27+ messages)
` [kvm-unit-tests GIT PULL 01/26] s390x: spec_ex: load full register
` [kvm-unit-tests GIT PULL 02/26] s390x: run PV guests with confidential guest enabled
` [kvm-unit-tests GIT PULL 03/26] lib: s390x: hw: rework do_detect_host so we don't need allocation
` [kvm-unit-tests GIT PULL 04/26] lib: s390x: sclp: Add compat handling for HMC ASCII consoles
` [kvm-unit-tests GIT PULL 05/26] lib: s390x: sclp: Add line mode input handling
` [kvm-unit-tests GIT PULL 06/26] s390x: spec_ex-sie: refactor to use snippet API
` [kvm-unit-tests GIT PULL 07/26] s390x: sie: ensure guests are aligned to 2GB
` [kvm-unit-tests GIT PULL 08/26] s390x: mvpg-sie: fix virtual-physical address confusion
` [kvm-unit-tests GIT PULL 09/26] s390x: topology: Introduce enums for polarization & cpu type
` [kvm-unit-tests GIT PULL 10/26] s390x: topology: Fix report message
` [kvm-unit-tests GIT PULL 11/26] s390x: topology: Use function parameter in stsi_get_sysib
` [kvm-unit-tests GIT PULL 12/26] s390x: topology: Fix parsing loop
` [kvm-unit-tests GIT PULL 13/26] s390x: topology: Make some report messages unique
` [kvm-unit-tests GIT PULL 14/26] s390x: topology: Refine stsi header test
` [kvm-unit-tests GIT PULL 15/26] s390x: topology: Rename topology_core to topology_cpu
` [kvm-unit-tests GIT PULL 16/26] s390x: topology: Rewrite topology list test
` [kvm-unit-tests GIT PULL 17/26] scripts: Implement multiline strings for extra_params
` [kvm-unit-tests GIT PULL 18/26] s390x: topology: Add complex topology test
` [kvm-unit-tests GIT PULL 19/26] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests GIT PULL 20/26] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests GIT PULL 21/26] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests GIT PULL 22/26] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests GIT PULL 23/26] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests GIT PULL 24/26] s390x: add test source dir to include paths
` [kvm-unit-tests GIT PULL 25/26] s390x: add a test for SIE without MSO/MSL
` [kvm-unit-tests GIT PULL 26/26] lib: s390x: interrupt: remove TEID_ASCE defines
[PATCH v3 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
2023-11-10 9:05 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] LoongArch: KVM: Allow to access HW timer CSR registers always
` [PATCH v3 3/3] LoongArch: KVM: Remove kvm_acquire_timer before entering guest
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-10 8:49 UTC (10+ messages)
` [PATCH 09/34] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH 34/34] KVM: selftests: Add a memory region subtest to validate invalid flags
[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
2023-11-10 6:08 UTC (2+ messages)
` Ping? "
[PATCH v15 00/23] TDX host kernel support
2023-11-10 2:23 UTC (27+ messages)
` [PATCH v15 01/23] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v15 02/23] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v15 03/23] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v15 04/23] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v15 05/23] x86/virt/tdx: Handle SEAMCALL no entropy error in common code
` [PATCH v15 06/23] x86/virt/tdx: Add SEAMCALL error printing for module initialization
` [PATCH v15 07/23] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v15 08/23] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v15 09/23] x86/virt/tdx: Get module global metadata for module initialization
` [PATCH v15 10/23] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v15 11/23] x86/virt/tdx: Fill out "
` [PATCH v15 12/23] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v15 13/23] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v15 14/23] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v15 15/23] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v15 16/23] x86/virt/tdx: Initialize all TDMRs
` [PATCH v15 17/23] x86/kexec: Flush cache of TDX private memory
` [PATCH v15 18/23] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v15 19/23] x86/virt/tdx: Improve readability of module initialization error handling
` [PATCH v15 20/23] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
` [PATCH v15 21/23] x86/virt/tdx: Handle TDX interaction with ACPI S3 and deeper states
` [PATCH v15 22/23] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v15 23/23] Documentation/x86: Add documentation for TDX host support
[PATCH 0/1] KVM: x86/vPMU: Speed up vmexit for AMD Zen 4 CPUs
2023-11-10 1:14 UTC (15+ messages)
` [PATCH 1/1] KVM: x86/vPMU: Check PMU is enabled for vCPU before searching for PMC
` KVM: x86/vPMU/AMD: Can we detect PMU is off for a VM?
[RFC PATCH 0/4] KVM: SEV: Limit cache flush operations in sev guest memory reclaim events
2023-11-10 0:37 UTC (5+ messages)
` [RFC PATCH 1/4] KVM: SEV: Drop wbinvd_on_all_cpus() as kvm mmu notifier would flush the cache
` [RFC PATCH 2/4] KVM: SEV: Plumb mmu_notifier_event into sev function
` [RFC PATCH 3/4] KVM: SEV: Limit the call of WBINVDs based on the event type of mmu notifier
` [RFC PATCH 4/4] KVM: SEV: Use a bitmap module param to decide whether a cache flush is needed during the guest memory reclaim
[PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer configurable
2023-11-10 0:29 UTC (6+ messages)
` KVM: X86: Make bus clock frequency for vapic timer (bus lock -> bus clock) (was Re: [PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer) configurable
[PATCH v1 00/23] Enable FRED with KVM VMX
2023-11-10 0:18 UTC (14+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 07/23] KVM: VMX: Disable intercepting FRED MSRs
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls
RFC: A KVM-specific alternative to UserfaultFD
2023-11-09 23:54 UTC (10+ messages)
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2023-11-09 21:07 UTC (16+ messages)
` [PATCH v6 01/14] KVM: Documentation: Clarify meaning of hva_to_pfn()'s 'atomic' parameter
` [PATCH v6 02/14] KVM: Documentation: Add docstrings for __kvm_read/write_guest_page()
` [PATCH v6 03/14] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v6 04/14] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH v6 05/14] KVM: Try using fast GUP to resolve read faults
` [PATCH v6 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings
` [PATCH v6 07/14] KVM: x86: Enable KVM_CAP_EXIT_ON_MISSING and annotate EFAULTs from stage-2 fault handler
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v6 09/14] KVM: arm64: Enable KVM_CAP_EXIT_ON_MISSING and annotate an EFAULT from stage-2 fault-handler
` [PATCH v6 10/14] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v6 11/14] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v6 12/14] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v6 13/14] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v6 14/14] KVM: selftests: Handle memory fault exits in demand_paging_test
[PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes
2023-11-09 19:33 UTC (4+ messages)
` [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
[PATCH v3 0/3] s390/vfio-ap: a couple of corrections to the IRQ enablement function
2023-11-09 16:44 UTC (4+ messages)
` [PATCH v3 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v3 2/3] s390/vfio-ap: set status response code to 06 "
` [PATCH v3 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command
[kvm:guestmemfd 27/48] htmldocs: Documentation/filesystems/api-summary:74: ./fs/anon_inodes.c:167: WARNING: Unexpected indentation
2023-11-09 16:12 UTC
[PATCH v7 00/19] KVM: x86/pmu: selftests: Fixes and new tests
2023-11-09 15:23 UTC (17+ messages)
` [PATCH v7 09/19] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v7 10/19] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v7 12/19] KVM: selftests: Test consistency of CPUID with num of "
` [PATCH v7 13/19] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v7 14/19] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v7 15/19] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v7 19/19] KVM: selftests: Test PMC virtualization with forced emulation
[PULL 00/15] xenfv.for-upstream queue
2023-11-09 14:55 UTC (4+ messages)
` [PULL 06/15] hw/xen: automatically assign device index to block devices
[PATCH v1 1/1] KVM: s390/mm: Properly reset no-dat
2023-11-09 13:11 UTC (3+ messages)
[PATCH v3 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
2023-11-09 12:28 UTC (5+ messages)
` [PATCH v3 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH v3 3/4] KVM: s390: cpu model: Use proper define for facility mask size
[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
2023-11-09 10:06 UTC (5+ messages)
[PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
2023-11-09 8:25 UTC (3+ messages)
[RFC 0/7] Add SIOV virtual device support
2023-11-09 8:21 UTC (10+ messages)
` [RFC 4/7] iommufd: Support attach/replace for SIOV virtual device {dev, pasid}
` [RFC 6/7] iommufd/selftest: Add test coverage for SIOV virtual device
` [RFC 7/7] vfio: Add vfio_register_pasid_iommu_dev()
[PATCH v3 0/6] target/i386: add support for FRED
2023-11-09 7:20 UTC (7+ messages)
` [PATCH v3 1/6] target/i386: add support for FRED in CPUID enumeration
` [PATCH v3 2/6] target/i386: mark CR4.FRED not reserved
` [PATCH v3 3/6] target/i386: add the secondary VM exit controls MSR
` [PATCH v3 4/6] target/i386: add support for VMX FRED controls
` [PATCH v3 5/6] target/i386: enumerate VMX nested-exception support
` [PATCH v3 6/6] target/i386: Add get/set/migrate support for FRED MSRs
[PATCH v12 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-11-09 4:27 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