All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] KVM: PPC: Book3S HV: More flexible allocator for linear memory
@ 2012-09-12  0:34 ` Paul Mackerras
  0 siblings, 0 replies; 27+ messages in thread
From: Paul Mackerras @ 2012-09-12  0:34 UTC (permalink / raw)
  To: Alexander Graf; +Cc: kvm-ppc, kvm

This series of 3 patches makes it possible for guests to allocate
whatever size of HPT they need from linear memory preallocated at
boot, rather than being restricted to a single size of HPT (by
default, 16MB) and having to use the kernel page allocator for
anything else -- which in practice limits them to at most 16MB given
the default value for the maximum page order.  Instead of allocating
many individual pieces of memory, this allocates a single contiguous
area and uses a simple bitmap-based allocator to hand out pieces of it
as required.

Paul.

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2012-10-30  9:12 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12  0:34 [PATCH 0/3] KVM: PPC: Book3S HV: More flexible allocator for linear memory Paul Mackerras
2012-09-12  0:34 ` Paul Mackerras
2012-09-12  0:35 ` [PATCH 1/3] KVM: PPC: Book3S HV: Add a more " Paul Mackerras
2012-09-12  0:35   ` Paul Mackerras
2012-09-12  0:36 ` [PATCH 2/3] KVM: PPC: Book3S HV: Allocate user-requested size of HPT from preallocated pool Paul Mackerras
2012-09-12  0:36   ` Paul Mackerras
2012-09-12  0:36 ` [PATCH 3/3] KVM: PPC: Book3S HV: Add command-line option for amount of KVM linear memory Paul Mackerras
2012-09-12  0:36   ` Paul Mackerras
2012-09-13 23:32 ` [PATCH 0/3] KVM: PPC: Book3S HV: More flexible allocator for " Alexander Graf
2012-09-13 23:32   ` Alexander Graf
2012-09-14  8:11   ` Paul Mackerras
2012-09-14  8:11     ` Paul Mackerras
2012-09-14 12:13     ` Alexander Graf
2012-09-14 12:13       ` Alexander Graf
2012-09-14 12:13       ` Alexander Graf
2012-09-14 12:45       ` Paul Mackerras
2012-09-14 12:45         ` Paul Mackerras
2012-09-14 12:45         ` Paul Mackerras
2012-09-14 13:15         ` Alexander Graf
2012-09-14 13:15           ` Alexander Graf
2012-09-14 13:15           ` Alexander Graf
2012-10-26  1:17           ` Paul Mackerras
2012-10-26  1:17             ` Paul Mackerras
2012-10-26  1:17             ` Paul Mackerras
2012-10-30  9:12             ` Alexander Graf
2012-10-30  9:12               ` Alexander Graf
2012-10-30  9:12               ` Alexander Graf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.