public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-18 22:14:36 to 2023-09-20 18:33:35 UTC [more...]

[PATCH v10 00/12] KVM: arm64: Enable 'writable' ID registers
 2023-09-20 18:33 UTC  (4+ messages)
` [PATCH v10 01/12] KVM: arm64: Allow userspace to get the writable masks for feature "
` [PATCH v10 02/12] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v10 03/12] KVM: arm64: Use guest ID register values for the sake of emulation

[PATCH vfio 0/9] Add chunk mode support for mlx5 driver
 2023-09-20 18:31 UTC  (2+ messages)

[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
 2023-09-20 18:18 UTC 

[PATCH v2 00/11] KVM: arm64: Accelerate lookup of vcpus by MPIDR values (and other fixes)
 2023-09-20 18:17 UTC  (12+ messages)
` [PATCH v2 01/11] KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointer
` [PATCH v2 02/11] KVM: arm64: vgic-its: Treat the collection target address as a vcpu_id
` [PATCH v2 03/11] KVM: arm64: vgic-v3: Refactor GICv3 SGI generation
` [PATCH v2 04/11] KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id
` [PATCH v2 05/11] KVM: arm64: vgic: Use vcpu_idx for the debug information
` [PATCH v2 06/11] KVM: arm64: Use vcpu_idx for invalidation tracking
` [PATCH v2 07/11] KVM: arm64: Simplify kvm_vcpu_get_mpidr_aff()
` [PATCH v2 08/11] KVM: arm64: Build MPIDR to vcpu index cache at runtime
` [PATCH v2 09/11] KVM: arm64: Fast-track kvm_mpidr_to_vcpu() when mpidr_data is available
` [PATCH v2 10/11] KVM: arm64: vgic-v3: Optimize affinity-based SGI injection
` [PATCH v2 11/11] KVM: arm64: Clarify the ordering requirements for vcpu/RD creation

[PATCH v10 00/38] x86: enable FRED for x86-64
 2023-09-20 17:54 UTC  (29+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 06/38] Documentation/x86/64: Add a documentation for FRED
` [PATCH v10 09/38] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v10 13/38] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v10 16/38] x86/ptrace: Add FRED additional information to the pt_regs structure
` [PATCH v10 33/38] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v10 34/38] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v10 36/38] x86/fred: Add fred_syscall_init()

[PATCH] KVM: selftests: Assert that vasprintf() is successful
 2023-09-20 16:29 UTC  (2+ messages)

[PATCH] vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
 2023-09-20 16:27 UTC  (2+ messages)

[PATCH v1 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-09-20 16:04 UTC  (7+ messages)
` [PATCH v1 1/4] mm: handle poisoning of pfn without struct pages
` [PATCH v1 2/4] mm: Add poison error check in fixup_user_fault() for mapped pfn
` [PATCH v1 3/4] mm: Change ghes code to allow poison of non-struct pfn
` [PATCH v1 4/4] vfio/nvgpu: register device memory for poison handling

[PATCH v2 0/4] KVM RISC-V fixes for ONE_REG interface
 2023-09-20 15:59 UTC  (6+ messages)
` [PATCH v2 1/4] RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
` [PATCH v2 2/4] RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
` [PATCH v2 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
` [PATCH v2 4/4] KVM: riscv: selftests: Selectively filter-out AIA registers

[kvm-unit-tests PATCH v2 0/3] Fix test failures caused by CET KVM series
 2023-09-20 15:44 UTC  (2+ messages)

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases
 2023-09-20 15:34 UTC  (2+ messages)

[PATCH v21 00/29] Add KVM LoongArch support
 2023-09-20 15:22 UTC  (36+ messages)
` [PATCH v21 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface

[RFC PATCH 0/3] x86/paravirt: Get rid of paravirt patching
 2023-09-20 14:52 UTC  (3+ messages)
` [RFC PATCH 1/3] x86/paravirt: move some functions and defines to alternative

[RFC PATCH v2 00/21] QEMU gmem implemention
 2023-09-20 14:37 UTC  (5+ messages)
` [RFC PATCH v2 03/21] HostMem: Add private property and associate it with RAM_KVM_GMEM

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-20 14:24 UTC  (10+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 10/33] KVM: Set the stage for handling only shared mappings in mmu_notifier events
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory

[PATCH 0/4] KVM RISC-V fixes for ONE_REG interface
 2023-09-20 13:56 UTC  (19+ messages)
` [PATCH 1/4] RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers
` [PATCH 2/4] RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensions
` [PATCH 3/4] KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-list
` [PATCH 4/4] KVM: riscv: selftests: Selectively filter-out AIA registers

[PATCH] vfio/cdx: add interrupt support
 2023-09-20 13:39 UTC 

[PATCH 0/6] iommufd support allocating nested parent domain
 2023-09-20 13:18 UTC  (16+ messages)
` [PATCH 1/6] iommu: Add new iommu op to create domains owned by userspace
` [PATCH 2/6] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation
` [PATCH 3/6] iommufd/hw_pagetable: Accepts user flags "
` [PATCH 4/6] iommufd/hw_pagetable: Support allocating nested parent domain
` [PATCH 5/6] iommufd/selftest: Add domain_alloc_user() support in iommu mock
` [PATCH 6/6] iommu/vt-d: Add domain_alloc_user op

[ANNOUNCE] PUCK Agenda - 2023.09.20 - No Topic (Office Hours)
 2023-09-20 12:59 UTC  (3+ messages)

[PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc
 2023-09-20 11:15 UTC  (5+ messages)

[PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-09-20 11:06 UTC  (10+ messages)

[PATCH] fix build error in function vfio_combine_iova_ranges
 2023-09-20  9:55 UTC  (4+ messages)
` [PATCH v2] vfio: Fix uninitialized symbol and potential dereferencing errors in vfio_combine_iova_ranges
    ` [PATCH v3] "

[PATCH 0/7] KVM RISC-V Conditional Operations
 2023-09-20  8:18 UTC  (17+ messages)
` [PATCH 1/7] RISC-V: Detect XVentanaCondOps from ISA string
` [PATCH 2/7] RISC-V: Detect Zicond "
` [PATCH 3/7] RISC-V: KVM: Allow XVentanaCondOps extension for Guest/VM
` [PATCH 4/7] RISC-V: KVM: Allow Zicond "
` [PATCH 5/7] KVM: riscv: selftests: Add senvcfg register to get-reg-list test
` [PATCH 6/7] KVM: riscv: selftests: Add smstateen registers "
` [PATCH 7/7] KVM: riscv: selftests: Add condops extensions "

[PATCH 0/2] KVM: arm64: Address soft lockups due to I-cache CMOs
 2023-09-20  8:01 UTC  (3+ messages)
` [PATCH 1/2] arm64: tlbflush: Rename MAX_TLBI_OPS
` [PATCH 2/2] KVM: arm64: Avoid soft lockups due to I-cache maintenance

[PATCH 00/16] vdpa: Add support for vq descriptor mappings
 2023-09-20  1:14 UTC  (5+ messages)

[PATCH v2] KVM: arm64: selftests: Test pointer authentication support in KVM guest
 2023-09-19 19:13 UTC  (2+ messages)
` [PATCH v3] "

[PATCH vfio 0/3] pds/vfio: Fixes for locking bugs
 2023-09-19 18:59 UTC  (4+ messages)
` [PATCH vfio 3/3] pds/vfio: Fix possible sleep while in atomic context

[PATCH v1 0/4] Get writable masks for feature ID from userspace
 2023-09-19 17:50 UTC  (5+ messages)
` [PATCH v1 1/4] KVM: arm64: Allow userspace to get the writable masks for feature ID registers
` [PATCH v1 2/4] KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKS
` [PATCH v1 3/4] KVM: arm64: Use guest ID register values for the sake of emulation
` [PATCH v1 4/4] KVM: arm64: Reject attempts to set invalid debug arch version

[PATCH v4 00/13] KVM: xen: update shared_info and vcpu_info handling
 2023-09-19 16:14 UTC  (21+ messages)
` [PATCH v4 01/13] KVM: pfncache: add a map helper function
` [PATCH v4 02/13] KVM: pfncache: add a mark-dirty helper
` [PATCH v4 03/13] KVM: pfncache: add a helper to get the gpa
` [PATCH v4 04/13] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v4 05/13] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v4 06/13] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v4 07/13] KVM: xen: prepare for using 'default' vcpu_info
` [PATCH v4 08/13] KVM: xen: prevent vcpu_id from changing whilst shared_info is valid
` [PATCH v4 09/13] KVM: xen: automatically use the vcpu_info embedded in shared_info
` [PATCH v4 10/13] KVM: selftests / xen: set KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
` [PATCH v4 11/13] KVM: selftests / xen: map shared_info using HVA rather than GFN
` [PATCH v4 12/13] KVM: selftests / xen: don't explicitly set the vcpu_info address
` [PATCH v4 13/13] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability

[PATCH v3 00/13] KVM: xen: update shared_info and vcpu_info handling
 2023-09-19 15:37 UTC  (6+ messages)

[PATCH] KVM: X86: Use octal for file permission
 2023-09-19 15:06 UTC  (2+ messages)

[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
 2023-09-19 14:40 UTC  (39+ messages)
` [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available
` [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest
` [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
` [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton
` [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter
` [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation

[PATCH v6] KVM: x86/tsc: Don't sync user-written TSC against startup values
 2023-09-19 11:29 UTC  (7+ messages)

[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-19  9:34 UTC  (7+ messages)
` [PATCH v3 14/16] virtio-mem: Expose device memory via multiple memslots if enabled

[RFC] KVM: x86: Allow userspace exit on HLT and MWAIT, else yield on MWAIT
 2023-09-19  9:04 UTC  (5+ messages)

Poptávka
 2023-09-19  8:10 UTC 

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-09-19  2:59 UTC  (6+ messages)
` [PATCH v9 6/6] KVM: x86/mmu: Handle "

[PATCH v9 6/6] KVM: x86/mmu: Handle non-refcounted pages
 2023-09-19  2:25 UTC  (2+ messages)

[PATCH 0/3] vfio: Fix the null-ptr-deref bugs in samples of vfio-mdev
 2023-09-19  1:11 UTC  (3+ messages)

[PATCH vfio] vfio/pci: remove msi domain on msi disable
 2023-09-19  0:57 UTC  (12+ messages)

[PATCH v13 00/22] TDX host kernel support
 2023-09-18 22:14 UTC  (7+ messages)
` [PATCH v13 17/22] x86/kexec: Flush cache of TDX private memory


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