public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2006-12-28 11:04:23 to 2007-01-08 08:22:38 UTC [more...]

[announce] [patch] KVM paravirtualization for Linux
 2007-01-08  8:22 UTC  (12+ messages)
` [kvm-devel] "

OS installation report
 2007-01-07 20:29 UTC 

netbsd 3.1 problem
 2007-01-07 16:22 UTC  (4+ messages)

[ANNOUNCE] kvm-10 release
 2007-01-07 13:17 UTC 

cannot boot minix3
 2007-01-07  1:12 UTC  (5+ messages)

[ kvm-Bugs-1629495 ] QEMU / KVM incompatibility
 2007-01-06 17:59 UTC 

Compile error with openSuse 10.2
 2007-01-05  8:44 UTC  (2+ messages)

[PATCH 0/9] KVM: Flush out my patch queue
 2007-01-05  7:58 UTC  (10+ messages)
  ` [PATCH 1/9] KVM: Improve reporting of vmwrite errors
  ` [PATCH 2/9] KVM: Initialize vcpu->kvm a little earlier
  ` [PATCH 3/9] KVM: Avoid oom on cr3 switch
  ` [PATCH 4/9] KVM: Add missing 'break'
  ` [PATCH 5/9] KVM: Don't set guest cr3 from vmx_vcpu_setup()
  ` [PATCH 6/9] KVM: MMU: Add missing dirty bit
  ` [PATCH 7/9] KVM: Make loading cr3 more robust
  ` [PATCH 8/9] KVM: Simplify mmu_alloc_roots()
  ` [PATCH 9/9] KVM: Simplify test for interrupt window

[PATCH 0/33] KVM: MMU: Cache shadow page tables
 2007-01-04 18:02 UTC  (37+ messages)
` [PATCH 1/33] KVM: MMU: Implement simple reverse mapping
  ` [PATCH 2/33] KVM: MMU: Teach the page table walker to track guest page table gfns
  ` [PATCH 3/33] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does
  ` [PATCH 4/33] KVM: MMU: Fold fetch_guest() into init_walker()
  ` [PATCH 5/33] KVM: MU: Special treatment for shadow pae root pages
  ` [PATCH 6/33] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode
  ` [PATCH 7/33] KVM: MMU: Make the shadow page tables also special-case pae
  ` [PATCH 8/33] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer
  ` [PATCH 9/33] KVM: MMU: Shadow page table caching
  ` [PATCH 10/33] KVM: MMU: Write protect guest pages when a shadow is created for them
  ` [PATCH 11/33] KVM: MMU: Let the walker extract the target page gfn from the pte
  ` [PATCH 12/33] KVM: MMU: Support emulated writes into RAM
  ` [PATCH 13/33] KVM: MMU: Zap shadow page table entries on writes to guest page tables
  ` [PATCH 14/33] KVM: MMU: If emulating an instruction fails, try unprotecting the page
  ` [PATCH 15/33] KVM: MMU: Implement child shadow unlinking
  ` [PATCH 17/33] KVM: MMU: oom handling
  ` [PATCH 18/33] KVM: MMU: Remove invlpg interception
  ` [PATCH 19/33] KVM: MMU: Remove release_pt_page_64()
  ` [PATCH 21/33] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page()
  ` [PATCH 22/33] KVM: MMU: Ensure freed shadow pages are clean
  ` [PATCH 24/33] KVM: MMU: Page table write flood protection
  ` [PATCH 25/33] KVM: MMU: Never free a shadow page actively serving as a root
  ` [PATCH 26/33] KVM: MMU: Fix cmpxchg8b emulation
  ` [PATCH 27/33] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a page table
  ` [PATCH 28/33] KVM: MMU: Free pages on kvm destruction
  ` [PATCH 29/33] KVM: MMU: Replace atomic allocations by preallocated objects
  ` [PATCH 30/33] KVM: MMU: Detect oom conditions and propagate error to userspace
  ` [PATCH 31/33] KVM: MMU: Flush guest tlb when reducing permissions on a pte
  ` [PATCH 32/33] KVM: MMU: Destroy mmu while we still have a vcpu left
  ` [PATCH 33/33] KVM: MMU: add audit code to check mappings, etc are correct
` [PATCH 16/33] KVM: MMU: kvm_mmu_put_page() only removes one link to the page
` [PATCH 20/33] KVM: MMU: Handle misaligned accesses to write protected guest page tables
` [PATCH 23/33] KVM: MMU: If an empty shadow page is not empty, report more info

[PATCH] KVM: Prevent stale bits in cr0 and cr4
 2007-01-04 15:34 UTC 

Compile error with openSuse 10.2
 2007-01-04 15:00 UTC 

Solaris 10 U2 installation failure
 2007-01-04  9:18 UTC  (12+ messages)

[patch] KVM: simplify mmu_alloc_roots()
 2007-01-04  9:10 UTC  (2+ messages)

[patch] kvm: make cr3 loading more robust
 2007-01-04  9:06 UTC  (24+ messages)

[RFC] Using VMI with KVM
 2007-01-04  4:45 UTC 

(Patch) Save Registers for QEMU Monitor Commands
 2007-01-03 19:21 UTC 

[RFT] mmu optimizations branch
 2007-01-03 11:30 UTC  (16+ messages)

Screenshots?
 2007-01-03  8:39 UTC  (2+ messages)

Newbie question
 2007-01-03  7:58 UTC  (4+ messages)

[ kvm-Bugs-1626594 ] freeze with debian 2.6.18-3-686
 2007-01-03  2:24 UTC 

[PATCH] KVM: Improve interrupt response
 2007-01-02 11:12 UTC  (2+ messages)

Real-mode support. What's needed ?
 2007-01-01  8:23 UTC  (3+ messages)

[PATCH 0/8] KVM updates for 2.6.20-rc2
 2007-01-01  8:20 UTC  (29+ messages)
` [PATCH 4/8] KVM: Implement a few system configuration msrs
  ` [patch] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_create_vcpu()
          ` [patch, try#2] "

[KVM][PATCH] smp_processor_id() and sleeping functions used in invalid context
 2006-12-31 17:58 UTC  (3+ messages)

[ANNOUNCE] kvm-9 release
 2006-12-31 13:47 UTC 

[PATCH 0/3] KVM: Miscellaneous stabilization fixes
 2006-12-31 13:21 UTC  (4+ messages)
  ` [PATCH 1/3] KVM: Fix GFP_KERNEL alloc in atomic section bug
  ` [PATCH 2/3] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where applicable
  ` [PATCH 3/3] KVM: Recover after an arch module load failure

[ kvm-Bugs-1625091 ] segfault, with pf_interception: emulate fail
 2006-12-30 22:15 UTC 

2.6.20-rc2: known regressions with patches available
 2006-12-28 22:31 UTC 

XP SP2 install dies with IRQL_NOT_LESS_OR_EQUAL
 2006-12-28 20:35 UTC  (4+ messages)

[ kvm-Bugs-1623685 ] Win 98 SE freezes at start
 2006-12-28 15:33 UTC 

[RFT] Fix for unhandled msr c0000081 problems under Intel cpus
 2006-12-28 15:05 UTC  (16+ messages)

[PATCH] kvm: initialize kvm_arch_ops in kvm_init()
 2006-12-28 13:44 UTC  (4+ messages)

[PATCH 0/5] KVM: Updates
 2006-12-28 12:44 UTC  (3+ messages)
  ` [patch] kvm: fix GFP_KERNEL alloc in atomic section bug

Changes in the trunk
 2006-12-28 11:12 UTC  (2+ messages)


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