messages from 2022-04-19 15:13:05 to 2022-04-20 18:50:36 UTC [more...]
[PATCH v2 00/10] arm64: Add initial support for FEAT_WFxT
2022-04-20 18:50 UTC (21+ messages)
` [PATCH v2 01/10] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition
` [PATCH v2 02/10] arm64: Add RV and RN fields for ESR_ELx_WFx_ISS
` [PATCH v2 03/10] KVM: arm64: Simplify kvm_cpu_has_pending_timer()
` [PATCH v2 04/10] KVM: arm64: Introduce kvm_counter_compute_delta() helper
` [PATCH v2 05/10] KVM: arm64: Handle blocking WFIT instruction
` [PATCH v2 06/10] KVM: arm64: Offer early resume for non-blocking WFxT instructions
` [PATCH v2 07/10] KVM: arm64: Expose the WFXT feature to guests
` [PATCH v2 08/10] arm64: Add HWCAP advertising FEAT_WFXT
` [PATCH v2 09/10] arm64: Add wfet()/wfit() helpers
` [PATCH v2 10/10] arm64: Use WFxT for __delay() when possible
[PATCH v8 0/2] s390x: KVM: CPU Topology
2022-04-20 18:31 UTC (8+ messages)
` [PATCH v8 1/2] s390x: KVM: guest support for topology function
` [PATCH v8 2/2] s390x: KVM: resetting the Topology-Change-Report
[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
2022-04-20 18:18 UTC (8+ messages)
` [PATCH v5 11/21] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH v5 19/21] KVM: s390: add KVM_S390_ZPCI_OP to manage guest zPCI devices
[PATCH v6 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-04-20 17:35 UTC (11+ messages)
` [PATCH v6 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v6 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v6 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v6 04/10] KVM: selftests: Clean up coding style in binary stats test
` [PATCH v6 05/10] KVM: selftests: Read binary stat data in lib
` [PATCH v6 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v6 07/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v6 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v6 09/10] KVM: selftests: Factor out calculation of pages needed for a VM
` [PATCH v6 10/10] KVM: selftests: Test disabling NX hugepages on "
[PATCH 0/2] KVM: X86/MMU: Fix problem for shadowing 5-level NPT for 4-level NPT L1 guest
2022-04-20 17:15 UTC (4+ messages)
` [PATCH 1/2] KVM: X86/MMU: Add sp_has_gptes()
` [PATCH 2/2] KVM: X86/MMU: Introduce role.passthrough for shadowing 5-level NPT for 4-level NPT L1 guest
[RFC PATCH 00/17] KVM: arm64: Parallelize stage 2 fault handling
2022-04-20 17:06 UTC (10+ messages)
` [RFC PATCH 06/17] KVM: arm64: Implement break-before-make sequence for parallel walks
` [RFC PATCH 14/17] KVM: arm64: Punt last page reference to rcu callback for parallel walk
[PATCH 0/8] KVM: SVM: Fix soft int/ex re-injection
2022-04-20 16:44 UTC (11+ messages)
` [PATCH 1/8] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [PATCH 3/8] KVM: SVM: Unwind "speculative" RIP advancement if INTn injection "fails"
[PATCH V2 0/2] KVM: SVM: Optimize AVIC incomplete IPI #vmexit handling
2022-04-20 16:42 UTC (4+ messages)
` [PATCH 1/2] KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible
` [PATCH 2/2] KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus
[PATCH v2 1/2] x86/cpufeatures: Add virtual TSC_AUX feature bit
2022-04-20 16:27 UTC (5+ messages)
` [PATCH v2 2/2] KVM: SVM: Disable RDTSCP and TSC_AUX MSR intercepts when V_TSC_AUX is present
[PATCH] kvm: selftests: do not use bitfields larger than 32-bits for PTEs
2022-04-20 15:47 UTC (3+ messages)
[PATCH v5 0/9] s390x/pci: zPCI interpretation support
2022-04-20 15:12 UTC (12+ messages)
` [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames
` [PATCH v5 4/9] s390x/pci: add routine to get host function handle from CLP info
` [PATCH v5 5/9] s390x/pci: enable for load/store intepretation
` [PATCH v5 9/9] s390x/pci: reflect proper maxstbl for groups of interpreted devices
[PATCH v3 00/21] TDX host kernel support
2022-04-20 14:30 UTC (11+ messages)
` [PATCH v3 03/21] x86/virt/tdx: Implement the SEAMCALL base function
` [PATCH v3 04/21] x86/virt/tdx: Add skeleton for detecting and initializing TDX on demand
[kvm-unit-tests PATCH v3 0/4] s390x: add migration test support
2022-04-20 14:22 UTC (7+ messages)
` [kvm-unit-tests PATCH v3 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v3 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v3 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v3 4/4] s390x: add basic migration test
[kvm-unit-tests PATCH v2] s390x: Test effect of storage keys on some instructions
2022-04-20 13:44 UTC (3+ messages)
[PATCH 0/7] KVM: X86/MMU: Use one-off special shadow page for special roots
2022-04-20 13:26 UTC (8+ messages)
` [PATCH 1/7] KVM: X86/MMU: Add using_special_root_page()
` [PATCH 2/7] KVM: X86/MMU: Add special shadow pages
` [PATCH 3/7] KVM: X86/MMU: Link PAE root pagetable with its children
` [PATCH 4/7] KVM: X86/MMU: Activate special shadow pages and remove old logic
` [PATCH 5/7] KVM: X86/MMU: Remove the check of the return value of to_shadow_page()
` [PATCH 6/7] KVM: X86/MMU: Allocate mmu->pae_root for PAE paging on-demand
` [PATCH 7/7] KVM: X86/MMU: Remove mmu_alloc_special_roots()
[PATCH v2] Documentation: kvm: Add missing line break in api.rst
2022-04-20 12:18 UTC (2+ messages)
[PATCH] KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
2022-04-20 12:16 UTC (2+ messages)
[PATCH v2 0/4] KVM: s390: selftests: Provide TAP output in tests
2022-04-20 12:06 UTC (12+ messages)
` [PATCH v2 1/4] KVM: s390: selftests: Use TAP interface in the memop test
` [PATCH v2 2/4] KVM: s390: selftests: Use TAP interface in the sync_regs test
` [PATCH v2 3/4] KVM: s390: selftests: Use TAP interface in the tprot test
` [PATCH v2 4/4] KVM: s390: selftests: Use TAP interface in the reset test
[PATCH v7 00/13] s390x: CPU Topology
2022-04-20 11:57 UTC (14+ messages)
` [PATCH v7 01/13] Update linux headers
` [PATCH v7 02/13] vfio: tolerate migration protocol v1 uapi renames
` [PATCH v7 03/13] s390x: topology: CPU topology objects and structures
` [PATCH v7 04/13] s390x: topology: implementating Store Topology System Information
` [PATCH v7 05/13] s390x: topology: Adding books to CPU topology
` [PATCH v7 06/13] s390x: topology: Adding books to STSI
` [PATCH v7 07/13] s390x: topology: Adding drawers to CPU topology
` [PATCH v7 08/13] s390x: topology: Adding drawers to STSI
` [PATCH v7 09/13] s390x: topology: implementing numa for the s390x topology
` [PATCH v7 10/13] s390x: kvm: topology: interception of PTF instruction
` [PATCH v7 11/13] s390x: topology: resetting the Topology-Change-Report
` [PATCH v7 12/13] s390x: CPU topology: CPU topology migration
` [PATCH v7 13/13] s390x: topology: activating CPU topology
[PATCH v2 0/7] KVM RISC-V Sv57x4 support and HFENCE improvements
2022-04-20 11:24 UTC (8+ messages)
` [PATCH v2 1/7] RISC-V: KVM: Use G-stage name for hypervisor page table
` [PATCH v2 2/7] RISC-V: KVM: Add Sv57x4 mode support for G-stage
` [PATCH v2 3/7] RISC-V: KVM: Treat SBI HFENCE calls as NOPs
` [PATCH v2 4/7] RISC-V: KVM: Introduce range based local HFENCE functions
` [PATCH v2 5/7] RISC-V: KVM: Reduce KVM_MAX_VCPUS value
` [PATCH v2 6/7] RISC-V: KVM: Add remote HFENCE functions based on VCPU requests
` [PATCH v2 7/7] RISC-V: KVM: Cleanup stale TLB entries when host CPU changes
[kvm-unit-tests PATCH v2 0/4] s390x: add migration test support
2022-04-20 11:16 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 4/4] s390x: add basic migration test
[PATCH] KVM: selftests: Silence compiler warning in the kvm_page_table_test
2022-04-20 11:11 UTC (2+ messages)
[PATCH RESEND] KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
2022-04-20 11:09 UTC (2+ messages)
[PATCH] x86/kvm: Fix guest haltpoll after the guest suspend/resume
2022-04-20 11:07 UTC (2+ messages)
[PATCH] KVM: clean up comments
2022-04-20 10:57 UTC (2+ messages)
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-20 10:55 UTC (3+ messages)
` [PATCH v3 20/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs
[PATCH 0/4] KVM: s390: selftests: Provide TAP output in tests
2022-04-20 10:55 UTC (10+ messages)
` [PATCH 1/4] KVM: s390: selftests: Use TAP interface in the memop test
` [PATCH 3/4] KVM: s390: selftests: Use TAP interface in the tprot test
[PATCH v2 0/4] KVM: x86: APICv fixes
2022-04-20 10:51 UTC (6+ messages)
` [PATCH v2 1/4] KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabled
` [PATCH v2 2/4] KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
` [PATCH v2 3/4] KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a race
` [PATCH v2 4/4] KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled
[PATCH 0/2] KVM: Fix mmu_notifier vs. pfncache race
2022-04-20 10:41 UTC (4+ messages)
` [PATCH 1/2] KVM: Fix race between mmu_notifier invalidation and pfncache refresh
` [PATCH 2/2] KVM: Do not speculatively mark pfn cache valid to "fix" race
[PATCH] KVM: Initialize debugfs_dentry when a VM is created to avoid NULL deref
2022-04-20 10:02 UTC (2+ messages)
[PATCH 0/3] KVM: x86 SRCU bug fix and SRCU hardening
2022-04-20 10:00 UTC (7+ messages)
` [PATCH 3/3] KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
[PATCH 0/2] Miscellenous ISA string fixup
2022-04-20 8:47 UTC (7+ messages)
` [PATCH 1/2] RISC-V: KVM: Remove 's' & 'u' as valid ISA extension
` [PATCH 2/2] RISC-V: KVM: Restrict the extensions that can be disabled
[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
2022-04-20 7:39 UTC (4+ 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] vfio-pci: report recovery event after device recovery successful
2022-04-20 7:16 UTC
[PATCH] KVM: HWPoison: Fix memory address&size during remap
2022-04-20 6:45 UTC
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-20 3:24 UTC (7+ messages)
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
[PATCH v9 8/9] KVM: x86: Allow userspace set maximum VCPU id for VM
2022-04-20 3:22 UTC (2+ messages)
[PATCH 00/10] Remove vfio_group from the struct file facing VFIO API
2022-04-20 3:05 UTC (8+ messages)
` [PATCH 03/10] kvm/vfio: Store the struct file in the kvm_vfio_group
` [PATCH 07/10] vfio: Move vfio_external_check_extension() to vfio_file_ops
[PATCH] KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
2022-04-20 0:27 UTC
[RFC PATCH v5 000/104] KVM TDX basic feature support
2022-04-19 19:55 UTC (5+ messages)
` [RFC PATCH v5 042/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
[PATCH AUTOSEL 5.17 09/34] selftests: KVM: Free the GIC FD when cleaning up in arch_timer
2022-04-19 18:10 UTC (2+ messages)
` [PATCH AUTOSEL 5.17 20/34] KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
adding 'official' way to dump SEV VMSA
2022-04-19 17:04 UTC (6+ messages)
[PATCH 3/9] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
2022-04-19 17:00 UTC (3+ messages)
propagating vmgenid outward and upward
2022-04-19 16:43 UTC (6+ messages)
[PATCH v9 9/9] KVM: VMX: enable IPI virtualization
2022-04-19 15:45 UTC
[PATCH v9 7/9] KVM: Move kvm_arch_vcpu_precreate() under kvm->lock
2022-04-19 15:44 UTC
[PATCH] KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
2022-04-19 16:13 UTC (6+ messages)
linux-next: build failure after merge of the kvm tree
2022-04-19 16:09 UTC (3+ messages)
[PATCH v9 6/9] KVM: VMX: Clean up vmx_refresh_apicv_exec_ctrl()
2022-04-19 15:36 UTC
[PATCH v9 5/9] KVM: x86: Add support for vICR APIC-write VM-Exits in x2APIC mode
2022-04-19 15:35 UTC
[PATCH v9 4/9] KVM: VMX: Report tertiary_exec_control field in dump_vmcs()
2022-04-19 15:34 UTC
[PATCH v9 3/9] KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
2022-04-19 15:34 UTC
[PATCH v9 2/9] KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
2022-04-19 15:33 UTC
[PATCH v9 1/9] x86/cpu: Add new VMX feature, Tertiary VM-Execution control
2022-04-19 15:32 UTC
[PATCH v9 0/9] IPI virtualization support for VM
2022-04-19 15:31 UTC
[PATCH 0/4] KVM: x86: APICv fixes
2022-04-19 15:57 UTC (6+ messages)
` [PATCH 2/4] KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
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