kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-31 10:07:42 to 2023-08-01 09:03:31 UTC [more...]

[PATCH RESEND v9 00/36] x86: enable FRED for x86-64
 2023-08-01  8:32 UTC  (6+ messages)
` [PATCH RESEND v9 01/36] Documentation/x86/64: Add documentation for FRED
` [PATCH RESEND v9 02/36] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH RESEND v9 03/36] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH RESEND v9 04/36] x86/cpufeatures: Add the cpu feature bit for FRED
` [PATCH RESEND v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map

[PATCH 00/47] fbdev: Use I/O helpers
 2023-08-01  8:59 UTC  (3+ messages)

[Bug] AMD nested: commit broke VMware
 2023-08-01  8:49 UTC  (7+ messages)

[PATCH] KVM: eventfd: fix NULL deref irqbypass producer
 2023-08-01  8:54 UTC 

[PATCH 0/2] iommu: Make pasid array per device
 2023-08-01  8:40 UTC  (6+ messages)
` [PATCH 1/2] iommu: Consolidate pasid dma ownership check
` [PATCH 2/2] iommu: Move pasid array from group to device

[GIT PULL] KVM/arm64 fixes for 6.5, part #2
 2023-08-01  8:15 UTC 

[kvm-unit-tests PATCH v5 0/6] s390x: Add support for running guests without MSO/MSL
 2023-08-01  6:51 UTC  (8+ messages)
` [kvm-unit-tests PATCH v5 6/6] s390x: add a test for SIE "

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-01  5:30 UTC  (15+ messages)
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 13/14] virtio/vsock: "
        ` [PATCH RFC net-next v5 13/14] virtio/vsock: implement datagram supporty

[PATCH v2] Documentation: KVM: Add vPMU implementaion and gap document
 2023-08-01  3:58 UTC 

[PATCH v4 0/4] iommufd: Add iommu hardware info reporting
 2023-08-01  3:58 UTC  (7+ messages)
` [PATCH v4 2/4] iommu: Add new iommu op to get iommu hardware information

[PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
 2023-08-01  3:45 UTC 

[PATCH] drm/i915/gvt: Fix bug in getting msg length in AUX CH registers handler
 2023-08-01  3:12 UTC  (2+ messages)

[PATCH v3 00/17] iommufd: Add nesting infrastructure
 2023-08-01  2:40 UTC  (24+ messages)
` [PATCH v3 01/17] iommu: Add new iommu op to create domains owned by userspace
` [PATCH v3 07/17] iommufd: Add IOMMU_RESV_IOVA_RANGES
` [PATCH v3 08/17] iommufd: IOMMU_HWPT_ALLOC allocation with user data
` [PATCH v3 09/17] iommufd: Add IOMMU_HWPT_INVALIDATE

[PATCH -next] vfio/pci: Remove an unnecessary ternary operator
 2023-08-01  2:31 UTC 

[PATCH v3] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
 2023-08-01  2:26 UTC  (3+ messages)

[PATCH v4 00/29] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-08-01  1:47 UTC  (7+ messages)
` [PATCH v4 03/29] drm/i915/gvt: Verify hugepages are contiguous in physical address space
` [PATCH v4 06/29] drm/i915/gvt: Explicitly check that vGPU is attached before shadowing
` [PATCH v4 07/29] drm/i915/gvt: Error out on an attempt to shadowing an unknown GTT entry type

[PATCH v1 0/4] selftests: kvm: Add LoongArch support
 2023-08-01  2:02 UTC  (5+ messages)
` [PATCH v1 1/4] selftests: kvm: Add kvm selftests header files for LoongArch
` [PATCH v1 2/4] selftests: kvm: Add processor tests for LoongArch KVM
` [PATCH v1 3/4] selftests: kvm: Add ucall "
` [PATCH v1 4/4] selftests: kvm: Add LoongArch tests into makefile

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-01  1:55 UTC  (29+ messages)
` [RFC PATCH 01/19] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [RFC PATCH 02/19] *** HACK *** linux-headers: Update headers to pull in gmem APIs
` [RFC PATCH 03/19] RAMBlock: Support KVM gmemory
` [RFC PATCH 04/19] memory: Introduce memory_region_can_be_private()
` [RFC PATCH 05/19] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [RFC PATCH 06/19] i386/pc: Drop pc_machine_kvm_type()
` [RFC PATCH 07/19] target/i386: Implement mc->kvm_type() to get VM type
` [RFC PATCH 08/19] HostMem: Add private property to indicate to use kvm gmem
` [RFC PATCH 09/19] i386/kvm: Create gmem fd for KVM_X86_SW_PROTECTED_VM
` [RFC PATCH 10/19] kvm: Introduce support for memory_attributes
` [RFC PATCH 11/19] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [RFC PATCH 12/19] i386/kvm: Set memory to default private for KVM_X86_SW_PROTECTED_VM
` [RFC PATCH 13/19] physmem: replace function name with __func__ in ram_block_discard_range()
` [RFC PATCH 14/19] physmem: Add ram_block_convert_range
` [RFC PATCH 15/19] kvm: handle KVM_EXIT_MEMORY_FAULT
` [RFC PATCH 16/19] trace/kvm: Add trace for page convertion between shared and private
` [RFC PATCH 17/19] pci-host/q35: Move PAM initialization above SMRAM initialization
` [RFC PATCH 18/19] q35: Introduce smm_ranges property for q35-pci-host
` [RFC PATCH 19/19] i386: Disable SMM mode for X86_SW_PROTECTED_VM

[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-01  0:42 UTC  (29+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 04/12] KVM: Allow range-based TLB invalidation from common code
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 07/12] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap

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

[PATCH v9 00/36] x86: enable FRED for x86-64
 2023-07-31 23:56 UTC  (8+ messages)
` [PATCH v9 05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map

[PATCH 0/2] sync_regs() TOCTOU issues
 2023-07-31 23:49 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Fix KVM_CAP_SYNC_REGS's "

[PATCH v2 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-07-31 22:28 UTC  (18+ messages)
` [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 "

[PATCH v9 29/36] x86/fred: FRED entry/exit and dispatch code
 2023-07-31 22:07 UTC  (3+ messages)

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-31 21:46 UTC  (30+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init

[PATCH v13 vfio 0/7] pds-vfio-pci driver
 2023-07-31 20:57 UTC  (3+ messages)
` [PATCH v13 vfio 3/7] vfio/pds: register with the pds_core PF

[PATCH v6 0/6] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2, 3}
 2023-07-31 20:51 UTC  (9+ messages)
` [PATCH v6 3/6] KVM: arm64: Enable writable for ID_AA64DFR0_EL1 and ID_DFR0_EL1

[PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
 2023-07-31 20:35 UTC  (4+ messages)

[PATCH v4.1 0/3] KVM: selftests: Guest printf extra prep patches
 2023-07-31 20:30 UTC  (4+ messages)
` [PATCH v4.1 1/3] KVM: selftests: Add arch ucall.h and inline simple arch hooks
` [PATCH v4.1 2/3] KVM: selftests: Add #define of expected KVM exit reason for ucall
` [PATCH v4.1 3/3] KVM: selftests: Add a selftest for guest prints and formatted asserts

[PATCH] kvm/x86: clear hlt for intel cpu when resetting vcpu
 2023-07-31 19:15 UTC  (5+ messages)

[PATCH v4 00/34] KVM: selftests: Guest printf and asserts overhaul
 2023-07-31 18:22 UTC  (6+ messages)
` [PATCH v4 09/34] KVM: selftests: Add a selftest for guest prints and formatted asserts

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

[PATCH v2 00/26] KVM: arm64: NV trap forwarding infrastructure
 2023-07-31 17:02 UTC  (19+ messages)
` [PATCH v2 01/26] arm64: Add missing VA CMO encodings
` [PATCH v2 02/26] arm64: Add missing ERX*_EL1 encodings
` [PATCH v2 03/26] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v2 04/26] arm64: Add TLBI operation encodings
` [PATCH v2 05/26] arm64: Add AT "
` [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH v2 09/26] arm64: Add feature detection for fine grained traps
` [PATCH v2 14/26] KVM: arm64: nv: Add trap forwarding infrastructure

[PATCH v2 0/5] KVM: arm64: PMU: Fix PMUver related handling for vPMU support
 2023-07-31 16:41 UTC  (5+ messages)
` [PATCH v2 2/5] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-31 16:23 UTC  (14+ messages)
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
 2023-07-31 16:17 UTC  (3+ messages)

[Question] int3 instruction generates a #UD in SEV VM
 2023-07-31 15:45 UTC  (4+ messages)

[PATCH v5 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-07-31 14:32 UTC  (6+ messages)

[PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes
 2023-07-31 12:57 UTC  (9+ messages)
` [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
` [PATCH 2/6] RISC-V: KVM: use ENOENT in *_one_reg() when extension is unavailable
` [PATCH 3/6] RISC-V: KVM: do not EOPNOTSUPP in set_one_reg() zicbo(m|z)
` [PATCH 4/6] RISC-V: KVM: do not EOPNOTSUPP in set KVM_REG_RISCV_TIMER_REG
` [PATCH 5/6] RISC-V: KVM: use EBUSY when !vcpu->arch.ran_atleast_once
` [PATCH 6/6] docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REG


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).