public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-25 15:05:02 to 2022-07-27 15:56:53 UTC [more...]

[PATCH 0/6] KVM: arm64: nVHE stack unwinder rework
 2022-07-27 15:56 UTC  (8+ messages)
  ` [PATCH 1/6] KVM: arm64: Move PROTECTED_NVHE_STACKTRACE around
  ` [PATCH 2/6] KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
  ` [PATCH 3/6] KVM: arm64: Make unwind()/on_accessible_stack() per-unwinder functions
  ` [PATCH 4/6] KVM: arm64: Move nVHE-only helpers into kvm/stacktrace.c
  ` [PATCH 5/6] KVM: arm64: Don't open code ARRAY_SIZE()
  ` [PATCH 6/6] arm64: Update 'unwinder howto'

[RFC V1 00/10] *** KVM: selftests: Add simple SEV test
 2022-07-27 14:07 UTC  (6+ messages)
` [RFC V1 08/10] KVM: selftests: Make ucall work with encrypted guests

[PATCH] KVM: x86: enable TDP MMU by default
 2022-07-27 13:31 UTC  (5+ messages)

[PATCH v5 00/22] TDX host kernel support
 2022-07-27 12:46 UTC  (12+ messages)
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function

[kvm-unit-tests PATCH v2] x86: amd: pmu: test performance counter on AMD
 2022-07-27 12:46 UTC 

[RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-07-27 12:37 UTC  (9+ messages)
` [RFC PATCH v2 1/9] vsock: use sk_rcvlowat to set POLLIN/POLLRDNORM
` [RFC PATCH v2 3/9] vmci/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v2 5/9] vsock: SO_RCVLOWAT transport set callback

[PATCH 0/5] Fix wrong gfn range of tlb flushing with range
 2022-07-27 12:14 UTC  (3+ messages)

[PATCH] kvm: mmu: fix typos in struct kvm_arch
 2022-07-27 10:58 UTC 

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-07-27  9:59 UTC  (6+ messages)
` [PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely "

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-27  9:26 UTC  (27+ messages)
` [PATCH v7 002/102] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v7 008/102] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v7 011/102] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [PATCH v7 046/102] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU

[PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET
 2022-07-27  7:36 UTC  (57+ messages)
` [PATCH v13 01/42] virtio: record the maximum queue num supported by the device
` [PATCH v13 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v13 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v13 04/42] virtio_ring: extract the logic of freeing vring
` [PATCH v13 05/42] virtio_ring: split vring_virtqueue
` [PATCH v13 06/42] virtio_ring: introduce virtqueue_init()
` [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol
` [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split
` [PATCH v13 09/42] virtio_ring: split: introduce vring_free_split()
` [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue
` [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v13 12/42] virtio_ring: split: extract the logic of vring init
` [PATCH v13 13/42] virtio_ring: split: extract the logic of attach vring
` [PATCH v13 14/42] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v13 15/42] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed
` [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init
` [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring
` [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize()
` [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually
` [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset
` [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset
` [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v13 33/42] virtio: find_vqs() add arg sizes
` [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v13 35/42] virtio_mmio: "
` [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs()
` [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v13 39/42] virtio_net: split free_unused_bufs()
` [PATCH v13 40/42] virtio_net: support rx queue resize
` [PATCH v13 41/42] virtio_net: support tx "
` [PATCH v13 42/42] virtio_net: support set_ringparam

[PATCH 0/5] KVM/x86: add a new hypercall to execute host system
 2022-07-27  6:44 UTC  (10+ messages)

[PATCH v5 0/5] vfio/pci: power management changes
 2022-07-27  6:07 UTC  (13+ messages)
` [PATCH v5 1/5] vfio: Add the device features for the low power entry and exit
` [PATCH v5 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH kvm-unit-tests] x86: add and use *_BIT constants for CR0, CR4, EFLAGS
 2022-07-27  6:04 UTC  (3+ messages)

[RFC 0/3] SCMI Vhost and Virtio backend implementation
 2022-07-27  4:17 UTC  (3+ messages)

[PATCH v2 0/6] KVM: x86: Apply NX mitigation more precisely
 2022-07-27  2:41 UTC  (23+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked
` [PATCH v2 2/6] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
` [PATCH v2 3/6] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH v2 4/6] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
` [PATCH v2 5/6] KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
` [PATCH v2 6/6] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

[kvm-unit-tests PATCH 3/3] arm: pmu: Remove checks for !overflow in chained counters tests
 2022-07-27  2:29 UTC  (11+ messages)

[PATCH v5 0/5] cover-letter: Simplify vfio_iommu_type1 attach/detach routine
 2022-07-26 18:32 UTC  (6+ messages)

[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-07-26 18:15 UTC  (7+ messages)
` [PATCH v4 09/13] KVM: selftests: aarch64: "

simplify the mdev interface v6
 2022-07-26 18:03 UTC  (4+ messages)
` [RFC PATCH] vfio/ccw: Move mdev stuff out of struct subchannel

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-26 18:03 UTC  (4+ messages)
` [PATCH v4 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[PATCH MANUALSEL 5.10 1/2] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it
 2022-07-26 17:50 UTC  (6+ messages)

[RFC PATCH 0/2] KVM: selftests: Rename perf_test_util to memstress
 2022-07-26 17:45 UTC  (7+ messages)
` [RFC PATCH 1/2] KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
` [RFC PATCH 2/2] KVM: selftests: Rename perf_test_util symbols to memstress

[PATCH kvm-unit-tests] x86: smp: fix 32-bit build
 2022-07-26 17:37 UTC 

[PATCH kvm-unit-tests] x86: add and use *_BIT constants for CR0, CR4, EFLAGS
 2022-07-26 17:35 UTC 

[PATCH] kvm: x86: mmu: Always flush TLBs when enabling dirty logging
 2022-07-26 17:23 UTC  (4+ messages)

[PATCH kvm-unit-tests] x86: fix clang warning
 2022-07-26 17:23 UTC  (2+ messages)

[PATCH 0/2] vfio-ccw fixes for 5.20
 2022-07-26 16:19 UTC  (5+ messages)
` [PATCH 1/2] vfio/ccw: Add length to DMA_UNMAP checks
` [PATCH 2/2] vfio/ccw: Remove FSM Close from remove handlers

[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-26 15:12 UTC  (22+ messages)
` [PATCH V2 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V2 vfio 06/11] vfio: Introduce the DMA logging feature support

[RFC PATCH 0/1] vhost-blk: in-kernel accelerator for virtio-blk guests
 2022-07-26 15:06 UTC  (5+ messages)
` [RFC PATCH 1/1] drivers/vhost: vhost-blk "

[PATCH] kvm: mmu: Simplify judgment conditions
 2022-07-26 14:41 UTC  (2+ messages)

[PATCH 0/3] KVM: Fix oneshot interrupts forwarding
 2022-07-26 14:07 UTC  (4+ messages)
` [PATCH 3/3] KVM: irqfd: Postpone resamplefd notify for oneshot interrupts

[PATCH kvm-unit-tests] s390x: fix build with clang
 2022-07-26  8:39 UTC  (2+ messages)

[kvm-unit-tests GIT PULL v2] x86: Fixes, cleanups, and new sub-tests
 2022-07-26  8:15 UTC  (2+ messages)

[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
 2022-07-26  8:07 UTC  (5+ messages)
` [RFC 1/5] vhost: reorder used descriptors in a batch
` [RFC 4/5] virtio: get desc id in order

[PATCH v7 0/4] Add Sstc extension support
 2022-07-26  5:49 UTC  (3+ messages)
` [PATCH v7 3/4] RISC-V: Prefer sstc extension if available

[PATCH v2 0/7] ASID support in vhost-vdpa net
 2022-07-26  3:04 UTC  (3+ messages)
` [PATCH v2 7/7] vdpa: Always start CVQ in SVQ mode

Add vfio-platform support for ONESHOT irq forwarding?
 2022-07-25 22:03 UTC  (12+ messages)

[PATCH] kvm: x86: mmu: Drop the need_remote_flush() function
 2022-07-25 21:43 UTC  (3+ messages)

[PATCH v4 00/10] cover-letter: Update vfio_pin/unpin_pages API
 2022-07-25 21:17 UTC  (2+ messages)

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new sub-tests
 2022-07-25 20:35 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/2] x86: Don't assume !x2APIC during boot
 2022-07-25 20:13 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: apic: Play nice with x2APIC being enabled when getting "pre-boot" ID
` [kvm-unit-tests PATCH 2/2] x86: cstart64: Put APIC into xAPIC after loading TSS

[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-07-25 18:18 UTC  (5+ messages)
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS

[PATCH 0/5] KVM: VMX: PERF_GLOBAL_CTRL fixes
 2022-07-25 16:48 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT
 2022-07-25 16:48 UTC  (2+ messages)

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-07-25 16:08 UTC  (6+ messages)
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally

[kvm-unit-tests PATCH v3 0/3] s390x: add tests for SIGP call orders in enabled wait
 2022-07-25 15:54 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/3] s390x: smp: move sigp calls with invalid cpu address to array
` [kvm-unit-tests PATCH v3 2/3] s390x: smp: use an array for sigp calls
` [kvm-unit-tests PATCH v3 3/3] s390x: smp: add tests for calls in wait state

[kvm-unit-tests PATCH v4 00/13] x86: SMP Support for x86 UEFI Tests
 2022-07-25 15:53 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