kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-12 09:04:40 to 2017-04-18 13:30:18 UTC [more...]

[PATCH RFC] KVM: VMX: drop vmm_exclusive module parameter
 2017-04-18 13:30 UTC  (3+ messages)

[PATCH 0/4] KVM: add KVM_CREATE_VM2 to allow dynamic kvm->vcpus array
 2017-04-18 12:29 UTC  (8+ messages)
` [PATCH 1/4] KVM: remove unused __KVM_HAVE_ARCH_VM_ALLOC
` [PATCH 2/4] KVM: allocate kvm->vcpus separately
` [PATCH 3/4] KVM: add KVM_CREATE_VM2 system ioctl
` [PATCH 4/4] KVM: x86: enable configurable MAX_VCPU

[PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8
 2017-04-18 10:51 UTC  (13+ messages)
` [PATCH v3 7/8] arm64: exception: handle asynchronous SError interrupt
` [PATCH v3 1/8] trace: ras: add ARM processor error information trace event

[PATCH] KVM: x86: lower default for halt_poll_ns
 2017-04-18 10:41 UTC 

kvm/arm64: use-after-free in kvm_unmap_hva_handler/unmap_stage2_pmds
 2017-04-18 10:30 UTC  (16+ messages)

[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
 2017-04-18 10:26 UTC  (10+ messages)
` [RFC 1/3] virtio-iommu: firmware description of the virtual topology
` [RFC 2/3] virtio-iommu: device probing and operations

[PATCH] x86, kvm: Handle PFNs outside of kernel reach when touching GPTEs
 2017-04-18  8:12 UTC  (6+ messages)

[PATCH] KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCK
 2017-04-18  5:06 UTC  (10+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH v5 0/3] vfio/type1: Synchronous locked page accounting
 2017-04-18  4:23 UTC  (5+ messages)
` [PATCH v5 1/3] vfio/type1: Remove locked page accounting workqueue
` [PATCH v5 2/3] vfio/type1: Prune vfio_pin_page_external()
` [PATCH v5 3/3] vfio/type1: Reduce repetitive calls in vfio_pin_pages_remote()

[PATCH kernel] KVM: PPC: Align the table size to system page size
 2017-04-18  2:16 UTC  (2+ messages)

[PATCH v4 0/2] vfio/type1: Synchronous locked page accounting
 2017-04-18  2:54 UTC  (13+ messages)
` [PATCH v4 1/2] vfio/type1: Remove locked page accounting workqueue
` [PATCH v4 2/2] vfio/type1: Prune vfio_pin_page_external()

[Bug 195315] New: Kernel WARNING: At arch/x86/kvm/lapic.c:1468 kvm_lapic_expired_hv_timer+0xee/0x110
 2017-04-17 13:37 UTC  (2+ messages)
` [Bug 195315] "

[PATCH v9 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-04-17  3:35 UTC  (22+ messages)
` [PATCH v9 1/5] virtio-balloon: deflate via a page list
` [PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
    `  "
` [PATCH v9 3/5] mm: function to offer a page block on the free list
` [PATCH v9 4/5] mm: export symbol of next_zone and first_online_pgdat
` [PATCH v9 5/5] virtio-balloon: VIRTIO_BALLOON_F_MISC_VQ

[patch 07/20] KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_locked()
 2017-04-15 17:01 UTC 

[PATCH v3] vfio/type1: Remove locked page accounting workqueue
 2017-04-14 22:00 UTC  (5+ messages)

QEMU KVM - Windows Server guest
 2017-04-14 15:36 UTC  (6+ messages)

[PATCH v5 00/22] vITS save/restore
 2017-04-14 10:15 UTC  (23+ messages)
` [PATCH v5 01/22] KVM: arm/arm64: Add ITS save/restore API documentation
` [PATCH v5 02/22] KVM: arm/arm64: Add GICV3 pending table save "
` [PATCH v5 03/22] KVM: arm/arm64: vgic-its: rename itte into ite
` [PATCH v5 04/22] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PATCH v5 05/22] KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PATCH v5 06/22] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
` [PATCH v5 07/22] KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v5 08/22] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
` [PATCH v5 09/22] KVM: arm64: vgic-its: Introduce migration ABI infrastructure
` [PATCH v5 10/22] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v5 11/22] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
` [PATCH v5 12/22] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
` [PATCH v5 13/22] KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
` [PATCH v5 14/22] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PATCH v5 15/22] KVM: arm64: vgic-its: vgic_its_alloc_ite/device
` [PATCH v5 16/22] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PATCH v5 17/22] KVM: arm64: vgic-its: Collection table save/restore
` [PATCH v5 18/22] KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA
` [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore
` [PATCH v5 20/22] KVM: arm64: vgic-its: Device table save/restore
` [PATCH v5 21/22] KVM: arm64: vgic-its: Fix pending table sync
` [PATCH v5 22/22] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES

[PATCH 0/5] mc146818rtc: fix Windows VM clock faster
 2017-04-14  6:07 UTC  (16+ messages)
` [PATCH 1/5] mc146818rtc: update periodic timer only if it is needed
` [PATCH 2/5] mc146818rtc: fix clock lost after scaling coalesced irq
` [PATCH 3/5] mc146818rtc: properly count the time for the next interrupt
` [PATCH 4/5] mc146818rtc: move x86 specific code out of periodic_timer_update
` [PATCH 5/5] mc146818rtc: embrace all x86 specific code
      ` 答复: [PATCH 0/5] mc146818rtc: fix Windows VM clock faster
        ` [Qemu-devel] "

[PATCH] KVM: x86: implement IOAPIC_REG_EOI for directed EOI support
 2017-04-14  5:28 UTC  (16+ messages)

[PATCH v2 0/6] KVM: nVMX: nested EPT improvements and A/D bits, RDRAND and RDSEED exits
 2017-04-14  5:17 UTC  (8+ messages)
` [PATCH 2/6] KVM: VMX: remove bogus check for invalid EPT violation
` [PATCH 4/6] kvm: nVMX: support EPT accessed/dirty bits

[PATCH] KVM: nVMX: fix AD condition when handling EPT violation
 2017-04-14  5:10 UTC  (2+ messages)

repost: af_packet vs virtio (was packed ring layout proposal v2)
 2017-04-14  2:50 UTC 

[PATCH V14 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-04-13 21:33 UTC  (13+ messages)
` [PATCH V14 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V14 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V14 03/10] efi: parse ARM processor error

[PATCH kernel v8 0/4] Extend virtio-balloon for fast (de)inflating & fast live migration
 2017-04-13 11:07 UTC  (4+ messages)
` [PATCH kernel v8 3/4] mm: add inerface to offer info about unused pages

[PULL 0/2] Fixes for vfio-ccw
 2017-04-13 10:57 UTC  (3+ messages)
` [PULL 1/2] vfio: ccw: remove unnecessary NULL checks of a pointer
` [PULL 2/2] vfio: ccw: improve error handling for vfio_ccw_mdev_remove

CHÚ Ý
 2017-04-13  5:53 UTC 

[PATCH v3 00/24] pic/ioapic/irqchip cleanups + minor fixes
 2017-04-12 19:59 UTC  (9+ messages)
` [PATCH v3 02/24] KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS
` [PATCH v3 03/24] KVM: x86: check against irqchip_mode in kvm_set_routing_entry()

[PATCH] KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRs
 2017-04-12 19:16 UTC  (2+ messages)

[PATCH] x86/kvm: virt_xxx memory barriers instead of mandatory barriers
 2017-04-12 19:04 UTC  (2+ messages)

[PATCH v2 0/2] maintaining of kvm_clock stability on guest vCPU hotplug
 2017-04-12 19:02 UTC  (2+ messages)

[PATCH v2] vfio/type1: Remove locked page accounting workqueue
 2017-04-12 18:24 UTC  (6+ messages)

[PATCH v6] kvm: better MWAIT emulation for guests
 2017-04-12 16:29 UTC  (7+ messages)

[PATCH 0/2] vfio: ccw: code cleanup and bugfix
 2017-04-12 10:47 UTC  (4+ messages)
` [PATCH 1/2] vfio: ccw: remove unnecessary NULL checks of a pointer
` [PATCH 2/2] vfio: ccw: improve error handling for vfio_ccw_mdev_remove

[Bug 195357] New: gmail not found
 2017-04-12  9:39 UTC 

[PATCH v4 00/16] basic vfio-ccw infrastructure
 2017-04-12  9:07 UTC 

[PATCH v4 00/16] basic vfio-ccw infrastructure
 2017-04-12  9:04 UTC 


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