kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 14:39:50 to 2020-09-04 14:21:45 UTC [more...]

[kvm-unit-tests PATCH] gitlab-ci.yml: Test build on CentOS 7
 2020-09-04 14:21 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 00/10] Add support for generic ELF cross-compiler
 2020-09-04 14:20 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 01/10] x86: Makefile: Allow division on x86_64-elf binutils
` [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 08/10] travis.yml: Add CI for macOS
` [kvm-unit-tests PATCH v2 09/10] travis.yml: Change matrix keyword to jobs

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-04 14:15 UTC  (27+ 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 v10 28/30] samples: vfio-mdev/mbochs: fix common struct sg_table related issues
 2020-09-04 13:17 UTC 

[PATCH v4 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-09-04 14:11 UTC  (27+ 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 v4 09/10] vfio/fsl-mc: Add read/write support for fsl-mc devices
` [PATCH v4 10/10] vfio/fsl-mc: Add support for device reset

[kvm-unit-tests PATCH] gitlab-ci.yml: Compile some jobs out-of-tree
 2020-09-04 14:01 UTC  (3+ messages)

[PATCH] KVM: SVM: Add tracepoint for cr_interception
 2020-09-04 12:44 UTC  (3+ messages)

[PATCH v2] KVM: Check the allocation of pv cpu mask
 2020-09-04 12:21 UTC  (5+ messages)

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

[PATCH v2] KVM: fix memory leak in kvm_io_bus_unregister_dev()
 2020-09-04 12:04 UTC  (4+ messages)

[RFC] KVM: X86: implement Passthrough IPI
 2020-09-04 11:31 UTC 

[GIT PULL] KVM/arm64 fixes for 5.9
 2020-09-04 10:45 UTC  (10+ messages)
` [PATCH 1/9] KVM: arm64: pvtime: steal-time is only supported when configured
` [PATCH 2/9] KVM: arm64: pvtime: Fix potential loss of stolen time
` [PATCH 3/9] KVM: arm64: Drop type input from kvm_put_guest
` [PATCH 4/9] KVM: arm64: pvtime: Fix stolen time accounting across migration
` [PATCH 5/9] KVM: Documentation: Minor fixups
` [PATCH 6/9] arm64/x86: KVM: Introduce steal-time cap
` [PATCH 7/9] KVM: arm64: Do not try to map PUDs when they are folded into PMD
` [PATCH 8/9] KVM: arm64: Fix address truncation in traces
` [PATCH 9/9] KVM: arm64: Update page shift if stage 2 block mapping not supported

[PATCH v14 00/10] Enable ptp_kvm for arm64
 2020-09-04  9:27 UTC  (11+ messages)
` [PATCH v14 01/10] arm64: Probe for the presence of KVM hypervisor services during boot
` [PATCH v14 02/10] arm/arm64: KVM: Advertise KVM UID to guests via SMCCC
` [PATCH v14 03/10] smccc: Export smccc conduit get helper
` [PATCH v14 04/10] ptp: Reorganize ptp_kvm module to make it arch-independent
` [PATCH v14 05/10] time: Add mechanism to recognize clocksource in time_get_snapshot
` [PATCH v14 06/10] clocksource: Add clocksource id for arm arch counter
` [PATCH v14 07/10] arm64/kvm: Add hypercall service for kvm ptp
` [PATCH v14 08/10] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v14 09/10] doc: add ptp_kvm introduction for arm64 support
` [PATCH v14 10/10] arm64: Add kvm capability check extension for ptp_kvm

Rename iommu_tlb_* functions to iommu_iotlb_*
 2020-09-04  9:16 UTC  (2+ messages)

[PATCH RFC 0/2] Add log dirty support
 2020-09-04  8:29 UTC  (6+ messages)
` [PATCH RFC 2/2] target/kvm: Add interfaces needed for log dirty

WARNING in handle_desc (2)
 2020-09-04  8:19 UTC 

[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 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] 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 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] kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
 2020-09-03 16:23 UTC  (5+ messages)
` [PATCH V2] "
      ` [PATCH V3] "

[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  (5+ messages)
` [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  (2+ messages)

[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  (2+ 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 0/7] KVM: x86: hyper-v: make KVM_GET_SUPPORTED_HV_CPUID more useful
 2020-09-01 14:55 UTC  (2+ messages)


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