public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-09 23:03:31 to 2024-01-12 09:17:21 UTC [more...]

[PATCH v10 00/29] KVM: x86/pmu: selftests: Fixes and new tests
 2024-01-12  9:17 UTC  (20+ messages)
` [PATCH v10 11/29] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
` [PATCH v10 15/29] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v10 16/29] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v10 19/29] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v10 20/29] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v10 21/29] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v10 22/29] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v10 23/29] KVM: selftests: Add helpers to read integer module params
` [PATCH v10 24/29] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v10 25/29] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v10 26/29] KVM: selftests: Test PMC virtualization with forced emulation
` [PATCH v10 27/29] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
` [PATCH v10 28/29] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
` [PATCH v10 29/29] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR

[PATCH] KVM: irqchip: synchronize srcu only if needed
 2024-01-12  9:11 UTC 

[PATCH v2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
 2024-01-12  7:48 UTC  (3+ messages)

[PATCH] vfio/fsl-mc: Remove unnecessary free in vfio_set_trigger
 2024-01-12  7:21 UTC 

[PATCH] KVM: VMX: Correct *intr_info content and *info2 for EPT_VIOLATION in get_exit_info()
 2024-01-12  6:51 UTC 

[PATCH] vfio/platform: Remove unnecessary free in vfio_set_trigger
 2024-01-12  6:41 UTC 

[PATCH] vfio: Fix NULL pointer dereference in vfio_pci_bus_notifier
 2024-01-12  6:22 UTC 

[PATCH v4 0/2] Add support for LAM in QEMU
 2024-01-12  6:00 UTC  (3+ messages)
` [PATCH v4 1/2] target/i386: add support for LAM in CPUID enumeration
` [PATCH v4 2/2] target/i386: add control bits support for LAM

[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance
 2024-01-12  5:53 UTC 

[RFC PATCH v2 0/3] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
 2024-01-12  5:34 UTC  (7+ messages)
` [RFC PATCH v2 2/3] KVM: selftests: add selftest driver for KVM to test memory slots for MMIO BARs

[Bug 218297] New: Kernel Panic and crash
 2024-01-12  5:33 UTC  (2+ messages)
` [Bug 218297] "

[RFC] Support for Arm CCA VMs on Linux
 2024-01-12  5:01 UTC  (6+ messages)

[PATCH] LoongArch: KVM: Remove unnecessary CSR register saving during enter guest
 2024-01-12  3:50 UTC 

[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-12  3:49 UTC  (20+ messages)
` [PATCH v2 02/43] tests/avocado: use snapshot=on in kvm_xen_guest
` [PATCH v2 03/43] gitlab: include microblazeel in testing
` [PATCH v2 24/43] target/riscv: Move misa_mxl_max to class
` [PATCH v2 25/43] target/riscv: Validate misa_mxl_max only once
` [PATCH v2 38/43] plugins: add an API to read registers
` [PATCH v2 40/43] contrib/plugins: extend execlog to track register changes
` [PATCH v2 42/43] docs/devel: lift example and plugin API sections up

[PATCH] x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace
 2024-01-12  1:08 UTC  (12+ messages)

[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
 2024-01-12  0:44 UTC  (7+ messages)
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID

[PATCH v5 0/6] Delay VERW
 2024-01-12  0:02 UTC  (9+ messages)
` [PATCH v5 1/6] x86/bugs: Add asm helpers for executing VERW
` [PATCH v5 2/6] x86/entry_64: Add VERW just before userspace transition
` [PATCH v5 3/6] x86/entry_32: "
` [PATCH v5 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
` [PATCH v5 5/6] KVM: VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
` [PATCH v5 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-11 20:34 UTC  (10+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "

[PATCH v3] x86/sev: Add support for allowing zero SEV ASIDs
 2024-01-11 20:34 UTC  (2+ messages)

[PATCH v11 0/8] Add iommufd nesting (part 2/2)
 2024-01-11 19:56 UTC  (14+ messages)
` [PATCH v11 1/8] iommu: Add cache_invalidate_user op
` [PATCH v11 2/8] iommufd: Add IOMMU_HWPT_INVALIDATE
` [PATCH v11 3/8] iommu: Add iommu_copy_struct_from_user_array helper
` [PATCH v11 4/8] iommufd/selftest: Add mock_domain_cache_invalidate_user support
` [PATCH v11 5/8] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op
` [PATCH v11 6/8] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl
` [PATCH v11 7/8] iommufd: Add data structure for Intel VT-d stage-1 cache invalidation
` [PATCH v11 8/8] iommu/vt-d: Add iotlb flush for nested domain

[PATCH] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-01-11 16:55 UTC  (2+ messages)

Temporary KVM guest hangs connected to KSM and NUMA balancer
 2024-01-11 16:00 UTC  (3+ messages)

[Bug 218259] New: High latency in KVM guests
 2024-01-11 15:55 UTC  (4+ messages)
` [Bug 218259] "

[PATCH v8 00/26] Enable CET Virtualization
 2024-01-11 14:56 UTC  (12+ messages)

[PATCH v3 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration
 2024-01-11 14:52 UTC  (8+ messages)
` [PATCH v3 1/6] s390/vfio-ap: always filter entire AP matrix
` [PATCH v3 2/6] s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configuration
` [PATCH v3 3/6] s390/vfio-ap: let 'on_scan_complete' callback filter matrix and update guest's APCB
` [PATCH v3 4/6] s390/vfio-ap: reset queues filtered from the guest's AP config
` [PATCH v3 5/6] s390/vfio-ap: reset queues associated with adapter for queue unbound from driver
` [PATCH v3 6/6] s390/vfio-ap: do not reset queue removed from host config

[PATCH v2 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration
 2024-01-11 14:17 UTC  (4+ messages)
` [PATCH v2 6/6] s390/vfio-ap: do not reset queue removed from host config

[PATCH] KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCK
 2024-01-11 13:59 UTC 

[PATCH 0/4] KVM: Clean up "preempted in-kernel" logic
 2024-01-11 12:49 UTC  (10+ messages)
` [PATCH 1/4] KVM: Add dedicated arch hook for querying if vCPU was preempted in-kernel
` [PATCH 2/4] KVM: x86: Rely solely on preempted_in_kernel flag for directed yield
` [PATCH 3/4] KVM: x86: Clean up directed yield API for "has pending interrupt"
` [PATCH 4/4] KVM: Add a comment explaining the directed yield pending interrupt logic

[RFC PATCH v2 0/7] treewide: Use clocksource id for get_device_system_crosststamp()
 2024-01-11 11:34 UTC  (7+ messages)
` [RFC PATCH v2 2/7] x86/tsc: Add clocksource ID, set system_counterval_t.cs_id
` [RFC PATCH v2 3/7] x86/kvm, ptp/kvm: "

[PATCH v2] KVM: s390: selftest: memop: Fix undefined behavior
 2024-01-11  9:48 UTC 

[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
 2024-01-11  9:21 UTC  (16+ messages)
` [PATCH v7 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v7 03/16] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v7 05/16] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v7 07/16] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F]

[PATCH v8 00/10] Add iommufd nesting (part 2/2)
 2024-01-11  7:14 UTC  (5+ messages)
` [PATCH v8 07/10] iommu/vt-d: Allow qi_submit_sync() to return the QI faults

[PATCH 0/8] KVM: x86/mmu: Allow TDP MMU (un)load to run in parallel
 2024-01-11  2:00 UTC  (9+ messages)
` [PATCH 1/8] KVM: x86/mmu: Zap invalidated TDP MMU roots at 4KiB granularity
` [PATCH 2/8] KVM: x86/mmu: Don't do TLB flush when zappings SPTEs in invalid roots
` [PATCH 3/8] KVM: x86/mmu: Allow passing '-1' for "all" as_id for TDP MMU iterators
` [PATCH 4/8] KVM: x86/mmu: Skip invalid roots when zapping leaf SPTEs for GFN range
` [PATCH 5/8] KVM: x86/mmu: Skip invalid TDP MMU roots when write-protecting SPTEs
` [PATCH 6/8] KVM: x86/mmu: Check for usable TDP MMU root while holding mmu_lock for read
` [PATCH 7/8] KVM: x86/mmu: Alloc TDP MMU roots "
` [PATCH 8/8] KVM: x86/mmu: Free TDP MMU roots while holding mmy_lock "

[PATCH net-next v3 0/3] Abstract page from net stack
 2024-01-11  1:35 UTC  (7+ messages)
` [PATCH net-next v3 2/3] net: introduce abstraction for network memory

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2024-01-11  0:50 UTC  (18+ messages)
` [PATCH v1 07/26] x86/fault: Add helper for dumping RMP entries
` [PATCH v1 15/26] x86/sev: Introduce snp leaked pages list
` [PATCH v1 20/26] crypto: ccp: Add debug support for decrypting pages

[PATCH] vfio: fix virtio-pci dependency
 2024-01-10 23:27 UTC  (3+ messages)

[v3 00/10] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-01-10 23:13 UTC  (11+ messages)
` [v3 01/10] RISC-V: Fix the typo in Scountovf CSR name
` [v3 02/10] RISC-V: Add FIRMWARE_READ_HI definition
` [v3 03/10] drivers/perf: riscv: Read upper bits of a firmware counter
` [v3 04/10] RISC-V: Add SBI PMU snapshot definitions
` [v3 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function
` [v3 06/10] RISC-V: KVM: No need to update the counter value during reset
` [v3 07/10] RISC-V: KVM: No need to exit to the user space if perf event failed
` [v3 08/10] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [v3 09/10] RISC-V: KVM: Add perf sampling support for guests
` [v3 10/10] RISC-V: KVM: Support 64 bit firmware counters on RV32

[Bug 218339] New: kernel goes unresponsive if single-stepping over an instruction which writes to an address for which a hardware read/write watchpoint has been set
 2024-01-10 21:07 UTC  (4+ messages)
` [Bug 218339] "

[kvm-unit-tests PATCH v1] s390x/Makefile: simplify Secure Execution boot image generation
 2024-01-10 16:23 UTC  (3+ messages)

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-01-10 15:45 UTC  (3+ messages)
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[v2 00/10] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-01-10 15:23 UTC  (4+ messages)
` [v2 09/10] RISC-V: KVM: Add perf sampling support for guests

[PATCH] kvm: limit the maximum CPUID.0xA.edx[0..4] to 3
 2024-01-10 11:26 UTC  (3+ messages)

[GIT PULL] KVM changes for Linux 6.8-rc1
 2024-01-10 10:16 UTC 

[linux-next:master] BUILD REGRESSION 0f067394dd3b2af3263339cf7183bdb6ee0ac1f8
 2024-01-10  7:24 UTC 

[PATCH] target/i386/sev: Add an option to allow SEV not to pin memory
 2024-01-10  6:22 UTC 

[v5.15] WARNING in kvm_arch_vcpu_ioctl_run
 2024-01-10  5:09 UTC  (2+ messages)

arch/x86/kvm/vmx/hyperv.h:79:30: sparse: sparse: cast truncates bits from constant value (1b009b becomes 9b)
 2024-01-10  3:10 UTC  (5+ messages)

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2024-01-10  1:53 UTC  (11+ messages)
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes

[PATCH 0/6] KVM: x86: Clean up "force immediate exit" code
 2024-01-10  1:27 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint
` [PATCH 2/6] KVM: VMX: Re-enter guest in fastpath for "spurious" preemption timer exits
` [PATCH 3/6] KVM: VMX: Handle forced exit due to preemption timer in fastpath
` [PATCH 4/6] KVM: x86: Move handling of is_guest_mode() into fastpath exit handlers
` [PATCH 5/6] KVM: VMX: Handle KVM-induced preemption timer exits in fastpath for L2
` [PATCH 6/6] KVM: x86: Fully defer to vendor code to decide how to force immediate exit

[PATCH 0/4] KVM: Async #PF fixes and cleanups
 2024-01-10  1:15 UTC  (5+ messages)
` [PATCH 1/4] KVM: Always flush async #PF workqueue when vCPU is being destroyed
` [PATCH 2/4] KVM: Put mm immediately after async #PF worker completes remote gup()
` [PATCH 3/4] KVM: Get reference to VM's address space in the async #PF worker
` [PATCH 4/4] KVM: Nullify async #PF worker's "apf" pointer as soon as it might be freed

[PATCH] KVM: Harden against unpaired kvm_mmu_notifier_invalidate_range_end() calls
 2024-01-10  0:42 UTC 

[ANNOUNCE] PUCK Agenda - 2024.01.10 - Unified uAPI for protected VMs
 2024-01-10  0:37 UTC 

[PATCH 1/1] vfio/pci: Log/indicate devices being bound & unbound
 2024-01-10  0:30 UTC  (2+ messages)

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-01-09 23:07 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox