public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-01 09:37:09 to 2023-05-03 22:50:13 UTC [more...]

[PATCH v4 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-03 22:49 UTC  (19+ messages)
` [PATCH v4 2/9] vfio-iommufd: Create iommufd_access for noiommu devices
` [PATCH v4 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-05-03 21:42 UTC  (24+ messages)
` [PATCH v3 04/22] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test

[kvm-unit-tests PATCH v5 00/29] EFI and ACPI support for arm64
 2023-05-03 21:18 UTC  (35+ messages)
` [kvm-unit-tests PATCH v5 01/29] lib: Move acpi header and implementation to lib
` [kvm-unit-tests PATCH v5 02/29] x86: Move x86_64-specific EFI CFLAGS to x86_64 Makefile
` [kvm-unit-tests PATCH v5 03/29] lib: Apply Lindent to acpi.{c,h}
` [kvm-unit-tests PATCH v5 04/29] lib: Fix style for acpi.{c,h}
` [kvm-unit-tests PATCH v5 08/29] lib/acpi: Add support for the XSDT table
` [kvm-unit-tests PATCH v5 09/29] lib/acpi: Extend the definition of the FADT table
` [kvm-unit-tests PATCH v5 11/29] arm64: Add support for setting up the PSCI conduit through ACPI
` [kvm-unit-tests PATCH v5 12/29] arm64: Add support for discovering the UART "
` [kvm-unit-tests PATCH v5 14/29] arm64: Add support for cpu initialization "
` [kvm-unit-tests PATCH v5 22/29] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v5 27/29] arm64: Add support for efi in Makefile
` [kvm-unit-tests PATCH v5 28/29] lib: arm: Print test exit status
` [kvm-unit-tests PATCH v5 29/29] arm64: Add an efi/run script

[PATCH 0/5] KVM: x86: Clean up MSR PAT handling
 2023-05-03 18:28 UTC  (6+ messages)
` [PATCH 1/5] KVM: VMX: Open code writing vCPU's PAT in VMX's MSR handler
` [PATCH 2/5] KVM: SVM: Use kvm_pat_valid() directly instead of kvm_mtrr_valid()
` [PATCH 3/5] KVM: x86: Use MTRR macros to define possible MTRR MSR ranges
` [PATCH 4/5] KVM: x86: WARN if writes to PAT MSR are handled by common KVM code
` [PATCH 5/5] KVM: x86: Move PAT MSR handling out of mtrr.c

[PATCH] KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_save
 2023-05-03 17:39 UTC  (4+ messages)

[PATCH v8 0/6] Support writable CPU ID registers from userspace
 2023-05-03 17:16 UTC  (7+ messages)
` [PATCH v8 1/6] KVM: arm64: Move CPU ID feature registers emulation into a separate file
` [PATCH v8 2/6] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v8 3/6] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v8 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v8 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v8 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
 2023-05-03 17:16 UTC  (8+ messages)

[PATCH v2 00/21] Enable CET Virtualization
 2023-05-03 17:08 UTC  (6+ messages)
` [PATCH v2 14/21] KVM:VMX: Add a synthetic MSR to allow userspace VMM to access GUEST_SSP
` [PATCH v2 21/21] KVM:x86: Support CET supervisor shadow stack MSR access

[Patch net] vsock: improve tap delivery accuracy
 2023-05-03 13:39 UTC  (8+ messages)

[PATCH v2 0/3] KVM: x86: SGX vs. XCR0 cleanups
 2023-05-03 16:08 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATE
` [PATCH v2 2/3] KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)
` [PATCH v2 3/3] KVM: x86: Open code supported XCR0 calculation in kvm_vcpu_after_set_cpuid()

[RFC PATCH v2 00/15] vsock: MSG_ZEROCOPY flag support
 2023-05-03 13:54 UTC  (6+ messages)

[PATCH v20 00/21] s390x: CPU Topology
 2023-05-03 13:01 UTC  (21+ messages)
` [PATCH v20 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v20 03/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB

[kvm-unit-tests PATCH v8 0/2] S390x: CPU Topology Information
 2023-05-03 12:52 UTC  (8+ messages)
` [kvm-unit-tests PATCH v8 2/2] s390x: topology: Checking Configuration "

[PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams
 2023-05-03 12:13 UTC  (13+ messages)
` [PATCH RFC net-next v2 3/4] vsock: Add lockless sendmsg() support

[PATCH] docs: clarify KVM related kernel parameters' descriptions
 2023-05-03  8:15 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/9] KVM backports to 5.10
 2023-05-03  7:34 UTC  (3+ messages)

[PATCH RFC v2 0/9] Add loongarch kvm accel support
 2023-05-03  6:24 UTC  (15+ messages)
` [PATCH RFC v2 2/9] target/loongarch: Define some kvm_arch interfaces
` [PATCH RFC v2 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH RFC v2 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH RFC v2 5/9] target/loongarch: Implement kvm_arch_init function
` [PATCH RFC v2 6/9] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH RFC v2 7/9] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH RFC v2 9/9] target/loongarch: Add loongarch kvm into meson build

[PATCH v3 00/19] Add RISC-V vector cryptographic instruction set support
 2023-05-02 20:11 UTC  (8+ messages)
` [PATCH v3 08/19] qemu/bitops.h: Limit rotate amounts
` [PATCH v3 09/19] tcg: Add andcs and rotrs tcg gvec ops
` [PATCH v3 10/19] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers

[RFC PATCH V5 00/15] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-05-02 19:30 UTC  (12+ messages)
` [RFC PATCH V5 02/15] x86/hyperv: Decrypt hv vp assist page in sev-snp enlightened guest
` [RFC PATCH V5 03/15] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V5 09/15] x86/hyperv: Add smp support for sev-snp guest
  ` [EXTERNAL] "
` [RFC PATCH V5 15/15] x86/sev: Fix interrupt exit code paths from #HV exception

[GIT PULL] VFIO updates for v6.4-rc1
 2023-05-02 19:03 UTC  (2+ messages)

[PATCH v4 0/6] KVM: MMU: performance tweaks for heavy CR0.WP users
 2023-05-02 17:38 UTC  (11+ messages)

[PATCH v3] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-05-02 13:27 UTC 

[kvm-unit-tests PATCH v3 0/9] s390x: uv-host: Fixups and extensions part 1
 2023-05-02 13:07 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 1/9] s390x: uv-host: Fix UV init test memory allocation
` [kvm-unit-tests PATCH v3 2/9] s390x: uv-host: Check for sufficient amount of memory
` [kvm-unit-tests PATCH v3 3/9] s390x: uv-host: Beautify code
` [kvm-unit-tests PATCH v3 4/9] s390x: uv-host: Add cpu number check
` [kvm-unit-tests PATCH v3 5/9] s390x: uv-host: Fix create guest variable storage prefix check
` [kvm-unit-tests PATCH v3 6/9] s390x: uv-host: Switch to smp_sigp
` [kvm-unit-tests PATCH v3 7/9] s390x: uv-host: Properly handle config creation errors
` [kvm-unit-tests PATCH v3 8/9] s390x: uv-host: Fence access checks when UV debug is enabled
` [kvm-unit-tests PATCH v3 9/9] s390x: uv-host: Add the test to unittests.conf

[kvm-unit-tests PATCH v4 0/7] s390x: Add PV SIE intercepts and ipl tests
 2023-05-02 11:59 UTC  (8+ messages)
` [kvm-unit-tests PATCH v4 1/7] lib: s390x: uv: Introduce UV validity function
` [kvm-unit-tests PATCH v4 2/7] lib: s390x: uv: Add intercept data check library function
` [kvm-unit-tests PATCH v4 3/7] s390x: pv-diags: Drop snippet from snippet names
` [kvm-unit-tests PATCH v4 4/7] lib: s390x: uv: Add pv host requirement check function
` [kvm-unit-tests PATCH v4 5/7] s390x: pv: Add sie entry intercept and validity test
` [kvm-unit-tests PATCH v4 6/7] s390x: pv: Add IPL reset tests
` [kvm-unit-tests PATCH v4 7/7] s390x: pv-diags: Add the test to unittests.conf

[PATCH v7 0/1] arm: enable MTE for QEMU + kvm
 2023-05-02 10:58 UTC  (7+ messages)
` [PATCH v7 1/1] arm/kvm: add support for MTE

[PATCH v9 00/50] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-05-02  9:35 UTC  (3+ messages)
` [PATCH v9 17/50] KVM: arm64: nv: Handle shadow stage 2 page faults

Latency issues inside KVM
 2023-05-02  6:12 UTC  (8+ messages)

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-02  2:21 UTC  (38+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v2 04/34] pgtable: Create struct ptdesc
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v2 08/34] mm: Convert ptlock_ptr() "
` [PATCH v2 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v2 10/34] mm: Convert ptlock_init() "
` [PATCH v2 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v2 12/34] mm: Convert ptlock_free() "
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v2 15/34] x86: "
` [PATCH v2 16/34] s390: Convert various gmap "
` [PATCH v2 17/34] s390: Convert various pgalloc "
` [PATCH v2 18/34] mm: Remove page table members from struct page
` [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v2 20/34] arm: "
` [PATCH v2 21/34] arm64: "
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v2 23/34] hexagon: "
` [PATCH v2 24/34] loongarch: Convert various functions "
` [PATCH v2 25/34] m68k: "
` [PATCH v2 26/34] mips: "
` [PATCH v2 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v2 28/34] openrisc: "
` [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 31/34] sparc64: Convert various functions "
` [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH] KVM: x86/mmu: Don't create kvm-nx-lpage-re kthread if not itlb_multihit
 2023-05-02  2:07 UTC  (2+ messages)

[GIT PULL] KVM changes for Linux 6.4
 2023-05-01 19:26 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implementations
 2023-05-01 18:21 UTC 

[GIT PULL] KVM: x86: Make valid TDP MMU roots persistent
 2023-05-01 18:17 UTC 

[Bug 217379] New: Latency issues in irq_bypass_register_consumer
 2023-05-01 16:51 UTC  (3+ messages)
` [Bug 217379] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox