public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-04-04 13:12:35 to 2008-04-08 16:21:09 UTC [more...]

[PATCH 0/28] integrate dma_ops
 2008-04-08 16:21 UTC  (28+ messages)
` [PATCH 01/28] x86: introduce pci-dma.c
` [PATCH 02/28] x86: delete empty functions from pci-nommu_64.c
` [PATCH 03/28] x86: implement mapping_error in pci-nommu_64.c
` [PATCH 04/28] x86: Add flush_write_buffers in nommu functions
` [PATCH 05/28] x86: use sg_phys in x86_64
` [PATCH 06/28] x86: use dma_length in i386
` [PATCH 07/28] x86: use WARN_ON in mapping functions
` [PATCH 08/28] x86: move definition to pci-dma.c
` [PATCH 09/28] x86: move initialization functions "
` [PATCH 10/28] x86: unify pci-nommu
` [PATCH 11/28] x86: move pci fixup to pci-dma.c
` [PATCH 12/28] x86: move x86_64-specific to common code
` [PATCH 13/28] x86: merge dma_supported
` [PATCH 14/28] x86: merge iommu initialization parameters
` [PATCH 15/28] x86: move dma_coherent functions to pci-dma.c
` [PATCH 16/28] x86: isolate coherent mapping functions
` [PATCH 17/28] x86: adjust dma_free_coherent for i386
` [PATCH 18/28] x86: move bad_dma_address
` [PATCH 19/28] x86: remove virt_to_bus in pci-dma_64.c
` [PATCH 20/28] x86: use numa allocation function in i386
` [PATCH 21/28] x86: retry allocation if failed
` [PATCH 22/28] x86: use a fallback dev for i386
` [PATCH 23/28] x86: don't try to allocate from DMA zone at first
` [PATCH 24/28] x86: unify gfp masks
` [PATCH 25/28] x86: remove kludge from x86_64
` [PATCH 26/28] x86: return conditional to mmu
` [PATCH 27/28] x86: don't do dma if mask is NULL

[ofa-general] [PATCH 0 of 9] mmu notifier #v12
 2008-04-08 15:44 UTC  (10+ messages)
` [ofa-general] [PATCH 1 of 9] Lock the entire mm to prevent any mmu related operation to happen
` [ofa-general] [PATCH 2 of 9] Core of mmu notifiers
` [ofa-general] [PATCH 3 of 9] Moves all mmu notifier methods outside the PT lock (first and not last
` [ofa-general] [PATCH 4 of 9] Move the tlb flushing into free_pgtables. The conversion of the locks
` [ofa-general] [PATCH 5 of 9] The conversion to a rwsem allows callbacks during rmap traversal
` [ofa-general] [PATCH 6 of 9] We no longer abort unmapping in unmap vmas because we can reschedule while
` [ofa-general] [PATCH 7 of 9] Convert the anon_vma spinlock to a rw semaphore. This allows concurrent
` [ofa-general] [PATCH 8 of 9] XPMEM would have used sys_madvise() except that madvise_dontneed()
` [ofa-general] [PATCH 9 of 9] This patch adds a lock ordering rule to avoid a potential deadlock when

HONDA SPLASH PROMO (((Congratulations!!!))) You Have won the sum of � 400,000.00 pounds
 2008-04-08 15:20 UTC 

Compilation problems with git tree
 2008-04-08 15:18 UTC  (3+ messages)

[PATCH] gfxboot VMX workaround v2
 2008-04-08 13:02 UTC  (10+ messages)

Постельное белье для всех ценителей стиля и комфорта
 2008-04-08  8:26 UTC 

paravirt clock stil causing hangs in kvm-65
 2008-04-08  5:59 UTC  (4+ messages)

[PATCH 0 of 3] KVM for PowerPC 440
 2008-04-08  5:09 UTC  (14+ messages)
` [PATCH 1 of 3] [POWERPC 44x] Export tlb_44x_hwater for KVM
` [PATCH 2 of 3] [KVM] Add DCR access information to struct kvm_run
` [PATCH 3 of 3] [KVM POWERPC] PowerPC 440 KVM implementation
      ` [kvm-ppc-devel] "

[PATCH RFC 1/5]Add some trace enties and define interface for tracing
 2008-04-08  3:34 UTC  (3+ messages)

[PATCH RFC 2/5] Create relay channels and add trace data
 2008-04-08  3:34 UTC  (3+ messages)

Losing weight is easy now,
 2008-04-08  2:34 UTC 

[patch 0/4] fix SMP migration and savevm/loadvm
 2008-04-08  1:17 UTC  (12+ messages)
` [patch 1/4] QEMU/KVM: only use KVM apic registers if vm is running
` [patch 2/4] QEMU/KVM: save and load mp state
` [patch 3/4] QEMU/KVM: ignore SIG_IPI signals in userspace
` [patch 4/4] QEMU/KVM: dont read any bits from userspace APIC emulation if its done in-kernel

[patch] remove dead code in extboot.S
 2008-04-08  0:40 UTC  (3+ messages)

Call for Presentations: KVM Forum 2008
 2008-04-08  0:17 UTC 

performance tuning, problem with paravirtualized clock
 2008-04-07 20:47 UTC  (11+ messages)

[patch 0/4] fix SMP migration and loadvm/savevm (V2)
 2008-04-07 20:30 UTC  (5+ messages)
` [patch 1/4] QEMU/KVM: properly copy the in-kernel apicbase value
` [patch 2/4] QEMU/KVM: get/set mpstate libkvm interface
` [patch 3/4] QEMU/KVM: save and load mp state
` [patch 4/4] QEMU/KVM: ignore SIG_IPI signals in userspace

[PATCH] add ioctl's to save/restore mpstate
 2008-04-07 20:28 UTC 

[ofa-general] [patch 00/10] [RFC] EMM Notifier V3
 2008-04-07 19:35 UTC  (21+ messages)
` [ofa-general] [patch 01/10] emm: mm_lock: Lock a process against reclaim
  ` [ofa-general] "
` [patch 02/10] emm: notifier logic
  ` [ofa-general] "
` [patch 03/10] emm: Move tlb flushing into free_pgtables
` [ofa-general] [patch 04/10] emm: Convert i_mmap_lock to i_mmap_sem
` [patch 05/10] emm: Remove tlb pointer from the parameters of unmap vmas
` [ofa-general] [patch 06/10] emm: Convert anon_vma lock to rw_sem and refcount
` [patch 07/10] xpmem: This patch exports zap_page_range as it is needed by XPMEM
` [patch 08/10] xpmem: Locking rules for taking multiple mmap_sem locks
` [patch 09/10] xpmem: The device driver
` [ofa-general] [patch 10/10] xpmem: Simple example

[ANN] Bochs bios ported to gcc
 2008-04-07 16:18 UTC  (6+ messages)

[PATCH 1/6] Use ram_addr_t for cpu_get_physical_page_desc (v2)
 2008-04-07 15:44 UTC  (13+ messages)
` [PATCH 2/6] PCI DMA API (v2)
  ` [PATCH 3/6] virtio for QEMU (v2)
    ` [PATCH 4/6] virtio network driver (v2)
      ` [PATCH 5/6] virtio block "
        ` [PATCH 6/6] virtio balloon "
  ` [Qemu-devel] [PATCH 2/6] PCI DMA API (v2)

[PATCH] qemu: avoid returning uninitialized value in apic_mem_readl
 2008-04-07  9:12 UTC  (2+ messages)

KVM Test result, kernel b1afe0f.., userspace 5208ce1.. -- One new issue
 2008-04-07  8:58 UTC 

[ kvm-Bugs-1936539 ] Failed to save/restore 32e guests
 2008-04-07  8:56 UTC 

[patch 1/9] EMM Notifier: The notifier calls
 2008-04-07  6:02 UTC  (15+ messages)
` [ofa-general] "
    ` [ofa-general] EMM: Require single threadedness for registration
      ` [ofa-general] "
            ` EMM: disable other notifiers before register and unregister
                ` [ofa-general] "
                  ` [ofa-general] [PATCH] mmu notifier #v11
                    `  "
                      ` [ofa-general] "

Need info on guest swapping and other things in KVM
 2008-04-07  4:08 UTC  (4+ messages)

[ANNOUNCE] kvm-65 release
 2008-04-06 19:45 UTC 

problem using kvm-guest-drivers
 2008-04-06 18:16 UTC  (5+ messages)

Great deals for luxury items
 2008-04-06 17:28 UTC 

KVM developer forum 2008 - registration is now open
 2008-04-06 16:41 UTC 

[PATCH] Don't assume struct page for x86 MMU
 2008-04-06 11:44 UTC  (2+ messages)

[Patch][00/18] kvm-ia64 for kernel V10
 2008-04-06  9:08 UTC 

kernel BUG at drivers/virtio/virtio_ring.c:218!
 2008-04-06  8:13 UTC  (4+ messages)

extboot usage?
 2008-04-05 18:00 UTC  (8+ messages)

[ kvm-Bugs-1935481 ] unhandled vm exit: 0x80000021 vcpu_id 0
 2008-04-05 16:37 UTC 

[ kvm-Bugs-1935336 ] guest Windows 2008 Server 64-bit Install crashes
 2008-04-05 12:10 UTC 

idle load
 2008-04-05  8:57 UTC  (3+ messages)

Ubuntu Gutsy host / XP guest / -smp 2
 2008-04-05  7:25 UTC  (4+ messages)

[PATCH] Fix external module install for new host kernels
 2008-04-05  7:19 UTC  (2+ messages)

[PATCH 1/6] Use ram_addr_t for cpu_get_physical_page_desc
 2008-04-05  3:09 UTC  (4+ messages)
` [PATCH 3/6] virtio for QEMU
  ` [Qemu-devel] "

[PATCH] account for start offset on largepage aligned-sized memslots
 2008-04-04 21:24 UTC  (2+ messages)

QEMU/KVM: make kvm_arch_load_regs() aware of in kernel APIC
 2008-04-04 21:23 UTC  (3+ messages)

[PATCH] Fix vmmouse with -smp
 2008-04-04 21:22 UTC  (2+ messages)

[PATCH 00/04] kvm-s390 updates
 2008-04-04 21:12 UTC  (4+ messages)
` [PATCH 03/04 v2] kvm-s390: Improve pgste accesses

[PATCH 02/04] kvm-s390: Fix incorrect return value
 2008-04-04 21:08 UTC  (6+ messages)
` [PATCH 03/04] kvm-s390: Improve pgste accesses
` [PATCH 04/04] kvm-s390: rename stfl to kvm_stfl

[PATCH] prepopulate guest pages after write-protecting
 2008-04-04 21:06 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