kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-13 13:11:29 to 2023-02-14 12:20:02 UTC [more...]

[PATCH 0/5] KVM: Put struct kvm_vcpu on a diet
 2023-02-14 12:19 UTC  (9+ messages)
` [PATCH 1/5] KVM: x86: Shrink struct kvm_pmu
` [PATCH 2/5] KVM: x86: Shrink struct kvm_queued_exception
` [PATCH 3/5] KVM: Shrink struct kvm_mmu_memory_cache
` [PATCH 4/5] KVM: x86: Shrink struct kvm_vcpu_arch
` [PATCH 5/5] KVM: Shrink struct kvm_vcpu

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

[PATCH v2 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2023-02-14 11:39 UTC  (14+ 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 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/10] Add IO page table replacement support
 2023-02-14 10:59 UTC  (17+ 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 v2 00/11] SVM: vNMI (with my fixes)
 2023-02-14 10:22 UTC  (13+ messages)
` [PATCH v2 06/11] KVM: SVM: add wrappers to enable/disable IRET interception
` [PATCH v2 07/11] KVM: x86: add a delayed hardware NMI injection interface

[PATCH v1 00/24] Add KVM LoongArch support
 2023-02-14  9:58 UTC  (31+ messages)
` [PATCH v1 01/24] LoongArch: KVM: Implement kvm module related interface
` [PATCH v1 02/24] LoongArch: KVM: Implement VM related functions
` [PATCH v1 03/24] LoongArch: KVM: Implement vcpu create,run,destroy operations
` [PATCH v1 04/24] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [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 07/24] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v1 08/24] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v1 09/24] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v1 10/24] LoongArch: KVM: Implement vcpu status description
` [PATCH v1 11/24] LoongArch: KVM: Implement update VM id function
` [PATCH v1 12/24] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v1 13/24] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v1 14/24] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v1 15/24] LoongArch: KVM: Implement handle csr excption
` [PATCH v1 16/24] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v1 17/24] LoongArch: KVM: Implement handle idle exception
` [PATCH v1 18/24] LoongArch: KVM: Implement handle gspr exception
` [PATCH v1 19/24] LoongArch: KVM: Implement handle mmio exception
` [PATCH v1 20/24] LoongArch: KVM: Implement handle fpu exception
` [PATCH v1 21/24] LoongArch: KVM: Implement kvm exception vector
` [PATCH v1 22/24] LoongArch: KVM: Implement vcpu world switch
` [PATCH v1 23/24] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v1 24/24] LoongArch: KVM: Enable kvm config and add the makefile

[PATCH v4 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-02-14  9:00 UTC  (23+ 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

[PATCH v9 00/18] TDX host kernel support
 2023-02-14  8:57 UTC  (21+ messages)
` [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 v3 00/15] Add vfio_device cdev for iommufd support
 2023-02-14  8:53 UTC  (31+ messages)
` [PATCH v3 01/15] vfio: Allocate per device file structure
` [PATCH v3 02/15] vfio: Refine vfio file kAPIs
` [PATCH v3 03/15] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH v3 04/15] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH v3 05/15] kvm/vfio: Accept vfio device file from userspace
` [PATCH v3 06/15] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v3 07/15] vfio: Block device access via device fd until device is opened
` [PATCH v3 08/15] vfio: Add infrastructure for bind_iommufd from userspace
` [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 v3 15/15] vfio: Compile group optionally

[PATCH 0/2] KVM: selftests: Report enable_pmu module value when test is skipped
 2023-02-14  8:49 UTC  (3+ 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

[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  (16+ messages)
` [PATCH 01/13] selftests: KVM: aarch64: Rename vpmu_counter_access.c to vpmu_test.c
` [PATCH 02/13] selftests: KVM: aarch64: Refactor the vPMU counter access tests
` [PATCH 03/13] tools: arm64: perf_event: Define Cycle counter enable/overflow bits
` [PATCH 04/13] selftests: KVM: aarch64: Add PMU cycle counter helpers
` [PATCH 05/13] selftests: KVM: aarch64: Consider PMU event filters for VM creation
` [PATCH 06/13] selftests: KVM: aarch64: Add KVM PMU event filter test
` [PATCH 07/13] selftests: KVM: aarch64: Add KVM EVTYPE filter PMU test
` [PATCH 08/13] selftests: KVM: aarch64: Add vCPU migration test for PMU
` [PATCH 09/13] selftests: KVM: aarch64: Test PMU overflow/IRQ functionality
` [PATCH 10/13] selftests: KVM: aarch64: Test chained events for PMU
` [PATCH 11/13] selftests: KVM: aarch64: Add PMU test to chain all the counters
` [PATCH 12/13] selftests: KVM: aarch64: Add multi-vCPU support for vPMU VM creation
` [PATCH 13/13] selftests: KVM: aarch64: Extend the vCPU migration test to multi-vCPUs

[PATCH v2] vp_vdpa: fix the crash in hot unplug with vp_vdpa
 2023-02-14  8:09 UTC 

[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 v2 00/12] Implement Eager Page Splitting for ARM
 2023-02-14  7:33 UTC  (3+ 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  (13+ messages)
` [PATCH v8 8/9] x86/mtrr: Avoid repeated save of MTRRs on boot-time CPU bringup
    ` [External] "
` [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 -next v13 00/19] riscv: Add vector ISA support
 2023-02-14  6:43 UTC  (5+ 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-14  6:27 UTC  (4+ 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

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-13 23:53 UTC  (25+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes

[PATCH 00/18] KVM: arm64: Prefix patches for NV support
 2023-02-13 22:26 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Make @tdp_mmu_allowed static
 2023-02-13 21:28 UTC 

Issue with "KVM: SEV: Add support for SEV intra host migration"
 2023-02-13 20:07 UTC 

"KVM: x86/mmu: Overhaul TDP MMU zapping and flushing" breaks SVM on Hyper-V
 2023-02-13 19:56 UTC  (11+ messages)

[PATCH 0/4] Add extra checkings to amx_test
 2023-02-13 18:57 UTC  (4+ messages)
` [PATCH 1/4] KVM: selftests: x86: Fix an error in comment of amx_test

[RFC] Support for Arm CCA VMs on Linux
 2023-02-13 18:08 UTC  (20+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 03/28] arm64: RME: Add wrappers for RMI calls
  ` [RFC PATCH 04/28] arm64: RME: Check for RME support at KVM init
  ` [RFC PATCH 05/28] arm64: RME: Define the user ABI
  ` [RFC PATCH 06/28] arm64: RME: ioctls to create and configure realms
  ` [RFC PATCH 07/28] arm64: kvm: Allow passing machine type in KVM creation
  ` [RFC PATCH 08/28] arm64: RME: Keep a spare page delegated to the RMM
  ` [RFC PATCH 09/28] arm64: RME: RTT handling
  ` [RFC PATCH 10/28] arm64: RME: Allocate/free RECs to match vCPUs

[PATCH] x86/kvm: Don't use PVspinlock when mwait is advertised
 2023-02-13 16:13 UTC  (2+ messages)

[PATCH 0/6] iommufd: Add iommu capability reporting
 2023-02-13 14:51 UTC  (3+ messages)
` [PATCH 2/6] iommu/vt-d: Implement hw_info for iommu capability query

[PULL 00/22] Migration 20230213 patches
 2023-02-13 14:17 UTC  (2+ messages)


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