kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-14 02:57:34 to 2023-02-15 07:37:10 UTC [more...]

[PATCH v3 00/15] Add vfio_device cdev for iommufd support
 2023-02-15  7:37 UTC  (37+ 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 09/15] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v3 10/15] vfio-iommufd: Add detach_ioas for emulated "
` [PATCH v3 11/15] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v3 12/15] vfio: Make vfio_device_open() single open for device cdev path
` [PATCH v3 13/15] vfio: Add cdev for vfio_device
` [PATCH v3 14/15] vfio: Add ioctls for device cdev using iommufd

[PATCH 0/8] Add memory fault exits to avoid slow GUP
 2023-02-15  7:27 UTC  (11+ 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/10] Add IO page table replacement support
 2023-02-15  7:24 UTC  (25+ 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 -next v13 00/19] riscv: Add vector ISA support
 2023-02-15  7:14 UTC  (9+ messages)
` [PATCH -next v13 10/19] riscv: Allocate user's vector context in the first-use trap

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

[PATCH v2 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2023-02-15  3:20 UTC  (17+ messages)
` [PATCH v2 01/21] KVM: x86: Rename kvm_init_msr_list() to clarify it inits multiple lists
` [PATCH v2 02/21] KVM: x86: Add a helper to query whether or not a vCPU has ever run
` [PATCH v2 03/21] KVM: x86: Add macros to track first...last VMX feature MSRs
` [PATCH v2 04/21] KVM: x86: Generate set of VMX feature MSRs using first/last definitions
` [PATCH v2 05/21] KVM: x86: Disallow writes to immutable feature MSRs after KVM_RUN
` [PATCH v2 08/21] KVM: selftests: Split PMU caps sub-tests to avoid writing MSR "

[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  (24+ messages)
` [PATCH v4 1/9] KVM: x86: Intercept CR4.LAM_SUP when LAM feature is enabled in guest
` [PATCH v4 2/9] KVM: x86: MMU: Clear CR3 LAM bits when allocate shadow root
` [PATCH v4 6/9] KVM: x86: When KVM judges CR3 valid or not, consider LAM bits
` [PATCH v4 7/9] KVM: x86: When guest set CR3, handle LAM bits semantics
` [PATCH v4 8/9] KVM: x86: emulation: Apply LAM when emulating data access

[GIT PULL] KVM: x86: APIC changes for 6.3
 2023-02-15  1:07 UTC  (8+ 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 "

[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

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

[PATCH v9 00/18] TDX host kernel support
 2023-02-14 22:53 UTC  (26+ 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
` [PATCH v9 09/18] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[PATCH v2 00/12] Implement Eager Page Splitting for ARM
 2023-02-14 21:59 UTC  (4+ messages)

"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  (4+ messages)
` [PATCH 1/2] KVM: selftests: Add a helper to read kvm boolean module parameters
` [PATCH 2/2] KVM: selftests: Report enable_pmu module value when test is skipped

[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

[v3 0/6] KVM: arm64: implement vcpu_is_preempted check
 2023-02-14 16:49 UTC  (3+ messages)

[PATCH v1 00/24] Add KVM LoongArch support
 2023-02-14 13:05 UTC  (14+ messages)
` [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface
` [PATCH v1 03/24] LoongArch: KVM: Implement vcpu create,run,destroy operations
` [PATCH v1 05/24] LoongArch: KVM: Implement vcpu ENABLE_CAP, CHECK_EXTENSION ioctl interface
` [PATCH v1 06/24] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v1 09/24] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v1 14/24] LoongArch: KVM: Implement kvm mmu operations

[PATCH v3 0/1] KVM: s390: vsie: clarifications on setting the APCB
 2023-02-14 12:28 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH 0/5] KVM: Put struct kvm_vcpu on a diet
 2023-02-14 12:20 UTC  (6+ messages)
` [PATCH 3/5] KVM: Shrink struct kvm_mmu_memory_cache

[PATCH] kvm: initialize all of the kvm_debugregs structure before sending it to userspace
 2023-02-14 12:03 UTC  (2+ messages)

[PATCH v3 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-02-14 11:08 UTC  (5+ messages)
` [PATCH v3 4/6] KVM: x86: Make use of kvm_read_cr*_bits() when testing bits

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2023-02-14 10:22 UTC  (6+ messages)
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface

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

[PATCH 00/13] Extend the vPMU selftest
 2023-02-14  8:19 UTC  (2+ messages)

[PATCH v2 1/1] riscv/kvm: Fix VM hang in case of timer delta being zero
 2023-02-14  7:55 UTC  (2+ messages)

[PATCH v1 22/24] LoongArch: KVM: Implement vcpu world switch
 2023-02-14  7:07 UTC  (2+ messages)

[PATCH] vp_vdpa: fix the crash in hot unplug with vp_vdpa
 2023-02-14  7:04 UTC  (3+ messages)

[PATCH v8 0/9] Parallel CPU bringup for x86_64
 2023-02-14  6:57 UTC  (6+ messages)
` [PATCH v8 9/9] x86/smpboot: Serialize topology updates for secondary bringup
      ` [External] "

[kvm-unit-tests PATCH 0/2] x86/pmu: Add TSX testcase and fix force_emulation_prefix
 2023-02-14  6:47 UTC  (2+ messages)

[PATCH v4 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-02-14  5:07 UTC  (13+ messages)
` [PATCH v4 01/12] KVM: x86/pmu: Rename pmc_is_enabled() to pmc_is_globally_enabled()
` [PATCH v4 02/12] KVM: VMX: Refactor intel_pmu_set_msr() to align with other set_msr() helpers
` [PATCH v4 03/12] KVM: x86/pmu: Rewrite reprogram_counters() to improve performance
` [PATCH v4 04/12] KVM: x86/pmu: Expose reprogram_counters() in pmu.h
` [PATCH v4 05/12] KVM: x86/pmu: Error when user sets the GLOBAL_STATUS reserved bits
` [PATCH v4 06/12] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH v4 07/12] KVM: x86/cpuid: Use fast return for cpuid "0xa" leaf when !enable_pmu
` [PATCH v4 08/12] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
` [PATCH v4 09/12] KVM: x86/pmu: Forget PERFCTR_CORE if the min "
` [PATCH v4 10/12] KVM: x86/cpuid: Add X86_FEATURE_PERFMON_V2 as a scattered flag
` [PATCH v4 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v4 12/12] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022

[kvm-unit-tests 0/3] arm: Use gic_enable/disable_irq() macro to clean up code
 2023-02-14  3:44 UTC  (4+ messages)
` [kvm-unit-tests 1/3] arm: gic: Write one bit per time in gic_irq_set_clr_enable()
` [kvm-unit-tests 2/3] arm64: timer: Use gic_enable/disable_irq() macro in timer test
` [kvm-unit-tests 3/3] arm64: microbench: Use gic_enable_irq() macro in microbench test


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