kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-24 17:06:27 to 2021-03-26 02:21:51 UTC [more...]

[PATCH 00/18] KVM: Consolidate and optimize MMU notifiers
 2021-03-26  2:19 UTC  (19+ messages)
` [PATCH 01/18] KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEs
` [PATCH 02/18] KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMU
` [PATCH 03/18] KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs
` [PATCH 04/18] KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zap
` [PATCH 05/18] KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()
` [PATCH 06/18] KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
` [PATCH 07/18] KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTE
` [PATCH 08/18] KVM: Move prototypes for MMU notifier callbacks to generic code
` [PATCH 09/18] KVM: Move arm64's MMU notifier trace events "
` [PATCH 10/18] KVM: Move x86's MMU notifier memslot walkers "
` [PATCH 11/18] KVM: arm64: Convert to the gfn-based MMU notifier callbacks
` [PATCH 12/18] KVM: MIPS/MMU: "
` [PATCH 13/18] KVM: PPC: "
` [PATCH 14/18] KVM: Kill off the old hva-based "
` [PATCH 15/18] KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
` [PATCH 16/18] KVM: Don't take mmu_lock for range invalidation unless necessary
` [PATCH 17/18] KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
` [PATCH 18/18] KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint

[PATCH 00/18] Make vfio_mdev type safe
 2021-03-26  2:17 UTC  (5+ messages)
` [PATCH 02/18] vfio/mdev: Add missing typesafety around mdev_device
` [PATCH 03/18] vfio/mdev: Simplify driver registration

[RFC PATCH 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-03-26  1:24 UTC  (4+ messages)
` [RFC PATCH 4/4] KVM: arm64: Distinguish cases of memcache allocations completely

[Patch V2 00/13] Introduce dev-msi and interrupt message store
 2021-03-26  1:03 UTC  (14+ messages)
` [Patch V2 07/13] irqdomain/msi: Provide msi_alloc/free_store() callbacks
` [Patch V2 08/13] genirq: Set auxiliary data for an interrupt
` [Patch V2 12/13] irqchip: Add IMS (Interrupt Message Store) driver
` [Patch V2 13/13] genirq/msi: Provide helpers to return Linux IRQ/dev_msi hw IRQ number

[PATCH] KVM: VMX: Check the corresponding bits according to the intel sdm
 2021-03-26  0:39 UTC  (4+ messages)

[PATCH v6 00/12] SVM cleanup and INVPCID feature support
 2021-03-25 23:56 UTC  (24+ messages)
                          ` [PATCH] x86/tlb: Flush global mappings when KAISER is disabled

[PATCH v2 0/3] KVM: x86/mmu: Fix TLB flushing bugs in TDP MMU
 2021-03-25 22:45 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zap
` [PATCH v2 2/3] KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zapping
` [PATCH v2 3/3] KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pages

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-03-25 21:51 UTC 

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-03-25 21:33 UTC  (5+ messages)
` [PATCH 3/3] mm: unexport follow_pfn

[PATCH v5 0/1] s390/vfio-ap: fix circular lockdep when starting
 2021-03-25 20:32 UTC  (3+ messages)
` [PATCH v5 1/1] s390/vfio-ap: fix circular lockdep when setting/clearing crypto masks

[PATCH] vfio/type1: Empty batch for pfnmap pages
 2021-03-25 19:25 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: Fix TLB flushing bugs in TDP MMU
 2021-03-25 19:15 UTC  (8+ messages)
` [PATCH 2/2] KVM: x86/mmu: Ensure TLBs are flushed when yielding during NX zapping

[PATCH] tools/kvm_stat: Add restart delay
 2021-03-25 18:14 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 5.12, take #3
 2021-03-25 18:13 UTC  (2+ messages)

[RFC Part2 PATCH 00/30] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-03-25 17:41 UTC  (25+ messages)
` [RFC Part2 PATCH 01/30] x86: Add the host SEV-SNP initialization support
` [RFC Part2 PATCH 04/30] x86/mm: split the physmap when adding the page in RMP table
` [RFC Part2 PATCH 05/30] x86: define RMP violation #PF error code
` [RFC Part2 PATCH 06/30] x86/fault: dump the RMP entry on #PF
` [RFC Part2 PATCH 07/30] mm: add support to split the large THP based on RMP violation
` [RFC Part2 PATCH 24/30] KVM: X86: define new RMP check related #NPF error bits
` [RFC Part2 PATCH 26/30] KVM: SVM: add support to handle GHCB GPA register VMGEXIT
` [RFC Part2 PATCH 28/30] KVM: SVM: add support to handle Page State Change VMGEXIT
` [RFC Part2 PATCH 29/30] KVM: X86: export the kvm_zap_gfn_range() for the SNP use
` [RFC Part2 PATCH 30/30] KVM: X86: Add support to handle the RMP nested page fault

[kvm-unit-tests PATCH v2 0/8] Testing SSCH, CSCH and HSCH for errors
 2021-03-25 17:23 UTC  (20+ messages)
` [kvm-unit-tests PATCH v2 1/8] s390x: lib: css: disabling a subchannel
` [kvm-unit-tests PATCH v2 2/8] s390x: lib: css: SCSW bit definitions
` [kvm-unit-tests PATCH v2 3/8] s390x: css: simplify skipping tests on no device
` [kvm-unit-tests PATCH v2 4/8] s390x: lib: css: separate wait for IRQ and check I/O completion
` [kvm-unit-tests PATCH v2 5/8] s390x: lib: css: add SCSW ctrl expectations to "
` [kvm-unit-tests PATCH v2 6/8] s390x: css: testing ssch error response
` [kvm-unit-tests PATCH v2 7/8] s390x: css: testing halt subchannel
` [kvm-unit-tests PATCH v2 8/8] s390x: css: testing clear subchannel

[PULL kvm-unit-tests] gitlab MR requested
 2021-03-25 17:05 UTC  (2+ messages)

[PATCH v3 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
 2021-03-25 16:52 UTC  (19+ messages)

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-03-25 16:29 UTC  (5+ messages)
` [RFC Part1 PATCH 01/13] x86/cpufeatures: Add SEV-SNP CPU feature

[PATCH kvm-unit-tests 0/2] arm64: One fix and one improvement
 2021-03-25 16:28 UTC  (6+ messages)
` [PATCH kvm-unit-tests 1/2] arm64: argc is an int
` [PATCH kvm-unit-tests 2/2] arm64: Output PC load offset on unhandled exceptions

[RFC PATCH v7 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-25 16:05 UTC  (34+ messages)
` [RFC PATCH v7 03/22] af_vsock: separate receive data loop
` [RFC PATCH v7 04/22] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v7 05/22] af_vsock: separate wait space loop
` [RFC PATCH v7 06/22] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v7 11/22] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v7 12/22] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v7 13/22] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v7 14/22] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v7 15/22] virtio/vsock: SEQPACKET support feature bit
` [RFC PATCH v7 16/22] virtio/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v7 17/22] vhost/vsock: "
` [RFC PATCH v7 18/22] vsock/loopback: "

[PATCH kvm-unit-tests v2] compiler: Add builtin overflow flag and predicate wrappers
 2021-03-25 15:34 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/6] Misc assembly fixes and cleanups
 2021-03-25 15:31 UTC  (2+ messages)

[PATCH] MAINTAINERS: add backups for s390 vfio drivers
 2021-03-25 14:22 UTC  (4+ messages)

[PATCH] KVM: clean up the unused argument
 2021-03-25 13:17 UTC  (3+ messages)

[PATCH for-stable-5.10 0/2] Backport for- Work around firmware wrongly advertising GICv2 compatibility
 2021-03-25 11:38 UTC  (7+ messages)
` [PATCH for-stable-5.10 1/2] KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
` [PATCH for-stable-5.10 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility

[PATCH AUTOSEL 4.9 07/13] vhost: Fix vhost_vq_reset()
 2021-03-25 11:28 UTC 

[PATCH AUTOSEL 4.14 10/16] vhost: Fix vhost_vq_reset()
 2021-03-25 11:27 UTC 

[PATCH AUTOSEL 4.19 12/20] vhost: Fix vhost_vq_reset()
 2021-03-25 11:27 UTC 

[PATCH AUTOSEL 5.4 16/24] vhost: Fix vhost_vq_reset()
 2021-03-25 11:26 UTC 

[PATCH AUTOSEL 5.10 22/39] vhost: Fix vhost_vq_reset()
 2021-03-25 11:25 UTC 

[PATCH AUTOSEL 5.11 23/44] vhost: Fix vhost_vq_reset()
 2021-03-25 11:24 UTC 

[PATCH v5 00/11] Introduce VDUSE - vDPA Device in Userspace
 2021-03-25 11:08 UTC  (18+ messages)
` [PATCH v5 01/11] file: Export __receive_fd() to modules
    `  "
` [PATCH v5 03/11] vhost-vdpa: protect concurrent access to vhost device iotlb
` [PATCH v5 08/11] vduse: Implement an MMU-based IOMMU driver
    `  "
` [PATCH v5 09/11] vduse: Introduce VDUSE - vDPA Device in Userspace
    `  "

[PATCH v3 00/25] KVM SGX virtualization support
 2021-03-25  9:36 UTC  (3+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests

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

[PATCH v3] vfio/pci: Add support for opregion v2.1+
 2021-03-25 17:09 UTC  (5+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH] KVM: x86/vPMU: Forbid writing to MSR_F15H_PERF MSRs when guest doesn't have X86_FEATURE_PERFCTR_CORE
 2021-03-25  8:33 UTC  (4+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-25  6:51 UTC  (7+ messages)
` [PATCH 15/17] iommu: remove DOMAIN_ATTR_NESTING

[PATCH v5 0/6] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-03-25  5:56 UTC  (3+ messages)

[PATCH 0/5 v4] KVM: nSVM: Check addresses of MSR bitmap and IO bitmap tables on vmrun of nested guests
 2021-03-25  1:16 UTC  (9+ messages)
` [PATCH 1/5 v4] KVM: SVM: Move IOPM_ALLOC_ORDER and MSRPM_ALLOC_ORDER #defines to svm.h
` [PATCH 2/5 v4] KVM: nSVM: Check addresses of MSR and IO permission maps
` [PATCH 3/5 v4] KVM: nSVM: Cleanup in nested_svm_vmrun()
` [PATCH 4/5 v4] nSVM: Test addresses of MSR and IO permissions maps
` [PATCH 5/5 v4] SVM: Use ALIGN macro when aligning 'io_bitmap_area'

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

[kvm-unit-tests PATCH 0/3] Add support for external tests and litmus7 documentation
 2021-03-24 18:27 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/3] arm/arm64: Avoid wildcard in the arm_clean recipe of the Makefile
` [kvm-unit-tests PATCH 2/3] arm/arm64: Add a way to specify an external directory with tests
` [kvm-unit-tests PATCH 3/3] README: Add a guide of how to run tests with litmus7


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