kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-26 14:14:30 to 2023-06-27 14:06:19 UTC [more...]

[PATCH] KVM: arm64: timers: Use CNTHCTL_EL2 when setting non-CNTKCTL_EL1 bits
 2023-06-27 14:05 UTC 

[PATCH v20 00/21] s390x: CPU Topology
 2023-06-27 13:22 UTC  (10+ messages)
` [PATCH v20 14/21] tests/avocado: s390x cpu topology core
` [PATCH v20 15/21] tests/avocado: s390x cpu topology polarisation
` [PATCH v20 16/21] tests/avocado: s390x cpu topology entitlement tests

[PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-27 12:43 UTC  (5+ messages)
` [PATCH v3 15/16] accel: Rename 'cpu_state' -> 'cs'
` [PATCH v3 16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState

[PATCH v12 00/22] TDX host kernel support
 2023-06-27 12:18 UTC  (33+ messages)
` [PATCH v12 04/22] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v12 06/22] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v12 07/22] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v12 08/22] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v12 09/22] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v12 10/22] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v12 11/22] x86/virt/tdx: Fill out "
` [PATCH v12 12/22] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v12 13/22] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v12 14/22] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v12 15/22] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v12 16/22] x86/virt/tdx: Initialize all TDMRs
` [PATCH v12 17/22] x86/kexec: Flush cache of TDX private memory
` [PATCH v12 18/22] x86/virt/tdx: Keep TDMRs when module initialization is successful
` [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum
` [PATCH v12 20/22] x86/virt/tdx: Allow SEAMCALL to handle #UD and #GP
` [PATCH v12 21/22] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v12 22/22] Documentation/x86: Add documentation for TDX host support

[RFC PATCH v1 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-06-27 11:58 UTC  (9+ messages)
` [RFC PATCH v1 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
` [RFC PATCH v1 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET

[PATCH v3 0/6] target/ppc: Few cleanups in kvm_ppc.h
 2023-06-27 11:51 UTC  (7+ messages)
` [PATCH v3 1/6] target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'
` [PATCH v3 2/6] target/ppc: Reorder #ifdef'ry in kvm_ppc.h
` [PATCH v3 3/6] target/ppc: Move CPU QOM definitions to cpu-qom.h
` [PATCH v3 4/6] target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.h
` [PATCH v3 5/6] target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c
` [PATCH v3 6/6] target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h'

[PATCH v15 00/30] Add KVM LoongArch support
 2023-06-27 11:28 UTC  (7+ messages)
` [PATCH v15 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v15 05/30] LoongArch: KVM: Add vcpu related header files

[PATCH v2 0/3] i386: Minor fixes of building CPUIDs
 2023-06-27  9:30 UTC  (7+ messages)
` [PATCH v2 1/3] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
` [PATCH v2 2/3] i386/cpuid: Remove subleaf constraint on "
` [PATCH v2 3/3] i386/cpuid: Move leaf 7 to correct group

[PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API
 2023-06-27  9:25 UTC  (9+ messages)
` [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function
` [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list
` [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test
` [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test

[PATCH v13 00/22] Add vfio_device cdev for iommufd support
 2023-06-27  8:54 UTC  (4+ messages)
` [PATCH v13 22/22] docs: vfio: Add vfio device cdev description

[Bug 217307] New: windows guest entering boot loop when nested virtualization enabled and hyperv installed
 2023-06-27  8:28 UTC  (2+ messages)
` [Bug 217307] "

[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
 2023-06-27  8:22 UTC  (33+ messages)
` [RFC PATCH v4 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v4 02/17] vhost/vsock: "
` [RFC PATCH v4 03/17] vsock/virtio: support to send "
` [RFC PATCH v4 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v4 05/17] vsock/virtio: MSG_ZEROCOPY flag support
` [RFC PATCH v4 06/17] vsock: check error queue to set EPOLLERR
` [RFC PATCH v4 07/17] vsock: read from socket's error queue
` [RFC PATCH v4 10/17] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v4 11/17] vsock/virtio: "
` [RFC PATCH v4 12/17] vsock/loopback: "

[kvm-unit-tests PATCH v10 0/2] S390x: CPU Topology Information
 2023-06-27  8:21 UTC  (3+ messages)
` [kvm-unit-tests PATCH v10 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v10 2/2] s390x: topology: Checking Configuration Topology Information

[PATCH 0/2] Prevent RESV_DIRECT devices from user assignment
 2023-06-27  8:21 UTC  (13+ messages)
` [PATCH 1/2] iommu: Prevent RESV_DIRECT devices from blocking domains

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

[Intel-wired-lan] [PATCH iwl-next V2 10/15] ice: save and restore TX queue head
 2023-06-27  6:55 UTC 

[PATCH] vfio/mdev: Move the compat_class initialization to module init
 2023-06-27  6:05 UTC  (5+ messages)

[PATCH v10 vfio 0/7] pds_vfio driver
 2023-06-27  6:03 UTC  (11+ messages)
` [PATCH v10 vfio 4/7] vfio/pds: Add VFIO live migration support

[PATCH v2 00/11] iommufd: Add nesting infrastructure
 2023-06-27  6:02 UTC  (12+ messages)

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-27  5:47 UTC  (3+ messages)
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs

[PATCH] KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_masked()
 2023-06-27  4:26 UTC 

[PATCH v3 00/21] Enable CET Virtualization
 2023-06-27  3:50 UTC  (16+ messages)
` [PATCH v3 13/21] KVM:VMX: Emulate reads and writes to CET MSRs
` [PATCH v3 16/21] KVM:x86: Save/Restore GUEST_SSP to/from SMM state save area
` [PATCH v3 20/21] KVM:x86: Enable kernel IBT support for guest

[PATCH 0/4] Part of fix for host and guest LBR event coexist
 2023-06-27  3:29 UTC  (6+ messages)
` [PATCH 3/4] KVM: VMX/pmu: Enable inactive vLBR event in guest LBR MSR emulation

[PATCH v1 0/5] target/arm: Handle psci calls in userspace
 2023-06-27  2:34 UTC  (3+ messages)

[GIT PULL] KVM: Non-x86 changes for 6.5
 2023-06-27  0:33 UTC  (7+ messages)
` [GIT PULL] KVM: x86: Misc "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: PMU "
` [GIT PULL] KVM: x86: Selftests "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: VMX "

[kvm-unit-tests PATCH 0/2] Rework LDFLAGS and link with noexecstack
 2023-06-26 22:34 UTC  (5+ messages)
` [kvm-unit-tests PATCH 2/2] Link with "-z noexecstack" to avoid warning from newer versions of ld

[PATCH v2 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-06-26 22:23 UTC  (12+ messages)
` [PATCH v2 1/6] KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_page_role
` [PATCH v2 2/6] KVM: Documentation: Update the field name gfns and its description in kvm_mmu_page
` [PATCH v2 3/6] KVM: Documentation: Add the missing description for ptep "
` [PATCH v2 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v2 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "
` [PATCH v2 6/6] KVM: Documentation: Add the missing description for tdp_mmu_page "

[RFC PATCH v2 0/6] KVM: guest memory: Misc enhacnement
 2023-06-26 21:48 UTC  (11+ messages)
` [RFC PATCH v2 3/6] KVM: x86/mmu: Pass round full 64-bit error code for the KVM page fault
` [RFC PATCH v2 4/6] KVM: x86: Introduce fault type to indicate kvm page fault is private

[PATCH v4 00/13] KVM: x86/mmu: Optimize clear dirty log
 2023-06-26 21:37 UTC  (4+ messages)
` [PATCH v4 06/13] KVM: x86/mmu: Bypass __handle_changed_spte() when clearing TDP MMU dirty bits

[RFC PATCH 0/6] KVM: guest memory: Misc enhacnement
 2023-06-26 20:54 UTC  (3+ messages)

[PATCH v4 0/4] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2}
 2023-06-26 20:52 UTC  (6+ messages)
` [PATCH v4 1/4] KVM: arm64: Enable writable for ID_AA64DFR0_EL1
` [PATCH v4 3/4] KVM: arm64: Enable writable for ID_AA64PFR0_EL1

[PATCH] KVM: x86/mmu: Remove KVM MMU write lock when accessing indirect_shadow_pages
 2023-06-26 20:42 UTC  (11+ messages)

Virtual Machine Manager issue on Kernel 6.4
 2023-06-26 19:27 UTC 

[kvm-unit-tests PATCH v2 0/6] arm64: improve debuggability
 2023-06-26 18:30 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/6] efi: keep efi debug information in a separate file

[RFC PATCH v2 0/6] SVM guest shadow stack support
 2023-06-26 18:22 UTC  (10+ messages)
` [RFC PATCH v2 6/6] KVM: SVM: Add CET features to supported_xss

[PATCH 0/6] KVM: Documentation: Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-06-26 17:59 UTC  (13+ messages)
` [PATCH 2/6] KVM: Documentation: Update the field name gfns in kvm_mmu_page
` [PATCH 3/6] KVM: Documentation: Add the missing ptep "
` [PATCH 4/6] KVM: Documentation: Add the missing tdp_mmu_root_count into kvm_mmu_page
` [PATCH 6/6] KVM: Documentation: Add the missing tdp_mmu_page "

[PATCH] KVM: x86/pmu: SRCU protect the PMU event filter in the fast path
 2023-06-26 17:34 UTC  (4+ messages)

[PATCH v4 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-06-26 16:23 UTC  (5+ messages)

[syzbot] [net?] [virt?] [kvm?] KASAN: slab-use-after-free Read in __vhost_vq_attach_worker
 2023-06-26 15:36 UTC  (4+ messages)

[kvm-unit-tests PATCH] s390x: Align __bss_end to a halfword boundary
 2023-06-26 15:34 UTC  (2+ messages)

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-26 15:03 UTC  (11+ messages)
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-26 14:51 UTC  (7+ messages)
` [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).