messages from 2022-06-03 00:56:17 to 2022-06-06 08:37:51 UTC [more...]
[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-06-06 8:36 UTC (9+ messages)
` [PATCH v6 01/38] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v6 02/38] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v6 03/38] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v6 04/38] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v6 06/38] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v6 07/38] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v6 08/38] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-06 6:19 UTC (6+ messages)
` [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH 2/5] iommu: Ensure device has the same iommu_ops as the domain
` [PATCH 3/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH 4/5] vfio/iommu_type1: Clean up update_dirty_scope in detach_group()
` [PATCH 5/5] vfio/iommu_type1: Simplify group attachment
[PATCH 00/12] KVM: X86/MMU: Simpliy mmu_unsync_walk()
2022-06-05 6:43 UTC (13+ messages)
` [PATCH 01/12] KVM: X86/MMU: Warn if sp->unsync_children > 0 in link_shadow_page()
` [PATCH 02/12] KVM: X86/MMU: Rename kvm_unlink_unsync_page() to kvm_mmu_page_clear_unsync()
` [PATCH 03/12] KVM: X86/MMU: Split a part of kvm_unsync_page() as kvm_mmu_page_mark_unsync()
` [PATCH 04/12] KVM: X86/MMU: Remove mmu_pages_clear_parents()
` [PATCH 05/12] KVM: X86/MMU: Clear unsync bit directly in __mmu_unsync_walk()
` [PATCH 06/12] KVM: X86/MMU: Rename mmu_unsync_walk() to mmu_unsync_walk_and_clear()
` [PATCH 07/12] KVM: X86/MMU: Remove the useless struct mmu_page_path
` [PATCH 08/12] KVM: X86/MMU: Remove the useless idx from struct kvm_mmu_pages
` [PATCH 09/12] KVM: X86/MMU: Unfold struct mmu_page_and_offset in "
` [PATCH 10/12] KVM: X86/MMU: Don't add parents to "
` [PATCH 11/12] KVM: X86/MMU: Remove mmu_pages_first() and mmu_pages_next()
` [PATCH 12/12] KVM: X86/MMU: Rename struct kvm_mmu_pages to struct kvm_mmu_page_vec
[PATCH 0/6] KVM: Trivial cleanups
2022-06-05 6:34 UTC (7+ messages)
` [PATCH 1/6] KVM: X86/MMU: Remove unused macros from paging_tmpl.h
` [PATCH 2/6] KVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK from mmu.c
` [PATCH 3/6] KVM: X86/MMU: Update comments in paging_tmpl.h for the kinds of guest PTEs
` [PATCH 4/6] KVM: Rename ack_flush() to ack_kick()
` [PATCH 5/6] KVM: X86/MMU: Remove useless mmu_topup_memory_caches() in kvm_mmu_pte_write()
` [PATCH 6/6] KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
2022-06-04 8:26 UTC (6+ messages)
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs
[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
2022-06-04 8:16 UTC (8+ 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 v4 0/2] x86: Add the feature Virtual SPEC_CTRL
2022-06-04 3:11 UTC (3+ messages)
` [PATCH v4 2/2] KVM: SVM: Add support for "
[PATCH 00/42] KVM: selftests: Overhaul Part II - CPUID
2022-06-04 1:20 UTC (43+ messages)
` [PATCH 01/42] KVM: selftests: Set KVM's supported CPUID as vCPU's CPUID during recreate
` [PATCH 02/42] KVM: sefltests: Use CPUID_XSAVE and CPUID_OSXAVE instead of X86_FEATURE_*
` [PATCH 03/42] KVM: selftests: Add framework to query KVM CPUID bits
` [PATCH 04/42] KVM: selftests: Use kvm_cpu_has() in the SEV migration test
` [PATCH 05/42] KVM: selftests: Use kvm_cpu_has() for nested SVM checks
` [PATCH 06/42] KVM: selftests: Use kvm_cpu_has() for nested VMX checks
` [PATCH 07/42] KVM: selftests: Use kvm_cpu_has() to query PDCM in PMU selftest
` [PATCH 08/42] KVM: selftests: Drop redundant vcpu_set_cpuid() from "
` [PATCH 09/42] KVM: selftests: Use kvm_cpu_has() for XSAVES in XSS MSR test
` [PATCH 10/42] KVM: selftests: Check for _both_ XTILE data and cfg in AMX test
` [PATCH 11/42] KVM: selftests: Use kvm_cpu_has() "
` [PATCH 12/42] KVM: selftests: Use kvm_cpu_has() for XSAVE in cr4_cpuid_sync_test
` [PATCH 13/42] KVM: selftests: Remove the obsolete/dead MMU role test
` [PATCH 14/42] KVM: selftests: Use kvm_cpu_has() for KVM's PV steal time
` [PATCH 15/42] KVM: selftests: Use kvm_cpu_has() for nSVM soft INT injection test
` [PATCH 16/42] KVM: selftests: Verify that kvm_cpuid2.entries layout is unchanged by KVM
` [PATCH 17/42] KVM: selftests: Split out kvm_cpuid2_size() from allocate_kvm_cpuid2()
` [PATCH 18/42] KVM: selftests: Cache CPUID in struct kvm_vcpu
` [PATCH 19/42] KVM: selftests: Don't use a static local in vcpu_get_supported_hv_cpuid()
` [PATCH 20/42] KVM: selftests: Rename and tweak get_cpuid() to get_cpuid_entry()
` [PATCH 21/42] KVM: selftests: Use get_cpuid_entry() in kvm_get_supported_cpuid_index()
` [PATCH 22/42] KVM: selftests: Add helpers to get and modify a vCPU's CPUID entries
` [PATCH 23/42] KVM: selftests: Use vm->pa_bits to generate reserved PA bits
` [PATCH 24/42] KVM: selftests: Add and use helper to set vCPU's CPUID maxphyaddr
` [PATCH 25/42] KVM: selftests: Use vcpu_get_cpuid_entry() in PV features test (sort of)
` [PATCH 26/42] KVM: selftests: Use vCPU's CPUID directly in Hyper-V test
` [PATCH 27/42] KVM: selftests: Use vcpu_get_cpuid_entry() in CPUID test
` [PATCH 28/42] KVM: selftests: Use vcpu_{set,clear}_cpuid_feature() in nVMX state test
` [PATCH 29/42] KVM: selftests: Use vcpu_clear_cpuid_feature() to clear x2APIC
` [PATCH 30/42] KVM: selftests: Make get_supported_cpuid() returns "const"
` [PATCH 31/42] KVM: selftests: Set input function/index in raw CPUID helper(s)
` [PATCH 32/42] KVM: selftests: Add this_cpu_has() to query X86_FEATURE_* via cpuid()
` [PATCH 33/42] KVM: selftests: Use this_cpu_has() in CR4/CPUID sync test
` [PATCH 34/42] KVM: selftests: Use this_cpu_has() to detect SVM support in L1
` [PATCH 35/42] KVM: selftests: Drop unnecessary use of kvm_get_supported_cpuid_index()
` [PATCH 36/42] KVM: selftests: Rename kvm_get_supported_cpuid_index() to __..._entry()
` [PATCH 37/42] KVM: selftests: Inline "get max CPUID leaf" helpers
` [PATCH 38/42] KVM: selftests: Check KVM's supported CPUID, not host CPUID, for XFD
` [PATCH 39/42] KVM: selftests: Skip AMX test if ARCH_REQ_XCOMP_GUEST_PERM isn't supported
` [PATCH 40/42] KVM: selftests: Clean up requirements for XFD-aware XSAVE features
` [PATCH 41/42] KVM: selftests: Use the common cpuid() helper in cpu_vendor_string_is()
` [PATCH 42/42] KVM: selftests: Drop unused SVM_CPUID_FUNC macro
[PATCH] RISC-V: fix typos in comments
2022-06-03 21:20 UTC (4+ messages)
` (RISC-V KVM) "
[PATCH v4 0/8] KVM: x86: Add CMCI and UCNA emulation
2022-06-03 20:54 UTC (10+ messages)
` [PATCH v4 1/8] KVM: x86: Make APIC_VERSION capture only the magic 0x14UL
` [PATCH v4 4/8] KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic
` [PATCH v4 6/8] KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs
` [PATCH v4 7/8] KVM: x86: Enable CMCI capability by default and handle injected UCNA errors
[PATCH v1 00/18] VFIO ccw/mdev rework
2022-06-03 20:38 UTC (21+ messages)
` [PATCH v1 01/18] vfio/ccw: Remove UUID from s390 debug log
` [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 07/18] vfio/ccw: Flatten MDEV device (un)register
` [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()
[GIT PULL] vhost,virtio,vdpa: features, fixes, cleanups
2022-06-03 18:50 UTC (2+ messages)
[PATCH AUTOSEL 5.16 07/28] x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
2022-06-03 18:40 UTC (3+ messages)
[PATCH 5.18 16/67] x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)
2022-06-03 17:43 UTC (2+ messages)
` [PATCH 5.18 28/67] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak
[PATCH 5.17 27/75] x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)
2022-06-03 17:43 UTC (2+ messages)
` [PATCH 5.17 39/75] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak
[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
[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 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 v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
2022-06-03 0:43 UTC (30+ messages)
` [PATCH v2 110/144] KVM: selftests: Convert triple_fault_event_test away from VCPU_ID
` [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 131/144] KVM: selftests: Require vCPU output array when creating VM with vCPUs
` [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 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox