public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-26 13:44:22 to 2014-10-03 22:16:48 UTC [more...]

[PATCH v3 0/6] target-i386: Make most CPU models work with "enforce" out of the box
 2014-10-03 22:16 UTC  (8+ messages)
` [PATCH v3 1/6] pc: Create pc_compat_2_1() functions
` [PATCH v3 2/6] target-i386: Rename KVM auto-feature-enable compat function
` [PATCH v3 3/6] target-i386: Disable CPUID_ACPI by default on KVM mode
` [PATCH v3 4/6] target-i386: Remove unsupported bits from all CPU models
` [PATCH v3 5/6] target-i386: Don't enable nested VMX by default
` [PATCH v3 6/6] target-i386: Disable SVM by default in KVM mode

[PATCH] KVM: PPC: Book3S HV: return htab entries in big endian
 2014-10-03 21:05 UTC  (4+ messages)

[PATCH 00/17] RFC: userfault v2
 2014-10-03 20:55 UTC  (22+ messages)
` [PATCH 01/17] mm: gup: add FOLL_TRIED
` [PATCH 02/17] mm: gup: add get_user_pages_locked and get_user_pages_unlocked
` [PATCH 03/17] mm: gup: use get_user_pages_unlocked within get_user_pages_fast
` [PATCH 04/17] mm: gup: make get_user_pages_fast and __get_user_pages_fast latency conscious
` [PATCH 05/17] mm: gup: use get_user_pages_fast and get_user_pages_unlocked
` [PATCH 06/17] kvm: Faults which trigger IO release the mmap_sem
` [PATCH 07/17] mm: madvise MADV_USERFAULT: prepare vm_flags to allow more than 32bits
` [PATCH 08/17] mm: madvise MADV_USERFAULT
` [PATCH 09/17] mm: PT lock: export double_pt_lock/unlock
` [PATCH 10/17] mm: rmap preparation for remap_anon_pages
  ` [PATCH 11/17] mm: swp_entry_swapcount
` [PATCH 12/17] mm: sys_remap_anon_pages
` [PATCH 13/17] waitqueue: add nr wake parameter to __wake_up_locked_key
` [PATCH 14/17] userfaultfd: add new syscall to provide memory externalization
` [PATCH 15/17] userfaultfd: make userfaultfd_write non blocking
` [PATCH 16/17] powerpc: add remap_anon_pages and userfaultfd
` [PATCH 17/17] userfaultfd: implement USERFAULTFD_RANGE_REGISTER|UNREGISTER

QEMU with KVM does not start Win8 on kernel 3.4.67 and core2duo
 2014-10-03 17:54 UTC  (8+ messages)
` [Qemu-devel] "

Query with respect to VCPU scheduling
 2014-10-03 17:40 UTC 

[PATCH v5 0/4] kvmtool: ARM/ARM64: Misc updates
 2014-10-03 16:17 UTC  (8+ messages)
` [PATCH v5 1/4] kvmtool: ARM: Use KVM_ARM_PREFERRED_TARGET vm ioctl to determine target cpu
` [PATCH v5 2/4] kvmtool: ARM64: Add target type potenza for aarch64
` [PATCH v5 3/4] kvmtool: Handle exit reason KVM_EXIT_SYSTEM_EVENT
` [PATCH v5 4/4] kvmtool: ARM/ARM64: Provide PSCI-0.2 to guest when KVM supports it

[PATCH 0/6] KVM: x86: Miscellaneous bug fixes
 2014-10-03 12:50 UTC  (23+ messages)
` [PATCH 1/6] KVM: x86: DR7.GD should be cleared upon any #DB exception
` [PATCH 2/6] KVM: x86: Wrong error code on limit violation during emulation
` [PATCH 3/6] KVM: x86: NoBigReal was mistakenly considering la instead of ea
` [PATCH 4/6] KVM: x86: Fix determining flat mode in recalculate_apic_map
` [PATCH 5/6] KVM: x86: Wrong assertion on paging_tmpl.h
` [PATCH 6/6] KVM: x86: Emulator does not calculate address correctly

[PATCH v2] KVM: x86: some apic broadcast modes does not work
 2014-10-03 12:49 UTC  (2+ messages)

[PATCH 0/5] KVM: x86: Various bug fixes
 2014-10-02 22:10 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86: Clear DR7.LE during task-switch
` [PATCH 2/5] KVM: x86: Emulator performs code segment checks on read access
` [PATCH 3/5] KVM: x86: Decoding guest instructions which cross page boundary may fail
` [PATCH 4/5] KVM: vmx: Unavailable DR4/5 is checked before CPL
` [PATCH 5/5] KVM: x86: Using TSC deadline may cause multiple interrupts by user writes

Problems using vfio pcie passthrough (pci-assign works)
 2014-10-02 17:05 UTC  (6+ messages)

[PATCH] kvm: do not handle APIC access page if in-kernel irqchip is not in use
 2014-10-02 16:50 UTC  (2+ messages)

RFC: get_user_pages_locked|unlocked to leverage VM_FAULT_RETRY
 2014-10-02 15:53 UTC  (8+ messages)

[Bug 85441] New: [vfio] [lockdep] Deadlock when attempting to unbind device from a running VM
 2014-10-02 14:43 UTC  (2+ messages)

[RFC] vPMU support for AMD system
 2014-10-02 14:15 UTC  (3+ messages)

[Bug 81841] New: amd-iommu: kernel BUG & lockup after shutting down KVM guest using PCI passthrough/PCIe bridge
 2014-10-02 13:30 UTC  (2+ messages)
` [Bug 81841] "

[PATCH 0/4] leverage FAULT_FOLL_ALLOW_RETRY in get_user_pages
 2014-10-02 12:40 UTC  (10+ messages)
` [PATCH 1/4] mm: gup: add FOLL_TRIED
` [PATCH 2/4] mm: gup: add get_user_pages_locked and get_user_pages_unlocked
` [PATCH 3/4] mm: gup: use get_user_pages_fast "
` [PATCH 4/4] mm: gup: use get_user_pages_unlocked within get_user_pages_fast

[PATCH kvm-kmod] adjust timekeeping compatibility code
 2014-10-02 12:17 UTC  (8+ messages)

[GIT PULL 0/2] KVM: s390: Small enhancements for 3.18 (next)
 2014-10-02 11:45 UTC  (8+ messages)
` [GIT PULL 1/2] KVM: s390/facilities: allow TOD-CLOCK steering facility bit
` [GIT PULL 2/2] KVM: s390: count vcpu wakeups in stat.halt_wakeup

[RFC patch 0/6] vfio based pci pass-through for qemu/KVM on s390
 2014-10-02  7:21 UTC  (9+ messages)
  ` [Qemu-devel] "

[PATCH] KVM: x86: x2apic broadcast with physical mode does not work
 2014-10-01 20:59 UTC  (7+ messages)
` [PATCH kvm-unit-tests] x86: Test physical x2apic broadcast ICR

[RFC PATCH] arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regs
 2014-10-01 17:45 UTC  (3+ messages)

[PATCH] vfio/pci: Add missing linux/irq.h include
 2014-10-01 17:14 UTC  (2+ messages)

[PATCH 1/1] vfio-pci: Add SR-IOV VF configuration via sysfs
 2014-10-01 14:47 UTC  (4+ messages)

Email Alert Team
 2014-10-01 12:07 UTC 

[PATCH v4 0/4] kvmtool: ARM/ARM64: Misc updates
 2014-10-01 10:24 UTC  (11+ messages)
` [PATCH v4 1/4] kvmtool: ARM: Use KVM_ARM_PREFERRED_TARGET vm ioctl to determine target cpu
` [PATCH v4 2/4] kvmtool: ARM64: Add target type potenza for aarch64
` [PATCH v4 3/4] kvmtool: Handle exit reason KVM_EXIT_SYSTEM_EVENT
` [PATCH v4 4/4] kvmtool: ARM/ARM64: Provide PSCI-0.2 to guest when KVM supports it

[x86, kvm] WARNING: at arch/x86/kernel/pvclock.c:182 pvclock_init_vsyscall()
 2014-09-30 19:25 UTC  (6+ messages)

[patch 0/4] KVM: support for pinning sptes (v2)
 2014-09-30 18:59 UTC  (6+ messages)
` [patch 3/4] KVM: MMU: reload request from GET_DIRTY_LOG path

Pls Respond Ungent
 2014-09-30 14:49 UTC 

[PATCH 0/2] arm/arm64: KVM: Host 48-bit VA support and IPA limits
 2014-09-30 12:46 UTC  (6+ messages)
` [PATCH 1/2] arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2
` [PATCH 2/2] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE

[PATCH] arm/arm64: KVM: Fix set_clear_sgi_pend_reg offset
 2014-09-30 11:41 UTC  (8+ messages)

VM System Specification for ARM Processors hosted on www.linaro.org
 2014-09-30  9:31 UTC 

[PATCH] drivers/vfio: Export vfio_spapr_iommu_eeh_ioctl() with GPL
 2014-09-30  0:22 UTC  (2+ messages)

[RESEND PATCH v3 1/2] PCI: Export MSI message relevant functions
 2014-09-30  0:22 UTC  (3+ messages)
` [RESEND PATCH v3 2/2] vfio/pci: Restore MSIx message prior to enabling

[PATCH] vfio-pci: Fix remove path locking
 2014-09-30  0:15 UTC 

[PATCH v11 0/6] arm: dirty page logging support for ARMv7
 2014-09-29 21:03 UTC  (8+ messages)
` [PATCH v11 2/6] KVM: Add generic implementation of kvm_vm_ioctl_get_dirty_log
` [PATCH v11 6/6] arm: KVM: ARMv7 dirty page logging 2nd stage page fault

FreeBSD Guest Freezes during boot up on Linux KVM, RHEL 6.4 or RHEL 6.5
 2014-09-29 18:32 UTC  (2+ messages)

[PATCH] KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode
 2014-09-29 12:22 UTC  (5+ messages)

KVM call for agenda for 2014-09-30
 2014-09-29 12:02 UTC  (2+ messages)

[PATCHv7 00/26] VFIO support for platform and AMBA devices on ARM
 2014-09-29 10:38 UTC  (29+ messages)
` [PATCHv7 02/26] iommu: add capability IOMMU_CAP_NOEXEC
` [PATCHv7 05/26] vfio: introduce the VFIO_DMA_MAP_FLAG_NOEXEC flag
` [PATCHv7 06/26] vfio/iommu_type1: implement "
` [PATCHv7 07/26] driver core: amba: add device binding path 'driver_override'
` [PATCHv7 10/26] vfio: platform: probe to devices on the platform bus
` [PATCHv7 13/26] vfio: amba: add the VFIO for AMBA devices module to Kconfig
` [PATCHv7 20/26] vfio/platform: trigger an interrupt via eventfd

(unknown),
 2014-09-29  9:40 UTC 

reduce networking latency
 2014-09-29  9:04 UTC  (2+ messages)

[PATCH 00/27] Changes for arm/arm64 KVM for 3.18
 2014-09-27 19:33 UTC  (2+ messages)

[PATCH 0/4] VFIO Misc fixes
 2014-09-27  5:33 UTC  (6+ messages)
` [PATCH 4/4] vfio/pci: Restore MSIx message prior to enabling


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox