kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 03:27:38 to 2020-09-04 08:15:53 UTC [more...]

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-04  8:15 UTC  (5+ messages)
` [PATCH v10 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v10 03/16] s390/vfio-ap: manage link between queue struct and matrix mdev

[PATCH v4 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-09-04  8:03 UTC  (20+ messages)
` [PATCH v4 01/10] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices
` [PATCH v4 02/10] vfio/fsl-mc: Scan DPRC objects on vfio-fsl-mc driver bind
` [PATCH v4 03/10] vfio/fsl-mc: Implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v4 04/10] vfio/fsl-mc: Implement VFIO_DEVICE_GET_REGION_INFO ioctl call
` [PATCH v4 05/10] vfio/fsl-mc: Allow userspace to MMAP fsl-mc device MMIO regions
` [PATCH v4 06/10] vfio/fsl-mc: Added lock support in preparation for interrupt handling
` [PATCH v4 07/10] vfio/fsl-mc: Add irq infrastructure for fsl-mc devices
` [PATCH v4 08/10] vfio/fsl-mc: trigger an interrupt via eventfd

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-09-04  7:29 UTC  (16+ messages)
` [PATCH v2 1/3] KVM: x86: move kvm_vcpu_gfn_to_memslot() out of try_async_pf()
` [PATCH v2 2/3] KVM: x86: introduce KVM_MEM_PCI_HOLE memory

[PATCH v6 0/7] Allow user space to restrict and augment MSR emulation
 2020-09-04  2:18 UTC  (11+ messages)
` [PATCH v6 1/7] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v6 2/7] KVM: x86: Add infrastructure for MSR filtering
` [PATCH v6 3/7] KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
` [PATCH v6 4/7] KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied
` [PATCH v6 5/7] KVM: x86: VMX: "
` [PATCH v6 6/7] KVM: x86: Introduce MSR filtering
` [PATCH v6 7/7] KVM: selftests: Add test for user space MSR handling

[PATCH v13 00/10] Guest Last Branch Recording Enabling (KVM part)
 2020-09-04  1:57 UTC  (3+ messages)

[PATCH v2] KVM: Check the allocation of pv cpu mask
 2020-09-04  1:01 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
 2020-09-03 22:44 UTC  (4+ messages)

[PATCH] KVM: x86: VMX: Make smaller physical guest address space support user-configurable
 2020-09-03 21:26 UTC  (6+ messages)

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-09-03 20:26 UTC  (10+ messages)

[PATCH v6 0/4] Add a vhost RPMsg API
 2020-09-03 19:27 UTC  (11+ messages)
` [PATCH v6 1/4] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v6 2/4] rpmsg: move common structures and defines to headers
` [PATCH v6 3/4] rpmsg: update documentation
` [PATCH v6 4/4] vhost: add an RPMsg API

[PATCH v2] KVM: fix memory leak in kvm_io_bus_unregister_dev()
 2020-09-03 17:22 UTC  (3+ messages)

[PATCH v4 0/3] vfio/pci: Restore MMIO access for s390 detached VFs
 2020-09-03 17:10 UTC  (6+ messages)
` [PATCH v4 1/3] PCI/IOV: Mark VFs as not implementing MSE bit
` [PATCH v4 2/3] s390/pci: Mark all "
` [PATCH v4 3/3] vfio/pci: Decouple MSE bit checks from is_virtfn

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-03 15:26 UTC  (24+ messages)
` [PATCH 01/23] irqchip: Add Reduced Virtual Interrupt Controller driver
` [PATCH 02/23] irqchip/rvic: Add support for untrusted interrupt allocation
` [PATCH 03/23] irqchip: Add Reduced Virtual Interrupt Distributor support
` [PATCH 04/23] irqchip/rvid: Add PCI MSI support
` [PATCH 05/23] KVM: arm64: Move GIC model out of the distributor
` [PATCH 06/23] KVM: arm64: vgic-v3: Move early init to kvm_vgic_create()
` [PATCH 07/23] KVM: arm64: Add irqchip callback structure to kvm_arch
` [PATCH 08/23] KVM: arm64: Move kvm_vgic_destroy to kvm_irqchip_flow
` [PATCH 09/23] KVM: arm64: Move kvm_vgic_vcpu_init() to irqchip_flow
` [PATCH 10/23] KVM: arm64: Move kvm_vgic_vcpu_[un]blocking() "
` [PATCH 11/23] KVM: arm64: Move kvm_vgic_vcpu_load/put() "
` [PATCH 12/23] KVM: arm64: Move kvm_vgic_vcpu_pending_irq() "
` [PATCH 13/23] KVM: arm64: Move vgic resource mapping on first run "
` [PATCH 14/23] KVM: arm64: Move kvm_vgic_vcpu_{sync,flush}_hwstate() "
` [PATCH 15/23] KVM: arm64: nVHE: Only save/restore GICv3 state if modeling a GIC
` [PATCH 16/23] KVM: arm64: Move interrupt injection to irqchip_flow
` [PATCH 17/23] KVM: arm64: Move mapping of HW interrupts into irqchip_flow
` [PATCH 18/23] KVM: arm64: Move set_owner "
` [PATCH 19/23] KVM: arm64: Turn vgic_initialized into irqchip_finalized
` [PATCH 20/23] KVM: arm64: Move irqfd routing to irqchip_flow
` [PATCH 21/23] KVM: arm64: Tighten msis_require_devid reporting
` [PATCH 22/23] KVM: arm64: Add a rVIC/rVID in-kernel implementation
` [PATCH 23/23] KVM: arm64: Add debugfs files for the rVIC/rVID implementation

[PATCH] kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
 2020-09-03 16:23 UTC  (9+ messages)
        ` [PATCH V2] "
              ` [PATCH V3] "

[kvm-unit-tests PATCH v2 00/10] Add support for generic ELF cross-compiler
 2020-09-03 15:19 UTC  (12+ messages)
` [kvm-unit-tests PATCH v2 01/10] x86: Makefile: Allow division on x86_64-elf binutils
` [kvm-unit-tests PATCH v2 02/10] x86: Replace instruction prefixes with spaces
` [kvm-unit-tests PATCH v2 03/10] x86: Makefile: Fix linkage of realmode on x86_64-elf binutils
` [kvm-unit-tests PATCH v2 04/10] lib: Bundle debugreg.h from the kernel
` [kvm-unit-tests PATCH v2 05/10] lib: x86: Use portable format macros for uint32_t
` [kvm-unit-tests PATCH v2 06/10] configure: Add an option to specify getopt
` [kvm-unit-tests PATCH v2 07/10] README: Update build instructions for macOS
` [kvm-unit-tests PATCH v2 08/10] travis.yml: Add CI "
` [kvm-unit-tests PATCH v2 09/10] travis.yml: Change matrix keyword to jobs
` [kvm-unit-tests PATCH v2 10/10] travis.yml: Add x86 build with clang 10

[PATCH 0/2] s390x: pv: Fixes and improvements
 2020-09-03 14:20 UTC  (4+ messages)
` [PATCH 1/2] s390x: uv: Add destroy page call
` [PATCH 2/2] s390x: Add 3f program exception handler

[PATCH] KVM: LAPIC: Reset timer_advance_ns if timer mode switch
 2020-09-03 10:57 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDEC
 2020-09-03  7:55 UTC 

[PATCH v2] nSVM: Add a test for the P (present) bit in NPT entry
 2020-09-03  1:28 UTC  (2+ messages)

[PATCH] KVM: Check the allocation of pv cpu mask
 2020-09-03  1:31 UTC  (3+ messages)

[RFC v2 0/2] add bus lock VM exit support
 2020-09-03  1:25 UTC  (7+ messages)
` [RFC v2 2/2] KVM: VMX: Enable bus lock VM exit

[PATCH 59/63] kvm: Rename KVM_STATE to KVM_ACCEL
 2020-09-02 22:43 UTC 

[PATCH] KVM: nVMX: Add VM-Enter failed tracepoints for super early checks
 2020-09-02 22:14 UTC  (2+ messages)

[PATCH 0/5] Fix nested VMX controls MSRs
 2020-09-02 18:32 UTC  (7+ messages)
` [PATCH 1/5] KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabled
` [PATCH 3/5] KVM: nVMX: Update VMX controls MSR according to guest CPUID after setting VMX MSRs

[kvm-unit-tests GIT PULL 0/3] s390x skrf and ultravisor patches
 2020-09-02 17:41 UTC  (5+ messages)
` [kvm-unit-tests GIT PULL 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests GIT PULL 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests GIT PULL 3/3] s390x: Ultravisor guest API test

[PATCH] KVM: VMX: fix crash cleanup when KVM wasn't used
 2020-09-02 15:18 UTC  (8+ messages)

[PATCH v6 0/7] Allow user space to restrict and augment MSR emulation
 2020-09-02 13:01 UTC  (7+ messages)
` [PATCH v6 1/7] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v6 2/7] KVM: x86: Add infrastructure for MSR filtering
` [PATCH v6 3/7] KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
` [PATCH v6 4/7] KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied

[PATCH v2 0/2] KVM: arm64: Filtering PMU events
 2020-09-02 12:23 UTC  (9+ messages)
` [PATCH v2 1/2] KVM: arm64: Add PMU event filtering infrastructure

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-09-02 10:09 UTC  (5+ messages)

[PATCH v3 02/12] KVM: x86: Introduce allow list for MSR emulation
 2020-09-02  7:31 UTC  (3+ messages)

[PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
 2020-09-02  5:13 UTC  (10+ messages)
` [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
` [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR

[PATCH 1/2] SVM: Replace numeric value for SME CPUID leaf with a #define
 2020-09-02  2:20 UTC  (4+ messages)
` [PATCH 2/2] KVM: SVM: Don't flush cache of SEV-encrypted pages if hardware enforces cache coherency across encryption domains

[PATCH] KVM: fix memory leak in kvm_io_bus_unregister_dev()
 2020-09-01 22:45 UTC  (3+ messages)

[PATCH net-next] vhost: fix typo in error message
 2020-09-01 22:35 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] x86: vmx: Add test for MTF on a guest MOV-to-CR0 that enables PAE
 2020-09-01 20:31 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected
 2020-09-01 20:29 UTC  (3+ messages)

[PATCH v9 30/32] samples: vfio-mdev/mbochs: fix common struct sg_table related issues
 2020-09-01 20:16 UTC  (2+ messages)

[PATCH v4 0/3] Allow user space to restrict and augment MSR emulation
 2020-09-01 19:52 UTC  (4+ messages)
` [PATCH v4 2/3] KVM: x86: Introduce allow list for "

[PATCH V3] vfio dma_map/unmap: optimized for hugetlbfs pages
 2020-09-01 17:51 UTC  (4+ messages)
  ` 答复: "

[PATCH RFC 0/2] Add log dirty support
 2020-09-01 15:20 UTC  (5+ messages)
` [PATCH RFC 2/2] target/kvm: Add interfaces needed for log dirty

[PATCH 0/7] KVM: x86: hyper-v: make KVM_GET_SUPPORTED_HV_CPUID more useful
 2020-09-01 14:55 UTC  (2+ messages)

[RFC V2 0/9] x86/mmu:Introduce parallel memory virtualization to boost performance
 2020-09-01 11:57 UTC  (10+ messages)
` [RFC V2 1/9] Introduce new fields in kvm_arch/vcpu_arch struct for direct build EPT support
` [RFC V2 2/9] Introduce page table population function for direct build EPT feature
` [RFC V2 3/9] Introduce page table remove "
` [RFC V2 4/9] Add release function for direct build ept when guest VM exit
` [RFC V2 5/9] Modify the page fault path to meet the direct build EPT requirement
` [RFC V2 6/9] Apply the direct build EPT according to the memory slots change
` [RFC V2 7/9] Add migration support when using direct build EPT
` [RFC V2 8/9] Introduce kvm module parameter global_tdp to turn on the direct build EPT mode
` [RFC V2 9/9] Handle certain mmu exposed functions properly while turn on "

[PATCH v6 00/76] x86: SEV-ES Guest Support
 2020-09-01 13:55 UTC  (17+ messages)
` [PATCH v6 31/76] x86/head/64: Setup MSR_GS_BASE before calling into C code
` [PATCH v6 36/76] x86/head/64: Load IDT earlier
` [PATCH v6 42/76] x86/sev-es: Setup early #VC handler
` [PATCH v6 48/76] x86/entry/64: Add entry code for "
` [PATCH v6 69/76] x86/realmode: Setup AP jump table

[PATCH V2] vfio dma_map/unmap: optimized for hugetlbfs pages
 2020-09-01 12:10 UTC  (8+ messages)
  ` 答复: "
      ` 答复: "
            ` 答复: "

[kvm-unit-tests RFC 0/4] KVM: arm64: Statistical Profiling Extension Tests
 2020-09-01 10:49 UTC  (5+ messages)
` [kvm-unit-tests RFC 4/4] spe: Test Profiling Buffer Events

[PATCH v3] PCI: Introduce flag for detached virtual functions
 2020-09-01  9:45 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: fix counting of rmap entries in pte_list_add
 2020-09-01  9:26 UTC 

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-01  8:50 UTC  (16+ messages)

[PATCH v4 0/5] iommu aux-domain APIs extensions
 2020-09-01  3:34 UTC  (6+ messages)
` [PATCH v4 1/5] iommu: Add optional subdev in aux_at(de)tach ops
` [PATCH v4 2/5] iommu: Add iommu_at(de)tach_subdev_group()
` [PATCH v4 3/5] iommu: Add iommu_aux_get_domain_for_dev()
` [PATCH v4 4/5] vfio/type1: Use iommu_aux_at(de)tach_group() APIs
` [PATCH v4 5/5] iommu/vt-d: Add is_aux_domain support


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