messages from 2024-01-09 15:10:46 to 2024-01-11 14:52:31 UTC [more...]
[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 (7+ messages)
` [PATCH v2 6/6] s390/vfio-ap: do not reset queue removed from host config
[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
2024-01-11 14:10 UTC (15+ 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 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] 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
Temporary KVM guest hangs connected to KSM and NUMA balancer
2024-01-11 12:43 UTC (2+ messages)
[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] x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspace
2024-01-11 10:13 UTC (7+ messages)
[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 v5 0/6] Delay VERW
2024-01-11 8:56 UTC (7+ 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 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 v11 0/8] Add iommufd nesting (part 2/2)
2024-01-11 5:51 UTC (10+ 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 0/3] Update LLVM Phabricator and Bugzilla links
2024-01-11 4:05 UTC (7+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "
` [PATCH 3/3] treewide: Update LLVM Bugzilla links
[PATCH v2] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing
2024-01-11 2:11 UTC (2+ messages)
[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 (8+ messages)
` [v2 03/10] drivers/perf: riscv: Read upper bits of a firmware counter
` [v2 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function
` [v2 09/10] RISC-V: KVM: Add perf sampling support for guests
[PATCH v10 00/29] KVM: x86/pmu: selftests: Fixes and new tests
2024-01-10 13:58 UTC (32+ messages)
` [PATCH v10 01/29] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v10 02/29] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v10 03/29] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v10 04/29] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v10 05/29] KVM: x86/pmu: Get eventsel for fixed counters from perf
` [PATCH v10 06/29] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
` [PATCH v10 07/29] KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
` [PATCH v10 08/29] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
` [PATCH v10 09/29] KVM: x86/pmu: Disallow "fast" RDPMC for architectural "
` [PATCH v10 10/29] KVM: x86/pmu: Treat "fixed" PMU type in RDPMC as index as a value, not flag
` [PATCH v10 11/29] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
` [PATCH v10 12/29] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v10 13/29] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v10 14/29] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [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 17/29] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v10 18/29] KVM: selftests: Test consistency of CPUID with num of 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
[RFC] Support for Arm CCA VMs on Linux
2024-01-10 13:44 UTC (5+ messages)
[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
[RFC PATCH v2 0/3] KVM: allow mapping of compound tail pages for IO or PFNMAP mapping
2024-01-10 6:27 UTC (5+ messages)
` [RFC PATCH v2 2/3] KVM: selftests: add selftest driver for KVM to test memory slots for MMIO BARs
[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)
[PATCH] KVM: selftests: Delete superfluous, unused "stage" variable in AMX test
2024-01-09 22:33 UTC (2+ messages)
[PATCH v1] KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctly
2024-01-09 22:27 UTC (2+ messages)
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2024-01-09 22:07 UTC (5+ messages)
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
linux-next: Fixes tag needs some work in the kvm tree
2024-01-09 21:31 UTC
[syzbot] [kvm?] KMSAN: uninit-value in em_ret_far
2024-01-09 18:18 UTC
[PATCH v17 000/116] KVM TDX basic feature support
2024-01-09 17:36 UTC (6+ messages)
` [PATCH v17 092/116] KVM: TDX: Handle TDX PV HLT hypercall
[RFC PATCH 0/8] Dynamic vcpu priority management in kvm
2024-01-09 17:26 UTC (3+ messages)
` [RFC PATCH 7/8] sched/core: boost/unboost in guest scheduler
[PATCH] s390/vfio-ap: handle response code 01 on queue reset
2024-01-09 17:02 UTC (5+ messages)
[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
2024-01-09 16:23 UTC (8+ messages)
` [PATCH v3 5/5] KVM: arm64: selftests: Test for setting ID register from usersapce
[PATCH v8 00/26] Enable CET Virtualization
2024-01-09 15:10 UTC (11+ 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