kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 23:52:59 to 2020-09-07 10:55:24 UTC [more...]

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-09-07 10:54 UTC  (20+ 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] vhost-vdpa: fix backend feature ioctls
 2020-09-07 10:43 UTC 

[PATCH v4.19.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-07 10:17 UTC  (4+ messages)
` [PATCH v4.19.y 2/3] vfio-pci: Fault mmaps to enable vma tracking
` [PATCH v4.19.y 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
` [PATCH v4.19.y 0/3] vfio: Fix for CVE-2020-12888

[PATCH v14 00/10] Enable ptp_kvm for arm64
 2020-09-07 10:11 UTC  (26+ 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

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

[PATCH v11 0/2] s390: virtio: let arch validate VIRTIO features
 2020-09-07  9:39 UTC  (3+ messages)
` [PATCH v11 1/2] virtio: let arch advertise guest's memory access restrictions
` [PATCH v11 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH v8 00/18] Add support for Nitro Enclaves
 2020-09-07  9:01 UTC  (23+ messages)
` [PATCH v8 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v8 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v8 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v8 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v8 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v8 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v8 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v8 08/18] nitro_enclaves: Add logic for creating an enclave VM
` [PATCH v8 09/18] nitro_enclaves: Add logic for setting an enclave vCPU
` [PATCH v8 10/18] nitro_enclaves: Add logic for getting the enclave image load info
` [PATCH v8 11/18] nitro_enclaves: Add logic for setting an enclave memory region
` [PATCH v8 12/18] nitro_enclaves: Add logic for starting an enclave
` [PATCH v8 13/18] nitro_enclaves: Add logic for terminating "
` [PATCH v8 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
` [PATCH v8 15/18] nitro_enclaves: Add Makefile "
` [PATCH v8 16/18] nitro_enclaves: Add sample for ioctl interface usage
` [PATCH v8 17/18] nitro_enclaves: Add overview documentation
` [PATCH v8 18/18] MAINTAINERS: Add entry for the Nitro Enclaves driver

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-09-07  2:48 UTC  (6+ messages)

[RFC] KVM: X86: implement Passthrough IPI
 2020-09-07  2:11 UTC  (2+ messages)

[PATCH v5.4.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-06 14:07 UTC  (4+ messages)
` [PATCH v5.4.y 2/3] vfio-pci: Fault mmaps to enable vma tracking
` [PATCH v5.4.y 3/3] vfio-pci: Invalidate mmaps and block MMIO access on disabled memory
` [PATCH v5.4.y 0/3] vfio: Fix for CVE-2020-12888

[PATCH 00/23] KVM: arm64: rVIC/rVID PV interrupt controller
 2020-09-05 13:16 UTC  (32+ 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

[Bug 209155] KVM Linux guest with more than 1 CPU panics after commit 5a9f54435a48... on old CPU (Phenom x4)
 2020-09-04 22:47 UTC 

[PATCH v7 00/18] Add support for Nitro Enclaves
 2020-09-04 17:52 UTC  (6+ messages)

[PATCH] KVM: LAPIC: Reset timer_advance_ns if timer mode switch
 2020-09-04 16:06 UTC  (4+ messages)

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

[kvm-unit-tests PATCH v2 00/10] Add support for generic ELF cross-compiler
 2020-09-04 14:31 UTC  (13+ 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
` [kvm-unit-tests PATCH v2 10/10] travis.yml: Add x86 build with clang 10

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

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

[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

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 v6 0/7] Allow user space to restrict and augment MSR emulation
 2020-09-04  2:18 UTC  (7+ messages)
` [PATCH v6 1/7] KVM: x86: Deflect unknown MSR accesses to user space
` [PATCH v6 5/7] KVM: x86: VMX: Prevent MSR passthrough when MSR access is denied
` [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  (2+ 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  (9+ messages)
` [PATCH v6 2/4] rpmsg: move common structures and defines to headers
` [PATCH v6 3/4] rpmsg: update documentation

[PATCH v4 1/3] PCI/IOV: Mark VFs as not implementing MSE bit
 2020-09-03 17:10 UTC  (3+ messages)

[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: 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  (6+ messages)
` [RFC v2 2/2] KVM: VMX: Enable bus lock VM exit


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