kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-24 13:22:48 to 2017-01-31 12:37:36 UTC [more...]

[PATCH v4 1/4] arm64: Define Falkor v1 CPU
 2017-01-31 12:37 UTC  (15+ messages)
` [PATCH v4 2/4] arm64: Work around Falkor erratum 1003
` [PATCH v4 3/4] arm64: Use __tlbi() macros in KVM code
` [PATCH v4 4/4] arm64: Work around Falkor erratum 1009

KVM call for 2016-02-14
 2017-01-31 12:03 UTC 

KVM call for 2017-01-31
 2017-01-31 12:02 UTC  (2+ messages)

[PATCH] KVM: x86: never specify a sample period for virtualized in_tx_cp counters
 2017-01-31  7:34 UTC  (2+ messages)

[PATCH] vfio/spapr: fail tce_iommu_attach_group() when iommu_data is null
 2017-01-31  3:35 UTC  (3+ messages)

[PATCH] vhost: fix initialization for vq->is_le
 2017-01-30 19:06 UTC  (2+ messages)

[PATCH v2 00/20] Support for radix guest and host on POWER9
 2017-01-30 21:16 UTC  (24+ messages)
` [PATCH v2 01/20] powerpc/64: Don't try to use radix MMU under a hypervisor
` [PATCH v2 02/20] powerpc/pseries: Fixes for the "ibm,architecture-vec-5" options
` [PATCH v2 03/20] powerpc/64: Enable use of radix MMU under hypervisor on POWER9
` [PATCH v2 04/20] powerpc/64: More definitions for POWER9
` [PATCH v2 05/20] powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
` [PATCH v2 06/20] powerpc/64: Make type of partition table flush depend on partition type
` [PATCH v2 07/20] powerpc/64: Allow for relocation-on interrupts from guest to host
` [PATCH v2 08/20] KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
` [PATCH v2 09/20] KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
` [PATCH v2 10/20] KVM: PPC: Book3S HV: Use ASDR "
` [PATCH v2 11/20] KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
` [PATCH v2 12/20] KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle "
` [PATCH v2 13/20] KVM: PPC: Book3S HV: Page table construction and page faults for "
` [PATCH v2 14/20] KVM: PPC: Book3S HV: MMU notifier callbacks "
` [PATCH v2 15/20] KVM: PPC: Book3S HV: Implement dirty page logging "
` [PATCH v2 16/20] KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
` [PATCH v2 17/20] KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
` [PATCH v2 18/20] KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
` [PATCH v2 19/20] KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1
` [PATCH v2 20/20] KVM: PPC: Book3S HV: Enable radix guest support

[RFC v2 00/10] Provide the EL1 physical timer to the VM
 2017-01-30 19:06 UTC  (40+ messages)
` [RFC v2 01/10] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC v2 02/10] KVM: arm/arm64: Move cntvoff to each timer context
` [RFC v2 03/10] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC v2 04/10] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC v2 05/10] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC v2 06/10] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC v2 07/10] KVM: arm/arm64: Set a background timer to the earliest timer expiration
` [RFC v2 08/10] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC v2 09/10] KVM: arm64: Add the EL1 physical timer access handler
` [RFC v2 10/10] KVM: arm/arm64: Emulate the EL1 phys timer register access

Long interrupt latency in guest
 2017-01-30 18:03 UTC  (2+ messages)

[kvm:queue 8/8] drivers/ptp/ptp_kvm.c:88:35: error: incompatible type for argument 1 of 'timespec_to_ktime'
 2017-01-30 16:53 UTC  (2+ messages)

[RFC 00/13] vITS save/restore
 2017-01-30 16:15 UTC  (6+ messages)
` [RFC 01/13] KVM: arm/arm64: Add vITS save/restore API documentation

[GIT PULL] iommu: KVM PCIe/MSI passthrough on ARM/ARM64 for 4.11
 2017-01-30 14:59 UTC  (2+ messages)

[BUG/RFC] vhost: net: big endian viring access despite virtio 1
 2017-01-30 11:25 UTC  (6+ messages)

[PATCH v5 0/2] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-01-30 10:13 UTC  (6+ messages)
` [PATCH v5 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[kvm-unit-tests PATCH v2 0/4] pci: Various PCI BAR checks
 2017-01-28 13:55 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 1/4] pci: Rework pci_bar_is_valid()
` [kvm-unit-tests PATCH v2 2/4] pci: Split and rename pci_bar_is_valid() to pci_bar_exists()
` [kvm-unit-tests PATCH v2 3/4] pci: Ensure BAR validity for public functions
` [kvm-unit-tests PATCH v2 4/4] pci: pci-host-generic: Use INVALID_PHYS_ADDR instead of ~0

INFO
 2017-01-28  9:29 UTC 

[PATCH v2 1/3] mm: alloc_contig_range: allow to specify GFP mask
 2017-01-28  8:46 UTC  (4+ messages)
` [PATCH v2 2/3] mm: cma_alloc: "
` [PATCH v2 3/3] mm: wire up GFP flag passing in dma_alloc_from_contiguous

kvm: use-after-free in irq_bypass_register_consumer
 2017-01-27 21:26 UTC 

[kvm:queue 8/8] drivers/ptp/ptp_kvm.c:229:1-3: WARNING: PTR_ERR_OR_ZERO can be used
 2017-01-27 21:01 UTC  (2+ messages)
` [PATCH] PTP: fix ptr_ret.cocci warnings

[PATCH] kvm: vmx: Use the hardware provided GPA instead of page walk
 2017-01-27 18:34 UTC 

[kvm:queue 8/8] drivers/ptp/ptp_kvm.c:24:25: fatal error: asm/pvclock.h: No such file or directory
 2017-01-27 18:17 UTC 

[GIT PULL] VFIO fixes for v4.10-rc6
 2017-01-27 17:38 UTC 

[kvm:queue 6/8] arch/x86/kvm/x86.c:6162:2: warning: passing argument 2 of 'kvm_get_walltime_and_clockread' from incompatible pointer type
 2017-01-27 17:43 UTC 

[PATCH kvmtool] kvmtool: add support for vsock
 2017-01-27 16:41 UTC 

[kvm:queue 6/8] arch/x86/kvm/x86.c:6156:2: error: unknown type name 'cycle_t'
 2017-01-27 16:43 UTC 

[PATCH 1/3] mm: alloc_contig_range: allow to specify GFP mask
 2017-01-27 16:20 UTC  (7+ messages)
` [PATCH 2/3] mm: cma_alloc: "
` [PATCH 3/3] mm: wire up GFP flag passing in dma_alloc_from_contiguous

[PATCH v1 1/3] x86/pvclock: add setter for pvclock_pvti_cpu0_va
 2017-01-27 14:54 UTC  (7+ messages)
` [PATCH v1 3/3] MAINTAINERS: xen, kvm: track pvclock-abi.h changes

[PATCH] KVM: PPC: Book3S PR: Refactor program interrupt related code into separate function
 2017-01-27  9:46 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
 2017-01-27  9:24 UTC 

[BISECT 4.1.y] [PATCH] regression: kvm: migration hangs guest
 2017-01-27  6:21 UTC  (4+ messages)

[PATCH v2 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-01-26 19:10 UTC  (5+ messages)
` [PATCH v2 2/3] x86: Remap GDT tables in the Fixmap section
` [PATCH v2 3/3] x86: Make the GDT remapping read-only on 64 bit

[PATCH 0/3] Fix cache flushing when mapping at stage-2
 2017-01-26 13:22 UTC  (7+ messages)
` [PATCH 1/3] arm/arm64: KVM: Enforce unconditional flush to PoC when mapping to stage-2
` [PATCH 2/3] arm/arm64: KVM: Stop propagating cacheability status of a faulted page
` [PATCH 3/3] arm/arm64: KVM: Get rid of KVM_MEMSLOT_INCOHERENT

[PATCH v1 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-01-25 20:10 UTC  (5+ messages)
` [PATCH v1 2/3] x86: Remap GDT tables in the Fixmap section

[PATCH 0/5] Followup patches for lockless access tracking
 2017-01-25 20:05 UTC  (4+ messages)
` [PATCH 5/5] kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault

[PATCH v2 0/3] x86-kvm: Fix Mac guest timekeeping by exposing TSC frequency in CPUID
 2017-01-25 17:30 UTC  (4+ messages)

[PULL] virtio, vhost: fixes
 2017-01-25 16:21 UTC 

Call for mentors for Outreachy 2017 May-August
 2017-01-25 15:55 UTC 

[patch 0/4] KVM virtual PTP driver (v5)
 2017-01-25 13:15 UTC  (14+ messages)
` [patch 1/4] KVM: x86: provide realtime host clock via vsyscall notifiers
` [patch 2/4] KVM: x86: add KVM_HC_CLOCK_OFFSET hypercall
` [patch 3/4] kvmclock: export kvmclock clocksource pointer
` [patch 4/4] PTP: add kvm PTP driver

[PATCH v2] KVM: arm/arm64: vgic: Add debugfs vgic-state file
 2017-01-25 12:49 UTC  (6+ messages)

[PATCH 0/2] KVM: nVMX: kmap() can't fail
 2017-01-25 12:08 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: nVMX: vmx_complete_nested_posted_interrupt() "

[PATCH] kvm: fix page struct leak in handle_vmon
 2017-01-25 10:35 UTC  (7+ messages)

[PATCH v3 1/5] arm64: Define Falkor v1 CPU
 2017-01-24 22:03 UTC  (14+ messages)
` [PATCH v3 2/5] arm64: Work around Falkor erratum 1003
` [PATCH v3 3/5] arm64: Create and use __tlbi_dsb() macros

[PATCH] kvm: fix usage of uninit spinlock in avic_vm_destroy()
 2017-01-24 21:23 UTC  (2+ messages)

[PATCH] KVM: svm: inititalize hash table structures directly
 2017-01-24 21:21 UTC 

[PATCH V7 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-01-24 18:43 UTC  (15+ messages)
` [PATCH V7 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V7 05/10] acpi: apei: handle SEA notification type for ARMv8

[PATCH RFC] vfio error recovery: kernel support
 2017-01-24 15:03 UTC  (5+ messages)

[PATCH] KVM: arm/arm64: vgic: Add debugfs vgic-state file
 2017-01-24 13:22 UTC  (3+ 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).