kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 21:11:02 to 2022-04-12 20:41:29 UTC [more...]

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-04-12 20:22 UTC  (3+ messages)

[PATCH v4 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-04-12 20:02 UTC  (27+ messages)
` [PATCH v4 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v4 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v4 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v4 04/10] KVM: selftests: Read binary stat data "
` [PATCH v4 05/10] KVM: selftests: Add NX huge pages test
` [PATCH v4 07/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v4 08/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v4 09/10] KVM: x86/MMU: Require reboot permission to disable NX hugepages
` [PATCH v4 10/10] KVM: selftests: Test disabling NX hugepages on a VM

[PATCH 0/2] KVM: x86: Fix incorrect VM-exit profiling
 2022-04-12 19:58 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: allow guest to send its _stext for kvm profiling
` [PATCH 2/2] KVM: x86: illustrative example for sending guest _stext with a hypercall

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-12 19:58 UTC  (35+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE

[PATCH] x86/tsx: fix KVM guest live migration for tsx=on
 2022-04-12 19:55 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] KVM: x86: Add support for CMCI and UCNA
 2022-04-12 19:52 UTC  (9+ messages)

[PATCH v2] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
 2022-04-12 19:52 UTC  (3+ messages)

[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
 2022-04-12 19:39 UTC  (14+ messages)
` [PATCH v2 3/9] KVM: x86/mmu: Factor shadow_zero_check out of __make_spte
` [PATCH v2 5/9] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask
` [PATCH v2 7/9] KVM: x86/mmu: Add try_get_mt_mask to x86_ops
` [PATCH v2 8/9] KVM: x86/mmu: Make kvm_is_mmio_pfn usable outside of spte.c
` [PATCH v2 9/9] KVM: x86/mmu: Promote pages in-place when disabling dirty logging

[kvm-unit-tests PATCH 0/9] SMP Support for x86 UEFI Tests
 2022-04-12 17:40 UTC  (3+ messages)

[PATCH] KVM: x86: Don't snapshot "max" TSC if host TSC is constant
 2022-04-12 17:38 UTC  (3+ messages)

[PATCH 01/10] x86: Move ap_init() to smp.c
 2022-04-12 17:36 UTC  (11+ messages)
` [PATCH 02/10] x86: Move load_idt() to desc.c
` [PATCH 03/10] x86: desc: Split IDT entry setup into a generic helper
` [PATCH 04/10] x86: Move load_gdt_tss() to desc.c
` [PATCH 05/10] x86: efi: Stop using UEFI-provided stack
` [PATCH 06/10] x86: efi: Stop using UEFI-provided %gs for percpu storage
` [PATCH 07/10] x86: efi, smp: Transition APs from 16-bit to 32-bit mode
` [PATCH 08/10] x86: Move 32-bit bringup routines to start32.S
` [PATCH 09/10] x86: efi, smp: Transition APs from 32-bit to 64-bit mode
` [PATCH 10/10] x86: Move ap_start64 and save_id to setup.c

[kvm-unit-tests PATCH v2 00/10] SMP Support for x86 UEFI Tests
 2022-04-12 17:34 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 01/10] x86: Move ap_init() to smp.c
` [kvm-unit-tests PATCH v2 02/10] x86: Move load_idt() to desc.c
` [kvm-unit-tests PATCH v2 03/10] x86: desc: Split IDT entry setup into a generic helper
` [kvm-unit-tests PATCH v2 04/10] x86: Move load_gdt_tss() to desc.c
` [kvm-unit-tests PATCH v2 05/10] x86: efi: Stop using UEFI-provided stack
` [kvm-unit-tests PATCH v2 06/10] x86: efi: Stop using UEFI-provided %gs for percpu storage
` [kvm-unit-tests PATCH v2 07/10] x86: efi, smp: Transition APs from 16-bit to 32-bit mode
` [kvm-unit-tests PATCH v2 08/10] x86: Move 32-bit bringup routines to start32.S
` [kvm-unit-tests PATCH v2 09/10] x86: efi, smp: Transition APs from 32-bit to 64-bit mode
` [kvm-unit-tests PATCH v2 10/10] x86: Provide a common 64-bit AP entrypoint for EFI and non-EFI

[GIT PULL] KVM fixes for 5.18-rc3
 2022-04-12 17:26 UTC 

[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-04-12 16:49 UTC  (7+ messages)

[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
 2022-04-12 16:41 UTC  (4+ messages)
` [PATCH v5 01/10] KVM: arm64: Factor out firmware register handling from psci.c

[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-12 16:20 UTC  (15+ messages)
` [PATCH v5 08/21] s390/pci: stash associated GISA designation
` [PATCH v5 10/21] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH v5 15/21] KVM: s390: pci: add routines to start/stop interpretive execution
` [PATCH v5 16/21] KVM: vfio: add s390x hook to register KVM guest designation

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-04-12 16:07 UTC  (4+ messages)
` [PATCH v5 2/9] vfio: tolerate migration protocol v1 uapi renames

[PATCH 0/9] Make the rest of the VFIO driver interface use vfio_device
 2022-04-12 15:53 UTC  (10+ messages)
` [PATCH 1/9] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [PATCH 2/9] vfio/ccw: Remove mdev from struct channel_program
` [PATCH 3/9] vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()
` [PATCH 4/9] drm/i915/gvt: Change from vfio_group_(un)pin_pages to vfio_(un)pin_pages
` [PATCH 5/9] vfio: Pass in a struct vfio_device * to vfio_dma_rw()
` [PATCH 6/9] drm/i915/gvt: Add missing module_put() in error unwind
` [PATCH 7/9] drm/i915/gvt: Delete kvmgt_vdev::vfio_group
` [PATCH 8/9] vfio: Remove dead code
` [PATCH 9/9] vfio: Remove calls to vfio_group_add_container_user()

[kvm-unit-tests PATCH v1 1/3] s390x: epsw: fix report_pop_prefix() when running under non-QEMU
 2022-04-12 15:36 UTC  (7+ messages)
` [kvm-unit-tests PATCH v1 2/3] s390x: tprot: use system include for mmu.h
    ` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib "

[kvm-unit-tests PATCH v1 0/4] s390x: add migration test suport
 2022-04-12 15:32 UTC  (14+ messages)
` [kvm-unit-tests PATCH v1 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v1 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v1 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v1 4/4] s390x: add selftest for migration

[kvm-unit-tests PATCH 0/2] s390x: Add tests for SIGP store adtl status
 2022-04-12 15:20 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: gs: move to new header file

[kvm-unit-tests PATCH v1 3/3] s390x: smp: make stop stopped cpu look the same as the running case
 2022-04-12 13:25 UTC  (2+ messages)

[PATCH v2 0/4] Make the iommu driver no-snoop block feature consistent
 2022-04-12 13:20 UTC  (20+ messages)
` [PATCH v2 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE

[PATCH 00/10] arm64: Add initial support for FEAT_WFxT
 2022-04-12 13:13 UTC  (11+ messages)
` [PATCH 01/10] arm64: Expand ESR_ELx_WFx_ISS_TI to match its ARMv8.7 definition
` [PATCH 02/10] arm64: Add RV and RN fields for ESR_ELx_WFx_ISS
` [PATCH 03/10] KVM: arm64: Simplify kvm_cpu_has_pending_timer()
` [PATCH 04/10] KVM: arm64: Introduce kvm_counter_compute_delta() helper
` [PATCH 05/10] KVM: arm64: Handle blocking WFIT instruction
` [PATCH 06/10] KVM: arm64: Offer early resume for non-blocking WFxT instructions
` [PATCH 07/10] KVM: arm64: Expose the WFXT feature to guests
` [PATCH 08/10] arm64: Add HWCAP advertising FEAT_WFXT
` [PATCH 09/10] arm64: Add wfet()/wfit() helpers
` [PATCH 10/10] arm64: Use WFxT for __delay() when possible

[PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-04-12 11:58 UTC  (13+ messages)
` [PATCH v2 01/12] x86/cpufeatures: Introduce x2AVIC CPUID bit
` [PATCH v2 02/12] KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
` [PATCH v2 03/12] KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
` [PATCH v2 04/12] KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
` [PATCH v2 05/12] KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC ID
` [PATCH v2 06/12] KVM: SVM: Do not support updating APIC ID when in x2APIC mode
` [PATCH v2 07/12] KVM: SVM: Adding support for configuring x2APIC MSRs interception
` [PATCH v2 08/12] KVM: SVM: Update AVIC settings when changing APIC mode
` [PATCH v2 09/12] KVM: SVM: Introduce helper functions to (de)activate AVIC and x2AVIC
` [PATCH v2 10/12] KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
` [PATCH v2 11/12] KVM: SVM: Do not inhibit APICv when x2APIC is present
` [PATCH v2 12/12] kvm/x86: Remove APICV activate mode inconsistency check

[PATCH v6 0/4] x86/tests: Add tests for AMD SEV-ES #VC handling
 2022-04-12 10:14 UTC  (3+ messages)
` [PATCH v6 2/4] "

[PATCH 0/6] KVM RISC-V Sv57x4 support and HFENCE improvements
 2022-04-12 10:07 UTC  (7+ messages)
` [PATCH 1/6] RISC-V: KVM: Use G-stage name for hypervisor page table
` [PATCH 2/6] RISC-V: KVM: Add Sv57x4 mode support for G-stage
` [PATCH 3/6] RISC-V: KVM: Treat SBI HFENCE calls as NOPs
` [PATCH 4/6] RISC-V: KVM: Introduce range based local HFENCE functions
` [PATCH 5/6] RISC-V: KVM: Reduce KVM_MAX_VCPUS value
` [PATCH 6/6] RISC-V: KVM: Add remote HFENCE functions based on VCPU requests

[kvm-unit-tests PATCH v2] s390x: Test effect of storage keys on some instructions
 2022-04-12  9:32 UTC  (2+ messages)

[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
 2022-04-12  9:35 UTC  (2+ messages)

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-04-12  7:31 UTC  (5+ messages)
` [RFC PATCH v5 102/104] KVM: TDX: Add methods to ignore accesses to CPU state

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-12  7:19 UTC  (46+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 24/32] virtio: find_vqs() add arg sizes
` [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v9 26/32] virtio_mmio: "
` [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs()
` [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size()

[RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-04-12  8:25 UTC  (3+ messages)

[PATCH 5.17 007/343] KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
 2022-04-12  6:27 UTC 

[PATCH 5.16 005/285] KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
 2022-04-12  6:27 UTC 

[PATCH 5.15 012/277] KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
 2022-04-12  6:26 UTC 

linux-next: Fixes tags need some work in the kvm-fixes tree
 2022-04-12  1:07 UTC  (2+ messages)

[PATCH 0/6] KVM: x86: Apply NX mitigation more precisely
 2022-04-11 22:05 UTC  (5+ messages)
` [PATCH 2/6] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs


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).