messages from 2007-01-04 15:55:06 to 2007-01-17 12:44:56 UTC [more...]
compiler problem in Read Hat ES 4
2007-01-17 12:44 UTC (4+ messages)
[ kvm-Bugs-1637591 ] hangs on running knoppix 5.1.1
2007-01-17 11:13 UTC
Talking about regressions
2007-01-17 4:17 UTC (7+ messages)
kvm & dyntick
2007-01-14 8:51 UTC (9+ messages)
` [kvm-devel] "
[ kvm-Bugs-1634816 ] hangs on installing win2k
2007-01-13 18:45 UTC
2.6.20-rc5: known regressions with patches
2007-01-13 16:21 UTC (3+ messages)
Real mode emulation
2007-01-12 16:46 UTC (2+ messages)
kvm_run: Invalid argument
2007-01-12 13:17 UTC (3+ messages)
[RFC] Stable kvm userspace interface
2007-01-12 11:19 UTC (12+ messages)
` [kvm-devel] "
[announce] KVM/NET, paravirtual network device
2007-01-11 17:49 UTC (7+ messages)
Offline for a week
2007-01-11 14:36 UTC
TUN networking - guest device missing
2007-01-11 14:10 UTC (9+ messages)
[ANNOUNCE] kvm-11 release
2007-01-11 10:23 UTC
[PATCH 0/5] KVM updates for 2.6.20
2007-01-11 10:07 UTC (6+ messages)
` [PATCH 1/5] KVM: Make sure there is a vcpu context loaded when destroying the mmu
` [PATCH 2/5] KVM: Fix race between mmio reads and injected interrupts
` [PATCH 3/5] KVM: x86 emulator: fix bit string instructions
` [PATCH 4/5] KVM: Fix asm constraints with CONFIG_FRAME_POINTER=n
` [PATCH 5/5] KVM: Fix bogus pagefault on writable pages
Paravirt KVM capabilities
2007-01-11 9:38 UTC (25+ messages)
guest crash on 2.6.20-rc4
2007-01-11 8:06 UTC (6+ messages)
` [kvm-devel] "
2.6.20-rc4: known regressions with patches (v3)
2007-01-11 5:13 UTC
KVM and Perf Counters
2007-01-10 9:37 UTC (2+ messages)
[ kvm-Bugs-1632087 ] Short name is ambiguous (cont.)
2007-01-10 8:19 UTC
[patch] KVM: add MSR based hypercall API
2007-01-09 16:23 UTC (19+ messages)
` [patchset] KVM: paravirt/hypercall queue
[patch] KVM: paravirtual guest support
2007-01-09 10:46 UTC (4+ messages)
[patch] KVM: cr3 cache support
2007-01-09 9:35 UTC
[ kvm-Bugs-1631252 ] configure script missing something
2007-01-09 8:38 UTC
[announce] [patch] KVM paravirtualization for Linux
2007-01-08 18:18 UTC (18+ messages)
` [kvm-devel] "
Verificacion Urgente
2007-01-08 16:32 UTC
OS installation report
2007-01-08 16:26 UTC (5+ messages)
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 (3+ 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 (32+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox