public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-17 20:56:04 to 2023-04-19 20:16:26 UTC [more...]

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-04-19 20:15 UTC  (14+ messages)
` [PATCH v3 01/22] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test
` [PATCH v3 02/22] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation
` [PATCH v3 22/22] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH v3 0/2] iommu/amd: Fix GAM IRTEs affinity and GALog restart
 2023-04-19 20:11 UTC  (3+ messages)
` [PATCH v3 1/2] iommu/amd: Don't block updates to GATag if guest mode is on
` [PATCH v3 2/2] iommu/amd: Handle GALog overflows

[PATCH V3 00/10] vfio/pci: Support dynamic allocation of MSI-X interrupts
 2023-04-19 18:13 UTC  (17+ messages)
` [PATCH V3 01/10] vfio/pci: Consolidate irq cleanup on MSI/MSI-X disable
` [PATCH V3 02/10] vfio/pci: Remove negative check on unsigned vector
` [PATCH V3 03/10] vfio/pci: Prepare for dynamic interrupt context storage
` [PATCH V3 04/10] vfio/pci: Move to single error path
` [PATCH V3 05/10] vfio/pci: Use xarray for interrupt context storage
` [PATCH V3 06/10] vfio/pci: Remove interrupt context counter
` [PATCH V3 07/10] vfio/pci: Update stale comment
` [PATCH V3 08/10] vfio/pci: Probe and store ability to support dynamic MSI-X
` [PATCH V3 09/10] vfio/pci: Support "
` [PATCH V3 10/10] vfio/pci: Clear VFIO_IRQ_INFO_NORESIZE for MSI-X

[PATCH v19 00/21] s390x: CPU Topology
 2023-04-19 17:15 UTC  (16+ messages)
` [PATCH v19 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v19 02/21] s390x/cpu topology: add topology entries on CPU hotplug

[PATCH kvmtool v2 0/2] Fix virtio/rng handling in low entropy situations
 2023-04-19 17:05 UTC  (3+ messages)
` [PATCH kvmtool v2 1/2] virtio/rng: switch to using /dev/urandom
  ` [PATCH kvmtool v2 2/2] virtio/rng: return at least one byte of entropy

[GIT PULL v2] KVM/arm64 fixes for 6.3, part #4
 2023-04-19 15:54 UTC 

[PATCH kvmtool 0/2] Fix virtio/rng handling in low entropy situations
 2023-04-19 15:31 UTC  (6+ messages)
` [PATCH kvmtool 1/2] virtio/rng: switch to using /dev/urandom

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-04-19 15:27 UTC  (13+ messages)
` Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)

[PATCH v5] vfio/cdx: add support for CDX bus
 2023-04-19 15:17 UTC 

[PATCH -next v18 00/20] riscv: Add vector ISA support
 2023-04-19 15:18 UTC  (4+ messages)

[PATCH v4 0/9] RISC-V KVM virtualize AIA CSRs
 2023-04-19 14:22 UTC  (4+ messages)
` [PATCH v4 2/9] RISC-V: Detect AIA CSRs from ISA string

[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction
 2023-04-19 13:41 UTC  (6+ messages)
` [PATCH 5/5] "

[PATCH 00/33] Split ptdesc from struct page
 2023-04-19 13:33 UTC  (10+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH 04/33] mm: add utility functions for ptdesc
  ` [PATCH 4/33] "
` [PATCH 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH kvmtool 00/16] Fix vhost-net, scsi and vsock
 2023-04-19 13:21 UTC  (17+ messages)
` [PATCH kvmtool 01/16] virtio: Factor vhost initialization
` [PATCH kvmtool 02/16] virtio/vhost: Factor vring operation
` [PATCH kvmtool 03/16] virtio/vhost: Factor notify_vq_eventfd()
` [PATCH kvmtool 04/16] virtio/vhost: Factor notify_vq_gsi()
` [PATCH kvmtool 05/16] virtio/scsi: Move VHOST_SCSI_SET_ENDPOINT to device start
` [PATCH kvmtool 06/16] virtio/scsi: Fix and simplify command-line
` [PATCH kvmtool 07/16] disk/core: Fix segfault on exit with SCSI
` [PATCH kvmtool 08/16] virtio/scsi: Initialize max_target
` [PATCH kvmtool 09/16] virtio/scsi: Fix feature selection
` [PATCH kvmtool 10/16] virtio/vsock: "
` [PATCH kvmtool 11/16] virtio/net: "
` [PATCH kvmtool 12/16] virtio: Document how to test the devices
` [PATCH kvmtool 13/16] virtio: Fix messages about missing Linux config
` [PATCH kvmtool 14/16] Factor epoll thread
` [PATCH kvmtool 15/16] virtio/vhost: Support line interrupt signaling
` [PATCH kvmtool 16/16] virtio/vhost: Clear VIRTIO_F_ACCESS_PLATFORM

[PATCH v4 1/6] mm/gup: remove unused vmas parameter from get_user_pages()
 2023-04-19 12:05 UTC  (6+ messages)
` [PATCH v4 2/6] mm/gup: remove unused vmas parameter from pin_user_pages_remote()
` [PATCH v4 3/6] mm/gup: remove vmas parameter from get_user_pages_remote()
` [PATCH v4 5/6] mm/gup: remove vmas parameter from pin_user_pages()

[PATCH v13 098/113] KVM: TDX: Handle TDX PV map_gpa hypercall
 2023-04-19 10:38 UTC  (3+ messages)

[PATCH RFC net-next v2 0/4] virtio/vsock: support datagrams
 2023-04-19 10:00 UTC  (9+ messages)
` [PATCH RFC net-next v2 1/4] virtio/vsock: support dgram
` [PATCH RFC net-next v2 2/4] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v2 3/4] vsock: Add lockless sendmsg() support

[kvm-unit-tests PATCH 0/6] arm: pmu: Fix random failures of pmu-chain-promotion
 2023-04-19  9:39 UTC  (6+ messages)

[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-04-19  9:34 UTC  (8+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-19  9:28 UTC  (10+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v7 17/30] LoongArch: KVM: Implement virtual machine tlb operations

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-19  9:01 UTC  (7+ messages)
` [PATCH v7 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v7 29/30] LoongArch: KVM: Enable kvm config and add the makefile

[PATCH v2] KVM: arm64: Make vcpu flag updates non-preemptible
 2023-04-19  8:58 UTC  (3+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-19  8:29 UTC  (6+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
  ` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[GIT PULL] KVM/arm64 fixes for 6.3, part #4
 2023-04-19  8:24 UTC 

[PATCH v13 000/113] KVM TDX basic feature support
 2023-04-19  8:21 UTC  (4+ messages)
` [PATCH v13 021/113] KVM: TDX: Make pmu_intel.c ignore guest TD case

KVM call minutes for 2023-04-18
 2023-04-19  7:55 UTC 

[PATCH v3 0/2] Documentation/process: Add a maintainer handbook for KVM x86
 2023-04-19  7:37 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH 0/9] KVM backports to 5.10
 2023-04-19  7:17 UTC 

[PATCH v1 0/2] KVM: arm64: Fix bugs related to mp_state updates
 2023-04-19  7:12 UTC  (4+ messages)
` [PATCH v1 1/2] KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()
` [PATCH v1 2/2] KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_state

[RFC PATCH 0/5] Add TDX intra host migration support
 2023-04-19  7:08 UTC  (15+ messages)
` [RFC PATCH 1/5] KVM: Split tdp_mmu_pages to private and shared lists
` [RFC PATCH 2/5] KVM: SEV: Refactor common code out of sev_vm_move_enc_context_from
` [RFC PATCH 3/5] KVM: TDX: Add base implementation for tdx_vm_move_enc_context_from
` [RFC PATCH 5/5] KVM: TDX: Add core logic for TDX intra-host migration

[PATCH v7 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-04-19  6:43 UTC  (10+ messages)
` [PATCH v7 3/5] KVM: x86: Introduce untag_addr() in kvm_x86_ops
` [PATCH v7 4/5] KVM: x86: Untag address when LAM applicable

[PATCH v6 0/6] Support writable CPU ID registers from userspace
 2023-04-19  4:59 UTC  (7+ messages)
` [PATCH v6 4/6] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v6 5/6] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v6 6/6] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v3] KVM: x86: Fix poll command
 2023-04-19  2:19 UTC 

[PATCH v4] vfio/cdx: add support for CDX bus
 2023-04-19  0:06 UTC  (5+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-04-18 23:38 UTC  (2+ messages)

[PATCH v3 12/12] vfio/pci: Report dev_id in VFIO_DEVICE_GET_PCI_HOT_RESET_INFO
 2023-04-18 18:39 UTC  (28+ messages)

Add zicboz support for riscv kvmtool
 2023-04-18 17:14 UTC  (7+ messages)
` [PATCH kvmtool 1/2] riscv: add mvendorid/marchid/mimpid to sync kvm_riscv_config
` [PATCH kvmtool 2/2] riscv: add zicboz support

[PATCH v2] KVM: x86/xen: Implement hvm_op/HVMOP_flush_tlbs hypercall
 2023-04-18 16:08 UTC  (11+ messages)
    ` [EXTERNAL][PATCH "
      ` [PATCH v3] "
          ` [EXTERNAL][PATCH "

[PATCH 0/8] Add printf and formatted asserts in the guest
 2023-04-18 16:06 UTC  (10+ messages)
` [PATCH 4/8] KVM: selftests: Copy printf.c to KVM selftests
` [PATCH 5/8] KVM: selftests: Add vsprintf() "

[PATCH 1/2] KVM: x86: Fix poll command
 2023-04-18 15:19 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Adjust return value of pic_poll_read()

[RFC PATCH V4 00/17] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-04-18 14:12 UTC  (10+ messages)
` [RFC PATCH V4 08/17] x86/hyperv: Initialize cpu and memory for sev-snp enlightened guest
` [RFC PATCH V4 13/17] x86/sev: Add Check of #HV event in path

QEMU developers fortnightly conference call for agenda for 2023-04-18
 2023-04-18 13:57 UTC  (3+ messages)

[PATCH v2 00/17] Add RISC-V vector cryptographic instruction set support
 2023-04-18  8:31 UTC  (16+ messages)
` [PATCH v2 02/17] target/riscv: Refactor vector-vector translation macro
` [PATCH v2 04/17] target/riscv: Move vector translation checks
` [PATCH v2 05/17] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v2 07/17] qemu/bitops.h: Limit rotate amounts
` [PATCH v2 08/17] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
` [PATCH v2 09/17] target/riscv: Add Zvbb ISA extension support
` [PATCH v2 14/17] crypto: Create sm4_subword

[PATCH v2] KVM: x86: Fix poll command
 2023-04-18  7:59 UTC  (2+ messages)

[PATCH v3] vfio/cdx: add support for CDX bus
 2023-04-18  4:19 UTC  (3+ messages)

[PATCH 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
 2023-04-18  2:13 UTC  (2+ messages)

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-04-18  2:07 UTC  (7+ messages)
` [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support
` [RFC PATCH v2 05/11] x86/bugs: Use Virtual MSRs to request hardware mitigations

[PATCH 24/33] m68k: Convert various functions to use ptdescs
 2023-04-17 22:18 UTC  (2+ messages)


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