public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-05 22:50:08 to 2022-12-07 01:07:54 UTC [more...]

[RFC PATCH vfio 0/7] pds vfio driver
 2022-12-07  1:07 UTC  (6+ messages)
` [RFC PATCH vfio 1/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [RFC PATCH vfio 2/7] vfio/pds: Add support to register as PDS client
` [RFC PATCH vfio 3/7] vfio/pds: Add VFIO live migration support
` [RFC PATCH vfio 4/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [RFC PATCH vfio 5/7] vfio/pds: Add support for dirty page tracking

[PATCH kernel 0/3] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2022-12-07  0:50 UTC  (6+ messages)
` [PATCH kernel 1/3] x86/amd/dr_addr_mask: Cache values in percpu variables

KVM 6.2 state
 2022-12-07  0:37 UTC  (2+ messages)

[PATCH] KVM: Delete extra block of "};" in the KVM API documentation
 2022-12-07  0:36 UTC 

[PATCH] KVM: selftests: Fix build for memstress.[ch] rename
 2022-12-07  0:33 UTC  (3+ messages)

[PATCH] KVM: x86: Add proper ReST tables for userspace MSR exits/flags
 2022-12-07  0:32 UTC  (2+ messages)

[PATCH V1 0/8] vfio virtual address update redo
 2022-12-06 23:52 UTC  (10+ messages)
` [PATCH V1 1/8] vfio: delete interfaces to update vaddr
` [PATCH V1 2/8] vfio/type1: dma owner permission
` [PATCH V1 3/8] vfio: close dma owner
` [PATCH V1 4/8] vfio/type1: "
` [PATCH V1 5/8] vfio/type1: track locked_vm per dma
` [PATCH V1 6/8] vfio/type1: update vaddr
` [PATCH V1 7/8] vfio: change dma owner
` [PATCH V1 8/8] vfio/type1: "

[RFC PATCH v4 0/2] Deprecate BUG() in pte_list_remove() in shadow mmu
 2022-12-06 23:06 UTC  (2+ messages)

[PATCH v2 00/13] riscv: improve boot time isa extensions handling
 2022-12-06 22:16 UTC  (29+ messages)
` [PATCH v2 01/13] riscv: fix jal offsets in patched alternatives
` [PATCH v2 06/13] riscv: introduce riscv_has_extension_[un]likely()
` [PATCH v2 08/13] riscv: module: move find_section to module.h
` [PATCH v2 09/13] riscv: switch to relative alternative entries
` [PATCH v2 10/13] riscv: alternative: patch alternatives in the vDSO
` [PATCH v2 11/13] riscv: cpu_relax: switch to riscv_has_extension_likely()
` [PATCH v2 13/13] riscv: remove riscv_isa_ext_keys[] array and related usage

[PATCH v5] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-06 22:15 UTC  (7+ messages)

[PATCH 0/4] hisi_acc_vfio_pci: Add PRE_COPY migration feature support
 2022-12-06 21:49 UTC  (2+ messages)

[PATCH V4 vfio 00/14] Add migration PRE_COPY support for mlx5 driver
 2022-12-06 21:49 UTC  (16+ messages)
` [PATCH V4 vfio 01/14] net/mlx5: Introduce ifc bits for pre_copy
` [PATCH V4 vfio 02/14] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH V4 vfio 03/14] vfio/mlx5: Enforce a single SAVE command at a time
` [PATCH V4 vfio 04/14] vfio/mlx5: Refactor PD usage
` [PATCH V4 vfio 05/14] vfio/mlx5: Refactor MKEY usage
` [PATCH V4 vfio 06/14] vfio/mlx5: Refactor migration file state
` [PATCH V4 vfio 07/14] vfio/mlx5: Refactor to use queue based data chunks
` [PATCH V4 vfio 08/14] vfio/mlx5: Introduce device transitions of PRE_COPY
` [PATCH V4 vfio 09/14] vfio/mlx5: Introduce SW headers for migration states
` [PATCH V4 vfio 10/14] vfio/mlx5: Introduce vfio precopy ioctl implementation
` [PATCH V4 vfio 11/14] vfio/mlx5: Consider temporary end of stream as part of PRE_COPY
` [PATCH V4 vfio 12/14] vfio/mlx5: Introduce multiple loads
` [PATCH V4 vfio 13/14] vfio/mlx5: Fallback to STOP_COPY upon specific PRE_COPY error
` [PATCH V4 vfio 14/14] vfio/mlx5: Enable MIGRATION_PRE_COPY flag

[GIT PULL] KVM/arm64 updates for 6.2
 2022-12-06 21:43 UTC  (6+ messages)

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-06 21:06 UTC  (14+ messages)
` [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device
` [PATCH v12 2/7] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v12 3/7] s390x/cpu_topology: resetting the Topology-Change-Report

[PATCH v6 08/19] iommufd: PFN handling for iopt_pages
 2022-12-06 20:57 UTC  (5+ messages)

[PATCH] KVM: selftests: Fix build due to ucall_uninit() removal
 2022-12-06 20:49 UTC  (2+ messages)

[RFC] Improving userfaultfd scalability for live migration
 2022-12-06 20:41 UTC  (10+ messages)

[PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
 2022-12-06 20:40 UTC  (4+ messages)

[RFC PATCH 0/5] Add new VFIO PCI driver for NVMe devices
 2022-12-06 19:15 UTC  (29+ messages)
` [RFC PATCH 1/5] nvme-pci: add function nvme_submit_vf_cmd to issue admin commands for VF driver
` [RFC PATCH 2/5] nvme-vfio: add new vfio-pci driver for NVMe device
` [RFC PATCH 3/5] nvme-vfio: enable the function of VFIO live migration
` [RFC PATCH 4/5] nvme-vfio: check if the hardware supports "
` [RFC PATCH 5/5] nvme-vfio: Add a document for the NVMe device

[GIT PULL] Final KVM changes for Linux 6.1
 2022-12-06 19:07 UTC  (2+ messages)

[PATCH 00/13] SVM: vNMI (with my fixes)
 2022-12-06 18:27 UTC  (5+ messages)
` [PATCH 07/13] KVM: SVM: Add VNMI support in get/set_nmi_mask

[Patch v2 0/2] NUMA aware page table allocation
 2022-12-06 18:17 UTC  (5+ messages)
` [Patch v2 2/2] KVM: x86/mmu: Allocate page table pages on NUMA node of underlying pages

[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
 2022-12-06 17:29 UTC  (4+ messages)

[PATCH 0/7] KVM: x86/MMU: Factor rmap operations out of mmu.c
 2022-12-06 17:36 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86/MMU: Move pte_list operations to rmap.c
` [PATCH 2/7] KVM: x86/MMU: Move rmap_iterator to rmap.h
` [PATCH 3/7] KVM: x86/MMU: Move gfn_to_rmap() to rmap.c
` [PATCH 4/7] KVM: x86/MMU: Move rmap_can_add() and rmap_remove() "
` [PATCH 5/7] KVM: x86/MMU: Move the rmap walk iterator out of mmu.c
` [PATCH 6/7] KVM: x86/MMU: Move rmap zap operations to rmap.c
` [PATCH 7/7] KVM: x86/MMU: Move rmap_add() "

[PATCH] KVM: x86/pmu: Avoid ternary operator by directly referring to counters->type
 2022-12-06 17:19 UTC  (4+ messages)

[Bug report] Null pointer dereference unbinding i915 with gvt enabled
 2022-12-06 16:33 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-06 15:48 UTC  (19+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory
` [PATCH v10 4/9] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v10 5/9] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v10 7/9] KVM: Update lpage info when private/shared memory are mixed

[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
 2022-12-06 14:29 UTC  (28+ messages)
` [kvm-unit-tests PATCH v3 01/27] x86: replace irq_{enable|disable}() with sti()/cli()
` [kvm-unit-tests PATCH v3 09/27] svm: add simple nested shutdown test
` [kvm-unit-tests PATCH v3 11/27] lib: Add random number generator
` [kvm-unit-tests PATCH v3 15/27] svm: move some svm support functions into lib/x86/svm_lib.h
` [kvm-unit-tests PATCH v3 18/27] svm: move vmcb_ident to svm_lib.c
` [kvm-unit-tests PATCH v3 19/27] svm: rewerite vm entry macros
` [kvm-unit-tests PATCH v3 21/27] svm: cleanup the default_prepare
` [kvm-unit-tests PATCH v3 25/27] svm: move nested vcpu to test context

[PATCH] KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning
 2022-12-06 13:53 UTC  (3+ messages)

[PATCH] x86/boot: Check if the input parameter (buffer) of the function is a null pointer
 2022-12-06 12:59 UTC 

[RFC PATCH 0/2] Add vcpu debugfs to record statstical data for every single
 2022-12-06 12:58 UTC  (3+ messages)
` [RFC PATCH 1/2] KVM: debugfs: Add vcpu debugfs to record statstical data for every single vcpu
` [RFC PATCH 2/2] KVM: arm64: Enable __KVM_HAVE_ARCH_VCPU_DEBUGFS

[PATCH v2 00/11] SVM: vNMI (with my fixes)
 2022-12-06 12:19 UTC  (11+ messages)
` [PATCH v2 01/11] KVM: nSVM: don't sync back tlb_ctl on nested VM exit
` [PATCH v2 06/11] KVM: SVM: add wrappers to enable/disable IRET interception
` [PATCH v2 11/11] KVM: nSVM: implement support for nested VNMI

[kvm-unit-tests PATCH] gitlab-ci: Update to Fedora 37
 2022-12-06 11:45 UTC  (2+ messages)

[kvm-unit-tests v2 PATCH] powerpc: Fix running the kvm-unit-tests with recent versions of QEMU
 2022-12-06 11:43 UTC  (2+ messages)

[kvm-unit-tests PATCH] powerpc: Fix running the kvm-unit-tests with recent versions of QEMU
 2022-12-06 11:04 UTC  (3+ messages)

[PATCH] vfio/ap/ccw/samples: Fix device_register() unwind path
 2022-12-06 10:02 UTC  (2+ messages)

[PATCH] KVM: x86: Simplify kvm_apic_hw_enabled
 2022-12-06  9:20 UTC 

[PATCH] KVM: x86: hyper-v: Restore function kvm_hv_assist_page_enabled to export
 2022-12-06  9:18 UTC 

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-12-06  9:16 UTC  (3+ messages)
` [RFC PATCH V2 01/18] x86/sev: Pvalidate memory gab for decompressing kernel

[PATCH v3 0/8] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-12-06  8:32 UTC  (2+ messages)

[PATCH RESEND v3 0/3] KVM: x86/pmu: Enable guest PEBS for SPR and later models
 2022-12-06  8:29 UTC  (4+ messages)
` [PATCH RESEND v3 1/3] KVM: x86/pmu: Disable guest PEBS on hybird cpu due to heterogeneity
` [PATCH RESEND v3 2/3] KVM: x86/pmu: Add PRIR++ and PDist support for SPR and later models
` [PATCH RESEND v3 3/3] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models

[PATCH] KVM: MMU: Add wrapper to check whether MMU is in direct mode
 2022-12-06  7:39 UTC 

[PATCH V2 00/12] ifcvf/vDPA implement features provisioning
 2022-12-06  8:25 UTC  (2+ messages)

[PATCH 00/10] Move group specific code into group.c
 2022-12-06  7:31 UTC  (7+ messages)

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2022-12-06  6:22 UTC  (6+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[kvm-unit-tests PATCH] avoid encoding mtime in standalone scripts
 2022-12-06  6:14 UTC  (2+ messages)

[PATCH kernel v4] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-12-06  4:39 UTC  (3+ messages)

[PATCH v5 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-12-05 23:32 UTC  (8+ messages)
` [PATCH v5 1/7] x86/cpu: Define a scattered No Nested Data Breakpoints feature bit
` [PATCH v5 2/7] x86/cpu: Define a scattered Null Selector Clears Base "
` [PATCH v5 3/7] x86/cpu: Make X86_FEATURE_LFENCE_RDTSC a scattered "
` [PATCH v5 4/7] x86/cpu, kvm: Move CPUID 0x80000021 EAX feature bits propagation to kvm_set_cpu_caps()
` [PATCH v5 5/7] x86/cpu: Define a scattered AMD Automatic IBRS feature bit
` [PATCH v5 6/7] x86/cpu: Support AMD Automatic IBRS
` [PATCH v5 7/7] x86/cpu, kvm: Propagate the AMD Automatic IBRS feature to the guest

[V2 PATCH 0/6] KVM: selftests: selftests for fd-based private memory
 2022-12-05 23:23 UTC  (7+ messages)
` [V2 PATCH 1/6] KVM: x86: Add support for testing "
` [V2 PATCH 2/6] KVM: Selftests: Add support for "
` [V2 PATCH 3/6] KVM: selftests: x86: Add IS_ALIGNED/IS_PAGE_ALIGNED helpers
` [V2 PATCH 4/6] KVM: selftests: x86: Add helpers to execute VMs with private memory
` [V2 PATCH 5/6] KVM: selftests: Add get_free_huge_2m_pages
` [V2 PATCH 6/6] KVM: selftests: x86: Add selftest for private memory


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