kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-23 20:48:49 to 2022-06-24 18:46:35 UTC [more...]

[PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-24 18:46 UTC  (14+ messages)
` [PATCH v3 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group
` [PATCH v3 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency
` [PATCH v3 3/5] vfio/iommu_type1: Remove the domain->ops comparison

[PATCH v2 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-24 18:46 UTC  (8+ messages)
` [PATCH v2 3/5] vfio/iommu_type1: Remove the domain->ops comparison

[PATCH v5 00/22] TDX host kernel support
 2022-06-24 18:38 UTC  (12+ messages)
` [PATCH v5 04/22] x86/virt/tdx: Prevent ACPI CPU hotplug and ACPI memory hotplug
` [PATCH v5 05/22] x86/virt/tdx: Prevent hot-add driver managed memory
` [PATCH v5 06/22] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-24 18:17 UTC  (26+ messages)
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v6 04/49] x86/sev: set SYSCFG.MFMD
` [PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 24/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v6 35/49] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 v6 47/49] *fix for stale per-cpu pointer due to cond_resched during ghcb mapping

[PATCH v3 1/2] vfio/type1: Simplify bus_type determination
 2022-06-24 17:59 UTC  (2+ messages)
` [PATCH v3 2/2] vfio: Use device_iommu_capable()

[PATCH 0/3] KVM: x86/mmu: Cleanups for eager page splitting
 2022-06-24 17:39 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86/mmu: Avoid subtle pointer arithmetic in kvm_mmu_child_role()
` [PATCH 2/3] KVM: x86/mmu: Use "unsigned int", not "u32", for SPTEs' @access info
` [PATCH 3/3] KVM: x86/mmu: Buffer nested MMU split_desc_cache only by default capacity

lockdep splat with gpc cache
 2022-06-24 17:34 UTC 

[PATCH v2 0/8] KVM: x86: vcpu->arch.pio* cleanups
 2022-06-24 17:18 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: complete fast IN directly with complete_emulator_pio_in()
` [PATCH v2 2/8] KVM: x86: inline kernel_pio into its sole caller
` [PATCH v2 3/8] KVM: x86: drop PIO from unregistered devices
` [PATCH v2 4/8] KVM: x86: move all vcpu->arch.pio* setup in emulator_pio_in_out()
` [PATCH v2 5/8] KVM: x86: wean in-kernel PIO from vcpu->arch.pio*
` [PATCH v2 6/8] KVM: x86: wean fast IN from emulator_pio_in
` [PATCH v2 7/8] KVM: x86: de-underscorify __emulator_pio_in
` [PATCH v2 8/8] KVM: SEV-ES: reuse advance_sev_es_emulated_ins for OUT too

[PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-06-24 17:05 UTC  (2+ messages)

[PATCH v6 00/17] Introducing AMD x2AVIC and hybrid-AVIC modes
 2022-06-24 17:04 UTC  (8+ messages)
` [PATCH v6 01/17] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [PATCH v6 02/17] KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
` [PATCH v6 15/17] KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible

[PATCH 6/6] vfio: do not set FMODE_LSEEK flag
 2022-06-24 16:56 UTC 

[PATCH v10 0/3] s390x: KVM: CPU Topology
 2022-06-24 15:09 UTC  (12+ messages)
` [PATCH v10 1/3] KVM: s390: ipte lock for SCA access should be contained in KVM
` [PATCH v10 2/3] KVM: s390: guest support for topology function
` [PATCH v10 3/3] KVM: s390: resetting the Topology-Change-Report

[PATCH kvm-unit-tests] x86/msr: Add dedicated macros to handle MSRs that are 64-bit only
 2022-06-24 16:05 UTC 

[PATCH v2 1/2] vfio/type1: Simplify bus_type determination
 2022-06-24 16:04 UTC  (13+ messages)

[PATCH] KVM: debugfs: expose pid of vcpu threads
 2022-06-24 16:01 UTC  (2+ messages)

[PATCH] KVM: selftests: Enhance handling WRMSR ICR register in x2APIC mode
 2022-06-24 15:46 UTC  (2+ messages)

[PATCH] KVM: nVMX: clean up posted interrupt descriptor try_cmpxchg
 2022-06-24 15:45 UTC 

[PATCH vfio 2/2] vfio: Split migration ops from main device ops
 2022-06-24 14:53 UTC  (13+ messages)

[kvm-unit-tests PATCH v2 0/3] better smp interrupt checks
 2022-06-24 14:45 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests PATCH v2 2/3] s390x: skey.c: rework the interrupt handler
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: better smp interrupt checks

[PATCH 1/2] vfio/type1: Simplify bus_type determination
 2022-06-24 14:14 UTC  (4+ messages)

[Patch 0/1] A bug fix to the error handling path in vfio_device_open()
 2022-06-24 14:05 UTC  (3+ messages)
` [Patch 1/1] vfio: Move "device->open_count--" out of group_rwsem "

[RFT][PATCH v1 0/6] Update vfio_pin/unpin_pages API
 2022-06-24 13:56 UTC  (7+ messages)
` [RFT][PATCH v1 5/6] vfio/ccw: Add kmap_local_page() for memcpy

simplify the mdev interface v2
 2022-06-24 13:14 UTC  (21+ messages)
` [PATCH 02/13] vfio/mdev: embedd struct mdev_parent in the parent data structure
  ` [PATCH 2/13] "
` [PATCH 03/13] vfio/mdev: simplify mdev_type handling
  ` [PATCH 3/13] "
` [PATCH 09/13] vfio/mdev: consolidate all the device_api sysfs into the core code
  ` [PATCH 9/13] "
` [PATCH 10/13] vfio/mdev: consolidate all the name "
` [PATCH 11/13] vfio/mdev: consolidate all the available_instance "
` [PATCH 12/13] vfio/mdev: consolidate all the description "

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-24 13:01 UTC  (13+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "
` [PATCH v6 7/8] KVM: Enable and expose KVM_MEM_PRIVATE

[kvm-unit-tests PATCH v3 0/3] Fix up test failures due to recent KVM changes
 2022-06-24  9:08 UTC  (4+ messages)
` [PATCH v3 1/3] x86: Don't overwrite bits 11 and 12 of MSR_IA32_MISC_ENABLE
` [PATCH v3 2/3] x86: Skip perf related tests when platform cannot support
` [PATCH v3 3/3] x86: Check platform vPMU capabilities before run lbr tests

[PATCH V3] virtio: disable notification hardening by default
 2022-06-24  9:05 UTC  (6+ messages)

[PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address
 2022-06-24  8:55 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 5.19-rc4
 2022-06-24  8:32 UTC 

[PATCH] meson.build: Require a recent version of libpng
 2022-06-24  8:19 UTC 

[PATCH] accel: kvm: Fix memory leak in find_stats_descriptors
 2022-06-24  8:19 UTC  (2+ messages)

[PATCH v2] KVM: selftest: Enhance handling WRMSR ICR register in x2APIC mode
 2022-06-24  8:05 UTC  (7+ messages)

[PATCH V2] KVM: SEV: Init target VMCBs in sev_migrate_from
 2022-06-24  8:02 UTC  (2+ messages)

[PATCH] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()
 2022-06-24  7:58 UTC  (2+ messages)

[PATCH] vringh: iterate on iotlb_translate to handle large translations
 2022-06-24  7:56 UTC 

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

linux-next: manual merge of the kvm tree with the kvm-fixes tree
 2022-06-24  4:09 UTC 

[PATCH 0/5] Fix wrong gfn range of tlb flushing with range
 2022-06-24  3:37 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()
` [PATCH 2/5] KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()
` [PATCH 3/5] KVM: x86/mmu: Reduce gfn range of tlb flushing in tdp_mmu_map_handle_target_level()
` [PATCH 4/5] KVM: x86/mmu: Fix wrong start gfn of tlb flushing with range
` [PATCH 5/5] KVM: x86/mmu: Use 1 as the size of gfn range for tlb flushing in FNAME(invlpg)()

[PATCH v2] MAINTAINERS: Reorganize KVM/x86 maintainership
 2022-06-24  2:11 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
 2022-06-24  0:46 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 4/8] x86: Improve set_mmu_range() to implement npt

[PATCH RFC v1 00/10] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs
 2022-06-24  0:31 UTC  (8+ messages)
` [PATCH RFC v1 01/10] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH RFC v1 02/10] KVM: VMX: Add missing CPU based VM execution controls to vmcs_config
` [PATCH RFC v1 03/10] KVM: VMX: Move CPU_BASED_{CR3_LOAD,CR3_STORE,INVLPG}_EXITING filtering out of setup_vmcs_config()

[Bug 216026] New: Fails to compile using gcc 12.1 under Ubuntu 22.04
 2022-06-24  0:00 UTC  (2+ messages)
` [Bug 216026] "

[PATCH 0/2] Documentation/x86: Update the dynamic XSTATE doc
 2022-06-23 23:55 UTC  (4+ messages)
` [PATCH 2/2] Documentation/x86: Explain guest XSTATE permission control

[PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-06-23 23:53 UTC  (10+ messages)
` [PATCH v7 19/23] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
` [PATCH v7 20/23] KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
` [PATCH v7 22/23] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs

[PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
 2022-06-23 22:43 UTC  (12+ messages)

[PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-23 21:52 UTC  (7+ messages)
` [PATCH 2/4] kvm: Merge "atomic" and "write" in __gfn_to_pfn_memslot()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).