messages from 2010-04-15 22:11:34 to 2010-05-21 07:35:03 UTC [more...]
[PATCH 0/7] Consolidate vcpu ioctl locking
2010-05-21 7:35 UTC (25+ messages)
` [PATCH 1/7] KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctls
` [PATCH 2/7] KVM: x86: Add missing locking to arch specific "
` [PATCH 4/7] KVM: x86: Lock arch specific vcpu ioctls centrally
` [PATCH 5/7] KVM: s390: Centrally lock arch specific vcpu ioctls
` [PATCH 6/7] KVM: PPC: Centralize locking of "
` [PATCH 3/7] KVM: move vcpu locking to dispatcher for generic "
` [PATCH 3/7] KVM: move vcpu locking to dispatcher for generic
` [PATCH 7/7] KVM: Consolidate arch specific vcpu ioctl locking
[PATCH] KVM: powerpc: fix init/exit annotation
2010-05-19 17:16 UTC (5+ messages)
Status of KVM on e500
2010-05-18 9:55 UTC (3+ messages)
[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps
2010-05-17 9:06 UTC (37+ messages)
` [RFC][PATCH 1/12 applied today] KVM: x86: avoid unnecessary bitmap
` [RFC][PATCH 2/12] KVM: introduce slot level dirty state management
` [RFC][PATCH 3/12] KVM: introduce wrapper functions to create and
` [RFC][PATCH 4/12] x86: introduce copy_in_user() for 32-bit
` [RFC][PATCH 5/12] x86: introduce __set_bit() like function for
` [RFC][PATCH 6/12 not tested yet] PPC: introduce copy_in_user() for
` [RFC][PATCH 7/12 not tested yet] PPC: introduce __set_bit() like
` [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit
` [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit offset macro
` [RFC][PATCH 9/12] KVM: introduce a wrapper function of
` [RFC][PATCH RFC 10/12] KVM: move dirty bitmaps to user space
` [RFC][PATCH 11/12] KVM: introduce new API for getting/switching
` [RFC][PATCH 12/12 sample] qemu-kvm: use new API for
Keep index within boundaries in kvmppc_44x_emul_tlbwe()
2010-05-12 20:23 UTC (5+ messages)
kvm-qemu build break on PPC 970 environment
2010-05-11 15:51 UTC (7+ messages)
[PATCH RFC v2 0/6] KVM: moving dirty gitmaps to user space!
2010-04-23 13:20 UTC (47+ messages)
` [PATCH RFC v2 1/6] KVM: introduce slot level dirty state management
` [PATCH RFC v2 4/6] KVM: change mark_page_dirty() to handle endian
` [PATCH RFC v2 4/6] KVM: change mark_page_dirty() to handle endian issues explicitly
` [PATCH RFC v2 2/6] KVM: introduce wrapper functions to create and
` [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
` [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy dirty
` [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy
` [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty
` [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
[RFC please check] KVM: question about the commit
2010-04-22 4:12 UTC (5+ messages)
` [RFC please check] KVM: question about the commit "Use Little
` [RFC please check] KVM: question about the commit "Use Little Endian for Dirty Bitmap"
[PATCH 0/9] Post-PPC32 series v2
2010-04-21 9:44 UTC (11+ messages)
` [PATCH 1/9] KVM: PPC: Convert u64 -> ulong
` [PATCH 2/9] KVM: PPC: Make Performance Counters work
` [PATCH 3/9] KVM: PPC: Improve split mode
` [PATCH 5/9] KVM: PPC: Be more informative on BUG
` [PATCH 8/9] KVM: PPC: Find HTAB ourselves
` [PATCH 9/9] KVM: PPC: Enable native paired singles
` [PATCH 4/9] KVM: PPC: Make Alignment interrupts work again
` [PATCH 6/9] KVM: PPC: Set VSID_PR also for Book3S_64
` [PATCH 7/9] KVM: PPC: Fix Book3S_64 Host MMU debug output
[PATCH 00/27] Book3S_32 (PPC32) KVM support
2010-04-21 9:42 UTC (39+ messages)
` [PATCH 01/27] KVM: PPC: Name generic 64-bit code generic
` [PATCH 05/27] PPC: Split context init/destroy functions
` [PATCH 06/27] KVM: PPC: Add kvm_book3s_64.h
` [PATCH 07/27] KVM: PPC: Add kvm_book3s_32.h
` [PATCH 08/27] KVM: PPC: Add fields to shadow vcpu
` [PATCH 03/27] KVM: PPC: Add SR swapping code
` [PATCH 04/27] KVM: PPC: Add generic segment switching code
` [PATCH 09/27] KVM: PPC: Improve indirect svcpu accessors
` [PATCH 10/27] KVM: PPC: Use KVM_BOOK3S_HANDLER
` [PATCH 11/27] KVM: PPC: Use CONFIG_PPC_BOOK3S define
` [PATCH 13/27] KVM: PPC: Use now shadowed vcpu fields
` [PATCH 14/27] KVM: PPC: Extract MMU init
` [PATCH 15/27] KVM: PPC: Make real mode handler generic
` [PATCH 16/27] KVM: PPC: Make highmem code generic
` [PATCH 17/27] KVM: PPC: Make SLB switching code the new segment framework
` [PATCH 18/27] KVM: PPC: Release clean pages as clean
` [PATCH 23/27] KVM: PPC: Export MMU variables
` [PATCH 24/27] PPC: Export SWITCH_FRAME_SIZE
` [PATCH 25/27] KVM: PPC: Check max IRQ prio
` [PATCH 12/27] PPC: Add STLU
` [PATCH 19/27] KVM: PPC: Remove fetch fail code
` [PATCH 20/27] KVM: PPC: Add SVCPU to Book3S_32
` [PATCH 21/27] KVM: PPC: Emulate segment fault
` [PATCH 22/27] KVM: PPC: Add Book3S compatibility code
` [PATCH 26/27] KVM: PPC: Add KVM intercept handlers
` [PATCH 27/27] KVM: PPC: Enable Book3S_32 KVM building
[PATCH] KVM: PPC: Make Performance Counters work
2010-04-19 10:56 UTC (3+ messages)
[PATCH 0/8] Post-PPC32 series
2010-04-19 8:41 UTC (13+ messages)
` [PATCH 1/8] KVM: PPC: Convert u64 -> ulong
` [PATCH 2/8] KVM: PPC: Make Performance Counters work
` [PATCH 3/8] KVM: PPC: Improve split mode
` [PATCH 4/8] KVM: PPC: Make Alignment interrupts work again
` [PATCH 5/8] KVM: PPC: Be more informative on BUG
` [PATCH 6/8] KVM: PPC: Set VSID_PR also for Book3S_64
` [PATCH 7/8] KVM: PPC: Fix Book3S_64 Host MMU debug output
` [PATCH 8/8] KVM: PPC: Find HTAB ourselves
[PATCH] KVM: PPC: Convert u64 -> ulong
2010-04-17 0:29 UTC (2+ messages)
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