kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-01 12:58:51 to 2014-10-07 13:40:32 UTC [more...]

[PATCH v2 0/3] arm/arm64: KVM: Host 48-bit VA support and IPA limits
 2014-10-07 13:40 UTC  (9+ messages)
` [PATCH v2 1/3] arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2
` [PATCH v2 2/3] arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZE
` [PATCH v2 3/3] arm64: Allow 48-bits VA space without ARM_SMMU

[PATCH 00/17] RFC: userfault v2
 2014-10-07 13:37 UTC  (37+ 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
      ` [Qemu-devel] "
` [PATCH 09/17] mm: PT lock: export double_pt_lock/unlock
` [PATCH 10/17] mm: rmap preparation for remap_anon_pages
  ` [Qemu-devel] "
  ` [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

[PATCH v2 00/15] virtio: fix spec compliance issues
 2014-10-07 12:53 UTC  (29+ messages)
` [PATCH v2 01/15] virtio_pci: fix virtio spec compliance on restore
` [PATCH v2 02/15] virtio: unify config_changed handling
` [PATCH v2 03/15] virtio-pci: move freeze/restore to virtio core
` [PATCH v2 04/15] virtio: defer config changed notifications
` [PATCH v2 05/15] virtio_blk: drop config_enable
` [PATCH v2 06/15] virtio-blk: drop config_mutex
` [PATCH v2 07/15] virtio_net: drop config_enable
` [PATCH v2 08/15] virtio-net: drop config_mutex
` [PATCH v2 09/15] virtio_net: minor cleanup
` [PATCH v2 10/15] virtio: add API to enable VQs early
` [PATCH v2 11/15] virtio_net: "
` [PATCH v2 12/15] virtio_blk: "
` [PATCH v2 13/15] virtio_console: "
` [PATCH v2 14/15] 9p/trans_virtio: "
` [PATCH v2 15/15] virtio_net: fix use after free on allocation failure

Possible to backport this vhost-net fix to 3.10?
 2014-10-07 12:34 UTC  (7+ messages)

[PATCH 0/5] KVM: x86: Various bug fixes
 2014-10-07  9:35 UTC  (13+ 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

Some tutorial initiative for beginners
 2014-10-07  8:50 UTC 

[PATCH 0/2] arm/arm64: KVM: Host 48-bit VA support and IPA limits
 2014-10-06 19:54 UTC  (10+ 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 v2] KVM: x86: some apic broadcast modes does not work
 2014-10-06 19:08 UTC  (4+ messages)

VMEXIT and Threads
 2014-10-06 19:07 UTC  (4+ messages)

[patch 0/4] KVM: support for pinning sptes (v2)
 2014-10-06 17:19 UTC  (6+ messages)
` [patch 3/4] KVM: MMU: reload request from GET_DIRTY_LOG path

[PATCH 0/6] KVM: x86: Miscellaneous bug fixes
 2014-10-06 15:19 UTC  (25+ 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

[RFC] vPMU support for AMD system
 2014-10-06 14:26 UTC  (5+ messages)

[GIT PULL] KVM changes for 3.18
 2014-10-06 13:07 UTC 

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

[PATCH v5 0/4] kvmtool: ARM/ARM64: Misc updates
 2014-10-06  9:15 UTC  (6+ messages)
` [PATCH v5 3/4] kvmtool: Handle exit reason KVM_EXIT_SYSTEM_EVENT

[PATCH] KVM: PPC: Book3S HV: return htab entries in big endian
 2014-10-04  3:42 UTC  (5+ messages)

[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

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 

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  (6+ messages)

[Bug 85441] New: [vfio] [lockdep] Deadlock when attempting to unbind device from a running VM
 2014-10-02 14:43 UTC  (2+ 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  (7+ messages)
` [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 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  (6+ messages)

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


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