kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-17 21:14:00 to 2023-01-19 00:45:34 UTC [more...]

[PATCH v11 000/113] KVM TDX basic feature support
 2023-01-19  0:45 UTC  (20+ messages)
` [PATCH v11 004/113] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v11 018/113] KVM: TDX: create/destroy VM structure
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v11 025/113] KVM: TDX: Use private memory for TDX

[PATCH v7] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-18 23:21 UTC  (2+ messages)

[PATCH v4 00/13] riscv: improve boot time isa extensions handling
 2023-01-18 22:28 UTC  (7+ messages)
` [PATCH v4 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions
` [PATCH v4 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v4 09/13] riscv: switch to relative alternative entries

[PATCH] Revert "KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio"
 2023-01-18 22:00 UTC 

[PATCH v3 00/13] riscv: improve boot time isa extensions handling
 2023-01-18 21:54 UTC  (7+ messages)
` [PATCH v3 05/13] riscv: cpufeature: extend riscv_cpufeature_patch_func to all ISA extensions

[PATCH] KVM: VMX: Fix crash due to uninitialized current_vmcs
 2023-01-18 21:35 UTC  (8+ messages)

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-01-18 21:33 UTC  (14+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v7 44/64] KVM: SVM: Remove the long-lived GHCB host map

[PATCH V6 0/7] KVM: selftests: Add simple SEV test
 2023-01-18 20:50 UTC  (2+ messages)

[RFC PATCH v5 0/6] KVM: x86: add per-vCPU exits disable capability
 2023-01-18 20:43 UTC  (7+ messages)
` [RFC PATCH v5 6/6] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

[PATCH 0/7] KVM: VMX: Handle NMI VM-Exits in noinstr section
 2023-01-18 20:38 UTC  (3+ messages)

[PATCH v2 0/6] improve AP queue reset processing
 2023-01-18 20:31 UTC  (7+ messages)
` [PATCH v2 1/6] s390/vfio-ap: verify reset complete in separate function
` [PATCH v2 2/6] s390/vfio_ap: check TAPQ response code when waiting for queue reset
` [PATCH v2 3/6] s390/vfio_ap: use TAPQ to verify reset in progress completes
` [PATCH v2 4/6] s390/vfio_ap: verify ZAPQ completion after return of response code zero
` [PATCH v2 5/6] s390/vfio_ap: fix handling of error response codes
` [PATCH v2 6/6] s390/vfio_ap: increase max wait time for reset verification

[PATCH RFC 0/3] vsock: add support for sockmap
 2023-01-18 20:27 UTC  (4+ messages)
` [PATCH RFC 1/3] vsock: support sockmap
` [PATCH RFC 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH RFC 3/3] selftests/bpf: Add a test case for vsock sockmap

[PATCH linux-next] KVM: x86: remove redundant ret variable
 2023-01-18 20:29 UTC  (2+ messages)

[PATCH v2] KVM: x86: Replace 0-length arrays with flexible arrays
 2023-01-18 19:59 UTC 

Fw: [linux-next:master] BUILD REGRESSION 9ce08dd7ea24253aac5fd2519f9aea27dfb390c9
 2023-01-18 19:55 UTC  (3+ messages)

[PATCH v8 00/16] TDX host kernel support
 2023-01-18 19:38 UTC  (5+ messages)
` [PATCH v8 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[PATCH 0/2] Fix kvm_setup_gdt and reuse in vcpu_init_descriptor_tables
 2023-01-18 19:36 UTC  (8+ messages)
` [PATCH 1/2] KVM: selftests: Fix initialization of GDT limit
` [PATCH 2/2] KVM: selftests: Reuse kvm_setup_gdt in vcpu_init_descriptor_tables

[PATCH v3] vfio: Support VFIO_NOIOMMU with iommufd
 2023-01-18 18:58 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/2] arm: Add PSCI CPU_OFF test
 2023-01-18 18:48 UTC  (5+ messages)
` [kvm-unit-tests PATCH v4 1/2] arm/psci: Test that CPU 1 has been successfully brought online
` [kvm-unit-tests PATCH v4 2/2] arm/psci: Add PSCI CPU_OFF test case

[PATCH v2 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-18 18:00 UTC  (11+ messages)
` [PATCH v2 01/10] iommu: Add a gfp parameter to iommu_map()
` [PATCH v2 02/10] iommu: Remove iommu_map_atomic()
` [PATCH v2 03/10] iommu: Add a gfp parameter to iommu_map_sg()
` [PATCH v2 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
` [PATCH v2 05/10] iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()
` [PATCH v2 06/10] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH v2 07/10] iommu/intel: Support the gfp argument to the map_pages op
` [PATCH v2 08/10] iommu/intel: Use GFP_KERNEL in sleepable contexts
` [PATCH v2 09/10] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
` [PATCH v2 10/10] iommu/s390: Use GFP_KERNEL in sleepable contexts

[PATCH 0/5] KVM: Refactor KVM stats macros to allow custom names
 2023-01-18 17:53 UTC  (6+ messages)
` [PATCH 1/5] KVM: Consistently use "stat" name in stats macros
` [PATCH 2/5] KVM: Spell out parameter names "
` [PATCH 3/5] KVM: Fix indentation "
` [PATCH 4/5] KVM: Allow custom names for stats
` [PATCH 5/5] KVM: x86: Drop union for pages_{4k,2m,1g} stats

[Patch v3 0/9] NUMA aware page table's pages allocation
 2023-01-18 17:43 UTC  (10+ messages)
` [Patch v3 1/9] KVM: x86/mmu: Repurpose KVM MMU shrinker to purge shadow page caches

[PATCH V1 vfio 0/6] Move to use cgroups for userspace persistent allocations
 2023-01-18 17:40 UTC  (4+ messages)

[PATCH v4 0/2] arm: enable MTE for QEMU + kvm
 2023-01-18 17:37 UTC  (4+ messages)
` [PATCH v4 1/2] arm/kvm: add support for MTE

[PATCH kvmtool 1/1] riscv: pci: Add --force-pci option for riscv VMs
 2023-01-18 17:20 UTC 

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2023-01-18 17:17 UTC  (21+ messages)
` [V2 PATCH 1/6] KVM: x86: Add support for testing "
` [V2 PATCH 2/6] KVM: Selftests: Add support for "
` [V2 PATCH 3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers
` [V2 PATCH 4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory
` [V2 PATCH 5/6] KVM: selftests: Add get_free_huge_2m_pages
` [V2 PATCH 6/6] KVM: selftests: x86: Add selftest for private memory

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-18 17:10 UTC  (42+ messages)
` [PATCH v14 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v14 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v14 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v14 08/11] qapi/s390/cpu topology: change-topology monitor command
` [PATCH v14 09/11] qapi/s390/cpu topology: monitor query topology information
` [PATCH v14 10/11] qapi/s390/cpu topology: POLARITY_CHANGE qapi event
` [PATCH v14 11/11] docs/s390x/cpu topology: document s390x cpu topology

[PATCH 0/3] Calculate memory access latency stats
 2023-01-18 16:49 UTC  (11+ messages)
` [PATCH 1/3] KVM: selftests: Allocate additional space for latency samples
` [PATCH 2/3] KVM: selftests: Collect memory access "
` [PATCH 3/3] KVM: selftests: Print summary stats of memory latency distribution

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-01-18 16:33 UTC  (22+ messages)
` [PATCH 01/13] vfio: Allocate per device file structure
` [PATCH 02/13] vfio: Refine vfio file kAPIs
` [PATCH 03/13] vfio: Accept vfio device file in the driver facing kAPI
` [PATCH 04/13] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
` [PATCH 05/13] kvm/vfio: Provide struct kvm_device_ops::release() insted of ::destroy()
` [PATCH 06/13] kvm/vfio: Accept vfio device file from userspace
` [PATCH 07/13] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH 08/13] vfio: Block device access via device fd until device is opened

[PATCH v2] vfio: Support VFIO_NOIOMMU with iommufd
 2023-01-18 15:47 UTC  (3+ messages)

[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-18 15:15 UTC  (6+ messages)
` [PATCH 6/8] iommu/intel: Add a gfp parameter to alloc_pgtable_page()

[PATCH v4] vfio: fix potential deadlock on vfio group lock
 2023-01-18 14:55 UTC  (5+ messages)

[PATCH v2 0/3] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-01-18 14:50 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH v2 2/3] KVM: VMX: avoid retpoline call for control register caused exits
` [PATCH v2 3/3] KVM: x86: do not unload MMU roots when only toggling CR0.WP

[PATCH] KVM: selftests: Fix build of rseq test
 2023-01-18 14:46 UTC  (5+ messages)

[RFC] KVM: x86: Give host userspace control for MSR_RAPL_POWER_UNIT and MSR_PKG_POWER_STATUS
 2023-01-18 14:21 UTC 

[v3 0/6] KVM: arm64: implement vcpu_is_preempted check
 2023-01-18 13:29 UTC  (3+ messages)
` [v3 1/6] KVM: arm64: Document PV-lock interface

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-18 10:17 UTC  (12+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH 0/3] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-01-18 10:17 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86/mmu: avoid indirect call for get_cr3
` [PATCH 2/3] KVM: VMX: avoid retpoline call for control register caused exits
` [PATCH 3/3] KVM: x86: do not unload MMU roots when only toggling CR0.WP

[PATCH 0/2] KVM: selftests: Remove duplicate VM in memslot_perf_test
 2023-01-18  9:21 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: selftests: Assign guest page size in sync area early "

[kvm-unit-tests PATCH 0/9] Some cleanup patches
 2023-01-18  9:10 UTC  (13+ messages)
` [kvm-unit-tests PATCH 1/9] .gitignore: ignore `s390x/comm.key` file
` [kvm-unit-tests PATCH 2/9] s390x/Makefile: simplify `%.hdr` target rules
` [kvm-unit-tests PATCH 3/9] s390x/Makefile: fix `*.gbin` target dependencies
` [kvm-unit-tests PATCH 6/9] s390x: define a macro for the stack frame size
` [kvm-unit-tests PATCH 8/9] s390x: use STACK_FRAME_SIZE macro in linker scripts

[PATCH v2 0/8] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-01-18  7:49 UTC  (7+ messages)
` [PATCH v2 7/8] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v2 8/8] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[PATCH net-next v10] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-18  6:20 UTC  (4+ messages)

[PATCH v6] x86/sev: Add SEV-SNP guest feature negotiation support
 2023-01-18  6:11 UTC  (3+ messages)

[PATCH rcu v2 17/20] kvm: Remove "select SRCU"
 2023-01-18  3:56 UTC  (3+ messages)

[PATCH v2 0/6] Clean up the supported xfeatures
 2023-01-18  0:34 UTC  (16+ messages)
` [PATCH v2 1/6] KVM: x86: Clear all supported MPX xfeatures if they are not all set

linux-next: manual merge of the kvm tree with the tip tree
 2023-01-18  0:32 UTC 

[PATCH v10 067/108] KVM: TDX: Add helper assembly function to TDX vcpu
 2023-01-17 23:36 UTC  (2+ messages)

[PATCH 0/4] Improve dirty ring warning report
 2023-01-17 20:51 UTC  (3+ messages)
` [PATCH 1/4] KVM: arm64: Allow saving vgic3 LPI pending status in no running vcpu context

[PATCH] KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test
 2023-01-17 22:27 UTC 


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