public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-19 12:40:14 to 2022-07-20 08:47:51 UTC [more...]

[PATCH v2 00/11] SMM emulation and interrupt shadow fixes
 2022-07-20  8:47 UTC  (3+ messages)

[PATCH] KVM: nSVM: Pull CS.Base from actual VMCB12 for soft int/ex re-injection
 2022-07-20  8:43 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
 2022-07-20  8:40 UTC  (4+ messages)
` [kvm-unit-tests PATCH 3/3] arm: pmu: Remove checks for !overflow in chained counters tests

[RFC PATCH v1 0/3] virtio/vsock: use SO_RCVLOWAT to set POLLIN/POLLRDNORM
 2022-07-20  8:23 UTC  (13+ messages)
` [RFC PATCH v1 1/3] vsock: use sk_skrcvlowat to set POLLIN,POLLRDNORM, bits
` [RFC PATCH v1 2/3] virtio/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v1 3/3] vsock_test: POLLIN + SO_RCVLOWAT test

[PATCH v3 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20  7:47 UTC  (5+ messages)
` [PATCH v3 1/2] vfio: Replace the DMA unmapping notifier with a callback

[PATCH 00/35] perf intel-pt: Add support for tracing virtual machine user space on the host
 2022-07-20  5:29 UTC  (72+ messages)
` [PATCH 01/35] perf tools: Fix dso_id inode generation comparison
` [PATCH 02/35] perf tools: Export dsos__for_each_with_build_id()
` [PATCH 03/35] perf ordered_events: Add ordered_events__last_flush_time()
` [PATCH 04/35] perf tools: Export perf_event__process_finished_round()
` [PATCH 05/35] perf tools: Factor out evsel__id_hdr_size()
` [PATCH 06/35] perf tools: Add perf_event__synthesize_id_sample()
` [PATCH 07/35] perf script: Add --dump-unsorted-raw-trace option
` [PATCH 08/35] perf buildid-cache: Add guestmount'd files to the build ID cache
` [PATCH 09/35] perf buildid-cache: Do not require purge files to also be in the file system
` [PATCH 10/35] perf tools: Add machine_pid and vcpu to id_index
` [PATCH 11/35] perf session: Create guest machines from id_index
` [PATCH 12/35] perf tools: Add guest_cpu to hypervisor threads
` [PATCH 13/35] perf tools: Add machine_pid and vcpu to perf_sample
` [PATCH 14/35] perf tools: Use sample->machine_pid to find guest machine
` [PATCH 15/35] perf script: Add machine_pid and vcpu
` [PATCH 16/35] perf dlfilter: "
` [PATCH 17/35] perf auxtrace: Add machine_pid and vcpu to auxtrace_error
` [PATCH 18/35] perf script python: Add machine_pid and vcpu
` [PATCH 19/35] perf script python: intel-pt-events: "
` [PATCH 20/35] perf tools: Remove also guest kcore_dir with host kcore_dir
` [PATCH 21/35] perf tools: Make has_kcore_dir() work also for guest kcore_dir
` [PATCH 22/35] perf tools: Automatically use guest kcore_dir if present
` [PATCH 23/35] perf tools: Add reallocarray_as_needed()
` [PATCH 24/35] perf inject: Add support for injecting guest sideband events
` [PATCH 26/35] perf tools: Handle injected guest kernel mmap event
` [PATCH 27/35] perf tools: Add perf_event__is_guest()
` [PATCH 28/35] perf intel-pt: Remove guest_machine_pid
` [PATCH 29/35] perf intel-pt: Add some more logging to intel_pt_walk_next_insn()
` [PATCH 30/35] perf intel-pt: Track guest context switches
` [PATCH 31/35] perf intel-pt: Disable sync switch with guest sideband
` [PATCH 32/35] perf intel-pt: Determine guest thread from "
` [PATCH 33/35] perf intel-pt: Add machine_pid and vcpu to auxtrace_error
` [PATCH 34/35] perf intel-pt: Use guest pid/tid etc in guest samples
` [PATCH 35/35] perf intel-pt: Add documentation for tracing guest machine user space

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-20  5:13 UTC  (29+ messages)
` [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE
` [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [PATCH v7 040/102] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu
` [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v7 043/102] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v7 049/102] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v7 053/102] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD

simplify the mdev interface v6
 2022-07-20  5:06 UTC  (14+ messages)
` [PATCH 03/14] vfio/mdev: make mdev.h standalone includable
` [PATCH 14/14] vfio/mdev: add mdev available instance checking to the core

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

[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-20  1:57 UTC  (14+ messages)
` [PATCH V2 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V2 vfio 05/11] vfio: Add an IOVA bitmap support
` [PATCH V2 vfio 06/11] vfio: Introduce the DMA logging feature support

[PATCH AUTOSEL 5.4 03/16] x86/kvm/vmx: Make noinstr clean
 2022-07-20  1:17 UTC 

[PATCH AUTOSEL 5.15 03/42] x86/kvm/vmx: Make noinstr clean
 2022-07-20  1:13 UTC  (5+ messages)
` [PATCH AUTOSEL 5.15 20/42] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH AUTOSEL 5.15 21/42] KVM: VMX: Convert launched argument to flags
` [PATCH AUTOSEL 5.15 22/42] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH AUTOSEL 5.15 41/42] KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1

[PATCH AUTOSEL 5.10 03/25] x86/kvm/vmx: Make noinstr clean
 2022-07-20  1:15 UTC 

[PATCH AUTOSEL 5.18 03/54] x86/kvm/vmx: Make noinstr clean
 2022-07-20  1:10 UTC  (6+ messages)
` [PATCH AUTOSEL 5.18 09/54] x86/kvm: Fix SETcc emulation for return thunks
` [PATCH AUTOSEL 5.18 25/54] KVM: VMX: Flatten __vmx_vcpu_run()
` [PATCH AUTOSEL 5.18 26/54] KVM: VMX: Convert launched argument to flags
` [PATCH AUTOSEL 5.18 27/54] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
` [PATCH AUTOSEL 5.18 53/54] KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1

[PATCH v2 0/3] KVM: arm64: support MTE in protected VMs
 2022-07-20  1:06 UTC  (3+ messages)

[PATCH V3 00/12] KVM: X86/MMU: Use one-off local shadow page for special roots
 2022-07-20  0:35 UTC  (21+ messages)
` [PATCH V3 01/12] KVM: X86/MMU: Verify PDPTE for nested NPT in PAE paging mode when page fault
` [PATCH V3 02/12] KVM: X86/MMU: Add using_local_root_page()
` [PATCH V3 04/12] KVM: X86/MMU: Add local shadow pages
` [PATCH V3 05/12] KVM: X86/MMU: Link PAE root pagetable with its children
` [PATCH V3 07/12] KVM: X86/MMU: Remove the check of the return value of to_shadow_page()
` [PATCH V3 08/12] KVM: X86/MMU: Allocate mmu->pae_root for PAE paging on-demand
` [PATCH V3 09/12] KVM: X86/MMU: Move the verifying of NPT's PDPTE in FNAME(fetch)
` [PATCH V3 10/12] KVM: X86/MMU: Remove unused INVALID_PAE_ROOT and IS_VALID_PAE_ROOT
` [PATCH V3 11/12] KVM: X86/MMU: Don't use mmu->pae_root when shadowing PAE NPT in 64-bit host

[PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-20  0:02 UTC  (3+ messages)
` [PATCH v4 1/2] vfio: Replace the DMA unmapping notifier with a callback
` [PATCH v4 2/2] vfio: Replace the iommu notifier with a device list

[PATCH v5 00/22] TDX host kernel support
 2022-07-19 23:54 UTC  (14+ messages)
` [PATCH v5 02/22] cc_platform: Add new attribute to prevent ACPI CPU hotplug
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function

[RFC PATCH v2 0/3] MSR filtering / exiting flag cleanup
 2022-07-19 23:49 UTC  (4+ messages)
` [RFC PATCH v2 1/3] KVM: x86: Protect the unused bits in the MSR filtering / exiting flags
` [PATCH v2 2/3] KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range
` [RFC PATCH v2 3/3] selftests: kvm/x86: Test the flags in MSR filtering / exiting

[PATCH 00/12] KVM: X86/MMU: Simpliy mmu_unsync_walk()
 2022-07-19 20:45 UTC  (15+ messages)
` [PATCH 05/12] KVM: X86/MMU: Clear unsync bit directly in __mmu_unsync_walk()
` [PATCH 06/12] KVM: X86/MMU: Rename mmu_unsync_walk() to mmu_unsync_walk_and_clear()
` [PATCH 07/12] KVM: X86/MMU: Remove the useless struct mmu_page_path
` [PATCH 08/12] KVM: X86/MMU: Remove the useless idx from struct kvm_mmu_pages
` [PATCH 10/12] KVM: X86/MMU: Don't add parents to "
` [PATCH 11/12] KVM: X86/MMU: Remove mmu_pages_first() and mmu_pages_next()
` [PATCH 12/12] KVM: X86/MMU: Rename struct kvm_mmu_pages to struct kvm_mmu_page_vec

[RFC PATCH] KVM: x86: Protect the unused bits in MSR exiting flags
 2022-07-19 19:47 UTC  (4+ messages)

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-07-19 19:23 UTC  (6+ messages)
` [RFC PATCH v6 090/104] KVM: TDX: Handle TDX PV CPUID hypercall

[PATCH] KVM: SVM: Fix x2APIC MSRs interception
 2022-07-19 19:11 UTC  (3+ messages)

[PATCH v2] KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()
 2022-07-19 19:02 UTC  (2+ messages)

[PATCH v2] KVM: X86: Explicitly set the 'fault.async_page_fault' value in kvm_fixup_and_inject_pf_error()
 2022-07-19 19:01 UTC  (2+ messages)

[PATCH 0/4] Huge page related cleanups
 2022-07-19 18:02 UTC  (2+ messages)

[PATCH 0/4] KVM: x86/mmu: Memtype related cleanups
 2022-07-19 17:59 UTC  (2+ messages)

[PATCH 0/3] selftests: KVM: Improvements to binary stats test
 2022-07-19 17:53 UTC  (6+ messages)
` [PATCH 1/3] selftests: KVM: Check stat name before other fields
` [PATCH 2/3] selftests: KVM: Provide descriptive assertions in kvm_binary_stats_test
` [PATCH 3/3] selftests: KVM: Add exponent check for boolean stats

[PATCH] x86, cpu: use MSR_IA32_MISC_ENABLE constants
 2022-07-19 17:47 UTC 

[PATCH v2 00/24] KVM: arm64: Introduce pKVM shadow state at EL2
 2022-07-19 16:11 UTC  (11+ messages)
` [PATCH v2 14/24] KVM: arm64: Add pcpu fixmap infrastructure "
` [PATCH v2 18/24] KVM: arm64: Instantiate guest stage-2 page-tables "

[RFC V1 00/10] *** KVM: selftests: Add simple SEV test
 2022-07-19 15:43 UTC  (5+ messages)
` [RFC V1 06/10] KVM: selftests: Consolidate boilerplate code in get_ucall()
` [RFC V1 08/10] KVM: selftests: Make ucall work with encrypted guests

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-07-19 15:28 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 19/27] arm/arm64: Add a setup sequence for systems that boot through EFI

Clarify the functions of each version of VFIO
 2022-07-19 14:36 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-19 14:23 UTC  (13+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v1] s390/kvm: pv: don't present the ecall interrupt twice
 2022-07-19 13:20 UTC  (3+ messages)

[PATCH v2 0/7] KVM: x86: Clean up rmap zap helpers
 2022-07-19 13:15 UTC  (2+ messages)

[PATCH] KVM: selftests: fix bit test in is_steal_time_supported()
 2022-07-19 12:59 UTC  (2+ messages)

[PATCH] KVM: stats: Fix value for KVM_STATS_UNIT_MAX for boolean stats
 2022-07-19 12:53 UTC  (2+ messages)

[PATCH v5 0/5] vfio/pci: power management changes
 2022-07-19 12:15 UTC  (5+ messages)
` [PATCH v5 2/5] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v5 3/5] vfio/pci: Mask INTx during runtime suspend
` [PATCH v5 4/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXIT
` [PATCH v5 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP


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