public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-30 00:00:09 to 2022-12-01 10:34:10 UTC [more...]

[PATCH] target/arm: Propagate errno when writing list
 2022-12-01 10:33 UTC 

[PATCH] accel/kvm/kvm-all: Handle register access errors
 2022-12-01 10:27 UTC 

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-01 10:15 UTC  (6+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 6/7] s390x/cpu_topology: activating CPU topology

[kvm-unit-tests PATCH v3 0/2] lib: s390x: add PSW and PSW_WITH_CUR_MASK macros
 2022-12-01 10:09 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/2] "
` [kvm-unit-tests PATCH v3 2/2] s390x: use the new "

[PATCH v2] x86/sev: Add SEV-SNP guest feature negotiation support
 2022-12-01 10:04 UTC 

[PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net
 2022-12-01  9:49 UTC  (10+ messages)
` [PATCH for 8.0 v8 04/12] vhost: move iova_tree set to vhost_svq_start
` [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree
` [PATCH for 8.0 v8 12/12] vdpa: always start CVQ in SVQ mode if possible

[PATCH] KVM: selftests: restore special vmmcall code layout needed by the harness
 2022-12-01  9:28 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/2] s390x: test CMM during migration
 2022-12-01  9:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH v4 1/2] s390x: add a library for CMM-related functions
` [kvm-unit-tests PATCH v4 2/2] s390x: add CMM test during migration

[PATCH][next] KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
 2022-12-01  9:13 UTC 

[PATCH] vhost_net: revert upend_idx only on retriable error
 2022-12-01  9:01 UTC 

[kvm-unit-tests PATCH v1 0/3] s390x: test storage keys during migration
 2022-12-01  8:46 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x: add library for skey-related functions
` [kvm-unit-tests PATCH v1 2/3] lib: s390x: skey: add seed value for storage keys
` [kvm-unit-tests PATCH v1 3/3] s390x: add storage key test during migration

[kvm-unit-tests PATCH v1 0/4] lib: add function to request migration
 2022-12-01  8:12 UTC  (8+ messages)
` [kvm-unit-tests PATCH v1 1/4] "
` [kvm-unit-tests PATCH v1 2/4] powerpc: use migrate_once() in migration tests
` [kvm-unit-tests PATCH v1 3/4] s390x: "
` [kvm-unit-tests PATCH v1 4/4] arm: "

[PATCH bpf v3] selftests/bpf: Fix "missing ENDBR" BUG for destructor kfunc
 2022-12-01  8:07 UTC  (3+ messages)

[PATCH V1 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
 2022-12-01  8:01 UTC  (8+ messages)
` [PATCH V1 vfio 02/14] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH V1 vfio 09/14] vfio/mlx5: Introduce SW headers for migration states

[[RESEND] iommufd PATCH v2 0/2] Make mdev driver dma_unmap callback tolerant to unmaps come before device open
 2022-12-01  7:51 UTC  (6+ messages)
` [[RESEND] iommufd PATCH v2 1/2] i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev()

[RFC v2 00/11] Move group specific code into group.c
 2022-12-01  7:08 UTC  (11+ messages)
` [RFC v2 03/11] vfio: Set device->group in helper function
` [RFC v2 05/11] vfio: Make vfio_device_open() group agnostic

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-01  5:21 UTC  (52+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

[PATCH v6 19/19] iommufd: Add a selftest
 2022-12-01  4:59 UTC  (6+ messages)

[PATCH] KVM: X86: set EXITING_GUEST_MODE as soon as vCPU exits
 2022-12-01  4:55 UTC  (4+ messages)

[PATCH kernel 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2022-12-01  2:19 UTC  (4+ messages)
` [PATCH kernel 1/3] x86/amd/dr_addr_mask: Cache values in percpu variables
` [PATCH kernel 2/3] KVM: SEV: Enable DebugSwap
` [PATCH kernel 3/3] x86/sev: Do not handle #VC for DR7 read/write

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2022-12-01  2:16 UTC 

[PATCH] vfio/mdev: fix possible memory leak in module init funcs
 2022-12-01  2:11 UTC  (5+ messages)

[PATCH 00/14] KVM: x86: Remove unnecessary exported symbols
 2022-12-01  2:08 UTC  (8+ messages)
` [PATCH 05/14] KVM: x86: Remove unnecessary export of kvm_inject_page_fault()
` [PATCH 06/14] KVM: x86: Remove unnecessary export of kvm_inject_nmi()
` [PATCH 10/14] KVM: x86: Remove unnecessary export of kvm_vcpu_is_reset_bsp()

[PATCH v4 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-01  1:50 UTC  (8+ messages)
` [PATCH v4 1/7] x86/cpu: Define a scattered No Nested Data Breakpoints feature bit
` [PATCH v4 2/7] x86/cpu: Define a scattered Null Selector Clears Base "
` [PATCH v4 3/7] x86/cpu: Make X86_FEATURE_LFENCE_RDTSC a scattered "
` [PATCH v4 4/7] x86/cpu, kvm: Move CPUID 0x80000021 EAX feature bits propagation to kvm_set_cpu_caps()
` [PATCH v4 5/7] x86/cpu: Define a scattered AMD Automatic IBRS feature bit
` [PATCH v4 6/7] x86/cpu: Support AMD Automatic IBRS
` [PATCH v4 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest

[PATCH] KVM: x86: Optimize your code to avoid unnecessary calls
 2022-12-01  1:42 UTC 

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-12-01  1:34 UTC  (6+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2022-12-01  1:09 UTC 

[PATCH] KVM: Change non-existent ioctl comment "KVM_CREATE_MEMORY_REGION" to "KVM_SET_MEMORY_REGION"
 2022-12-01  1:01 UTC  (3+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2022-12-01  0:57 UTC 

[PATCH v4 00/10] Connect VFIO to IOMMUFD
 2022-12-01  0:44 UTC  (3+ messages)

linux-next: manual merge of the kvm-arm tree with the kvm tree
 2022-12-01  0:24 UTC 

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

linux-next: manual merge of the kvm tree with the tip tree
 2022-12-01  0:14 UTC 

[PATCH v5 05/19] iommufd: Document overview of iommufd
 2022-12-01  0:08 UTC  (3+ messages)

linux-next: manual merge of the kvm tree with the block tree
 2022-12-01  0:08 UTC 

[PATCH] KVM: x86: Advertise that the SMM_CTL MSR is not supported
 2022-12-01  0:08 UTC  (3+ messages)

[PATCH 0/4] KVM: arm64: Parallel access faults
 2022-11-30 23:21 UTC  (8+ messages)
` [PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set

[PATCH v7 00/20] TDX host kernel support
 2022-11-30 22:26 UTC  (21+ messages)
` [PATCH v7 06/20] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v7 17/20] x86/virt/tdx: Configure global KeyID on all packages

[PATCH v3 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-11-30 20:36 UTC  (9+ messages)
` [PATCH v3 1/7] x86/cpu, kvm: Define a scattered No Nested Data Breakpoints feature bit
` [PATCH v3 4/7] x86/cpu, kvm: Move CPUID 0x80000021 EAX feature bits propagation to kvm_set_cpu_caps
` [PATCH v3 5/7] x86/cpu, kvm: Define a scattered AMD Automatic IBRS feature bit
` [PATCH v3 6/7] x86/cpu, kvm: Support AMD Automatic IBRS
` [PATCH v3 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest

[PATCH v10 0/4] randomize memory access of dirty_log_perf_test
 2022-11-30 20:11 UTC  (4+ messages)

[PATCH v1 0/2] KVM: x86/xen: Runstate cleanups on top of kvm/queue
 2022-11-30 19:51 UTC  (7+ messages)
` [PATCH v1 1/2] KVM: x86/xen: Reconcile fast and slow paths for runstate update
` [PATCH v1 2/2] KVM: x86/xen: Allow XEN_RUNSTATE_UPDATE flag behaviour to be configured

[PATCH kvmtool v1 00/17] Use memfd for guest vm memory allocation
 2022-11-30 17:54 UTC  (10+ messages)
` [PATCH kvmtool v1 08/17] Use memfd for all guest ram allocations

[PATCH] KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULT
 2022-11-30 17:35 UTC  (2+ messages)

[PATCH] KVM: Deal with nested sleeps in kvm_vcpu_block()
 2022-11-30 16:58 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/5] s390x: Snippet fixes
 2022-11-30 14:46 UTC  (5+ messages)
` [kvm-unit-tests PATCH 5/5] lib: s390x: Handle debug prints for SIE exceptions correctly

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-30 14:31 UTC  (8+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH 1/2] KVM: Mark KVM_SET_MEMORY_REGION and KVM_SET_MEMORY_ALIAS as obsoleted
 2022-11-30 14:28 UTC  (3+ messages)

[PATCH v3] KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
 2022-11-30 14:22 UTC  (2+ messages)

[PATCH v6 11/19] iommufd: IOCTLs for the io_pagetable
 2022-11-30 14:04 UTC  (2+ messages)

[PATCH v6 06/19] iommufd: File descriptor, context, kconfig and makefiles
 2022-11-30 14:02 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Fix test failures as a result of using clang-18
 2022-11-30 13:56 UTC  (2+ messages)

[PATCH] KVM: x86: Redundant variable assignments can be merged
 2022-11-30 12:59 UTC 

[PATCH v2 0/2] lib: s390x: add PSW and PSW_CUR_MASK macros
 2022-11-30 11:29 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v4 0/5] Simplify the module and kconfig structure in vfio
 2022-11-30  6:05 UTC  (7+ messages)
` [PATCH v4 1/5] vfio/pci: Move all the SPAPR PCI specific logic to vfio_pci_core.ko
` [PATCH v4 2/5] vfio/spapr: Move VFIO_CHECK_EXTENSION into tce_iommu_ioctl()
` [PATCH v4 3/5] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
` [PATCH v4 4/5] vfio: Remove CONFIG_VFIO_SPAPR_EEH
` [PATCH v4 5/5] vfio: Fold vfio_virqfd.ko into vfio.ko

[PATCH v3] vhost_vdpa: fix the crash in unmap a large memory
 2022-11-30  1:39 UTC  (5+ messages)

[PATCH v2] vhost_vdpa: fix the crash in unmap a large memory
 2022-11-30  1:37 UTC  (3+ messages)

[PATCH] vfio/platform: Remove the ACPI buffer memory to fix memory leak
 2022-11-30  1:20 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox