messages from 2022-06-08 14:45:23 to 2022-06-10 09:30:49 UTC [more...]
[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
2022-06-10 9:28 UTC (10+ messages)
` [PATCH v2 01/19] KVM: arm64: Always start with clearing SVE flag on load
` [PATCH v2 02/19] KVM: arm64: Always start with clearing SME "
` [PATCH v2 03/19] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
` [PATCH v2 04/19] KVM: arm64: Move FP state ownership from flag to a tristate
` [PATCH v2 05/19] KVM: arm64: Add helpers to manipulate vcpu flags among a set
` [PATCH v2 06/19] KVM: arm64: Add three sets of flags to the vcpu state
` [PATCH v2 07/19] KVM: arm64: Move vcpu configuration flags into their own set
` [PATCH v2 08/19] KVM: arm64: Move vcpu PC/Exception flags to the input flag set
` [PATCH v2 09/19] KVM: arm64: Move vcpu debug/SPE/TRBE "
[kvm-unit-tests PATCH v4 0/1] s390x: add migration test for storage keys
2022-06-10 8:49 UTC (3+ messages)
` [kvm-unit-tests PATCH v4 1/1] "
[RFC PATCH] KVM: x86/speculation/taa: Export TAA_NO to guest when host is not affected
2022-06-10 8:29 UTC
[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
2022-06-10 8:28 UTC (8+ messages)
` [PATCH v6 2/4] x86/tests: Add tests for AMD SEV-ES #VC handling Add KUnit based tests to validate Linux's VC handling for instructions cpuid and wbinvd. These tests: 1. install a kretprobe on the #VC handler (sev_es_ghcb_hv_call, to access GHCB before/after the resulting VMGEXIT). 2. trigger an NAE by executing either cpuid or wbinvd. 3. check that the kretprobe was hit with the right exit_code available in GHCB
[PATCH 00/18] KVM/arm64: Refactoring the vcpu flags
2022-06-10 7:48 UTC (21+ messages)
` [PATCH 05/18] KVM: arm64: Add helpers to manipulate vcpu flags among a set
` [PATCH 06/18] KVM: arm64: Add three sets of flags to the vcpu state
` [PATCH 07/18] KVM: arm64: Move vcpu configuration flags into their own set
` [PATCH 08/18] KVM: arm64: Move vcpu PC/Exception flags to the input flag set
` [PATCH 09/18] KVM: arm64: Move vcpu debug/SPE/TRBE "
` [PATCH 15/18] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together
[PATCH v1 00/18] VFIO ccw/mdev rework
2022-06-10 7:43 UTC (8+ messages)
` [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 0/2] Improve vfio-pci primary GPU assignment behavior
2022-06-10 7:03 UTC (9+ messages)
` [PATCH 2/2] vfio/pci: Remove console drivers
[kvm-unit-tests PATCH 0/3] Fix up test failures induced by !enable_pmu
2022-06-10 6:29 UTC (16+ messages)
` [kvm-unit-tests PATCH 1/3] x86: Remove perf enable bit from default config
` [kvm-unit-tests PATCH 2/3] x86: Skip running test when pmu is disabled
` [kvm-unit-tests PATCH 3/3] x86: Skip perf related tests "
[PATCH] vfio: de-extern-ify function prototypes
2022-06-10 5:32 UTC (7+ messages)
Acknowledge this message
2022-06-10 5:23 UTC
[PATCH 0/3] Improve instruction and CSR emulation in KVM RISC-V
2022-06-10 5:05 UTC (4+ messages)
` [PATCH 1/3] RISC-V: KVM: Factor-out instruction emulation into separate sources
` [PATCH 2/3] RISC-V: KVM: Add extensible system instruction emulation framework
` [PATCH 3/3] RISC-V: KVM: Add extensible CSR "
[PATCH vfio 0/2] Migration few enhancements
2022-06-10 3:32 UTC (5+ messages)
` [PATCH vfio 1/2] vfio/mlx5: Protect mlx5vf_disable_fds() upon close device
` [PATCH vfio 2/2] vfio: Split migration ops from main device ops
[RFC V1 PATCH 0/3] selftests: KVM: sev: selftests for fd-based approach of supporting private memory
2022-06-10 1:05 UTC (2+ messages)
[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
2022-06-10 0:57 UTC (32+ messages)
` [PATCH v2 038/144] KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helper
` [PATCH v2 041/144] KVM: selftests: Use vm_create_without_vcpus() in hardware_disable_test
` [PATCH v2 045/144] KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
` [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 093/144] KVM: selftests: Track kvm_vcpu object in tsc_scaling_sync
` [Sean Christopherson] [PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-06-10 0:11 UTC (8+ messages)
[PATCH 1/2] vfio/type1: Simplify bus_type determination
2022-06-10 0:03 UTC (2+ messages)
[PATCH 0/6] KVM: x86: vcpu->arch.pio* cleanups
2022-06-09 22:50 UTC (13+ messages)
` [PATCH 1/6] KVM: x86: inline kernel_pio into its sole caller
` [PATCH 2/6] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out
` [PATCH 3/6] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH 4/6] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH 5/6] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH 6/6] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too
[PATCH v6 0/5] Fix some races between sysfb device registration and drivers probe
2022-06-09 17:38 UTC (7+ messages)
` [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c
` Mark olpc_dcon BROKEN [Was: [PATCH v6 5/5] fbdev: Make registered_fb[] private to fbmem.c]
[Bug 216098] New: Assertion Failure in kvm selftest mmu_role_test
2022-06-09 16:08 UTC (3+ messages)
` [Bug 216098] "
[PATCH 0/2] x86: notify hypervisor/VMM about guest entering s2idle
2022-06-09 14:55 UTC (5+ messages)
` [PATCH 1/2] x86: notify hypervisor about guest entering s2idle state
` [PATCH 2/2] KVM: x86: notify user space about guest entering s2idle
[PATCH v2 1/2] vfio: Replace the DMA unmapping notifier with a callback
2022-06-09 14:43 UTC (4+ messages)
[GIT PULL] KVM/arm64 fixes for 5.19, take #1
2022-06-09 14:31 UTC (2+ messages)
Guest migration between different Ryzen CPU generations
2022-06-09 14:31 UTC (4+ messages)
[PATCH 0/5] KVM: x86: Quirk "MWAIT never faults" behavior
2022-06-09 13:55 UTC (8+ messages)
` [PATCH 1/5] KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behavior
` [PATCH 2/5] KVM: selftests: Add x86-64 support for exception fixup
` [PATCH 3/5] KVM: selftests: Mostly fix comically broken Hyper-V Features test
` [PATCH 4/5] KVM: selftests: Use exception fixup for #UD/#GP Hyper-V MSR/hcall tests
` [PATCH 5/5] KVM: selftests: Add MONITOR/MWAIT quirk test
[GIT PULL] KVM/riscv fixes for 5.19, take #1
2022-06-09 13:45 UTC (2+ messages)
[PATCH kvmtool 00/24] Virtio v1 support
2022-06-09 12:50 UTC (5+ messages)
` [PATCH kvmtool 17/24] virtio/pci: Delete MSI routes
[RFC PATCH v2 0/8] virtio/vsock: experimental zerocopy receive
2022-06-09 12:33 UTC (15+ 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
[PATCH v6 00/38] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-06-09 9:13 UTC (4+ messages)
` [PATCH v6 05/38] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
[PATCH 0/7] KVM: x86: AVIC/APICv patch queue
2022-06-09 8:13 UTC (4+ messages)
` [PATCH 4/7] KVM: x86: SVM: fix avic_kick_target_vcpus_fast
[kvm-unit-tests PATCH v3 0/4] More skey instr. emulation test
2022-06-09 7:44 UTC (5+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x: Test TEID values in storage key test
[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
2022-06-09 7:29 UTC (4+ messages)
[RFC 0/3] SCMI Vhost and Virtio backend implementation
2022-06-09 7:19 UTC (4+ messages)
` [RFC 1/3] dt-bindings: arm: Add document for SCMI Virtio backend device
` [RFC 2/3] firmware: Add ARM SCMI Virtio backend implementation
` [RFC 3/3] vhost/scmi: Add Host kernel accelerator for Virtio SCMI
simplify the mdev interface
2022-06-09 7:16 UTC (22+ 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
[PATCH] virtio: Directly use ida_alloc_range()/ida_free()
2022-06-09 4:59 UTC (2+ messages)
[PATCH] vdpa: make get_vq_group and set_group_asid optional
2022-06-09 4:19 UTC
[PATCH] RISC-V: fix typos in comments
2022-06-09 4:09 UTC (2+ messages)
linux-next: manual merge of the kvm tree with Linus' tree
2022-06-09 0:33 UTC
[kvm-unit-tests PATCH 00/10] x86: nVMX: Add VMXON #UD test
2022-06-08 23:52 UTC (11+ messages)
` [kvm-unit-tests PATCH 01/10] x86: Use BIT() to define architectural bits
` [kvm-unit-tests PATCH 02/10] x86: Replace spaces with tables in processor.h
` [kvm-unit-tests PATCH 03/10] x86: Use "safe" terminology instead of "checking"
` [kvm-unit-tests PATCH 04/10] x86: Use "safe" helpers to implement unsafe CRs accessors
` [kvm-unit-tests PATCH 05/10] x86: Provide result of RDMSR from "safe" variant
` [kvm-unit-tests PATCH 06/10] nVMX: Check the results of VMXON/VMXOFF in feature control test
` [kvm-unit-tests PATCH 07/10] nVMX: Check result of VMXON in INIT/SIPI tests
` [kvm-unit-tests PATCH 08/10] nVMX: Wrap VMXON in ASM_TRY(), a.k.a. in exception fixup
` [kvm-unit-tests PATCH 09/10] nVMX: Simplify test_vmxon() by returning directly on failure
` [kvm-unit-tests PATCH 10/10] nVMX: Add subtest to verify VMXON succeeds/#UDs on good/bad CR0/CR4
[PATCH v2 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
2022-06-08 23:50 UTC (5+ messages)
` [PATCH v2 2/2] vfio: Replace the iommu notifier with a device list
[PATCH 0/5] Simplify vfio_iommu_type1 attach/detach routine
2022-06-08 23:48 UTC (11+ messages)
` [PATCH 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [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 1/1] KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRs
2022-06-08 22:53 UTC (3+ messages)
[PATCH 0/2] KVM: vmx, pmu: respect KVM_GET_MSR_INDEX_LIST/KVM_SET_MSR contracts
2022-06-08 22:22 UTC (3+ messages)
` [PATCH 2/2] KVM: x86: always allow host-initiated writes to PMU MSRs
[PATCH AUTOSEL 5.16 07/28] x86/kvm/fpu: Limit guest user_xfeatures to supported bits of XCR0
2022-06-08 20:53 UTC (11+ messages)
[PATCH] virtio: Directly use ida_alloc_range()/ida_free()
2022-06-08 19:06 UTC (2+ messages)
[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
2022-06-08 18:41 UTC (11+ messages)
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs
[PATCHv6] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
2022-06-08 18:35 UTC
[kvm-unit-tests PATCH v4 0/4] More skey instr. emulation test
2022-06-08 17:45 UTC (4+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: Test TEID values in storage key test
` [kvm-unit-tests PATCH v4 2/3] s390x: Test effect of storage keys on some more instructions
` [kvm-unit-tests PATCH v4 3/3] s390x: Test effect of storage keys on diag 308
[PATCH v4 00/11] KVM: selftests: Add nested support to dirty_log_perf_test
2022-06-08 17:18 UTC (2+ messages)
[PATCH 0/6] KVM: Trivial cleanups
2022-06-08 16:59 UTC (4+ messages)
` [PATCH 6/6] KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
[kvm-unit-tests PATCH v2 0/3] s390x: Rework TEID decoding and usage
2022-06-08 16:40 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 3/3] "
[GIT PULL] KVM fixes for Linux 5.19-rc2
2022-06-08 16:27 UTC (2+ messages)
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