kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-14 17:07:20 to 2023-02-15 21:12:47 UTC [more...]

[Patch v3 0/7] Optimize clear dirty log
 2023-02-15 21:12 UTC  (5+ messages)
` [Patch v3 2/7] KVM: x86/mmu: Atomically clear SPTE dirty state in the clear-dirty-log flow
` [Patch v3 3/7] KVM: x86/mmu: Remove "record_dirty_log" in __tdp_mmu_set_spte()

[PATCH v5 00/33] KVM: x86: AVIC and local APIC fixes+cleanups
 2023-02-15 20:25 UTC  (2+ messages)

[PATCH v2 0/3] KVM: SVM: Fix GATag bug for >256 vCPUs
 2023-02-15 20:21 UTC  (12+ messages)
` [PATCH v2 1/3] KVM: SVM: Fix a benign off-by-one bug in AVIC physical table mask
` [PATCH v2 2/3] KVM: SVM: Modify AVIC GATag to support max number of 512 vCPUs
` [PATCH v2 3/3] KVM: SVM: WARN if GATag generation drops VM or vCPU ID information

[PATCH v3 00/15] Add vfio_device cdev for iommufd support
 2023-02-15 20:09 UTC  (30+ messages)
` [PATCH v3 03/15] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v3 05/15] kvm/vfio: Accept vfio device file from userspace
` [PATCH v3 07/15] vfio: Block device access via device fd until device is opened
` [PATCH v3 14/15] vfio: Add ioctls for device cdev using iommufd

[PATCH 0/5] hw/timer/i8254: Un-inline and simplify IRQs
 2023-02-15 19:02 UTC  (10+ messages)
` [PATCH 1/5] hw/timer/hpet: Include missing 'hw/qdev-properties.h' header
` [PATCH 2/5] hw/timer/i8254: Factor i8254_pit_create() out and document
` [PATCH 3/5] hw/i386/pc: Un-inline i8254_pit_init()
` [PATCH 4/5] hw/timer/i8254: Really inline i8254_pit_init()
` [PATCH 5/5] hw/i386/kvm: Factor i8254_pit_create_try_kvm() out

[RFC PATCH v3 08/31] KVM: selftests: Require GCC to realign stacks on function entry
 2023-02-15 18:44 UTC  (3+ messages)

[PATCH 0/8] Add memory fault exits to avoid slow GUP
 2023-02-15 18:24 UTC  (21+ messages)
` [PATCH 1/8] selftests/kvm: Fix bug in how demand_paging_test calculates paging rate
` [PATCH 2/8] selftests/kvm: Allow many vcpus per UFFD in demand paging test
` [PATCH 3/8] selftests/kvm: Switch demand paging uffd readers to epoll
` [PATCH 4/8] kvm: Allow hva_pfn_fast to resolve read-only faults
` [PATCH 5/8] kvm: Add cap/kvm_run field for memory fault exits
` [PATCH 6/8] kvm/x86: Add mem fault exit on EPT violations
` [PATCH 7/8] kvm/arm64: Implement KVM_CAP_MEM_FAULT_NOWAIT for arm64
` [PATCH 8/8] selftests/kvm: Handle mem fault exits in demand paging test

[PATCH v2 00/12] Implement Eager Page Splitting for ARM
 2023-02-15 17:47 UTC  (17+ messages)
` [PATCH v2 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v2 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v2 09/12] KVM: arm64: Split huge pages when dirty logging is enabled

[GIT PULL] KVM/riscv changes for 6.3
 2023-02-15 17:45 UTC  (3+ messages)

[PATCH v3 00/12] Implement Eager Page Splitting for ARM
 2023-02-15 17:40 UTC  (13+ messages)
` [PATCH v3 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO
` [PATCH v3 02/12] KVM: arm64: Rename free_unlinked to free_removed
` [PATCH v3 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees
` [PATCH v3 04/12] KVM: arm64: Add kvm_pgtable_stage2_split()
` [PATCH v3 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region()
` [PATCH v3 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu()
` [PATCH v3 07/12] KVM: arm64: Export kvm_are_all_memslots_empty()
` [PATCH v3 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
` [PATCH v3 09/12] KVM: arm64: Split huge pages when dirty logging is enabled
` [PATCH v3 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()
` [PATCH v3 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG
` [PATCH v3 12/12] KVM: arm64: Use local TLBI on permission relaxation

[GIT PULL 00/18] KVM: s390x: KVM s390x changes for 6.3
 2023-02-15 17:35 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/2] s390x: Add misaligned instruction tests
 2023-02-15 17:18 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x/spec_ex: Add test introducing odd address into PSW
` [kvm-unit-tests PATCH v1 2/2] s390x/spec_ex: Add test of EXECUTE with odd target address

[kvm-unit-tests PATCH 0/3] s390x: Add PV SIE intercepts and ipl tests
 2023-02-15 17:06 UTC  (3+ messages)
` [kvm-unit-tests PATCH 2/3] s390x: pv: Test sie entry intercepts and validities

[PATCH v1 0/1] s390: nmi: fix virtual-physical address confusion
 2023-02-15 16:20 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
 2023-02-15 15:41 UTC  (3+ messages)

[PATCH v2 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2023-02-15 15:20 UTC  (14+ messages)
` [PATCH v2 03/21] KVM: x86: Add macros to track first...last VMX feature MSRs
` [PATCH v2 06/21] KVM: x86/pmu: WARN and bug the VM if PMU is refreshed after vCPU has run
` [PATCH v2 07/21] KVM: x86/pmu: Zero out LBR capabilities during PMU refresh
` [PATCH v2 08/21] KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUN

[PATCH v9 0/8] Parallel CPU bringup for x86_64
 2023-02-15 14:54 UTC  (9+ messages)
` [PATCH v9 1/8] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel
` [PATCH v9 2/8] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
` [PATCH v9 3/8] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU
` [PATCH v9 4/8] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
` [PATCH v9 5/8] x86/smpboot: Split up native_cpu_up into separate phases and document them
` [PATCH v9 6/8] x86/smpboot: Support parallel startup of secondary CPUs
` [PATCH v9 7/8] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel
` [PATCH v9 8/8] x86/smpboot: Serialize topology updates for secondary bringup

[PATCH -next v13 00/19] riscv: Add vector ISA support
 2023-02-15 14:39 UTC  (10+ messages)
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap

[kvm-unit-tests PATCH] x86/emulator: Test non-canonical memory access exceptions
 2023-02-15 14:23 UTC 

[PATCH v2 0/2] perf/x86: KVM: Disable vPMU on hybrid CPUs
 2023-02-15 13:27 UTC  (2+ messages)

[GIT PULL] KVM: x86: APIC changes for 6.3
 2023-02-15 13:24 UTC  (9+ messages)
` [GIT PULL] KVM: Non-x86 "
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU "
` [GIT PULL] KVM: x86: Selftests "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: VMX "

[PATCH v9 00/18] TDX host kernel support
 2023-02-15 13:25 UTC  (23+ messages)
` [PATCH v9 04/18] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v9 05/18] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v9 07/18] x86/virt/tdx: Do TDX module per-cpu initialization

[kvm-unit-tests PATCH v6 0/2] S390x: CPU Topology Information
 2023-02-15 13:07 UTC  (7+ messages)
` [kvm-unit-tests PATCH v6 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v6 2/2] s390x: topology: Checking Configuration Topology Information

[PATCH v2 00/10] Add IO page table replacement support
 2023-02-15 12:52 UTC  (22+ messages)
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH v2 08/10] iommufd/device: Use iommu_group_replace_domain()

[PATCH] x86/kvm: refine condition for checking vCPU preempted
 2023-02-15 12:12 UTC 

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-02-15 11:48 UTC  (2+ messages)

[PATCH] vhost-vdpa: cleanup memory maps when closing vdpa fds
 2023-02-15 11:45 UTC  (8+ messages)

[PATCH 0/6] Export platform features from ccp driver
 2023-02-15 11:13 UTC  (5+ messages)
` [PATCH 2/6] crypto: ccp: Add a header for multiple drivers to use `__psp_pa`

[PATCH v5 0/3] arm: enable MTE for QEMU + kvm
 2023-02-15 10:59 UTC  (8+ messages)
` [PATCH v5 2/3] arm/kvm: add support for MTE
` [PATCH v5 3/3] qtests/arm: add some mte tests

Prezentacja
 2023-02-15  8:36 UTC 

[PATCH v2] vp_vdpa: fix the crash in hot unplug with vp_vdpa
 2023-02-15  1:45 UTC  (2+ messages)

[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-02-15  1:17 UTC  (6+ messages)
` [PATCH v4 2/9] KVM: x86: MMU: Clear CR3 LAM bits when allocate shadow root

[REPOST PATCH 00/16] Add support for vPMU selftests
 2023-02-15  1:07 UTC  (17+ messages)
` [REPOST PATCH 01/16] tools: arm64: Import perf_event.h
` [REPOST PATCH 02/16] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [REPOST PATCH 03/16] KVM: selftests: aarch64: vPMU register test for implemented counters
` [REPOST PATCH 04/16] KVM: selftests: aarch64: vPMU register test for unimplemented counters
` [REPOST PATCH 05/16] selftests: KVM: aarch64: Refactor the vPMU counter access tests
` [REPOST PATCH 06/16] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [REPOST PATCH 07/16] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [REPOST PATCH 08/16] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [REPOST PATCH 09/16] selftests: KVM: aarch64: Add KVM PMU event filter test
` [REPOST PATCH 10/16] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [REPOST PATCH 11/16] selftests: KVM: aarch64: Add vCPU migration test for PMU
` [REPOST PATCH 12/16] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [REPOST PATCH 13/16] selftests: KVM: aarch64: Test chained events for PMU
` [REPOST PATCH 14/16] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [REPOST PATCH 15/16] selftests: KVM: aarch64: Add multi-vCPU support for vPMU VM creation
` [REPOST PATCH 16/16] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs

"KVM: x86/mmu: Overhaul TDP MMU zapping and flushing" breaks SVM on Hyper-V
 2023-02-14 20:27 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/2] arm/arm64: teach virt_to_pte_phys() about block descriptors
 2023-02-14 20:23 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/6] arm: pmu: Add support for PMUv3p5
 2023-02-14 20:18 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 3/6] arm: pmu: Rename ALL_SET and PRE_OVERFLOW

[kvm-unit-tests PATCH v6 0/2] arm: Add PSCI CPU_OFF test
 2023-02-14 20:18 UTC  (2+ messages)

[kvm-unit-tests PATCH v5] arm: Replace MAX_SMP probe loop in favor of reading directly
 2023-02-14 20:18 UTC  (3+ messages)

[PATCH 00/17] Add Intel VT-d nested translation
 2023-02-14 18:47 UTC  (5+ messages)
` [PATCH 02/17] iommu: Add nested domain support
` [PATCH 14/17] iommufd/selftest: Add IOMMU_TEST_OP_MOCK_DOMAIN_REPLACE test op

[PATCH v2 0/7] Overhauling amx_test
 2023-02-14 18:46 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: selftests: x86: Add a working xstate data structure
` [PATCH v2 2/7] KVM: selftests: x86: Fix an error in comment of amx_test
` [PATCH v2 3/7] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test
` [PATCH v2 4/7] KVM: selftests: Add the XFD check to IA32_XFD in #NM handler
` [PATCH v2 5/7] KVM: selftests: Fix the checks to XFD_ERR using and operation
` [PATCH v2 6/7] KVM: selftests: x86: Enable checking on xcomp_bv in amx_test
` [PATCH v2 7/7] KVM: selftests: x86: Repeat the checking of xheader when IA32_XFD[XTILEDATA] is set "

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-14 18:07 UTC  (6+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH for-5.15 0/3] Cross-Thread Return Address Predictions vulnerability
 2023-02-14 18:06 UTC  (5+ messages)
` [PATCH for-5.15 1/3] x86/speculation: Identify processors vulnerable to SMT RSB predictions
` [PATCH for-5.15 2/3] KVM: x86: Mitigate the cross-thread return address predictions bug
` [PATCH for-5.15 3/3] Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions

[PATCH 0/2] KVM: selftests: Report enable_pmu module value when test is skipped
 2023-02-14 18:03 UTC  (3+ messages)
` [PATCH 2/2] "

[RFC] Support for Arm CCA VMs on Linux
 2023-02-14 17:13 UTC  (2+ messages)

[PATCH] x86/hotplug: Remove incorrect comment about mwait_play_dead()
 2023-02-14 17:09 UTC  (2+ messages)

[FYI PATCH 0/3] Cross-Thread Return Address Predictions vulnerability
 2023-02-14 17:06 UTC  (4+ messages)
` [PATCH 1/3] x86/speculation: Identify processors vulnerable to SMT RSB predictions
` [PATCH 2/3] KVM: x86: Mitigate the cross-thread return address predictions bug
` [PATCH 3/3] Documentation/hw-vuln: Add documentation for Cross-Thread Return Predictions


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).