messages from 2022-08-02 10:56:00 to 2022-08-03 15:51:36 UTC [more...]
[PATCH v3 00/13] SMM emulation and interrupt shadow fixes
2022-08-03 15:50 UTC (8+ messages)
` [PATCH v3 01/13] bug: introduce ASSERT_STRUCT_OFFSET
` [PATCH v3 02/13] KVM: x86: emulator: em_sysexit should update ctxt->mode
` [PATCH v3 03/13] KVM: x86: emulator: introduce emulator_recalc_and_set_mode
` [PATCH v3 04/13] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH v3 05/13] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH v3 06/13] KVM: x86: emulator/smm: number of GPRs in the SMRAM image depends on the image format
` [PATCH v3 07/13] KVM: x86: emulator/smm: add structs for KVM's smram layout
[PATCH] x86/fpu: Allow PKRU to be (once again) written by ptrace
2022-08-03 15:12 UTC (3+ messages)
[PATCH] KVM: x86/mmu: Make page tables for eager page splitting NUMA aware
2022-08-03 15:08 UTC (8+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-03 14:42 UTC (14+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*
` [PATCH v7 09/14] KVM: Extend the memslot to support fd-based private memory
` [PATCH v7 12/14] KVM: Handle page fault for "
` [PATCH v7 14/14] memfd_create.2: Describe MFD_INACCESSIBLE flag
[PATCH 0/3] KVM: x86: Intel PERF_CAPABILITIES fix and cleanups
2022-08-03 14:37 UTC (7+ messages)
` [PATCH 1/3] KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES
` [PATCH 3/3] KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refresh
[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-08-03 14:29 UTC (42+ messages)
` [PATCH v9 01/40] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v9 02/40] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v9 03/40] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v9 04/40] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v9 05/40] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v9 06/40] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v9 07/40] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v9 08/40] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v9 09/40] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v9 10/40] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v9 11/40] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v9 12/40] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v9 13/40] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v9 14/40] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v9 15/40] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v9 16/40] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v9 17/40] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v9 18/40] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v9 19/40] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v9 20/40] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v9 21/40] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v9 22/40] KVM: nSVM: "
` [PATCH v9 23/40] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v9 24/40] KVM: selftests: Better XMM read/write helpers
` [PATCH v9 25/40] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v9 26/40] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v9 27/40] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v9 28/40] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v9 29/40] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v9 30/40] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v9 31/40] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v9 32/40] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v9 33/40] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v9 34/40] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v9 35/40] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v9 36/40] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v9 37/40] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v9 38/40] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v9 39/40] KVM: selftests: hyperv_svm_test: "
` [PATCH v9 40/40] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
2022-08-03 14:26 UTC (4+ messages)
[kvm-unit-tests PATCH] X86: Set up EPT before running vmx_pf_exception_test
2022-08-03 14:25 UTC (4+ messages)
[PATCH v5 00/22] TDX host kernel support
2022-08-03 14:22 UTC (28+ messages)
` [PATCH v5 01/22] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v5 1/22] "
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function
` [PATCH v5 12/22] x86/virt/tdx: Convert all memory regions in memblock to TDX memory
[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
2022-08-03 14:07 UTC (10+ messages)
` [RFC PATCH v3 1/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v3 2/9] hv_sock: disable SO_RCVLOWAT support
` [RFC PATCH v3 3/9] virtio/vsock: use 'target' in notify_poll_in callback
` [RFC PATCH v3 4/9] vmci/vsock: "
` [RFC PATCH v3 5/9] vsock: pass sock_rcvlowat to notify_poll_in as target
` [RFC PATCH v3 6/9] vsock: add API call for data ready
` [RFC PATCH v3 7/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [RFC PATCH v3 8/9] vmci/vsock: "
` [RFC PATCH v3 9/9] vsock_test: POLLIN + SO_RCVLOWAT test
[kvm-unit-tests PATCH v3 0/1] s390x: verify EQBS/SQBS is unavailable
2022-08-03 13:58 UTC (2+ messages)
` [kvm-unit-tests PATCH v3 1/1] "
[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-08-03 13:22 UTC (4+ messages)
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page
[PATCH v2 1/2] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
2022-08-03 13:01 UTC (2+ messages)
` [PATCH v2 2/2] KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability
[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
2022-08-03 12:51 UTC (8+ messages)
[RFC v2 00/10] Introduce an extensible static analyzer
2022-08-03 12:47 UTC (10+ messages)
` [RFC v2 02/10] Drop unused static function return values
[kvm-unit-tests PATCH] x86: kvmclock: Fix a non-prototype function declaration
2022-08-03 12:39 UTC (2+ messages)
[PATCH v3 0/5] kvm: x86/pmu: Introduce and test masked events
2022-08-03 12:28 UTC (4+ messages)
` [PATCH v3 1/5] kvm: x86/pmu: Introduce masked events to the pmu event filter
[kvm-unit-tests PATCH v2 1/8] s390x: uv-host: Add access checks for donated memory
2022-08-03 11:18 UTC (5+ messages)
` [kvm-unit-tests PATCH v3] "
[PATCH v7 000/102] KVM TDX basic feature support
2022-08-03 10:48 UTC (11+ messages)
` [PATCH v7 022/102] KVM: TDX: create/destroy VM structure
` [PATCH v7 028/102] KVM: TDX: allocate/free TDX vcpu structure
[PATCH 0/5] Fix a race between posted interrupt delivery and migration in a nested VM
2022-08-03 10:08 UTC (7+ messages)
` [PATCH 1/5] KVM: x86: Get vmcs12 pages before checking pending interrupts
` [PATCH 2/5] selftests: KVM/x86: Fix vcpu_{save,load}_state() by adding APIC state into kvm_x86_state
` [PATCH 3/5] selftests: KVM: Introduce vcpu_run_interruptable()
` [PATCH 4/5] selftests: KVM: Add support for posted interrupt handling in L2
` [PATCH 5/5] selftests: KVM: Test if posted interrupt delivery race with migration
[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
2022-08-03 9:48 UTC (12+ messages)
[PATCH v1 00/40] TDX QEMU support
2022-08-03 7:33 UTC (5+ messages)
` [PATCH v1 08/40] i386/tdx: Adjust the supported CPUID based on TDX restrictions
[PATCH v5 0/5] vfio/pci: power management changes
2022-08-03 6:32 UTC (15+ messages)
` [PATCH v5 1/5] vfio: Add the device features for the low power entry and exit
[kvm-unit-tests PATCH v2] s390x: verify EQBS/SQBS is unavailable
2022-08-03 6:26 UTC
[kvm-unit-tests PATCH v1] s390x: verify EQBS/SQBS is unavailable
2022-08-03 5:41 UTC (3+ messages)
[RFC PATCH v6 000/104] KVM TDX basic feature support
2022-08-03 0:28 UTC (7+ messages)
` [RFC PATCH v6 036/104] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
[PATCH 0/4] KVM: x86/mmu: MMIO caching bug fixes
2022-08-02 23:42 UTC (13+ messages)
` [PATCH 2/4] KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
[PATCH 2/2] KVM: selftests: x86: Test illegal LEA handling
2022-08-02 23:41 UTC (5+ messages)
` [kvm-unit-tests PATCH v2] "
[PATCH 0/3] KVM: Fix oneshot interrupts forwarding
2022-08-02 21:43 UTC (7+ messages)
` [PATCH 1/3] KVM: x86: Move kvm_(un)register_irq_mask_notifier() to generic KVM
` [PATCH 3/3] KVM: irqfd: Postpone resamplefd notify for oneshot interrupts
[PATCH] KVM: x86: do not shadow apic global definition
2022-08-02 20:12 UTC (4+ messages)
linux-next: manual merge of the kvm tree with the kvms390-fixes tree
2022-08-02 19:11 UTC
[GIT PULL] KVM changes for Linux 5.20 merge window
2022-08-02 17:12 UTC
[GIT PULL] KVM changes for Linux 5.20 merge window
2022-08-02 17:12 UTC
[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-08-02 16:28 UTC (16+ messages)
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v4 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING in setup_vmcs_config()
` [PATCH v4 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
[PATCH v5 00/26] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
2022-08-02 16:07 UTC (27+ messages)
` [PATCH v5 01/26] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v5 02/26] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v5 03/26] x86/hyperv: Update "
` [PATCH v5 04/26] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v5 05/26] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v5 06/26] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v5 07/26] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v5 08/26] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v5 09/26] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v5 10/26] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v5 11/26] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v5 12/26] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v5 13/26] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v5 14/26] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v5 15/26] KVM: VMX: Don't toggle VM_ENTRY_IA32E_MODE for 32-bit kernels/KVM
` [PATCH v5 16/26] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v5 17/26] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v5 18/26] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v5 19/26] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v5 20/26] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v5 21/26] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v5 22/26] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v5 23/26] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v5 24/26] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v5 25/26] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v5 26/26] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR
[kvm-unit-tests PATCH v3 0/3] s390x: add tests for SIGP call orders in enabled wait
2022-08-02 16:06 UTC (6+ messages)
` [kvm-unit-tests PATCH v3 2/3] s390x: smp: use an array for sigp calls
` [kvm-unit-tests PATCH v3 3/3] s390x: smp: add tests for calls in wait state
[V2 00/11] KVM: selftests: Add simple SEV test
2022-08-02 14:46 UTC (12+ messages)
` [V2 06/11] KVM: selftests: Consolidate common code for popuplating
` [V2 07/11] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [V2 09/11] KVM: selftests: Make ucall work with encrypted guests
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-08-02 14:14 UTC (25+ messages)
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v6 18/49] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v6 24/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
2022-08-02 14:12 UTC (6+ messages)
` [RFC 1/5] vhost: reorder used descriptors in a batch
[kvm-unit-tests PATCH] x86/pmu: Reset the expected count of the fixed counter 0 when i386
2022-08-02 14:09 UTC (4+ messages)
Guest reboot issues since QEMU 6.0 and Linux 5.11
2022-08-02 11:57 UTC (3+ messages)
[PATCH v2 0/7] KVM: x86/pmu: Fix some corner cases including Intel PEBS
2022-08-02 11:07 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