kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-10 18:11:40 to 2021-03-12 17:27:46 UTC [more...]

[PATCH 0/9] KVM/ARM: Some vgic fixes and init sequence KVM selftests
 2021-03-12 17:26 UTC  (6+ messages)
` [PATCH 8/9] KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspace

[PATCH 0/4] Fix RCU warnings in TDP MMU
 2021-03-12 17:01 UTC  (12+ messages)
` [PATCH 1/4] KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
` [PATCH 2/4] KVM: x86/mmu: Fix RCU usage for tdp_iter_root_pt
` [PATCH 3/4] KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs
` [PATCH 4/4] KVM: x86/mmu: Factor out tdp_iter_return_to_root

[PATCH 00/10] Embed struct vfio_device in all sub-structures
 2021-03-12 17:00 UTC  (31+ messages)
` [PATCH 01/10] vfio: Simplify the lifetime logic for vfio_device
` [PATCH 02/10] vfio: Split creation of a vfio_device into init and register ops
` [PATCH 03/10] vfio/platform: Use vfio_init/register/unregister_group_dev
` [PATCH 05/10] vfio/pci: "
` [PATCH 06/10] vfio/mdev: "
` [PATCH 08/10] vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'
` [PATCH 09/10] vfio/pci: Replace uses of vfio_device_data() with container_of

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-12 16:18 UTC  (8+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2021-03-12 16:12 UTC  (29+ messages)

[PATCH v3 0/2] KVM: arm64: Assorted IPA size fixes
 2021-03-12 16:04 UTC  (8+ messages)
` [PATCH v3 1/2] KVM: arm64: Reject VM creation when the default IPA size is unsupported
` [PATCH v3 2/2] KVM: arm64: Fix exclusive limit for IPA size

[GIT PULL] KVM/arm64 fixes for 5.12, take #2
 2021-03-12 16:00 UTC 

[kvm-unit-tests PATCH v1 1/1] s390x: mvpg: add checks for op_acc_id
 2021-03-12 15:56 UTC  (3+ messages)

[RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-12 15:33 UTC  (20+ messages)
` [RFC PATCH v6 01/22] af_vsock: update functions for connectible socket
` [RFC PATCH v6 02/22] af_vsock: separate wait data loop
` [RFC PATCH v6 04/22] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v6 06/22] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v6 07/22] af_vsock: rest of SEQPACKET support
` [RFC PATCH v6 08/22] af_vsock: update comments for stream sockets
` [RFC PATCH v6 09/22] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [RFC PATCH v6 10/22] virtio/vsock: simplify credit update function API
` [RFC PATCH v6 12/22] virtio/vsock: fetch length for SEQPACKET record

[kvm-unit-tests PATCH] configure: arm/arm64: Add --earlycon option to set UART type and address
 2021-03-12 15:16 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/6] Misc assembly fixes and cleanups
 2021-03-12 14:59 UTC  (3+ messages)
` [kvm-unit-tests PATCH 3/6] arm/arm64: Remove unnecessary ISB when doing dcache maintenance

[RFC PATCH v4 0/9] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-12 14:20 UTC  (17+ messages)
` [RFC PATCH v4 2/9] tools headers: Add a macro to get HUGETLB page sizes for mmap
` [RFC PATCH v4 3/9] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [RFC PATCH v4 5/9] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v4 6/9] KVM: selftests: Add a helper to get system default hugetlb "
` [RFC PATCH v4 7/9] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v4 8/9] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [RFC PATCH v4 9/9] KVM: selftests: Add a test for kvm page table code

[kvm-unit-tests PATCH v6 0/6] CSS Mesurement Block
 2021-03-12 14:17 UTC  (10+ messages)
` [kvm-unit-tests PATCH v6 1/6] s390x: css: Store CSS Characteristics
` [kvm-unit-tests PATCH v6 2/6] s390x: css: simplifications of the tests
` [kvm-unit-tests PATCH v6 3/6] s390x: css: extending the subchannel modifying functions
` [kvm-unit-tests PATCH v6 4/6] s390x: css: implementing Set CHannel Monitor
` [kvm-unit-tests PATCH v6 5/6] s390x: css: testing measurement block format 0
` [kvm-unit-tests PATCH v6 6/6] s390x: css: testing measurement block format 1

[PATCH] vhost: Fix vhost_vq_reset()
 2021-03-12 14:09 UTC 

[PATCH v3 0/3] CET fix patches for nested guest
 2021-03-12 12:59 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH v3 0/8] x86/seves: Support 32-bit boot path and other updates
 2021-03-12 12:38 UTC  (9+ messages)
` [PATCH v3 1/8] x86/boot/compressed/64: Cleanup exception handling before booting kernel
` [PATCH v3 2/8] x86/sev: Do not require Hypervisor CPUID bit for SEV guests
` [PATCH v3 3/8] x86/boot/compressed/64: Reload CS in startup_32
` [PATCH v3 4/8] x86/boot/compressed/64: Setup IDT in startup_32 boot path
` [PATCH v3 5/8] x86/boot/compressed/64: Add 32-bit boot #VC handler
` [PATCH v3 6/8] x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path
` [PATCH v3 7/8] x86/boot/compressed/64: Check SEV encryption in "
` [PATCH v3 8/8] x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()

[PATCH v3 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-03-12 12:31 UTC  (13+ messages)
` [PATCH v3 1/4] KVM: arm64: GICv4.1: Add function to get VLPI state
` [PATCH v3 2/4] KVM: arm64: GICv4.1: Try to save hw pending state in save_pending_tables
` [PATCH v3 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-12 11:29 UTC  (3+ messages)
` [PATCH kvmtool v2 13/22] hw/serial: Refactor trap handler

[PATCH] target/mips: Deprecate Trap-and-Emul KVM support
 2021-03-12  9:43 UTC 

[RFC PATCH] kvm: arm64: Try stage2 block mapping for host device MMIO
 2021-03-12  9:29 UTC  (3+ messages)

[PATCH 1/1] Fix potential bitmap corruption in ksm_msr_allowed()
 2021-03-12  8:31 UTC 

[PATCH V3 0/6] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-12  7:08 UTC  (19+ messages)
` [PATCH V3 1/6] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
` [PATCH V3 3/6] vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
` [PATCH V3 6/6] vDPA/ifcvf: verify mandatory feature bits for vDPA

[syzbot] WARNING in handle_mm_fault
 2021-03-12  6:36 UTC  (3+ messages)

[PATCH 0/2] vhost-vdpa: fix issues around v->config_ctx handling
 2021-03-12  6:34 UTC  (7+ messages)
` [PATCH 1/2] vhost-vdpa: fix use-after-free of v->config_ctx
` [PATCH 2/2] vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails

[PATCH] KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUs
 2021-03-12  2:45 UTC 

[PATCH] KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
 2021-03-12  1:05 UTC  (2+ messages)

[PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl
 2021-03-11 20:48 UTC  (12+ messages)

[Patch v3 0/2] cgroup: New misc cgroup controller
 2021-03-11 19:39 UTC  (6+ messages)
` [Patch v3 1/2] cgroup: sev: Add "

[PATCH] x86/kvm: Fix broken irq restoration in kvm_wait
 2021-03-11 18:09 UTC  (5+ messages)

[PATCH v3 0/9] Introduce vfio-pci-core subsystem
 2021-03-11 17:01 UTC  (23+ messages)
` [PATCH 8/9] vfio/pci: export nvlink2 support into vendor vfio_pci drivers
` [PATCH 9/9] vfio/pci: export igd support into vendor vfio_pci driver

[PATCH] vfio/pci: Handle concurrent vma faults
 2021-03-11 16:35 UTC  (7+ messages)

[RFC] KVM: x86: Support KVM VMs sharing SEV context
 2021-03-11 16:29 UTC  (3+ messages)

[PATCH v7 00/14] x86: major paravirt cleanup
 2021-03-11 14:23 UTC  (2+ messages)
` [PATCH v7 04/14] x86/paravirt: switch time pvops functions to use static_call()

[PATCH] x86/kvmclock: Stop kvmclocks for hibernate restore
 2021-03-11 13:28 UTC 

[PATCH v6 00/12] x86: major paravirt cleanup
 2021-03-11 13:09 UTC  (4+ messages)

[PATCH 0/4] KVM: arm64: Running the EL2 nVHE code with WXN
 2021-03-11 12:00 UTC  (9+ messages)
` [PATCH 3/4] KVM: arm64: Rename SCTLR_ELx_FLAGS to SCTLR_EL2_FLAGS

[PATCH v1 00/14] vfio: Device memory DMA mapping improvements
 2021-03-11 11:23 UTC  (6+ messages)
` [PATCH v1 02/14] vfio: Update vfio_add_group_dev() API

[kvm-unit-tests PATCH v5 0/6] CSS Mesurement Block
 2021-03-11 10:26 UTC  (13+ messages)
` [kvm-unit-tests PATCH v5 4/6] s390x: css: implementing Set CHannel Monitor
` [kvm-unit-tests PATCH v5 5/6] s390x: css: testing measurement block format 0
` [kvm-unit-tests PATCH v5 6/6] s390x: css: testing measurement block format 1

[PATCH] vfio/pci: make the vfio_pci_mmap_fault reentrant
 2021-03-11  3:32 UTC  (12+ messages)
    ` 答复: "

[PATCH v4] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-03-11  3:08 UTC  (2+ messages)

[PATCH v2] KVM: LAPIC: Advancing the timer expiration on guest initiated write
 2021-03-11  3:08 UTC  (2+ messages)

[RFC v4 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-11  2:28 UTC  (4+ messages)
` [RFC v4 07/11] vduse: "
    `  "

[PATCH v2 00/25] KVM SGX virtualization support
 2021-03-11  2:05 UTC  (7+ messages)

[PATCH v2 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
 2021-03-11  2:01 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v17 1/9] mm: Adjust shuffle code to allow for future coalescing
 2021-03-11  1:05 UTC 

[PATCH] KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode
 2021-03-10 22:24 UTC  (4+ messages)

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-10 21:43 UTC  (17+ messages)
` [RFC PATCH 1/4] KVM: stats: Separate statistics name strings from debugfs code
` [RFC PATCH 2/4] KVM: stats: Define APIs for aggregated stats retrieval in binary format
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "

[PATCH v2] vfio/pci: Handle concurrent vma faults
 2021-03-10 18:58 UTC 

[PATCH v2] x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" case
 2021-03-10 18:16 UTC  (3+ messages)

[PATCH v2 0/7] x86/seves: Support 32-bit boot path and other updates
 2021-03-10 18:10 UTC  (6+ messages)
` [PATCH v2 5/7] x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path


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