messages from 2022-04-12 16:09:13 to 2022-04-13 23:04:06 UTC [more...]
[PATCH v5 00/10] KVM: x86: Add a cap to disable NX hugepages on a VM
2022-04-13 23:03 UTC (15+ messages)
` [PATCH v5 01/10] KVM: selftests: Remove dynamic memory allocation for stats header
` [PATCH v5 02/10] KVM: selftests: Read binary stats header in lib
` [PATCH v5 03/10] KVM: selftests: Read binary stats desc "
` [PATCH v5 04/10] KVM: selftests: Clean up coding style in binary stats test
` [PATCH v5 05/10] KVM: selftests: Read binary stat data in lib
` [PATCH v5 06/10] KVM: selftests: Add NX huge pages test
` [PATCH v5 07/10] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH v5 08/10] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH v5 09/10] KVM: selftests: Factor out calculation of pages needed for a VM
` [PATCH v5 10/10] KVM: selftests: Test disabling NX hugepages on "
[PATCH v2 0/5] KVM: X86: Scaling Guest OS Critical Sections with boosting
2022-04-13 21:43 UTC (3+ messages)
` [PATCH v2 3/5] KVM: X86: Boost vCPU which is in critical section
[kvm-unit-tests PATCH v2 0/4] Move npt test cases and NPT code improvements
2022-04-13 21:33 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/4] x86: nSVM: Move common functionality of the main() to helper run_svm_tests
` [kvm-unit-tests PATCH v2 4/4] x86: nSVM: Build up the nested page table dynamically
[PATCH v3 00/23] KVM: Extend Eager Page Splitting to the shadow MMU
2022-04-13 21:22 UTC (11+ messages)
[PATCH 0/9] Make the rest of the VFIO driver interface use vfio_device
2022-04-13 21:08 UTC (29+ messages)
` [PATCH 1/9] vfio: Make vfio_(un)register_notifier accept a vfio_device
` [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 8/9] vfio: Remove dead code
` [PATCH 9/9] vfio: Remove calls to vfio_group_add_container_user()
[kvm-unit-tests PATCH] x86: efi: Fix pagetable creation
2022-04-13 21:00 UTC (2+ messages)
[kvm-unit-tests PATCH v2 00/10] SMP Support for x86 UEFI Tests
2022-04-13 19:57 UTC (26+ 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/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-04-13 17:52 UTC (17+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
[PATCH v3] vfio/pci: Fix vf_token mechanism when device-specific VF drivers are used
2022-04-13 17:48 UTC (3+ messages)
[PATCH v5 00/10] KVM: arm64: Add support for hypercall services selection
2022-04-13 17:33 UTC (17+ 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
[RFC PATCH V3 0/4] KVM: X86: Add and use shadow page with level expanded or acting as pae_root
2022-04-13 16:03 UTC (13+ 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
[kvm-unit-tests PATCH v2 0/4] s390x: add migration test support
2022-04-13 15:42 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib: s390x: add support for SCLP console read
` [kvm-unit-tests PATCH v2 2/4] s390x: add support for migration tests
` [kvm-unit-tests PATCH v2 3/4] s390x: don't run migration tests under PV
` [kvm-unit-tests PATCH v2 4/4] s390x: add basic migration test
[kvm-unit-tests PATCH v1 0/4] s390x: add migration test suport
2022-04-13 15:00 UTC (14+ 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
[PATCH RFC 07/12] iommufd: Data structure to provide IOVA to PFN mapping
2022-04-13 14:49 UTC (4+ messages)
[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] 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 (7+ 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 06/10] KVM: arm64: Offer early resume for non-blocking WFxT instructions
[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] 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 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 (8+ messages)
` [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
[PATCH v5 00/21] KVM: s390: enable zPCI for interpretive execution
2022-04-12 16:20 UTC (6+ messages)
` [PATCH v5 08/21] s390/pci: stash associated GISA designation
` [PATCH v5 10/21] KVM: s390: pci: add basic kvm_zdev structure
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