messages from 2022-08-02 07:48:57 to 2022-08-03 13:46:56 UTC [more...]
[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-08-03 13:46 UTC (20+ 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 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 0/3] KVM: x86: Intel PERF_CAPABILITIES fix and cleanups
2022-08-03 12:29 UTC (6+ 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 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 v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-03 10:13 UTC (13+ 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/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 v5 00/22] TDX host kernel support
2022-08-03 9:25 UTC (26+ 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
[PATCH] x86/fpu: Allow PKRU to be (once again) written by ptrace
2022-08-03 9:03 UTC (2+ messages)
[PATCH v1 00/40] TDX QEMU support
2022-08-03 7:33 UTC (41+ messages)
` [PATCH v1 01/40] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v1 07/40] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v1 08/40] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v1 09/40] i386/tdx: Update tdx_fixed0/1 bits by tdx_caps.cpuid_config[]
` [PATCH v1 10/40] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v1 11/40] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v1 12/40] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v1 13/40] KVM: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v1 14/40] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v1 15/40] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v1 16/40] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v1 17/40] i386/tdx: Validate TD attributes
` [PATCH v1 18/40] i386/tdx: Implement user specified tsc frequency
` [PATCH v1 19/40] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v1 20/40] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v1 21/40] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v1 22/40] i386/tdx: Skip BIOS shadowing setup
` [PATCH v1 23/40] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v1 24/40] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v1 25/40] i386/tdx: Track RAM entries for TDX VM
` [PATCH v1 26/40] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v1 27/40] i386/tdx: Setup the TD HOB list
` [PATCH v1 28/40] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v1 29/40] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v1 30/40] i386/tdx: Finalize TDX VM
` [PATCH v1 31/40] i386/tdx: Disable SMM for TDX VMs
` [PATCH v1 32/40] i386/tdx: Disable PIC "
` [PATCH v1 33/40] i386/tdx: Don't allow system reset "
` [PATCH v1 34/40] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v1 35/40] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v1 36/40] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v1 37/40] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v1 38/40] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v1 39/40] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v1 40/40] docs: Add TDX documentation
[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)
[kvm-unit-tests PATCH] X86: Set up EPT before running vmx_pf_exception_test
2022-08-03 1:57 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)
[PATCH] KVM: x86/mmu: Make page tables for eager page splitting NUMA aware
2022-08-02 19:12 UTC (7+ 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
[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
2022-08-02 15:08 UTC (2+ messages)
[V2 00/11] KVM: selftests: Add simple SEV test
2022-08-02 14:46 UTC (17+ messages)
` [V2 01/11] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [V2 02/11] KVM: selftests: sparsebit: add const where appropriate
` [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 (28+ messages)
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [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)
[kvm-unit-tests PATCH 0/6] s390x: PV fixups
2022-08-02 8:18 UTC (9+ messages)
` [kvm-unit-tests PATCH 1/6] s390x: snippets: asm: Add a macro to write an exception PSW
` [kvm-unit-tests PATCH 5/6] lib: s390x: Use a new asce for each PV guest
` [kvm-unit-tests PATCH 6/6] lib: s390x: sie: Properly populate SCA
[RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling
2022-08-02 8:04 UTC (4+ 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