messages from 2022-04-12 11:27:30 to 2022-04-13 14:23:35 UTC [more...]
[PATCH RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
2022-04-13 14:02 UTC (2+ messages)
[PATCH 0/9] Make the rest of the VFIO driver interface use vfio_device
2022-04-13 14:03 UTC (23+ 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()
[RFC V1 PATCH 0/5] selftests: KVM: selftests for fd-based approach of supporting private memory
2022-04-13 13:42 UTC (3+ messages)
adding 'official' way to dump SEV VMSA
2022-04-13 13:36 UTC
[PATCH v3] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
2022-04-13 13:10 UTC
[PATCH] x86/tsx: fix KVM guest live migration for tsx=on
2022-04-13 12:43 UTC (14+ messages)
` [PATCH v2] "
[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-04-13 12:21 UTC (35+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [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 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 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam
[PATCH 00/10] arm64: Add initial support for FEAT_WFxT
2022-04-13 11:53 UTC (14+ 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 0/4] Make the iommu driver no-snoop block feature consistent
2022-04-13 11:37 UTC (9+ messages)
` [PATCH v2 2/4] vfio: Move the Intel no-snoop control off of IOMMU_CACHE
[PATCH v2] uio/uio_pci_generic: Introduce refcnt on open/release
2022-04-13 11:20 UTC (7+ messages)
[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
2022-04-13 9:22 UTC (13+ messages)
` [PATCH v5 01/10] KVM: arm64: Factor out firmware register handling from psci.c
` [PATCH v5 04/10] KVM: arm64: Add vendor hypervisor firmware register
` [PATCH v5 06/10] Docs: KVM: Add doc for the bitmap firmware registers
` [PATCH v5 08/10] selftests: KVM: aarch64: Introduce hypercall ABI test
` [PATCH v5 10/10] selftests: KVM: aarch64: Add KVM_REG_ARM_FW_REG(3) to get-reg-list
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-13 9:15 UTC (34+ 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
[kvm-unit-tests PATCH v1 0/4] s390x: add migration test suport
2022-04-13 8:42 UTC (7+ messages)
` [kvm-unit-tests PATCH v1 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v1 4/4] s390x: add selftest for migration
[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
2022-04-13 8:38 UTC (9+ messages)
` [RFC PATCH V3 2/4] KVM: X86: Introduce role.glevel for level expanded pagetable
` [RFC PATCH V3 3/4] KVM: X86: Alloc role.pae_root shadow page
` [RFC PATCH V3 4/4] KVM: X86: Use passthrough and pae_root shadow page for 32bit guests
[PATCH] KVM: x86: Don't snapshot "max" TSC if host TSC is constant
2022-04-13 8:31 UTC (4+ messages)
linux-next: manual merge of the kvm tree with the kvm-fixes tree
2022-04-13 2:34 UTC
[GIT PULL] KVM fixes for 5.18-rc3
2022-04-13 1:24 UTC (2+ messages)
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-13 1:02 UTC (8+ messages)
[PATCH v4 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-04-12 22:12 UTC (19+ messages)
` [PATCH v4 03/10] KVM: selftests: Read binary stats desc in lib
` [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 09/10] KVM: x86/MMU: Require reboot permission to disable NX hugepages
linux-next: Fixes tag needs some work in the kvm-fixes tree
2022-04-12 21:03 UTC
[PATCH v2 0/4] KVM: x86: Add support of CMCI signaling and UCNA
2022-04-12 22:31 UTC (5+ messages)
` [PATCH v2 1/4] KVM: x86: Clean up KVM APIC LVT logic
` [PATCH v2 2/4] KVM: x86: Add LVTCMCI support
` [PATCH v2 3/4] KVM: x86: Add support for MSR_IA32_MCx_CTL2 MSRs
` [PATCH v2 4/4] KVM: x86: Add support for MCG_CMCI_P and handling of injected UCNAs
[PATCH v2] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
2022-04-12 20:13 UTC (4+ messages)
[PATCH RFC 00/12] IOMMUFD Generic interface
2022-04-12 20:50 UTC (4+ messages)
[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] KVM: x86: Add support for CMCI and UCNA
2022-04-12 19:52 UTC (9+ messages)
[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
2022-04-12 19:39 UTC (12+ 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 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
[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
[kvm-unit-tests PATCH v1 1/3] s390x: epsw: fix report_pop_prefix() when running under non-QEMU
2022-04-12 15:36 UTC (2+ messages)
[kvm-unit-tests PATCH v1 2/3] s390x: tprot: use system include for mmu.h
2022-04-12 15:35 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 2/3] s390x: tprot: use lib "
[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 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 (3+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).