kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-03 00:44:54 to 2022-06-03 17:52:32 UTC [more...]

[PATCH 5.15 33/66] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak
 2022-06-03 17:43 UTC 

[PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
 2022-06-03 16:42 UTC  (11+ messages)

[kvm-unit-tests PATCH v1 0/2] better smp interrupt checks
 2022-06-03 15:40 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v1 2/2] lib: s390x: better smp interrupt checks

[PATCH v1 00/18] VFIO ccw/mdev rework
 2022-06-03 15:20 UTC  (14+ messages)
` [PATCH v1 02/18] vfio/ccw: Fix FSM state if mdev probe fails
` [PATCH v1 03/18] vfio/ccw: Ensure mdev->dev is cleared on mdev remove
` [PATCH v1 13/18] vfio/mdev: Consolidate all the device_api sysfs into the core code
` [PATCH v1 14/18] vfio/mdev: Add mdev available instance checking to the core
` [PATCH v1 17/18] vfio: Export vfio_device_try_get()

[kvm-unit-tests PATCH 0/3] s390x: Rework TEID decoding and usage
 2022-06-03 15:20 UTC  (5+ messages)
` [kvm-unit-tests PATCH 3/3] "

[PATCH kvm-unit-tests] arm64: TCG: Use max cpu type
 2022-06-03 15:10 UTC  (5+ messages)

Guest migration between different Ryzen CPU generations
 2022-06-03 15:09 UTC  (6+ messages)

[PATCH -for-next] riscv: Fix missing PAGE_PFN_MASK
 2022-06-03 14:59 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/2] s390x: Avoid gcc 12 warnings
 2022-06-03 13:12 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 1/2] s390x: Introduce symbol for lowcore and use it

[PATCH v3 0/8] vfio/pci: power management changes
 2022-06-03 10:19 UTC  (16+ messages)
` [PATCH v3 8/8] vfio/pci: Add the support for PCI D3cold state

[PATCH v5 0/4] Implement vdpasim suspend operation
 2022-06-03 10:09 UTC  (5+ messages)
` [PATCH v5 1/4] vdpa: Add "
` [PATCH v5 2/4] vhost-vdpa: introduce SUSPEND backend feature bit
` [PATCH v5 3/4] vhost-vdpa: uAPI to suspend the device
` [PATCH v5 4/4] vdpa_sim: Implement suspend vdpa op

[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
 2022-06-03  9:14 UTC  (6+ messages)
` [PATCH 03/18] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
` [PATCH 04/18] KVM: arm64: Move FP state ownership from flag to a tristate

[PATCH v11 00/19] KVM: s390: pv: implement lazy destroy for reboot
 2022-06-03  6:56 UTC  (20+ messages)
` [PATCH v11 01/19] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v11 02/19] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v11 03/19] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v11 04/19] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v11 05/19] KVM: s390: pv: usage counter instead of flag
` [PATCH v11 06/19] KVM: s390: pv: add export before import
` [PATCH v11 07/19] KVM: s390: pv: module parameter to fence asynchronous destroy
` [PATCH v11 08/19] KVM: s390: pv: clear the state without memset
` [PATCH v11 09/19] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v11 10/19] KVM: s390: pv: add mmu_notifier
` [PATCH v11 11/19] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v11 12/19] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v11 13/19] KVM: s390: pv: destroy the configuration before its memory
` [PATCH v11 14/19] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v11 15/19] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v11 16/19] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v11 17/19] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v11 18/19] KVM: s390: pv: avoid export before import if possible
` [PATCH v11 19/19] KVM: s390: pv: support for Destroy fast UVC

simplify the mdev interface
 2022-06-03  6:33 UTC  (9+ messages)
` [PATCH 1/8] vfio/mdev: make mdev.h standalone includable
` [PATCH 2/8] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 3/8] vfio/mdev: simplify mdev_type handling
` [PATCH 4/8] vfio/mdev: remove mdev_{create,remove}_sysfs_files
` [PATCH 5/8] vfio/mdev: remove mdev_from_dev
` [PATCH 6/8] vfio/mdev: unexport mdev_bus_type
` [PATCH 7/8] vfio/mdev: remove mdev_parent_dev
` [PATCH 8/8] vfio/mdev: remove mtype_get_parent_dev

[RFC PATCH v2 0/8] virtio/vsock: experimental zerocopy receive
 2022-06-03  5:44 UTC  (9+ messages)
` [RFC PATCH v2 1/8] virtio/vsock: rework packet allocation logic
` [RFC PATCH v2 2/8] vhost/vsock: "
` [RFC PATCH v2 3/8] af_vsock: add zerocopy receive logic
` [RFC PATCH v2 4/8] virtio/vsock: add transport zerocopy callback
` [RFC PATCH v2 5/8] vhost/vsock: enable "
` [RFC PATCH v2 6/8] virtio/vsock: "
` [RFC PATCH v2 7/8] test/vsock: add receive zerocopy tests
` [RFC PATCH v2 8/8] test/vsock: vsock rx zerocopy utility

[kvm-unit-tests PATCH] x86: nSVM: Add support for VNMI test
 2022-06-03  5:17 UTC 

[PATCH] RISC-V: fix typos in comments
 2022-06-03  4:33 UTC  (3+ messages)
` (RISC-V KVM) "

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-06-03  3:00 UTC  (5+ messages)
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs

[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-06-03  0:43 UTC  (127+ messages)
` [PATCH v2 013/144] KVM: selftests: Remove vcpu_get_fd()
` [PATCH v2 014/144] KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existence
` [PATCH v2 016/144] KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
` [PATCH v2 017/144] KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl name
` [PATCH v2 018/144] KVM: selftests: Use kvm_ioctl() helpers
` [PATCH v2 019/144] KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errors
` [PATCH v2 020/144] KVM: selftests: Make x86-64's register dump helpers static
` [PATCH v2 021/144] KVM: selftests: Get rid of kvm_util_internal.h
` [PATCH v2 022/144] KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctls
` [PATCH v2 023/144] KVM: selftests: Drop @test param from kvm_create_device()
` [PATCH v2 028/144] KVM: selftests: Split get/set device_attr helpers
` [PATCH v2 029/144] KVM: selftests: Add a VM backpointer to 'struct vcpu'
` [PATCH v2 030/144] KVM: selftests: Consolidate KVM_ENABLE_CAP usage
` [PATCH v2 031/144] KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
` [PATCH v2 032/144] KVM: selftests: Cache list of MSRs to save/restore
` [PATCH v2 033/144] KVM: selftests: Harden and comment XSS / KVM_SET_MSRS interaction
` [PATCH v2 034/144] KVM: selftests: Dedup MSR index list helpers, simplify dedicated test
` [PATCH v2 035/144] KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistency
` [PATCH v2 036/144] KVM: selftest: Add proper helpers for x86-specific save/restore ioctls
` [PATCH v2 037/144] KVM: selftests: Add vm_create_*() variants to expose/return 'struct vcpu'
` [PATCH v2 038/144] KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helper
` [PATCH v2 039/144] KVM: selftests: Use vm_create_without_vcpus() in set_boot_cpu_id
` [PATCH v2 040/144] KVM: selftests: Use vm_create_without_vcpus() in dirty_log_test
` [PATCH v2 041/144] KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_test
` [PATCH v2 042/144] KVM: selftests: Use vm_create_without_vcpus() in psci_test
` [PATCH v2 043/144] KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
` [PATCH v2 044/144] KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
` [PATCH v2 045/144] KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
` [PATCH v2 046/144] KVM: selftests: Rename xAPIC state test's vcpu struct
` [PATCH v2 047/144] KVM: selftests: Rename vcpu.state => vcpu.run
` [PATCH v2 048/144] KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
` [PATCH v2 049/144] KVM: selftests: Return the created vCPU from vm_vcpu_add()
` [PATCH v2 050/144] KVM: selftests: Convert memslot_perf_test away from VCPU_ID
` [PATCH v2 051/144] KVM: selftests: Convert rseq_test "
` [PATCH v2 052/144] KVM: selftests: Convert xss_msr_test "
` [PATCH v2 053/144] KVM: selftests: Convert vmx_preemption_timer_test "
` [PATCH v2 054/144] KVM: selftests: Convert vmx_pmu_msrs_test "
` [PATCH v2 055/144] KVM: selftests: Convert vmx_set_nested_state_test "
` [PATCH v2 056/144] KVM: selftests: Convert vmx_tsc_adjust_test "
` [PATCH v2 057/144] KVM: selftests: Convert mmu_role_test "
` [PATCH v2 058/144] KVM: selftests: Convert pmu_event_filter_test "
` [PATCH v2 059/144] KVM: selftests: Convert smm_test "
` [PATCH v2 060/144] KVM: selftests: Convert state_test "
` [PATCH v2 061/144] KVM: selftests: Convert svm_int_ctl_test "
` [PATCH v2 062/144] KVM: selftests: Convert svm_vmcall_test "
` [PATCH v2 063/144] KVM: selftests: Convert sync_regs_test "
` [PATCH v2 064/144] KVM: selftests: Convert hyperv_cpuid "
` [PATCH v2 065/144] KVM: selftests: Convert kvm_pv_test "
` [PATCH v2 066/144] KVM: selftests: Convert platform_info_test "
` [PATCH v2 067/144] KVM: selftests: Convert vmx_nested_tsc_scaling_test "
` [PATCH v2 068/144] KVM: selftests: Convert set_sregs_test "
` [PATCH v2 069/144] KVM: selftests: Convert vmx_dirty_log_test "
` [PATCH v2 070/144] KVM: selftests: Convert vmx_close_while_nested_test "
` [PATCH v2 071/144] KVM: selftests: Convert vmx_apic_access_test "
` [PATCH v2 072/144] KVM: selftests: Convert userspace_msr_exit_test "
` [PATCH v2 073/144] KVM: selftests: Convert vmx_exception_with_invalid_guest_state "
` [PATCH v2 074/144] KVM: selftests: Convert tsc_msrs_test "
` [PATCH v2 075/144] KVM: selftests: Convert kvm_clock_test "
` [PATCH v2 076/144] KVM: selftests: Convert hyperv_svm_test "
` [PATCH v2 077/144] KVM: selftests: Convert hyperv_features "
` [PATCH v2 078/144] KVM: selftests: Convert hyperv_clock "
` [PATCH v2 079/144] KVM: selftests: Convert evmcs_test "
` [PATCH v2 080/144] KVM: selftests: Convert emulator_error_test "
` [PATCH v2 081/144] KVM: selftests: Convert debug_regs "
` [PATCH v2 082/144] KVM: selftests: Add proper helper for advancing RIP in debug_regs
` [PATCH v2 083/144] KVM: selftests: Convert amx_test away from VCPU_ID
` [PATCH v2 084/144] KVM: selftests: Convert cr4_cpuid_sync_test "
` [PATCH v2 085/144] KVM: selftests: Convert cpuid_test "
` [PATCH v2 086/144] KVM: selftests: Convert userspace_io_test "
` [PATCH v2 087/144] KVM: selftests: Convert vmx_invalid_nested_guest_state "
` [PATCH v2 088/144] KVM: selftests: Convert xen_vmcall_test "
` [PATCH v2 089/144] KVM: selftests: Convert xen_shinfo_test "
` [PATCH v2 090/144] KVM: selftests: Convert dirty_log_test "
` [PATCH v2 091/144] KVM: selftests: Convert set_memory_region_test "
` [PATCH v2 092/144] KVM: selftests: Convert system_counter_offset_test "
` [PATCH v2 093/144] KVM: selftests: Track kvm_vcpu object in tsc_scaling_sync
` [PATCH v2 094/144] KVM: selftests: Convert xapic_state_test away from hardcoded vCPU ID
` [PATCH v2 095/144] KVM: selftests: Convert debug-exceptions away from VCPU_ID
` [PATCH v2 096/144] KVM: selftests: Convert fix_hypercall_test "
` [PATCH v2 097/144] KVM: selftests: Convert vgic_irq "
` [PATCH v2 098/144] KVM: selftests: Make arm64's guest_get_vcpuid() declaration arm64-only
` [PATCH v2 099/144] KVM: selftests: Move vm_is_unrestricted_guest() to x86-64
` [PATCH v2 100/144] KVM: selftests: Add "arch" to common utils that have arch implementations
` [PATCH v2 101/144] KVM: selftests: Return created vcpu from vm_vcpu_add_default()
` [PATCH v2 102/144] KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
` [PATCH v2 103/144] KVM: selftests: Convert set_boot_cpu_id away from global VCPU_IDs
` [PATCH v2 104/144] KVM: selftests: Convert psci_test away from VCPU_ID
` [PATCH v2 105/144] KVM: selftests: Convert hardware_disable_test to pass around vCPU objects
` [PATCH v2 106/144] KVM: selftests: Add VM creation helper that "returns" vCPUs
` [PATCH v2 107/144] KVM: selftests: Convert steal_time away from VCPU_ID
` [PATCH v2 108/144] KVM: selftests: Convert arch_timer "
` [PATCH v2 109/144] KVM: selftests: Convert svm_nested_soft_inject_test "
` [PATCH v2 110/144] KVM: selftests: Convert triple_fault_event_test "
` [PATCH v2 111/144] KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus()
` [PATCH v2 112/144] KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
` [PATCH v2 113/144] KVM: selftests: Sync stage before VM is freed in hypercalls test
` [PATCH v2 114/144] KVM: selftests: Convert hypercalls test away from vm_create_default()
` [PATCH v2 115/144] KVM: selftests: Convert xapic_ipi_test away from *_VCPU_ID
` [PATCH v2 116/144] KVM: selftests: Convert sync_regs_test away from VCPU_ID
` [PATCH v2 117/144] KVM: selftests: Convert s390's "resets" test "
` [PATCH v2 118/144] KVM: selftests: Convert memop "
` [PATCH v2 119/144] KVM: selftests: Convert s390x/diag318_test_handler "
` [PATCH v2 120/144] KVM: selftests: Convert tprot "
` [PATCH v2 121/144] KVM: selftests: Use vm_create() in tsc_scaling_sync
` [PATCH v2 122/144] KVM: selftests: Use vm_create_with_vcpus() in max_guest_memory_test
` [PATCH v2 123/144] KVM: selftests: Drop vm_create_default* helpers
` [PATCH v2 124/144] KVM: selftests: Drop @vcpuids param from VM creators
` [PATCH v2 125/144] KVM: selftests: Convert kvm_page_table_test away from reliance on vcpu_id
` [PATCH v2 126/144] KVM: selftests: Convert kvm_binary_stats_test away from vCPU IDs
` [PATCH v2 127/144] KVM: selftests: Convert get-reg-list away from its "VCPU_ID"
` [PATCH v2 128/144] KVM: selftests: Stop hardcoding vCPU IDs in vcpu_width_config
` [PATCH v2 129/144] KVM: selftests: Stop conflating vCPU index and ID in perf tests
` [PATCH v2 130/144] KVM: selftests: Remove vcpu_get() usage from dirty_log_test
` [PATCH v2 131/144] KVM: selftests: Require vCPU output array when creating VM with vCPUs
` [PATCH v2 133/144] KVM: selftests: Drop vcpu_get(), rename vcpu_find() => vcpu_exists()
` [PATCH v2 134/144] KVM: selftests: Remove vcpu_state() helper
` [PATCH v2 135/144] KVM: selftests: Open code and drop 'struct kvm_vm' accessors
` [PATCH v2 136/144] KVM: selftests: Drop @slot0_mem_pages from __vm_create_with_vcpus()
` [PATCH v2 137/144] KVM: selftests: Drop @num_percpu_pages "
` [PATCH v2 138/144] KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
` [PATCH v2 139/144] KVM: selftests: Trust that MAXPHYADDR > memslot0 in vmx_apic_access_test
` [PATCH v2 140/144] KVM: selftests: Drop DEFAULT_GUEST_PHY_PAGES, open code the magic number
` [PATCH v2 141/144] KVM: selftests: Return an 'unsigned int' from kvm_check_cap()
` [PATCH v2 142/144] KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
` [PATCH v2 143/144] KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
` [PATCH v2 144/144] KVM: selftests: Sanity check input to ioctls() at build time


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